2012-03-12 |
Russ Cox | cmd/godoc: fix directory read |
commit | commitdiff | tree |
2012-03-12 |
Russ Cox | cmd/go: stop using $GOROOT and $GOBIN in script output |
commit | commitdiff | tree |
2012-03-12 |
David Symonds | archive/tar: catch short writes. |
commit | commitdiff | tree |
2012-03-12 |
Brad Fitzpatrick | misc/dist: use archive/tar to generate tarballs |
commit | commitdiff | tree |
2012-03-12 |
Andrew Gerrand | cmd/godoc: always include /doc files in union filesystems |
commit | commitdiff | tree |
2012-03-12 |
Brad Fitzpatrick | misc/dist: use archive/zip, seek out windows deps,... |
commit | commitdiff | tree |
2012-03-12 |
Robert Hencke | crypto/tls, fmt: print fixes |
commit | commitdiff | tree |
2012-03-12 |
David Symonds | cmd/vet: little tweak to tagged literal script to get... |
commit | commitdiff | tree |
2012-03-12 |
Shenghou Ma | misc/dist: minimum target requirement is 10.6 for Darwin |
commit | commitdiff | tree |
2012-03-12 |
Brad Fitzpatrick | cmd/api: work on Windows again, and make gccgo files... |
commit | commitdiff | tree |
2012-03-12 |
David Symonds | cmd/api: set compiler for all build contexts. |
commit | commitdiff | tree |
2012-03-11 |
Russ Cox | cmd/go: local import fixes |
commit | commitdiff | tree |
2012-03-10 |
Gwenael Treguier | database/sql: ensure Stmts are correctly closed. |
commit | commitdiff | tree |
2012-03-10 |
Jeremy Jackins | doc: fix typo in contribute.html |
commit | commitdiff | tree |
2012-03-10 |
Brad Fitzpatrick | A+C: Add Gwenael Treguier (Individual CLA) |
commit | commitdiff | tree |
2012-03-10 |
Brad Fitzpatrick | database/sql: fix double connection free on Stmt.Query... |
commit | commitdiff | tree |
2012-03-10 |
David Symonds | net/mail: close minor TODO that was waiting on a 6g... |
commit | commitdiff | tree |
2012-03-10 |
Brad Fitzpatrick | net/http: fix crash with Transport.CloseIdleConnections |
commit | commitdiff | tree |
2012-03-09 |
Brad Fitzpatrick | archive/zip: verify CRC32s in non-streamed files |
commit | commitdiff | tree |
2012-03-09 |
Alex Brainman | crypto/x509: do not forget to free cert context |
commit | commitdiff | tree |
2012-03-09 |
Brad Fitzpatrick | archive/zip: write data descriptor signature for OS... |
commit | commitdiff | tree |
2012-03-09 |
Robert Griesemer | go/printer: example for Fprint |
commit | commitdiff | tree |
2012-03-09 |
Shenghou Ma | cmd/gc: import path cannot start with slash on Windows |
commit | commitdiff | tree |
2012-03-09 |
Shenghou Ma | cmd/dist, cmd/go: move CGO_ENABLED from 'go tool dist... |
commit | commitdiff | tree |
2012-03-09 |
Jeremy Jackins | cmd/vet: fix typo in documentation |
commit | commitdiff | tree |
2012-03-09 |
Robert Griesemer | C+A: added Jeremy Jackins (Individual CLA) |
commit | commitdiff | tree |
2012-03-09 |
Robert Griesemer | go/printer, gofmt: nicer formatting of multi-line returns |
commit | commitdiff | tree |
2012-03-09 |
Russ Cox | runtime: move runtime.write back to C |
commit | commitdiff | tree |
2012-03-09 |
Mikio Hara | net: fix typo |
commit | commitdiff | tree |
2012-03-09 |
Andrew Gerrand | misc/dist: produce a zip file under windows |
commit | commitdiff | tree |
2012-03-08 |
Russ Cox | go/build: add NoGoError |
commit | commitdiff | tree |
2012-03-08 |
Russ Cox | runtime: fix windows build |
commit | commitdiff | tree |
2012-03-08 |
Brad Fitzpatrick | cmd/go: document import path meta tag discovery in... |
commit | commitdiff | tree |
2012-03-08 |
Russ Cox | cmd/go: add env command, use to fix misc/cgo/testso |
commit | commitdiff | tree |
2012-03-08 |
Russ Cox | runtime: inline calls to notok |
commit | commitdiff | tree |
2012-03-08 |
Russ Cox | test: skip . files in directory |
commit | commitdiff | tree |
2012-03-08 |
Robert Griesemer | all: gofmt -w -s src misc |
commit | commitdiff | tree |
2012-03-08 |
Brad Fitzpatrick | database/sql{,driver}: add ErrBadConn |
commit | commitdiff | tree |
2012-03-08 |
Francisco Souza | hgignore: ignoring misc/cgo/testso/main instead of... |
commit | commitdiff | tree |
2012-03-08 |
Shenghou Ma | doc: various update to command documents |
commit | commitdiff | tree |
2012-03-08 |
Francisco Souza | misc/cgo: re-enable testso |
commit | commitdiff | tree |
2012-03-08 |
Russ Cox | cgo, runtime: diagnose callback on non-Go thread |
commit | commitdiff | tree |
2012-03-08 |
Robert Griesemer | go/parser: use test harness for short tests |
commit | commitdiff | tree |
2012-03-08 |
Mikkel Krautz | crypto/x509: allow server gated crypto in windows syste... |
commit | commitdiff | tree |
2012-03-08 |
Mikio Hara | cmd/gofmt: fix race in long test |
commit | commitdiff | tree |
2012-03-08 |
Russ Cox | cmd/godoc: add support for serving templates |
commit | commitdiff | tree |
2012-03-08 |
Russ Cox | net: document ReadMsgUnix, WriteMsgUnix |
commit | commitdiff | tree |
2012-03-08 |
Russ Cox | time: mention receiver in Unix, UnixNano docs |
commit | commitdiff | tree |
2012-03-08 |
Russ Cox | cmd/go: rebuild external test package dependencies |
commit | commitdiff | tree |
2012-03-08 |
Andrew Gerrand | doc: fix metadata in go_mem.html |
commit | commitdiff | tree |
2012-03-08 |
Andrew Gerrand | undo CL 5699082 / 6223c9fe432b |
commit | commitdiff | tree |
2012-03-08 |
Volker Dobler | fmt: minor tweak of package doc to show headings in... |
commit | commitdiff | tree |
2012-03-08 |
Andrew Gerrand | misc/dashboard: remove obsolete package builder code |
commit | commitdiff | tree |
2012-03-08 |
Andrew Gerrand | doc: drop google +1 button from the home page |
commit | commitdiff | tree |
2012-03-08 |
Robert Griesemer | go_spec: no known implementation differences anymore |
commit | commitdiff | tree |
2012-03-08 |
Rob Pike | doc/go1: template packages have changed since r60 |
commit | commitdiff | tree |
2012-03-08 |
Alex Brainman | go/build: do not parse .syso files |
commit | commitdiff | tree |
2012-03-08 |
Robert Griesemer | go/parser: avoid endless loop in case of internal error |
commit | commitdiff | tree |
2012-03-08 |
Andrew Gerrand | doc: link to go1 and go1compat from docs index |
commit | commitdiff | tree |
2012-03-08 |
Andrew Gerrand | doc: add go command notes to the Go 1 doc |
commit | commitdiff | tree |
2012-03-08 |
Russ Cox | cmd/gc: implement len(array) / cap(array) rule |
commit | commitdiff | tree |
2012-03-08 |
Russ Cox | cmd/cgo: silence const warnings |
commit | commitdiff | tree |
2012-03-08 |
Andrew Gerrand | doc: pngcrush and remove old, unused images |
commit | commitdiff | tree |
2012-03-08 |
Shenghou Ma | doc: fix freebsd build |
commit | commitdiff | tree |
2012-03-08 |
Russ Cox | cmd/gc: delete old map delete in walk |
commit | commitdiff | tree |
2012-03-08 |
Russ Cox | go/build, cmd/go: add support for .syso files |
commit | commitdiff | tree |
2012-03-08 |
Andrew Gerrand | doc: link to sub-repositories from reference page |
commit | commitdiff | tree |
2012-03-08 |
Francisco Souza | io: minor change in io.WriteAt docs. |
commit | commitdiff | tree |
2012-03-08 |
Robert Griesemer | go/scanner: better panic diagnostic |
commit | commitdiff | tree |
2012-03-08 |
Volker Dobler | windows: make background of gopher icon transparent |
commit | commitdiff | tree |
2012-03-07 |
Alex Brainman | doc/go1.tmpl: small change left behind from abf39116ffac |
commit | commitdiff | tree |
2012-03-07 |
Alex Brainman | path/filepath: retrieve real file name in windows EvalS... |
commit | commitdiff | tree |
2012-03-07 |
Shenghou Ma | build: re-enable some broken tests in run.bash |
commit | commitdiff | tree |
2012-03-07 |
Rémy Oudompheng | cmd/go: support -compiler for go list, fix isStale... |
commit | commitdiff | tree |
2012-03-07 |
Dmitriy Vyukov | encoding/gob: fix memory corruption |
commit | commitdiff | tree |
2012-03-07 |
Russ Cox | runtime: fix freebsd crash |
commit | commitdiff | tree |
2012-03-07 |
Robert Griesemer | go/parser: better error synchronization |
commit | commitdiff | tree |
2012-03-07 |
Shenghou Ma | doc/go_mem: init-created goroutine behavior changes... |
commit | commitdiff | tree |
2012-03-07 |
Russ Cox | net, net/rpc, reflect, time: document concurrency guara... |
commit | commitdiff | tree |
2012-03-07 |
Russ Cox | testing: do not print 'no tests' when there are examples |
commit | commitdiff | tree |
2012-03-07 |
Rémy Oudompheng | runtime: try extending arena size in 32-bit allocator. |
commit | commitdiff | tree |
2012-03-07 |
Ian Lance Taylor | test: enable method expression tests in ddd.go |
commit | commitdiff | tree |
2012-03-07 |
Ian Lance Taylor | test: fix testlib to not pass an empty argument to 6g |
commit | commitdiff | tree |
2012-03-07 |
Russ Cox | doc: give up on OS X Leopard |
commit | commitdiff | tree |
2012-03-07 |
Brad Fitzpatrick | io: more docs on WriterAt |
commit | commitdiff | tree |
2012-03-07 |
Mikkel Krautz | deps: allow crypto/x509 to use syscall |
commit | commitdiff | tree |
2012-03-07 |
Robert Griesemer | go/parser: better error sync. if commas are missing |
commit | commitdiff | tree |
2012-03-07 |
Robert Griesemer | godoc: update documentation |
commit | commitdiff | tree |
2012-03-07 |
Mikkel Krautz | crypto/x509: new home for root fetchers; build chains... |
commit | commitdiff | tree |
2012-03-07 |
Russ Cox | cmd/go: fix go test -compiler |
commit | commitdiff | tree |
2012-03-07 |
Russ Cox | net: delete usableLocalPort from test |
commit | commitdiff | tree |
2012-03-07 |
Russ Cox | doc: update effective_go.tmpl |
commit | commitdiff | tree |
2012-03-07 |
Russ Cox | runtime/pprof: disable test on Leopard 64-bit |
commit | commitdiff | tree |
2012-03-07 |
Russ Cox | cmd/cgo: document CGO_LDFLAGS and CGO_CFLAGS |
commit | commitdiff | tree |
2012-03-07 |
Russ Cox | doc: update Effective Go init section |
commit | commitdiff | tree |
2012-03-07 |
Russ Cox | make.bash: fix old builds |
commit | commitdiff | tree |
2012-03-07 |
Russ Cox | doc: delete faq question about 6g |
commit | commitdiff | tree |
2012-03-07 |
Ian Lance Taylor | test: add inherited interface test to ddd.go |
commit | commitdiff | tree |
2012-03-07 |
Russ Cox | test: fix typo |
commit | commitdiff | tree |
2012-03-07 |
Russ Cox | undo CL 5754063 / e23b66fcfc94 |
commit | commitdiff | tree |
next |