2014-10-08 |
Russ Cox | runtime: change Windows M.thread from void* to uintptr |
commit | commitdiff | tree |
2014-10-08 |
Russ Cox | runtime: clear Defer.panic before removing from G.defer... |
commit | commitdiff | tree |
2014-10-08 |
Russ Cox | net/rpc: listen on localhost, let kernel pick port |
commit | commitdiff | tree |
2014-10-08 |
Andrew Gerrand | doc: use "keyed" instead of "tagged" in Go 1 compatibil... |
commit | commitdiff | tree |
2014-10-08 |
Andrew Gerrand | cmd/go: add ImportComment to Package struct |
commit | commitdiff | tree |
2014-10-07 |
Keith Randall | runtime: zero pointer-looking scalararg values |
commit | commitdiff | tree |
2014-10-07 |
Keith Randall | runtime: update heap dump format for 1.4 |
commit | commitdiff | tree |
2014-10-07 |
Russ Cox | runtime: fix _cgo_allocate(0) |
commit | commitdiff | tree |
2014-10-07 |
Robert Griesemer | math/big: fix doc comments |
commit | commitdiff | tree |
2014-10-07 |
Rob Pike | net/rpc: add test for issue 7689 (gob error should... |
commit | commitdiff | tree |
2014-10-07 |
Russ Cox | cmd/5c, cmd/6c, cmd/8c: make failure to optimize fatal |
commit | commitdiff | tree |
2014-10-07 |
Russ Cox | cmd/gc: fix print format |
commit | commitdiff | tree |
2014-10-07 |
Russ Cox | runtime: crash if we see an invalid pointer into GC... |
commit | commitdiff | tree |
2014-10-07 |
Russ Cox | encoding/json: fix handling of null with ,string fields |
commit | commitdiff | tree |
2014-10-07 |
Russ Cox | runtime: remove type-punning for Type.gc[0], gc[1] |
commit | commitdiff | tree |
2014-10-07 |
Jens Frederich | net/http: fix authentication info leakage in Referer... |
commit | commitdiff | tree |
2014-10-07 |
Brad Fitzpatrick | doc/go1.4.txt: useless change to tickle builders |
commit | commitdiff | tree |
2014-10-07 |
Russ Cox | cmd/ld: ignore .Linfo_stringNN variables in clang ... |
commit | commitdiff | tree |
2014-10-06 |
Russ Cox | os, syscall: test Chtimes on directories, fix on Windows |
commit | commitdiff | tree |
2014-10-06 |
Brad Fitzpatrick | strings: use fast path for IndexRune |
commit | commitdiff | tree |
2014-10-06 |
Brad Fitzpatrick | go/build: update docs for GOOS.go change |
commit | commitdiff | tree |
2014-10-06 |
Rob Pike | doc/go1.4.txt: GOOS suffixes require underscores to... |
commit | commitdiff | tree |
2014-10-06 |
Rob Pike | go/build: do not consider "android.go" to be android... |
commit | commitdiff | tree |
2014-10-06 |
Evan Kroske | cmd/gc: prohibit short variable declarations containing... |
commit | commitdiff | tree |
2014-10-06 |
Russ Cox | os: recomment MkdirAll |
commit | commitdiff | tree |
2014-10-06 |
Russ Cox | os: make Process.Signal 'process finished' error consis... |
commit | commitdiff | tree |
2014-10-06 |
Russ Cox | net/url: document result of String |
commit | commitdiff | tree |
2014-10-06 |
Russ Cox | encoding/json: document that embedded interfaces look... |
commit | commitdiff | tree |
2014-10-06 |
Russ Cox | regexp/syntax: regenerate doc.go from re2 syntax |
commit | commitdiff | tree |
2014-10-06 |
Russ Cox | cmd/go: fix 'go vet' of package with external tests |
commit | commitdiff | tree |
2014-10-06 |
Russ Cox | runtime: update docs, code for SetFinalizer |
commit | commitdiff | tree |
2014-10-06 |
Russ Cox | cmd/8l: accept R_386_GOT32 in push instruction |
commit | commitdiff | tree |
2014-10-06 |
Brad Fitzpatrick | A+C: Jens Frederich (individual CLA) |
commit | commitdiff | tree |
2014-10-06 |
Russ Cox | net: disable TestDualStackUDPListener in short mode |
commit | commitdiff | tree |
2014-10-05 |
Alex Brainman | syscall: another attempt to keep windows syscall pointe... |
commit | commitdiff | tree |
2014-10-04 |
Dmitriy Vyukov | doc/go1.4: document memory consumption reduction |
commit | commitdiff | tree |
2014-10-04 |
Rob Pike | doc/go1.4.txt: fmt: document printing of &map rather... |
commit | commitdiff | tree |
2014-10-04 |
Rob Pike | fmt: print &map like &slice and &struct |
commit | commitdiff | tree |
2014-10-04 |
Ian Lance Taylor | doc/go1.4: mention that we are going to need a new... |
commit | commitdiff | tree |
2014-10-03 |
Dave Cheney | crypto/x509: add OpenELEC system root location. |
commit | commitdiff | tree |
2014-10-03 |
Russ Cox | misc/cgo/test: fail issue 7978 with clearer error when... |
commit | commitdiff | tree |
2014-10-03 |
Rob Pike | fmt: part 2 of the great flag rebuild: make %+v work... |
commit | commitdiff | tree |
2014-10-03 |
Russ Cox | runtime: clear sg.selectdone before saving in SudoG... |
commit | commitdiff | tree |
2014-10-03 |
Russ Cox | runtime: clear stale values from G.param and SudoG... |
commit | commitdiff | tree |
2014-10-03 |
Russ Cox | cmd/cc, runtime: disallow structs without tags |
commit | commitdiff | tree |
2014-10-03 |
Alex Brainman | undo CL 138250043 / 4eda5e4001fd |
commit | commitdiff | tree |
2014-10-02 |
Rob Pike | fmt: make the %#v verb a special flag |
commit | commitdiff | tree |
2014-10-02 |
Robert Griesemer | math/big: math.Exp should return result >= 0 for |m... |
commit | commitdiff | tree |
2014-10-02 |
Robert Griesemer | encoding/binary: fix error message |
commit | commitdiff | tree |
2014-10-02 |
Mrunal Patel | syscall: support UID/GID map files for Linux user names... |
commit | commitdiff | tree |
2014-10-02 |
Ian Lance Taylor | A+C: add Mrunal Patel (Red Hat corporate CLA) |
commit | commitdiff | tree |
2014-10-02 |
Nicolas Owens | syscall: fix Setenv for plan 9 |
commit | commitdiff | tree |
2014-10-02 |
Alex Brainman | run.bat: comment text properly |
commit | commitdiff | tree |
2014-10-01 |
Robert Griesemer | time: A Timer must be properly created before use ... |
commit | commitdiff | tree |
2014-10-01 |
Robert Griesemer | encoding/json: don't panic on incorrect map argument |
commit | commitdiff | tree |
2014-10-01 |
Robert Griesemer | encoding/binary: slightly better documentation |
commit | commitdiff | tree |
2014-10-01 |
Rob Pike | doc/go_faq.html: explain the policy about unused import... |
commit | commitdiff | tree |
2014-10-01 |
Rob Pike | fmt: fix internal unknownType function |
commit | commitdiff | tree |
2014-10-01 |
Russ Cox | reflect: fix IsValid vs Kind mismatch after Elem of... |
commit | commitdiff | tree |
2014-10-01 |
Robert Griesemer | testing: clearer comment |
commit | commitdiff | tree |
2014-10-01 |
Rob Pike | net/rpc: shut down connection if gob has error |
commit | commitdiff | tree |
2014-10-01 |
Brad Fitzpatrick | os, syscall: add Unsetenv |
commit | commitdiff | tree |
2014-10-01 |
Andrew Gerrand | tag go1.3.3 |
commit | commitdiff | tree |
2014-10-01 |
Mikio Hara | misc/nacl/README: fix typo |
commit | commitdiff | tree |
2014-09-30 |
Andrew Gerrand | doc: document go1.3.3 |
commit | commitdiff | tree |
2014-09-30 |
Paul van Brouwershaven | x509: Fixed ASN.1 encoding in CRL Distribution Points... |
commit | commitdiff | tree |
2014-09-30 |
Alan Donovan | cmd/cgo: add missing ast.SliceExpr.Max case to AST... |
commit | commitdiff | tree |
2014-09-30 |
Robert Griesemer | go/format, cmd/gofmt: added missing comments, minor... |
commit | commitdiff | tree |
2014-09-30 |
Brad Fitzpatrick | net/http/httputil: ensure DumpRequestOut dumps all... |
commit | commitdiff | tree |
2014-09-30 |
Adam Langley | encoding/asn1: fix unmarshaling of implicitly tagged... |
commit | commitdiff | tree |
2014-09-30 |
Robert Griesemer | spec: clarify variable declaration type rules |
commit | commitdiff | tree |
2014-09-30 |
Russ Cox | cmd/go: sometimes name tmp test binary test.test.exe... |
commit | commitdiff | tree |
2014-09-30 |
Russ Cox | cmd/pprof: add Go implementation |
commit | commitdiff | tree |
2014-09-30 |
Russ Cox | cmd/gc: fix call order in array literal of slice litera... |
commit | commitdiff | tree |
2014-09-30 |
Russ Cox | compress/*: note that NewReader may introduce buffering |
commit | commitdiff | tree |
2014-09-30 |
Russ Cox | compress/zlib: mention that NewReaderDict can return... |
commit | commitdiff | tree |
2014-09-30 |
Russ Cox | log/syslog: try /var/run/log, for FreeBSD |
commit | commitdiff | tree |
2014-09-30 |
Russ Cox | cmd/objdump: move armasm, x86asm into internal packages |
commit | commitdiff | tree |
2014-09-30 |
Russ Cox | CONTRIBUTORS: add Raul Silvera (Google CLA) |
commit | commitdiff | tree |
2014-09-30 |
Russ Cox | regexp/syntax: reject large repetitions created by... |
commit | commitdiff | tree |
2014-09-30 |
Keith Randall | runtime: fix scanning of gc work buffer |
commit | commitdiff | tree |
2014-09-30 |
Dmitriy Vyukov | runtime: fix throwsplit check |
commit | commitdiff | tree |
2014-09-30 |
Keith Randall | runtime: initialize traceback variables earlier |
commit | commitdiff | tree |
2014-09-30 |
Brad Fitzpatrick | net/http: make Transport.CloseIdleConnections also... |
commit | commitdiff | tree |
2014-09-30 |
Dmitri Shuralyov | go/format, cmd/gofmt: fix issues with partial Go code... |
commit | commitdiff | tree |
2014-09-30 |
Dave Cheney | liblink: generate MRC replacement in liblink, not tls_arm |
commit | commitdiff | tree |
2014-09-29 |
Tom Linford | x509: add root certs for android. |
commit | commitdiff | tree |
2014-09-29 |
Brad Fitzpatrick | A+C: Tom Linford (individual CLA) |
commit | commitdiff | tree |
2014-09-29 |
Keith Randall | runtime: delete unused variables. |
commit | commitdiff | tree |
2014-09-29 |
James Tucker | net/http: enable Transfer-Encoding: identity without... |
commit | commitdiff | tree |
2014-09-29 |
Brad Fitzpatrick | net/http: clarify Request.FormValue docs |
commit | commitdiff | tree |
2014-09-29 |
Ian Lance Taylor | cmd/yacc: fix handling of tokens that don't start with... |
commit | commitdiff | tree |
2014-09-29 |
Brad Fitzpatrick | undo CL 141840043 / 65e21380cb2a |
commit | commitdiff | tree |
2014-09-29 |
Robert Griesemer | spec: specify variable initialization order explicitly |
commit | commitdiff | tree |
2014-09-29 |
Adam Langley | crypto/x509: accept CRLs without an expiry. |
commit | commitdiff | tree |
2014-09-29 |
Brad Fitzpatrick | net: fix misleading package comment example |
commit | commitdiff | tree |
2014-09-29 |
Adam Langley | go/build: add go1.4 tag. |
commit | commitdiff | tree |
2014-09-29 |
Adam Langley | C: add Andres Erbsen (Google CLA) |
commit | commitdiff | tree |
2014-09-29 |
Jonathan Rudenberg | cmd/ld: close outfile before cleanup |
commit | commitdiff | tree |
2014-09-29 |
Keith Randall | runtime: fix cgo_topofstack to save clobbered registers |
commit | commitdiff | tree |
next |