aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-15misc/cgo/test: fix build (define prototype for alloca)Russ Cox
2013-10-15cmd/cgo: work around bug in clang debug info for builtins like memsetRuss Cox
2013-10-15doc/contrib.html: fix some tagsOling Cat
2013-10-15runtime/pprof: disable flaky TestGoroutineSwitch on windowsAlex Brainman
2013-10-14cmd/gc: fix comment about performing indexing at compile time.Keith Randall
2013-10-15net/http: skip content-type sniffing if the header is explicitly unset.Michael Piatek
2013-10-15C: add Michael Piatek (Google CLA).David Symonds
2013-10-14debug/dwarf: report the value of an unrecognized attribute formatIan Lance Taylor
2013-10-14cmd/api: make it work even when cgo is disabledShenghou Ma
2013-10-12doc: fix small HTML problemsShenghou Ma
2013-10-11doc/effective_go.html: fix unescaped less-than characterRob Pike
2013-10-11go/build: add GOOS and GOARCH to name of gccgo pkg directoryIan Lance Taylor
2013-10-11go/build: fix test if built with CGO_ENABLED=0Ian Lance Taylor
2013-10-11misc/cgo/test: fix C panic test to work with gccgoIan Lance Taylor
2013-10-11doc/progs: don't try building cgo tests if CGO_ENABLED=0Ian Lance Taylor
2013-10-10cmd/gc: re-word some error messagesShenghou Ma
2013-10-11go.tools/misc/dist: copy doc.go from go.tools to go rootAndrew Gerrand
2013-10-11misc/vim: complete packages in src directoryYasuhiro Matsumoto
2013-10-10doc/effective_go.html: fix a couple of cosmetic issuesRob Pike
2013-10-10lib/codereview: return an empty list when CONTRIBUTORS is not found instead o...Francesc Campoy
2013-10-10codereview: fix hg sync closing of CLs for subrepositoriesDominik Honnef
2013-10-10misc/emacs: send correct content-length to the playgroundDominik Honnef
2013-10-10misc/emacs: don't treat (foo)(bar) as a function call when preceded by a word...Dominik Honnef
2013-10-09net: fix TestDialFailPDLeak to work when GOMAXPROCS is largeIan Lance Taylor
2013-10-09runtime: markfreed's error reports should be prefixed with "markfreed", not "...Keith Randall
2013-10-09cmd/go: add any .c/.cc files to the SWIG shared libraryIan Lance Taylor
2013-10-09runtime/cgo: mark callback functions as NOSPLITIan Lance Taylor
2013-10-09debug/dwarf: handle surprising clang encodingRuss Cox
2013-10-09net: fix typo in failure message in testIan Lance Taylor
2013-10-09compress/flate: fix infinite loop on malformed dataRuss Cox
2013-10-08lib/time: update time zone files to version 2013gRob Pike
2013-10-08encoding/gob: add examplesRob Pike
2013-10-09doc: fix a few broken linksAndrew Gerrand
2013-10-08test: revert changes made for Go SSA interpreter test.Alan Donovan
2013-10-08cmd/go, runtime: express armv5t architecture constraint differentlyCarl Shapiro
2013-10-08A+C: Tw (individual CLA)Andrew Gerrand
2013-10-08doc/articles/wiki: fix path handling and clean up test processAndrew Gerrand
2013-10-07math: the trig functions work in radians; document thatRob Pike
2013-10-07spec: unsafe.Pointers are pointersRobert Griesemer
2013-10-07misc/emacs: find unused imports where path and package name differDominik Honnef
2013-10-07os/user: fix user lookups on dragonflyJoel Sing
2013-10-07os/user: enable tests on all supported platformsJoel Sing
2013-10-07os/signal: make test logs reflect realityJoel Sing
2013-10-07codereview: move dotfiles out of user home director to something sane.Jeff Sickel
2013-10-07A+C: Jeff Sickel (individual CLA)Russ Cox
2013-10-05A+C: add Marko Juhani Silokunnas (individual CLA).David Symonds
2013-10-04runtime: fix bug in maps at the intersection of iterators, growing, and NaN keysKeith Randall
2013-10-04runtime: remove 3 unused declarations.Keith Randall
2013-10-04reflect: test using a MakeFunc value in a couple of different waysIan Lance Taylor
2013-10-04doc/go1.2.html: update a minor change to syscallMikio Hara