aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-03release.2010-11-02weekly.2010-11-02Andrew Gerrand
2010-11-02sync: fix typo in documentationRobert Griesemer
2010-11-02Fix a deadlock bug in the rpc client. The panic will triggerKai Backman
2010-11-02netchan: fix locking bug.Rob Pike
2010-11-02go/scanner: removed scanner/internal-only uses of token.PositionRobert Griesemer
2010-11-01Effective Go: append and a few words about ...Rob Pike
2010-11-01test/ken/convert.go: add conversion torture testRob Pike
2010-11-028l: pe generation fixesAlex Brainman
2010-11-01fix buildRobert Griesemer
2010-11-01Use strings.Contains in src/cmd/...Brad Fitzpatrick
2010-11-01go/printer: do not remove parens around composite literals starting with a ty...Robert Griesemer
2010-11-01go/ast: add Inspect function for easy AST inspection w/o a visitorRobert Griesemer
2010-11-01debug/pe, cgo: add windows supportWei Guangjing
2010-11-01strings: ContainsBrad Fitzpatrick
2010-11-01gotest: if the benchmark list is empty, print it in a way thatRob Pike
2010-11-01syscall: SIO constants for LinuxAlbert Strasheim
2010-11-01codereview: fix 'hg sync' and 'hg download' in Python 2.7Fazlul Shahriar
2010-11-01testing: add Benchmark to allow benchmarks to be run without gotest.Roger Peppe
2010-11-01http server: don't send trailing '0' for chunked encoding when responding wit...Michael Hoisie
2010-11-01build: fiddle with make variablesRuss Cox
2010-11-01libutf: update to Unicode 5.2.0 to match pkg/unicodeAnthony Martin
2010-11-016a/6l: fix MOVOU encodingEvan Shaw
2010-11-01go/scanner: don't accept '\x0g' character escape (bug fix)Robert Griesemer
2010-10-31gob: documentation. this time for sure.Rob Pike
2010-10-31mkrunetype: install a Makefile and tweak it slightly so it can be built.Rob Pike
2010-10-31gob: update documentation about wire format for interfaces.Rob Pike
2010-10-31gob: several fixes.Rob Pike
2010-10-30kate: update for appendEvan Shaw
2010-10-30pidigits: Remove TODO, minor improvementsEvan Shaw
2010-10-30syscall: fix windows buildAlex Brainman
2010-10-30syscall: fix Stat(path) where path is directory with trailing '/' on windowsAlex Brainman
2010-10-30misc/bbedit: support append, other builtinsAnthony Starks
2010-10-30misc/vim: update list of builtins.David Symonds
2010-10-29gob: clarify the comments about installing the debug/dumper.Rob Pike
2010-10-29gob: make the debugging (dumping) code work again. Mostly rewrite it, in fact.Rob Pike
2010-10-29go/scanner: added another test case, clarified some codeRobert Griesemer
2010-10-29go spec: append is now implementedRobert Griesemer
2010-10-28ebnf: use appendRobert Griesemer
2010-10-28tabwriter: use appendRobert Griesemer
2010-10-28go/doc: use appendRobert Griesemer
2010-10-28testing: eliminate testing/regexpRob Pike
2010-10-28regexp: eliminate vector in favor of append.Rob Pike
2010-10-28go/printer: use appendRobert Griesemer
2010-10-28go/typechecker: use appendRobert Griesemer
2010-10-29container/list: document iterationAndrew Gerrand
2010-10-28go/parser: use appendRobert Griesemer
2010-10-28godoc: bug fix (bug introduced with revision 3ee58453e961)Robert Griesemer
2010-10-28test for append() built-inRobert Griesemer
2010-10-27use appendRuss Cox
2010-10-27gc: implement appendRuss Cox