summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* runtime: fix stack pointer corruption in runtime.cgocallback_gofunc()Shenghou Ma2013-04-301-5/+0
* misc/cgo/testso: enable test on windowsShenghou Ma2013-04-234-1/+49
* misc/dashboard/builder: always do a native buildDave Cheney2013-04-181-2/+4
* misc/dashboard/builder: include $USER in build environment.David Symonds2013-04-181-0/+1
* misc/cgo/test: fix a gcc warningShenghou Ma2013-04-181-1/+1
* misc/dist/darwin: add execute bit to preinstallRob Pike2013-04-111-0/+0
* cmd/cgo, cmd/go: remove #cgo directive parsing from cmd/cgoAndrew Wilkins2013-04-102-0/+33
* cmd/ld: fix inconsistency in internal linking of common symbols.R?my Oudompheng2013-04-102-0/+39
* dist: add .exe extension to tour.exeAndrew Gerrand2013-04-091-4/+4
* dist: include js directory in misc/tour in binary distrosAndrew Gerrand2013-04-091-0/+1
* misc/dashboard/builder: add -race builder supportDave Cheney2013-04-091-1/+12
* misc: update zsh completionJonathan Rudenberg2013-04-071-7/+16
* misc/dist: only build race toolchain where available, fix file uploadAndrew Gerrand2013-04-041-4/+19
* misc/dist: add -version flag to override version nameAndrew Gerrand2013-04-041-26/+35
* misc/dist: don't ship race-enabled commandsAndrew Gerrand2013-04-041-0/+6
* misc/dist: include race detector packages in binary distributionsAndrew Gerrand2013-04-041-8/+19
* misc/emacs: Enable compilation-mode for gofmt error buffer before displaying it.Dominik Honnef2013-03-301-2/+2
* misc/cgo/gmp: fix typo.Andrey Mirtchovski2013-03-301-1/+1
* misc/dashboard/codereview: add R?my to the list of assigneesDave Cheney2013-03-301-1/+2
* cmd/ld: emit TLS relocations during external linkingIan Lance Taylor2013-03-273-0/+60
* runtime: ensure forward progress when unwinding an arm stack frameCarl Shapiro2013-03-261-8/+1
* misc/vim: make Godoc command work with "log.Print".Yasuhiro Matsumoto2013-03-261-2/+15
* runtime: store asmcgocall return PC where the ARM unwind expects itCarl Shapiro2013-03-252-0/+51
* misc/emacs: Derive mode from prog-mode if possibleDominik Honnef2013-03-251-1/+9
* misc/kate: fix multiline raw string syntax highlighting error.Oling Cat2013-03-231-1/+1
* misc/emacs: Kill gofmt error buffer if the buffer was formatted correctly alr...Dominik Honnef2013-03-211-1/+3
* misc/swig: remove old broken MakefileIan Lance Taylor2013-03-201-17/+0
* misc/dashboard: show correct dir name in READMERobert Griesemer2013-03-191-2/+2
* misc/emacs: Add support for godefDominik Honnef2013-03-191-0/+73
* misc/dist: fix Windows breakageJoe Poirier2013-03-181-3/+10
* misc/dashboard/codereview: better debugging when some fetches fail.David Symonds2013-03-151-3/+15
* misc/dashboard/codereview: add more people.David Symonds2013-03-151-0/+19
* misc/pprof: fix address lookup regression on LinuxJeff R. Allen2013-03-131-5/+3
* misc/emacs: Fix indentation for code following multiline function declarationsDominik Honnef2013-03-121-2/+38
* misc/bbedit, misc/notepadplus: remove executable bits from files.Benny Siegert2013-03-124-0/+0
* cmd/pprof: never use c++filtRuss Cox2013-03-111-16/+11
* misc/dashboard: add go.blog sub-repo to dashboardAndrew Gerrand2013-03-111-1/+2
* misc/emacs: Rewrite gofmt to use own function for applying patch instead ...Dominik Honnef2013-03-071-87/+77
* runtime: fix cgo callbacks on windowsRuss Cox2013-03-071-4/+1
* runtime,misc/cgo/test: disable broken tests so we can test the restAlex Brainman2013-03-061-0/+4
* misc/cgo/test: do not stop on first errorRuss Cox2013-03-061-4/+5
* misc/emacs: Add compatibility for GNU Emacs 23 and XEmacs >=21.5.32Dominik Honnef2013-03-061-28/+107
* misc/emacs: Add tab completion for godoc command, completing from known insta...Dominik Honnef2013-03-041-4/+5
* misc/dashboard/builder: make -fail mode fasterRuss Cox2013-03-041-1/+1
* misc/dashboard/app: make the builders test go.talks and go.expShenghou Ma2013-03-032-1/+3
* misc/dist: handle previous installationTyler Bunnell2013-02-282-1/+15
* misc/osx: remove legacy packaging scriptsAndrew Gerrand2013-02-284-96/+0
* misc/emacs: Greatly improve go-mode for Emacs.Dominik Honnef2013-02-262-755/+626
* misc/dashboard/builder: various cleanupsDave Cheney2013-02-212-190/+211
* runtime: allow cgo callbacks on non-Go threadsRuss Cox2013-02-204-0/+116