2012-01-26 |
Robert Griesemer | go/doc: revert API change (per former discussion) and... |
commit | commitdiff | tree |
2012-01-26 |
David G. Andersen | math/big: return type of bitLen is an int; use MOVL... |
commit | commitdiff | tree |
2012-01-25 |
Gustavo Niemeyer | gofix: handle xml.Unmarshal in xmlapi fix |
commit | commitdiff | tree |
2012-01-25 |
David G. Andersen | math/big: assembly versions of bitLen for x86-64,... |
commit | commitdiff | tree |
2012-01-25 |
Yoshiyuki Kanno | net/http: fix Transport deadlock |
commit | commitdiff | tree |
2012-01-25 |
Russ Cox | gc: fix order of evaluation |
commit | commitdiff | tree |
2012-01-25 |
Brad Fitzpatrick | regexp: remove vestigial Error type |
commit | commitdiff | tree |
2012-01-25 |
Mikio Hara | net: fix dialing google test |
commit | commitdiff | tree |
2012-01-25 |
Robert Griesemer | go/doc: test cases for sort order |
commit | commitdiff | tree |
2012-01-25 |
Rob Pike | go1: sub-repositories |
commit | commitdiff | tree |
2012-01-25 |
Robert Figueiredo | syscall: add NOTE_* constants on OS X |
commit | commitdiff | tree |
2012-01-25 |
Russ Cox | A+C: Robert Figueiredo (individual CLA) |
commit | commitdiff | tree |
2012-01-25 |
Russ Cox | build: fix build |
commit | commitdiff | tree |
2012-01-25 |
Brad Fitzpatrick | net/http: disabled test for Transport race / deadlock bug |
commit | commitdiff | tree |
2012-01-25 |
Russ Cox | build: remove code now in subrepositories |
commit | commitdiff | tree |
2012-01-25 |
Russ Cox | gofix: update go1pkgrename for subrepositories |
commit | commitdiff | tree |
2012-01-25 |
Robert Griesemer | gofix: add -debug flag for quicker diagnosis of interna... |
commit | commitdiff | tree |
2012-01-25 |
Russ Cox | codereview: more fixes |
commit | commitdiff | tree |
2012-01-25 |
Russ Cox | codereview: support for subrepositories |
commit | commitdiff | tree |
2012-01-25 |
Robert Griesemer | go/printer: factor some frequently used code |
commit | commitdiff | tree |
2012-01-25 |
Robert Griesemer | go/printer, gofmt: respect line breaks in signatures |
commit | commitdiff | tree |
2012-01-25 |
Robert Griesemer | go/doc: test case for corner case (override of predecl... |
commit | commitdiff | tree |
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 |
next |