2014-08-08 |
Alex Brainman | os: simplify windows Getwd (fixes build) |
commit | commitdiff | tree |
2014-08-07 |
Andrew Gerrand | encoding/json: document coercion of invalid UTF-8 chara... |
commit | commitdiff | tree |
2014-08-07 |
Andrew Gerrand | flag: mention -h in docs |
commit | commitdiff | tree |
2014-08-07 |
Andrew Gerrand | cmd/go: download test dependencies of all named packages |
commit | commitdiff | tree |
2014-08-07 |
Ian Lance Taylor | cmd/go: don't pass --buildid=none on OpenBSD |
commit | commitdiff | tree |
2014-08-07 |
Keith Randall | runtime: convert equality functions to Go |
commit | commitdiff | tree |
2014-08-07 |
Adam Langley | doc: add note about crypto/tls cert selection callback. |
commit | commitdiff | tree |
2014-08-07 |
Keith Randall | runtime: convert interface routines from C to Go. |
commit | commitdiff | tree |
2014-08-07 |
Ian Lance Taylor | cmd/go: don't pass --buildid=none on FreeBSD |
commit | commitdiff | tree |
2014-08-07 |
Dmitriy Vyukov | runtime: fix nacl/amd64p32 build |
commit | commitdiff | tree |
2014-08-07 |
Robert Griesemer | go/parser: don't do method receiver checks at parse... |
commit | commitdiff | tree |
2014-08-07 |
Ian Lance Taylor | cmd/go: pass --build-id=none when generating a cgo .o |
commit | commitdiff | tree |
2014-08-07 |
Keith Randall | runtime: test distribution of interface hashes. |
commit | commitdiff | tree |
2014-08-07 |
Dmitriy Vyukov | encoding/gob: make benchmarks parallel |
commit | commitdiff | tree |
2014-08-07 |
Russ Cox | go/build: look in $GOROOT/src/cmd/foo/bar for import... |
commit | commitdiff | tree |
2014-08-07 |
Russ Cox | cmd/addr2line, cmd/nm: factor object reading into cmd... |
commit | commitdiff | tree |
2014-08-07 |
Andrew Gerrand | cmd/fix: mention -help instead of the non-existent... |
commit | commitdiff | tree |
2014-08-07 |
Peter Collingbourne | cmd/cc, runtime: eliminate use of the unnamed substruct... |
commit | commitdiff | tree |
2014-08-07 |
Russ Cox | os: in Getwd, $PWD override syscall.Getwd |
commit | commitdiff | tree |
2014-08-07 |
Russ Cox | cmd/gc: remove ignored debugging arguments in Fconv... |
commit | commitdiff | tree |
2014-08-07 |
Dmitriy Vyukov | runtime: convert markallocated from C to Go |
commit | commitdiff | tree |
2014-08-07 |
Dmitriy Vyukov | runtime: fix plan9/windows build |
commit | commitdiff | tree |
2014-08-07 |
Dmitriy Vyukov | runtime: remove mal/malloc/FlagNoGC/FlagNoInvokeGC |
commit | commitdiff | tree |
2014-08-07 |
Dmitriy Vyukov | runtime: shrink stacks in parallel |
commit | commitdiff | tree |
2014-08-07 |
Andrew Gerrand | doc: document new ParseMultipartForm behavior |
commit | commitdiff | tree |
2014-08-07 |
Andrew Gerrand | misc/nacl: wrap lines in README file |
commit | commitdiff | tree |
2014-08-07 |
Andrew Gerrand | C: add Paul Nasrat (Google CLA) |
commit | commitdiff | tree |
2014-08-07 |
Mikio Hara | doc/go1.4.txt: add support for ALPN |
commit | commitdiff | tree |
2014-08-07 |
Alex Brainman | doc/go1.4.txt: implement monotonic clocks on windows |
commit | commitdiff | tree |
2014-08-07 |
Alex Brainman | path/filepath: do not restore original working director... |
commit | commitdiff | tree |
2014-08-06 |
Russ Cox | encoding/xml: add InputOffset method to Decoder |
commit | commitdiff | tree |
2014-08-06 |
Russ Cox | cmd/go: revise disallowInternal |
commit | commitdiff | tree |
2014-08-06 |
Rob Pike | debug/dwarf: fix typos in comment for UnspecifiedType |
commit | commitdiff | tree |
2014-08-06 |
Keith Randall | runtime: clean up naming of mcallable functions. |
commit | commitdiff | tree |
2014-08-06 |
Alan Donovan | test/mapnan.go: add regression test for non-empty inter... |
commit | commitdiff | tree |
2014-08-06 |
Russ Cox | runtime: use better hash for floating point inputs |
commit | commitdiff | tree |
2014-08-06 |
Russ Cox | cmd/go: implement 'internal' convention |
commit | commitdiff | tree |
2014-08-06 |
Keith Randall | runtime: shorten hash declarations |
commit | commitdiff | tree |
2014-08-06 |
Russ Cox | runtime: use better hash for non-empty interface |
commit | commitdiff | tree |
2014-08-06 |
Russ Cox | codereview: do not hit upload_complete on first patch |
commit | commitdiff | tree |
2014-08-06 |
Russ Cox | codereview: fix submit of merge + include branch prefix... |
commit | commitdiff | tree |
2014-08-06 |
Russ Cox | cmd/gc: make liveness ~10x faster |
commit | commitdiff | tree |
2014-08-06 |
Russ Cox | codereview: handle upload of merge |
commit | commitdiff | tree |
2014-08-06 |
Russ Cox | codereview: preserve branch prefix in subject during... |
commit | commitdiff | tree |
2014-08-06 |
Derek Parker | debug/dwarf: fix Reader panic on DW_TAG_unspecified_type |
commit | commitdiff | tree |
2014-08-06 |
Brad Fitzpatrick | A+C: Derek Parker (individual CLA) |
commit | commitdiff | tree |
2014-08-06 |
Russ Cox | codereview: enable work and code reviews in development... |
commit | commitdiff | tree |
2014-08-06 |
Russ Cox | runtime: turn off 'unexpected return pc' print on arm... |
commit | commitdiff | tree |
2014-08-06 |
Percy Wegmann | crypto/tls: Added dynamic alternative to NameToCertific... |
commit | commitdiff | tree |
2014-08-06 |
Matthew Dempsky | cmd/cgo: consistently map void* to *byte under -{c... |
commit | commitdiff | tree |
2014-08-06 |
Dmitriy Vyukov | runtime: remove unused variable |
commit | commitdiff | tree |
2014-08-06 |
Dmitriy Vyukov | runtime: simplify code |
commit | commitdiff | tree |
2014-08-06 |
David du Colombier | dist: fix Plan 9 build |
commit | commitdiff | tree |
2014-08-06 |
Alex Brainman | runtime: burn cpu before calling yield in windows runti... |
commit | commitdiff | tree |
2014-08-06 |
Shenghou Ma | undo CL 114420043 / b613f2acdf69 |
commit | commitdiff | tree |
2014-08-06 |
Rui Ueyama | liblink: encode MOVBQZX as MOVZBL instead of MOVZBQ |
commit | commitdiff | tree |
2014-08-06 |
Shenghou Ma | liblink, cmd/dist, cmd/5l: introduce %^ and move C_... |
commit | commitdiff | tree |
2014-08-06 |
Shenghou Ma | cmd/cc, cmd/gc: set ctxt->debugvlog with debug['v'] |
commit | commitdiff | tree |
2014-08-06 |
Shenghou Ma | cmd/5l, cmd/6l, cmd/8l, cmd/ld: remove unused code... |
commit | commitdiff | tree |
2014-08-06 |
Shenghou Ma | liblink: support big-endian properly |
commit | commitdiff | tree |
2014-08-06 |
Shenghou Ma | cmd/ld: fix operator precedence |
commit | commitdiff | tree |
2014-08-06 |
Shenghou Ma | runtime: get rid of SA_RESTORER on ARM. |
commit | commitdiff | tree |
2014-08-06 |
Shenghou Ma | liblink: use LinkArch.textflag() to get text and dataflag |
commit | commitdiff | tree |
2014-08-06 |
Shenghou Ma | runtime: remove dead code |
commit | commitdiff | tree |
2014-08-06 |
Shenghou Ma | runtime: disable aeshash on NaCl at compile time |
commit | commitdiff | tree |
2014-08-06 |
Rui Ueyama | liblink: shorter encoding for zeroing register |
commit | commitdiff | tree |
2014-08-06 |
Matthew Dempsky | cmd/cgo: fix recursive type mapping |
commit | commitdiff | tree |
2014-08-06 |
Matthew Dempsky | cmd/cgo: fix handling of defs_linux.go |
commit | commitdiff | tree |
2014-08-06 |
Mikio Hara | net: separate DNS transport from DNS query-response... |
commit | commitdiff | tree |
2014-08-06 |
Ian Lance Taylor | cmd/cgo: for -godefs, promote first field of anonymous... |
commit | commitdiff | tree |
2014-08-05 |
Dmitriy Vyukov | runtime: cache one GC workbuf in thread-local storage |
commit | commitdiff | tree |
2014-08-05 |
Rui Ueyama | mime/multipart: fix Writer data race test |
commit | commitdiff | tree |
2014-08-05 |
Adam Langley | doc/go1.4.txt: document ASN.1 behaviour change. |
commit | commitdiff | tree |
2014-08-05 |
Brad Fitzpatrick | mime/multipart: add Writer data race test |
commit | commitdiff | tree |
2014-08-05 |
Brad Fitzpatrick | undo CL 95760043 / b2131d729e52 |
commit | commitdiff | tree |
2014-08-05 |
Adam Langley | crypto/tls: add ALPN support. |
commit | commitdiff | tree |
2014-08-05 |
Dmitriy Vyukov | runtime: remove type.go |
commit | commitdiff | tree |
2014-08-05 |
Robert Griesemer | spec: comma-ok expressions return untyped boolean 2nd... |
commit | commitdiff | tree |
2014-08-05 |
Adam Langley | A+C: Percy Wegmann (individual CLA) |
commit | commitdiff | tree |
2014-08-05 |
Dmitriy Vyukov | runtime/race: add tests for maps with big keys/vals |
commit | commitdiff | tree |
2014-08-05 |
Dmitriy Vyukov | runtime: remove outdated comment |
commit | commitdiff | tree |
2014-08-05 |
Ian Lance Taylor | runtime: use memmove rather than memcopy in mgc0.c |
commit | commitdiff | tree |
2014-08-05 |
Ian Lance Taylor | syscall: fix typo in comment |
commit | commitdiff | tree |
2014-08-05 |
Ian Lance Taylor | runtime: remove unused enum maxround |
commit | commitdiff | tree |
2014-08-05 |
Ian Lance Taylor | runtime: only use a single variable in USED |
commit | commitdiff | tree |
2014-08-05 |
Ian Lance Taylor | test: add test for function type in function literal |
commit | commitdiff | tree |
2014-08-04 |
Brad Fitzpatrick | archive/zip: accept bogus trailing zeros in extras |
commit | commitdiff | tree |
2014-08-04 |
Mikio Hara | net: consolidate sockaddrToAddr functions |
commit | commitdiff | tree |
2014-08-03 |
Rob Pike | encoding/gob: save a call to userType |
commit | commitdiff | tree |
2014-08-02 |
Brad Fitzpatrick | net: fix Dial comment about IPv6 addresses |
commit | commitdiff | tree |
2014-08-01 |
Peter Collingbourne | cmd/go: use correct link flags if main package contains... |
commit | commitdiff | tree |
2014-08-01 |
Keith Randall | runtime: move constants from map header to map type |
commit | commitdiff | tree |
2014-08-01 |
David du Colombier | test/run: go fmt |
commit | commitdiff | tree |
2014-08-01 |
Josh Bleecher... | runtime: prevent pointless jmp in amd64 and 386 memmove |
commit | commitdiff | tree |
2014-08-01 |
Alex Brainman | runtime: implement monotonic clocks on windows |
commit | commitdiff | tree |
2014-07-31 |
Keith Randall | runtime: missed a file in alg checkin |
commit | commitdiff | tree |
2014-07-31 |
Keith Randall | runtime: convert hash functions to Go calling convention. |
commit | commitdiff | tree |
2014-07-31 |
Rui Ueyama | strconv: remove needless cast |
commit | commitdiff | tree |
2014-07-31 |
Keith Randall | runtime: move built-in print routines to go. |
commit | commitdiff | tree |
2014-07-31 |
Keith Randall | runtime: fix 32 bit build. |
commit | commitdiff | tree |
next |