aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-10-06template: fix comments with different delimiters.Rob Pike
2011-10-06template: add method Delims to allow alternate action delimiters.Rob Pike
2011-10-06go/doc, godoc, gotest: support for reading example documentationAndrew Gerrand
2011-10-06exec: add Command.ExtraFilesBrad Fitzpatrick
2011-10-06gotest: document -test.parallelRob Pike
2011-10-06testing: Add support for running tests in parallel (t.Parallel API).Miki Tebeka
2011-10-06runtime: faster finalizersDmitriy Vyukov
2011-10-06runtime: fix malloc sampling bugRuss Cox
2011-10-06runtime: fix spurious deadlock reportingDmitriy Vyukov
2011-10-06build: clear execute bit from source filesMikio Hara
2011-10-06cgo: support for mingw-w64 4.5.1 and newerWei Guangjing
2011-10-05exp/norm: LastBoundary is used in preparation for an append operation. It seemsMarcel van Lohuizen
2011-10-05encoding/binary: added benchmarksRobert Griesemer
2011-10-05websocket: add hybi-13 supportFumitoshi Ukai
2011-10-05exp/norm: introduced input interface to implement string versionsMarcel van Lohuizen
2011-10-05ebnf: use scanner instead of go/scannerRobert Griesemer
2011-10-05runtime: set runtime ncpu on openbsdJoel Sing
2011-10-05gob: when possible, allow sequential decoders on the same input stream.Rob Pike
2011-10-05gc: limit helper threads based on ncpuJoel Sing
2011-10-05runtime: fix Plan 9 buildAnthony Martin
2011-10-045l/6l/8l: add a DT_DEBUG dynamic tag to a dynamic ELF binaryIan Lance Taylor
2011-10-04pkg/syscall: add Mkfifo for linux platformsPaul Borman
2011-10-04websocket: better error message in a testBrad Fitzpatrick
2011-10-04time: make month/day name comparisons case insenstivePaul Borman
2011-10-045g, 6g, 8g: fix loop finding bug, squash jmpsRuss Cox
2011-10-04path/filepath: added Rel as the complement of AbsGustavo Niemeyer
2011-10-04cgo: allow Window's specific path characters in flag directives.Joe Poirier
2011-10-04image: spin off a new color package out of the image package.Nigel Tao
2011-10-03strings: implement a faster byte->string ReplacerBrad Fitzpatrick
2011-10-035g, 6g, 8g: registerize variables againRuss Cox
2011-10-03strings: implement a faster byte->byte ReplacerBrad Fitzpatrick
2011-10-03runtime: fix usleep on linux/386 and re-enable parallel gcHector Chu
2011-10-01runtime: implement runtime usleep for openbsdJoel Sing
2011-10-01runtime: fix map memory leakRuss Cox
2011-10-01syscall: update multicast socket options for darwin, freebsd, linux, openbsdMikio Hara
2011-09-30freebsd: Add stubs for runtime·osyield and runtime·usleep.David Symonds
2011-09-30io: rename Copyn to CopyN.David Symonds
2011-09-30runtime: disable parallel gcRuss Cox
2011-09-30runtime: fix windows buildHector Chu
2011-09-30index/suffixarray: 4.5x faster index serialization (to memory)Robert Griesemer
2011-09-30runtime: fix darwin buildRob Pike
2011-09-30runtime: parallelize garbage collector mark + sweepRuss Cox
2011-09-29exp/template/html: avoid redundant escaping directives.Mike Samuel
2011-09-30doc: link to image/draw blog post.Nigel Tao
2011-09-29exp/template/html: simplify URL filteringMike Samuel
2011-09-29exp/sql{,/driver}: new database packagesBrad Fitzpatrick
2011-09-29io/ioutil: add a comment on why devNull is a ReaderFromBrad Fitzpatrick
2011-09-29runtime: gdb support, fix pretty printing of channels.Luuk van Dijk
2011-09-29fmt: replace channel cache with slice.Rob Pike
2011-09-29math: remove the leading F from Fabs etc.Rob Pike