aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
2013-04-30runtime: fix stack pointer corruption in runtime.cgocallback_gofunc()Shenghou Ma
2013-04-23misc/cgo/testso: enable test on windowsShenghou Ma
2013-04-18misc/dashboard/builder: always do a native buildDave Cheney
2013-04-18misc/dashboard/builder: include $USER in build environment.David Symonds
2013-04-18misc/cgo/test: fix a gcc warningShenghou Ma
2013-04-11misc/dist/darwin: add execute bit to preinstallRob Pike
2013-04-10 cmd/cgo, cmd/go: remove #cgo directive parsing from cmd/cgoAndrew Wilkins
2013-04-10cmd/ld: fix inconsistency in internal linking of common symbols.Rémy Oudompheng
2013-04-09dist: add .exe extension to tour.exeAndrew Gerrand
2013-04-09dist: include js directory in misc/tour in binary distrosAndrew Gerrand
2013-04-09misc/dashboard/builder: add -race builder supportDave Cheney
2013-04-07misc: update zsh completionJonathan Rudenberg
2013-04-04misc/dist: only build race toolchain where available, fix file uploadAndrew Gerrand
2013-04-04misc/dist: add -version flag to override version nameAndrew Gerrand
2013-04-04misc/dist: don't ship race-enabled commandsAndrew Gerrand
2013-04-04misc/dist: include race detector packages in binary distributionsAndrew Gerrand
2013-03-30misc/emacs: Enable compilation-mode for gofmt error buffer before displaying it.Dominik Honnef
2013-03-30misc/cgo/gmp: fix typo.Andrey Mirtchovski
2013-03-30misc/dashboard/codereview: add Rémy to the list of assigneesDave Cheney
2013-03-27cmd/ld: emit TLS relocations during external linkingIan Lance Taylor
2013-03-26runtime: ensure forward progress when unwinding an arm stack frameCarl Shapiro
2013-03-26misc/vim: make Godoc command work with "log.Print".Yasuhiro Matsumoto
2013-03-25runtime: store asmcgocall return PC where the ARM unwind expects itCarl Shapiro
2013-03-25misc/emacs: Derive mode from prog-mode if possibleDominik Honnef
2013-03-23misc/kate: fix multiline raw string syntax highlighting error.Oling Cat
2013-03-21misc/emacs: Kill gofmt error buffer if the buffer was formatted correctly alr...Dominik Honnef
2013-03-20misc/swig: remove old broken MakefileIan Lance Taylor
2013-03-19misc/dashboard: show correct dir name in READMERobert Griesemer
2013-03-19misc/emacs: Add support for godefDominik Honnef
2013-03-18misc/dist: fix Windows breakageJoe Poirier
2013-03-15misc/dashboard/codereview: better debugging when some fetches fail.David Symonds
2013-03-15misc/dashboard/codereview: add more people.David Symonds
2013-03-13misc/pprof: fix address lookup regression on LinuxJeff R. Allen
2013-03-12misc/emacs: Fix indentation for code following multiline function declarationsDominik Honnef
2013-03-12misc/bbedit, misc/notepadplus: remove executable bits from files.Benny Siegert
2013-03-11cmd/pprof: never use c++filtRuss Cox
2013-03-11misc/dashboard: add go.blog sub-repo to dashboardAndrew Gerrand
2013-03-07 misc/emacs: Rewrite gofmt to use own function for applying patch instead ...Dominik Honnef
2013-03-07runtime: fix cgo callbacks on windowsRuss Cox
2013-03-06runtime,misc/cgo/test: disable broken tests so we can test the restAlex Brainman
2013-03-06misc/cgo/test: do not stop on first errorRuss Cox
2013-03-06misc/emacs: Add compatibility for GNU Emacs 23 and XEmacs >=21.5.32Dominik Honnef
2013-03-04misc/emacs: Add tab completion for godoc command, completing from known insta...Dominik Honnef
2013-03-04misc/dashboard/builder: make -fail mode fasterRuss Cox
2013-03-03misc/dashboard/app: make the builders test go.talks and go.expShenghou Ma
2013-02-28misc/dist: handle previous installationTyler Bunnell
2013-02-28misc/osx: remove legacy packaging scriptsAndrew Gerrand
2013-02-26misc/emacs: Greatly improve go-mode for Emacs.Dominik Honnef
2013-02-21misc/dashboard/builder: various cleanupsDave Cheney
2013-02-20runtime: allow cgo callbacks on non-Go threadsRuss Cox