| 2012-01-25 | 
Robert Griesemer | go/doc: clean rewrite of go/doc internals | 
commit | commitdiff | tree | 
| 2012-01-25 | 
Robert Griesemer | gofmt: fix test.sh | 
commit | commitdiff | tree | 
| 2012-01-25 | 
Fazlul Shahriar | os: pass tests on Plan 9 again | 
commit | commitdiff | tree | 
| 2012-01-25 | 
David Symonds | runtime: move NumCPU declaration into debug.go. | 
commit | commitdiff | tree | 
| 2012-01-25 | 
Joel Sing | archive/tar: fix race in TestNonSeekable | 
commit | commitdiff | tree | 
| 2012-01-25 | 
Rob Pike | doc/go1: mime, filepath.Walk | 
commit | commitdiff | tree | 
| 2012-01-25 | 
Andrew Gerrand | godoc: update metadata upon launch | 
commit | commitdiff | tree | 
| 2012-01-25 | 
Robert Griesemer | go/scanner: Use explicit scanner.Mode type. | 
commit | commitdiff | tree | 
| 2012-01-25 | 
Andrew Balholm | net/http: parse CONNECT requests | 
commit | commitdiff | tree | 
| 2012-01-25 | 
Rob Pike | doc/go1: add more info about hash and net changes,...  | 
commit | commitdiff | tree | 
| 2012-01-25 | 
Robert Griesemer | go/parser: Use explicit parser.Mode type. | 
commit | commitdiff | tree | 
| 2012-01-24 | 
Nigel Tao | html: move the HTML parser to an exp/html package....  | 
commit | commitdiff | tree | 
| 2012-01-24 | 
Gustavo Niemeyer | encoding/xml: remove Marshaler support | 
commit | commitdiff | tree | 
| 2012-01-24 | 
Andrew Gerrand | math/big: add examples for Rat and Int's SetString...  | 
commit | commitdiff | tree | 
| 2012-01-24 | 
Gustavo Niemeyer | encoding/xml: add docs for ignoring tag | 
commit | commitdiff | tree | 
| 2012-01-24 | 
Andrew Gerrand | text/template: add example for Template | 
commit | commitdiff | tree | 
| 2012-01-24 | 
Brad Fitzpatrick | encoding/binary: document that PutVarint, PutUvarint...  | 
commit | commitdiff | tree | 
| 2012-01-24 | 
Brad Fitzpatrick | net: actually reset deadline when time is zero | 
commit | commitdiff | tree | 
| 2012-01-24 | 
Shenghou Ma | build: do not build all C compilers | 
commit | commitdiff | tree | 
| 2012-01-24 | 
Brad Fitzpatrick | rename FooError vars to ErrFoo | 
commit | commitdiff | tree | 
| 2012-01-24 | 
Olivier Duperray | test: Add the usual Copyright notice. | 
commit | commitdiff | tree | 
| 2012-01-24 | 
Brad Fitzpatrick | go/build: typo | 
commit | commitdiff | tree | 
| 2012-01-24 | 
Russ Cox | cmd/go: fix get github | 
commit | commitdiff | tree | 
| 2012-01-24 | 
Ivan Krasin | compress/flate: increase the length of hash table from...  | 
commit | commitdiff | tree | 
| 2012-01-24 | 
Brad Fitzpatrick | crypto: rename some FooError to ErrFoo | 
commit | commitdiff | tree | 
| 2012-01-24 | 
Luuk van Dijk | gc: static implements check on typeswitches only applie...  | 
commit | commitdiff | tree | 
| 2012-01-24 | 
Gustavo Niemeyer | encoding/xml: bring API closer to other packages | 
commit | commitdiff | tree | 
| 2012-01-24 | 
Robert Griesemer | go/doc: removed unused field "Type.Type" | 
commit | commitdiff | tree | 
| 2012-01-24 | 
Rob Pike | doc/go1: image changes | 
commit | commitdiff | tree | 
| 2012-01-24 | 
Robert Griesemer | lib/godoc: use Type.Name directly | 
commit | commitdiff | tree | 
| 2012-01-23 | 
David G. Andersen | math/big: slight improvement to algorithm used for...  | 
commit | commitdiff | tree | 
| 2012-01-23 | 
Russ Cox | exp/ebnflint: test spec during 'go test' | 
commit | commitdiff | tree | 
| 2012-01-23 | 
Russ Cox | cmd/go: add missing files (fix build) | 
commit | commitdiff | tree | 
| 2012-01-23 | 
Russ Cox | cmd/go: implement go get + bug fixes | 
commit | commitdiff | tree | 
| 2012-01-23 | 
Russ Cox | go/build: add BuildTags to Context, allow !tag | 
commit | commitdiff | tree | 
| 2012-01-23 | 
Russ Cox | gc: avoid DOT in error messages | 
commit | commitdiff | tree | 
| 2012-01-23 | 
Shenghou Ma | cgo: -cdefs should translate unsafe.Pointer to void * | 
commit | commitdiff | tree | 
| 2012-01-23 | 
Robert Griesemer | go/doc: test all operation modes | 
commit | commitdiff | tree | 
| 2012-01-23 | 
Marcel van...  | exp/norm: fixes a subtle bug introduced by change 10087...  | 
commit | commitdiff | tree | 
| 2012-01-23 | 
Mikio Hara | net: consistent OpError message | 
commit | commitdiff | tree | 
| 2012-01-23 | 
Russ Cox | dashboard: fix -commit for new xml package | 
commit | commitdiff | tree | 
| 2012-01-23 | 
Rob Pike | CONTRIBUTORS: add Alexandru Moșoi <brtzsnr@gmail.com> | 
commit | commitdiff | tree | 
| 2012-01-23 | 
Rob Pike | gob: annotate debug.go so it's not normally built | 
commit | commitdiff | tree | 
| 2012-01-23 | 
Rob Pike | spec: function invocation, panic on *nil | 
commit | commitdiff | tree | 
| 2012-01-23 | 
Rob Pike | FAQ: update to Go 1. | 
commit | commitdiff | tree | 
| 2012-01-23 | 
Luuk van Dijk | gc: missed typecheck in subscripting a const string. | 
commit | commitdiff | tree | 
| 2012-01-23 | 
Luuk van Dijk | gc: handle function calls in arguments to builtin compl...  | 
commit | commitdiff | tree | 
| 2012-01-23 | 
Ivan Krasin | compress/flate: delete unused util functions. | 
commit | commitdiff | tree | 
| 2012-01-23 | 
Mikkel Krautz | ld: fix Mach-O code signing for non-cgo binaries | 
commit | commitdiff | tree | 
| 2012-01-23 | 
Ivan Krasin | compress/flate: use append instead of slice+counter. | 
commit | commitdiff | tree | 
| 2012-01-23 | 
Ivan Krasin | compress/flate: reduce memory pressure at cost of addit...  | 
commit | commitdiff | tree | 
| 2012-01-23 | 
Russ Cox | gc: fix recursion loop in interface comparison | 
commit | commitdiff | tree | 
| 2012-01-23 | 
Robert Griesemer | godoc: log node printing error | 
commit | commitdiff | tree | 
| 2012-01-23 | 
Gustavo Niemeyer | encoding/xml: support ignoring fields with "-" | 
commit | commitdiff | tree | 
| 2012-01-23 | 
Gustavo Niemeyer | encoding/xml: minor doc fixup | 
commit | commitdiff | tree | 
| 2012-01-23 | 
Robert Griesemer | go/doc: add more test cases | 
commit | commitdiff | tree | 
| 2012-01-23 | 
Robert Griesemer | go/doc: set Type.Name field | 
commit | commitdiff | tree | 
| 2012-01-23 | 
Gustavo Niemeyer | encoding/xml: improve []byte handling | 
commit | commitdiff | tree | 
| 2012-01-23 | 
Olivier Duperray | doc/progs: Add the usual Copyright notice. | 
commit | commitdiff | tree | 
| 2012-01-22 | 
Olivier Duperray | doc/codelab/wiki: Add the usual Copyright notice. | 
commit | commitdiff | tree | 
| 2012-01-22 | 
Andrew Gerrand | go/build: silence all warnings | 
commit | commitdiff | tree | 
| 2012-01-22 | 
Rob Pike | gob: reduce the maximum message size | 
commit | commitdiff | tree | 
| 2012-01-22 | 
Ian Lance Taylor | test: explicitly use variables to avoid gccgo "not...  | 
commit | commitdiff | tree | 
| 2012-01-22 | 
Shenghou Ma | 6l, 8l: remove unused macro definition | 
commit | commitdiff | tree | 
| 2012-01-22 | 
Shenghou Ma | runtime: update out-of-date comment | 
commit | commitdiff | tree | 
| 2012-01-22 | 
Rob Pike | bytes: delete the test for huge buffers | 
commit | commitdiff | tree | 
| 2012-01-22 | 
Robert Griesemer | bytes.Buffer: remove dead code, complete documentation | 
commit | commitdiff | tree | 
| 2012-01-21 | 
Rob Pike | bytes.Buffer: restore panic on out-of-memory | 
commit | commitdiff | tree | 
| 2012-01-21 | 
Ivan Krasin | compress/flate: fix a typo, improve compression rate...  | 
commit | commitdiff | tree | 
| 2012-01-21 | 
Mikio Hara | net: Dial, ListenPacket with "ip:protocol" network...  | 
commit | commitdiff | tree | 
| 2012-01-21 | 
David Symonds | gc: test case for recursive interface bug. | 
commit | commitdiff | tree | 
| 2012-01-21 | 
Russ Cox | cmd/go: every test imports regexp | 
commit | commitdiff | tree | 
| 2012-01-21 | 
Ivan Krasin | compress/flate: make lazy matching work. | 
commit | commitdiff | tree | 
| 2012-01-21 | 
Anthony Martin | os: fix Plan 9 build after more FileMode changes | 
commit | commitdiff | tree | 
| 2012-01-20 | 
Robert Griesemer | bytes: simplified logic | 
commit | commitdiff | tree | 
| 2012-01-20 | 
Rob Pike | doc/go1: flag, runtime, testing | 
commit | commitdiff | tree | 
| 2012-01-20 | 
Stefan Nilsson | doc: fix typo in Go for C++ programmers | 
commit | commitdiff | tree | 
| 2012-01-20 | 
Rob Pike | doc/go1: rearrange a bit, sort the packages | 
commit | commitdiff | tree | 
| 2012-01-20 | 
Russ Cox | gc: undo most of 'fix infinite recursion for embedded...  | 
commit | commitdiff | tree | 
| 2012-01-20 | 
Rob Pike | bytes.Buffer: turn buffer size overflows into errors | 
commit | commitdiff | tree | 
| 2012-01-20 | 
Robert Griesemer | encoding/varint: deleted WriteXvarint | 
commit | commitdiff | tree | 
| 2012-01-20 | 
Robert Griesemer | doc/go1.html: fix broken links | 
commit | commitdiff | tree | 
| 2012-01-20 | 
Shenghou Ma | go run: correctly handle -n and -x flags | 
commit | commitdiff | tree | 
| 2012-01-20 | 
Jeff R. Allen | gc: do not try to add a key with incorrect type to...  | 
commit | commitdiff | tree | 
| 2012-01-20 | 
Shenghou Ma | libmach: cross compiling support | 
commit | commitdiff | tree | 
| 2012-01-20 | 
Russ Cox | A+C: Berengar Lehr (individual CLA) | 
commit | commitdiff | tree | 
| 2012-01-20 | 
Scott Lawrence | go/ast: respect ImportSpec.EndPos | 
commit | commitdiff | tree | 
| 2012-01-20 | 
Russ Cox | go/doc: avoid the name 'a.out' in the testdata | 
commit | commitdiff | tree | 
| 2012-01-20 | 
Rob Pike | goyacc: fix indexing bug when yydebug >= 2 | 
commit | commitdiff | tree | 
| 2012-01-20 | 
Shenghou Ma | misc/xcode/go.xclangspec: fix typo | 
commit | commitdiff | tree | 
| 2012-01-20 | 
Dmitriy Vyukov | runtime: add type algorithms for zero-sized types | 
commit | commitdiff | tree | 
| 2012-01-20 | 
Nigel Tao | tag weekly.2012-01-20 | 
commit | commitdiff | tree | 
| 2012-01-20 | 
Nigel Tao | weekly.2012-01-20  weekly.2012-01-20 | 
commit | commitdiff | tree | 
| 2012-01-20 | 
Mikio Hara | net: fix linux build | 
commit | commitdiff | tree | 
| 2012-01-20 | 
Alex Brainman | misc/cgo/test: make tests run on windows | 
commit | commitdiff | tree | 
| 2012-01-20 | 
Brad Fitzpatrick | database/sql: move from exp/sql | 
commit | commitdiff | tree | 
| 2012-01-19 | 
Gustavo Niemeyer | html/template: fix docs after API changes | 
commit | commitdiff | tree | 
| 2012-01-19 | 
Brad Fitzpatrick | os: use FileMode instead of uint32 in various functions | 
commit | commitdiff | tree | 
| 2012-01-19 | 
Nigel Tao | image: change the YCbCr image's pixel buffers to start...  | 
commit | commitdiff | tree | 
| 2012-01-19 | 
Mikio Hara | net: fix windows build | 
commit | commitdiff | tree | 
| next |