2012-02-11 |
Russ Cox | gc: diagnose field+method of same name |
commit | commitdiff | tree |
2012-02-11 |
Russ Cox | gc: print detail for typechecking loop error |
commit | commitdiff | tree |
2012-02-11 |
Russ Cox | gc: fix bug introduced earlier |
commit | commitdiff | tree |
2012-02-11 |
Russ Cox | gc: make constant arith errors a little more friendly |
commit | commitdiff | tree |
2012-02-11 |
Robert Griesemer | gofmt: fix error message in test |
commit | commitdiff | tree |
2012-02-11 |
Russ Cox | gc: fix import of struct type in struct literal |
commit | commitdiff | tree |
2012-02-11 |
Ian Lance Taylor | runtime: put lockorder before pollorder in Select memor... |
commit | commitdiff | tree |
2012-02-11 |
Russ Cox | gc: optimize interface ==, != |
commit | commitdiff | tree |
2012-02-11 |
Russ Cox | 5g: fix out of registers bug |
commit | commitdiff | tree |
2012-02-11 |
Mikio Hara | cmd/dist: clear execute bit from source file |
commit | commitdiff | tree |
2012-02-11 |
Russ Cox | gc: add test case for issue 1743 |
commit | commitdiff | tree |
2012-02-11 |
Russ Cox | gc: diagnose init loop involving func |
commit | commitdiff | tree |
2012-02-11 |
Russ Cox | gc: eliminate duplicate ambiguous selector message |
commit | commitdiff | tree |
2012-02-11 |
Russ Cox | 8g: fix opt bug |
commit | commitdiff | tree |
2012-02-11 |
Rob Pike | text/template/parse: deep Copy method for nodes |
commit | commitdiff | tree |
2012-02-11 |
Russ Cox | 6g: fix out of registers bug |
commit | commitdiff | tree |
2012-02-11 |
Mikio Hara | net: fix comment, make use of listenerBacklog |
commit | commitdiff | tree |
2012-02-11 |
Mikio Hara | net: enable SO_REUSEADDR, SO_REUSEPORT options on strea... |
commit | commitdiff | tree |
2012-02-11 |
Robert Griesemer | fix build: update image/png test |
commit | commitdiff | tree |
2012-02-11 |
Nigel Tao | flate: delete WrongValueError type. |
commit | commitdiff | tree |
2012-02-11 |
Bjorn Tipling | net/http: fix reference to URL.RawPath in docs |
commit | commitdiff | tree |
2012-02-11 |
Gustavo Niemeyer | CONTRIBUTORS: add Bjorn Tipling <bjorn.tipling@gmail... |
commit | commitdiff | tree |
2012-02-11 |
Gustavo Niemeyer | cmd/dist: reset version during bootstrap |
commit | commitdiff | tree |
2012-02-10 |
Nigel Tao | compress: add comments to gzip and zlib. |
commit | commitdiff | tree |
2012-02-10 |
Luuk van Dijk | cmd/gc: suspend safemode during typecheck of inlined... |
commit | commitdiff | tree |
2012-02-10 |
Brad Fitzpatrick | os,syscall: fix windows build |
commit | commitdiff | tree |
2012-02-10 |
James Whitehead | exp/types: Use build.FindTree in GcImporter |
commit | commitdiff | tree |
2012-02-10 |
Robert Griesemer | go/printer: test that formatted code is parseable |
commit | commitdiff | tree |
2012-02-10 |
Robert Griesemer | go/printer: implement SourcePos mode |
commit | commitdiff | tree |
2012-02-10 |
Nigel Tao | compress: make flate, gzip and zlib's NewWriterXxx... |
commit | commitdiff | tree |
2012-02-10 |
Russ Cox | builder: set $GOBUILDEXIT for Windows |
commit | commitdiff | tree |
2012-02-10 |
Russ Cox | regexp/syntax: delete old package comment |
commit | commitdiff | tree |
2012-02-10 |
Alex Brainman | all.bat: report error code back to the gobuilder |
commit | commitdiff | tree |
2012-02-10 |
Andrew Gerrand | debug/macho: dropped monstrous URL from package comment |
commit | commitdiff | tree |
2012-02-10 |
Rob Pike | regexp/syntax: add package and Parse commentary |
commit | commitdiff | tree |
2012-02-10 |
Rob Pike | math: fix gamma doc, link to OEIS |
commit | commitdiff | tree |
2012-02-10 |
Russ Cox | dashboard: add gobuilder -fail mode |
commit | commitdiff | tree |
2012-02-10 |
Daniel Theophanes | dist: prevent recusive loop on windows when fatal(... |
commit | commitdiff | tree |
2012-02-10 |
Rob Pike | reflect: documentation tweaks |
commit | commitdiff | tree |
2012-02-10 |
Brad Fitzpatrick | os/exec: add Cmd.Waitmsg, fix a misleading comment |
commit | commitdiff | tree |
2012-02-10 |
Rob Pike | strings: delete method comments implied by interface... |
commit | commitdiff | tree |
2012-02-10 |
Rob Pike | testing/quick: documentation tweaks |
commit | commitdiff | tree |
2012-02-10 |
Rob Pike | testing/iotest: adjust adverbial imprecision in package... |
commit | commitdiff | tree |
2012-02-10 |
Rob Pike | testing/script: delete |
commit | commitdiff | tree |
2012-02-10 |
Rob Pike | unicode: various documentation tweaks |
commit | commitdiff | tree |
2012-02-10 |
Rob Pike | template: refer HTML users to html/template |
commit | commitdiff | tree |
2012-02-10 |
Brad Fitzpatrick | os: delete Exec, NewFile takes uintptr, rename ShellExp... |
commit | commitdiff | tree |
2012-02-10 |
Rob Pike | unicode/utf8: document return value for decode errors |
commit | commitdiff | tree |
2012-02-10 |
Rob Pike | time: improve commentary about standard time and format... |
commit | commitdiff | tree |
2012-02-10 |
Rob Pike | testing: fix references to "gotest" |
commit | commitdiff | tree |
2012-02-10 |
Alex Brainman | make.bat: remove double quotes |
commit | commitdiff | tree |
2012-02-10 |
Brad Fitzpatrick | os: remove Time; callers should use time.Time. |
commit | commitdiff | tree |
2012-02-09 |
Brad Fitzpatrick | net/http/fcgi: don't mention threads in docs |
commit | commitdiff | tree |
2012-02-09 |
Robert Griesemer | text/scanner: update comments |
commit | commitdiff | tree |
2012-02-09 |
Brad Fitzpatrick | regexp: name result parameters referenced from docs |
commit | commitdiff | tree |
2012-02-09 |
Brad Fitzpatrick | database/sql: remove Into from ScannerInto/ScanInto |
commit | commitdiff | tree |
2012-02-09 |
Rob Pike | container/heap: add example |
commit | commitdiff | tree |
2012-02-09 |
Brad Fitzpatrick | cmd/api: follow constant references |
commit | commitdiff | tree |
2012-02-09 |
Brad Fitzpatrick | net/http: add ServeContent |
commit | commitdiff | tree |
2012-02-09 |
Rob Pike | encoding/binary: another attempt to describe the type... |
commit | commitdiff | tree |
2012-02-09 |
Gustavo Niemeyer | cmd/dist: fix GOROOT_FINAL |
commit | commitdiff | tree |
2012-02-09 |
Rob Pike | encoding/hex: vet the test prints |
commit | commitdiff | tree |
2012-02-09 |
Alex Brainman | compress/gzip: remove dead code |
commit | commitdiff | tree |
2012-02-09 |
Andrew Balholm | database/sql: support ErrSkip in Tx.Exec |
commit | commitdiff | tree |
2012-02-09 |
Alex Brainman | cmd/dist: do not use HEAP_GENERATE_EXCEPTIONS flag |
commit | commitdiff | tree |
2012-02-09 |
Brad Fitzpatrick | database/sql: rename ErrTransactionFinished to ErrTxDone |
commit | commitdiff | tree |
2012-02-09 |
Shenghou Ma | runtime: Linux/ARM: exit early on OABI systems, and... |
commit | commitdiff | tree |
2012-02-09 |
Brad Fitzpatrick | strings: add Seek method to Reader |
commit | commitdiff | tree |
2012-02-09 |
Rob Pike | os: talk about errors and PathError in the package... |
commit | commitdiff | tree |
2012-02-09 |
Russ Cox | runtime: fix compiler warnings |
commit | commitdiff | tree |
2012-02-09 |
Brad Fitzpatrick | net/http/httptest: add a test |
commit | commitdiff | tree |
2012-02-09 |
Russ Cox | gc: implicit type bug fix in export data |
commit | commitdiff | tree |
2012-02-09 |
Brad Fitzpatrick | database/sql: more tests |
commit | commitdiff | tree |
2012-02-09 |
Alex Brainman | gobuilder: fix windows builder |
commit | commitdiff | tree |
2012-02-09 |
Rob Pike | log/syslog: fix documentation for NewLogger |
commit | commitdiff | tree |
2012-02-09 |
Rob Pike | fmt: scan FALSE correctly |
commit | commitdiff | tree |
2012-02-09 |
Rob Pike | cmd/go: rearrange help for 'go test' |
commit | commitdiff | tree |
2012-02-09 |
Brad Fitzpatrick | net/http: remove an errant space |
commit | commitdiff | tree |
2012-02-09 |
Gary Burd | go/doc: Handle recursive embedded types. |
commit | commitdiff | tree |
2012-02-09 |
Rob Pike | encoding/binary: slices are allowed; say so |
commit | commitdiff | tree |
2012-02-09 |
Rob Pike | encoding/binary: add Size, to replace the functionality... |
commit | commitdiff | tree |
2012-02-09 |
Andrew Gerrand | misc/dist: new hierarchy for binary distribution packag... |
commit | commitdiff | tree |
2012-02-08 |
Mikio Hara | text/template/parse: fix comment |
commit | commitdiff | tree |
2012-02-08 |
Rob Pike | doc: new document about compatibility of releases |
commit | commitdiff | tree |
2012-02-08 |
Shenghou Ma | runtime: fix "SysReserve returned unaligned address... |
commit | commitdiff | tree |
2012-02-08 |
Rob Pike | bytes.Buffer: return error in WriteTo if buffer is... |
commit | commitdiff | tree |
2012-02-08 |
Rob Pike | log/syslog: return length of data provided by the user... |
commit | commitdiff | tree |
2012-02-08 |
Shenghou Ma | cmd/dist: redure max background tasks nr. when building... |
commit | commitdiff | tree |
2012-02-08 |
Russ Cox | cmd/go: let go tool invocation use stdin |
commit | commitdiff | tree |
2012-02-08 |
Russ Cox | spec: address CL 5647054 comments |
commit | commitdiff | tree |
2012-02-08 |
Russ Cox | cmd/dist: make 'make' quieter for developers |
commit | commitdiff | tree |
2012-02-08 |
Russ Cox | spec: send on closed channel counts as "proceeding" |
commit | commitdiff | tree |
2012-02-08 |
Rob Pike | doc/go1: mention that the compiler catches TotalSize... |
commit | commitdiff | tree |
2012-02-08 |
Robert Griesemer | go/scanner: clean up error interface |
commit | commitdiff | tree |
2012-02-08 |
Paul Borman | runtime: drop to 32 bit malloc if 64 bit will not work |
commit | commitdiff | tree |
2012-02-08 |
Shenghou Ma | cmd/dist: pass correct -DGOARCH_$GOARCH flag to gcc. |
commit | commitdiff | tree |
2012-02-08 |
Russ Cox | spec: disallow recursive embedded interfaces |
commit | commitdiff | tree |
2012-02-08 |
Russ Cox | spec: add forward links from 'method set' to where... |
commit | commitdiff | tree |
2012-02-08 |
Russ Cox | net/http: panic on duplicate registrations |
commit | commitdiff | tree |
2012-02-08 |
Russ Cox | encoding/json: document buffering |
commit | commitdiff | tree |
next |