aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-23http: don't chunk 304 responsesBrad Fitzpatrick
2011-03-23gotest: fix gofmt issue in generated _testmain.goBrad Fitzpatrick
2011-03-23syscall: GetsockoptInt.Albert Strasheim
2011-03-23gofmt: add profiling flagRuss Cox
2011-03-23runtime/pprof: cpu profiling supportRuss Cox
2011-03-23http: export Transport, add keep-alive supportBrad Fitzpatrick
2011-03-23CONTRIBUTORS: John DeNero, Sameer Ajmani (Google CLA)Russ Cox
2011-03-23runtime: cpu profiling supportRuss Cox
2011-03-23runtime: fix print - no %v in CRuss Cox
2011-03-23godefs: handle volatileRuss Cox
2011-03-23runtime: os-specific types and code for setitimerRuss Cox
2011-03-23runtime: more stack split fixesRuss Cox
2011-03-23misc/bbedit: remove closed keywordAnthony Starks
2011-03-23misc/vim: remove 'closed' as a builtin function.David Symonds
2011-03-23sync: fix example codeAndrew Gerrand
2011-03-22chan: allocate a new chan with oneKen Thompson
2011-03-23godoc: add -template flag to specify custom templatesAndrew Gerrand
2011-03-22go/printer: Revert API change of CL 4274075.Robert Griesemer
2011-03-22Make.pkg: Always define _CGO_CFLAGS and friends.Ian Lance Taylor
2011-03-22Make.pkg: add support for SWIG, and add two SWIG examplesIan Lance Taylor
2011-03-22gob: fix up ugly formatting introduced by buggy (now fixed) gofmt.Rob Pike
2011-03-22gob: use pointers in bootstrapType so interfaces behave properlyRob Pike
2011-03-22go/printer, gofmt: simplify struct formatting and respect line breaksRobert Griesemer
2011-03-22test: enable tests using v, ok := <-ch syntaxRobert Hencke
2011-03-22gopprof: fix bug: do not rotate 180 degrees for large scrollsRuss Cox
2011-03-22ld: return > 0 exit code on unsafe importAndrew Gerrand
2011-03-21go/printer, gofmt: avoid exponential layout algorithmRobert Griesemer
2011-03-21cgi: extra failure debugging in host_testBrad Fitzpatrick
2011-03-21time: give a helpful message when we can't set the time zone for testing.Rob Pike
2011-03-21syscall: rename from .sh to .pl, because these files are in Perl.Rob Pike
2011-03-21exec: document dir option for RunGustavo Niemeyer
2011-03-21build: reenable clean.bash without gomakeGustavo Niemeyer
2011-03-21goinstall: add -clean flag to docsAndrew Gerrand
2011-03-21rpc: increase server_test timeoutGustavo Niemeyer
2011-03-21path/filepath: fix TestEvalSymlinks when run under symlinked GOROOTAndrew Gerrand
2011-03-20flag: document Nflag functionFazlul Shahriar
2011-03-18gopprof: update list of memory allocation functionsRuss Cox
2011-03-18build: diagnose Ubuntu's buggy copy of goldRuss Cox
2011-03-18net: Use preallocated buffer for kqueue/kevent.Ian Lance Taylor
2011-03-18cgo: fix index-out-of-bounds bugRobert Griesemer
2011-03-18rpc: keep free lists of Request and Response structures.Rob Pike
2011-03-18net: Use preallocated buffer for epoll.Ian Lance Taylor
2011-03-18godoc: No need to use filepath.IsAbs()Yasuhiro Matsumoto
2011-03-17godoc: fix path problem for windows.Yasuhiro Matsumoto
2011-03-17sinit.c: recursion in sinitKen Thompson
2011-03-18filepath: do not run TestEvalSymlinks on WindowsAlex Brainman
2011-03-17go/parser: fix memory leak by making a copy of token literalsRobert Griesemer
2011-03-17flag: fix example in doc comment.Rob Pike
2011-03-17net: Don't force epoll/kqueue to wake up in order to add new events.Ian Lance Taylor
2011-03-17go/scanner: to interpret line comments with Windows filenamesAlex Brainman