2015-06-11 |
Patrick Mezard | os: fix a race between Process.signal() and wait()... |
commit | commitdiff | tree |
2015-06-10 |
Ian Lance Taylor | cmd/go: rewrite testsuite from bash to Go |
commit | commitdiff | tree |
2015-06-10 |
Brad Fitzpatrick | archive/zip: clarify that CreateHeader takes ownership... |
commit | commitdiff | tree |
2015-06-10 |
Ainar Garipov | encoding/csv: fix comment in parseRecord |
commit | commitdiff | tree |
2015-06-10 |
Alex Brainman | cmd/link: stop linker crashing with -s flag on windows |
commit | commitdiff | tree |
2015-06-10 |
Yongjian Xu | runtime: correct a drifted comment in referencing m... |
commit | commitdiff | tree |
2015-06-10 |
Josh Bleecher... | .gitignore: ignore y.output |
commit | commitdiff | tree |
2015-06-09 |
Burcu Dogan | misc/ios: document the external binary and the required... |
commit | commitdiff | tree |
2015-06-09 |
Josh Bleecher... | cmd/compile: fix builtin generation |
commit | commitdiff | tree |
2015-06-09 |
Adam Langley | doc/go1.5.txt: mention that 1.5 supports non-standard... |
commit | commitdiff | tree |
2015-06-09 |
Carl Jackson | crypto/cipher: Support unusual GCM nonce lengths |
commit | commitdiff | tree |
2015-06-09 |
Dmitry Savintsev | doc: updated language about the AUTHORS/CONTRIBUTORS... |
commit | commitdiff | tree |
2015-06-09 |
Josh Bleecher... | cmd/compile: use generated temps in bool codegen |
commit | commitdiff | tree |
2015-06-09 |
Adam Langley | crypto/tls: don't require an explicit client-auth EKU. |
commit | commitdiff | tree |
2015-06-09 |
Shenghou Ma | go/build: add big endian variant of arm and arm64 to... |
commit | commitdiff | tree |
2015-06-09 |
Mikio Hara | net: disable dualstack listener tests on dragonfly |
commit | commitdiff | tree |
2015-06-09 |
Brad Fitzpatrick | cmd/dist: move guts of race.bash into dist |
commit | commitdiff | tree |
2015-06-09 |
Hyang-Ah (Hana... | cmd/link/internal/ld: include table of contents of... |
commit | commitdiff | tree |
2015-06-09 |
Josh Bleecher... | cmd/compile: early typecheck top level OAS2 nodes |
commit | commitdiff | tree |
2015-06-09 |
Adam Langley | doc/go1.5.txt: mention that testing/quick now generates... |
commit | commitdiff | tree |
2015-06-08 |
HÃ¥vard Haugen | testing/quick: probabilistically generate nil pointers |
commit | commitdiff | tree |
2015-06-08 |
Robert Griesemer | cmd/vet: remove dependency on types.New |
commit | commitdiff | tree |
2015-06-08 |
Russ Cox | runtime: avoid fault in heapBitsBulkBarrier |
commit | commitdiff | tree |
2015-06-08 |
Alex Brainman | cmd/vet: fix tests on windows |
commit | commitdiff | tree |
2015-06-08 |
Austin Clements | runtime: fix write-barrier-enabled phase list in gcmarkwb_m |
commit | commitdiff | tree |
2015-06-07 |
Austin Clements | runtime: unwind stack barriers when writing above the... |
commit | commitdiff | tree |
2015-06-07 |
Austin Clements | runtime: enable write barriers during concurrent scan |
commit | commitdiff | tree |
2015-06-07 |
Austin Clements | runtime: fix checkmarks to rescan stacks |
commit | commitdiff | tree |
2015-06-07 |
Dominik Honnef | doc/go1.5.txt: correct CL for LookupEnv addition |
commit | commitdiff | tree |
2015-06-06 |
Shenghou Ma | test: fix build on GOARCH=ppc64/ppc64le |
commit | commitdiff | tree |
2015-06-06 |
Alex Brainman | database/sql: refer correct issue in TestErrBadConnReco... |
commit | commitdiff | tree |
2015-06-06 |
Austin Clements | cmd/asm: drop legacy RETURN mnemonic on ppc64 |
commit | commitdiff | tree |
2015-06-06 |
Austin Clements | cmd/compile: use obj.ARET instead of ppc64.ARETURN |
commit | commitdiff | tree |
2015-06-06 |
Austin Clements | all: use RET instead of RETURN on ppc64 |
commit | commitdiff | tree |
2015-06-05 |
Robert Griesemer | cmd/go: update documentation: use 'go doc' rather than... |
commit | commitdiff | tree |
2015-06-05 |
Robert Griesemer | cmd/go: use new vet location |
commit | commitdiff | tree |
2015-06-05 |
Robert Griesemer | go/types: remove unused return value |
commit | commitdiff | tree |
2015-06-05 |
Alan Donovan | runtime: add blank assignment to defeat "declared but... |
commit | commitdiff | tree |
2015-06-05 |
Robert Griesemer | go/types: remove MethodSetCache - not needed |
commit | commitdiff | tree |
2015-06-05 |
Austin Clements | runtime: use correct SP when installing stack barriers |
commit | commitdiff | tree |
2015-06-05 |
Brad Fitzpatrick | cmd/dist: add more logging details when go list std... |
commit | commitdiff | tree |
2015-06-05 |
Russ Cox | cmd/vet: skip exec tests on systems that can't exec |
commit | commitdiff | tree |
2015-06-05 |
Alexis Imperial... | debug/gosym: avoid calling the shell in test |
commit | commitdiff | tree |
2015-06-05 |
Russ Cox | cmd/go: fix detection of ELF binaries |
commit | commitdiff | tree |
2015-06-05 |
Aaron Jacobs | flag: Describe the ErrorHandling enum values. |
commit | commitdiff | tree |
2015-06-05 |
Rob Pike | cmd/go: add -tags option to go vet |
commit | commitdiff | tree |
2015-06-05 |
Russ Cox | doc/go1.5.txt: mention go test -count |
commit | commitdiff | tree |
2015-06-05 |
Russ Cox | cmd/compile: document Node fields used by each Op |
commit | commitdiff | tree |
2015-06-05 |
Russ Cox | cmd/link: delete dead flags |
commit | commitdiff | tree |
2015-06-05 |
Russ Cox | cmd/link: deprecate -X name value in favor of -X name... |
commit | commitdiff | tree |
2015-06-05 |
Russ Cox | cmd/compile, cmd/link: add docs |
commit | commitdiff | tree |
2015-06-05 |
Russ Cox | doc/go1.5.txt: GOMAXPROCS change |
commit | commitdiff | tree |
2015-06-05 |
Russ Cox | runtime: default GOMAXPROCS to NumCPU(), not 1 |
commit | commitdiff | tree |
2015-06-05 |
Russ Cox | cmd/pprof: use copy of svgpan library instead of link... |
commit | commitdiff | tree |
2015-06-05 |
Russ Cox | testing: add -test.count flag to run tests and benchmar... |
commit | commitdiff | tree |
2015-06-05 |
Russ Cox | cmd/go: read new non-ELF build ID in binaries |
commit | commitdiff | tree |
2015-06-05 |
Russ Cox | cmd/link: implement -buildid for non-ELF binaries |
commit | commitdiff | tree |
2015-06-05 |
Russ Cox | cmd/go: use ELF note instead of binary stamp on ELF... |
commit | commitdiff | tree |
2015-06-05 |
Russ Cox | cmd/link: add -buildid flag to write Go build ID to... |
commit | commitdiff | tree |
2015-06-05 |
Russ Cox | cmd/link: add -h flag, for debugging, same as cmd/compile |
commit | commitdiff | tree |
2015-06-05 |
Russ Cox | cmd/go, cmd/link: use "Go" not "GO" as ELF note identifier |
commit | commitdiff | tree |
2015-06-05 |
Russ Cox | cmd/go: simplify ELF note reading and enable during... |
commit | commitdiff | tree |
2015-06-04 |
Robert Griesemer | cmd/go: fix fmt.Errorf call sites (latent bug) |
commit | commitdiff | tree |
2015-06-04 |
Rob Pike | cmd/doc: do not show unexported constants |
commit | commitdiff | tree |
2015-06-04 |
Robert Griesemer | cmd/vet: adjust vet to use go/types and friends from... |
commit | commitdiff | tree |
2015-06-04 |
Robert Griesemer | cmd/vet: move cmd/vet into std repo |
commit | commitdiff | tree |
2015-06-04 |
David Crawshaw | cmd/dist: use -tags=lldb for iOS tests |
commit | commitdiff | tree |
2015-06-04 |
Brad Fitzpatrick | net/http: the Set-Cookie Expiration time zone should... |
commit | commitdiff | tree |
2015-06-04 |
Brad Fitzpatrick | test: make test/run.go support sharding |
commit | commitdiff | tree |
2015-06-04 |
Josh Bleecher... | cmd/internal/obj/arm64: make function prologue more... |
commit | commitdiff | tree |
2015-06-04 |
Josh Bleecher... | runtime, cmd/internal/obj/arm: improve arm function... |
commit | commitdiff | tree |
2015-06-04 |
Josh Bleecher... | cmd/internal/obj/x86: make function prologue more predi... |
commit | commitdiff | tree |
2015-06-04 |
Hajime Hoshi | encoding/xml: Reset the parent stack before printing... |
commit | commitdiff | tree |
2015-06-04 |
Russ Cox | cmd/go: clean up after 'go build' during 'go install' |
commit | commitdiff | tree |
2015-06-04 |
Russ Cox | cmd/go: always rebuild GOPATH code that looks out of... |
commit | commitdiff | tree |
2015-06-04 |
Russ Cox | cmd/go: detect when package or binary is stale due... |
commit | commitdiff | tree |
2015-06-04 |
Russ Cox | cmd/compile: merge Node.Opt and Node.Val behind access... |
commit | commitdiff | tree |
2015-06-04 |
Russ Cox | cmd/compile: cleanups for Node trimming sequence |
commit | commitdiff | tree |
2015-06-04 |
Josh Bleecher... | cmd/link: make stkcheck more flexible |
commit | commitdiff | tree |
2015-06-04 |
Russ Cox | cmd/internal/gc: accept map literals with omitted key... |
commit | commitdiff | tree |
2015-06-03 |
Brad Fitzpatrick | runtime: fix TestFixedGOROOT to properly restore the... |
commit | commitdiff | tree |
2015-06-03 |
Robert Griesemer | src/cmd/compile/internal/gc: re-vendor math/big, manual... |
commit | commitdiff | tree |
2015-06-03 |
Robert Griesemer | math/big: turn off debug mode |
commit | commitdiff | tree |
2015-06-03 |
Dave Cheney | math/big: trim trailing zeros before hex printing |
commit | commitdiff | tree |
2015-06-03 |
Russ Cox | cmd/internal/gc: add -buildid flag to write build ID... |
commit | commitdiff | tree |
2015-06-03 |
Russ Cox | cmd/dist: one more file for CL 9152 |
commit | commitdiff | tree |
2015-06-03 |
Russ Cox | cmd/dist: do not rewrite files that already have the... |
commit | commitdiff | tree |
2015-06-03 |
Russ Cox | cmd/dist: fix build tag parser |
commit | commitdiff | tree |
2015-06-03 |
Russ Cox | cmd/go: make test.bash pass again |
commit | commitdiff | tree |
2015-06-03 |
Russ Cox | doc/go1.5.txt: add note about internal |
commit | commitdiff | tree |
2015-06-03 |
Russ Cox | cmd/go: expand 'internal' rule to all repositories |
commit | commitdiff | tree |
2015-06-03 |
Russ Cox | cmd/compile: remove Node.Nname, now unused |
commit | commitdiff | tree |
2015-06-03 |
Aamir Khan | text/template: refactor code to accomodate bi-state... |
commit | commitdiff | tree |
2015-06-03 |
Russ Cox | cmd/compile: remove use of Node.Nname in initplan |
commit | commitdiff | tree |
2015-06-03 |
Russ Cox | cmd/compile: move OCASE/OXCASE Node.Nname into Node... |
commit | commitdiff | tree |
2015-06-03 |
Russ Cox | cmd/compile: move ODCLFUNC Node.Nname into Node.Func... |
commit | commitdiff | tree |
2015-06-03 |
Russ Cox | cmd/compile, cmd/internal: replace %P with %v in a... |
commit | commitdiff | tree |
2015-06-03 |
Russ Cox | cmd/compile: move Node.Curfn into both Node.Func and... |
commit | commitdiff | tree |
2015-06-03 |
Russ Cox | cmd/compile: move Node.Param, Node.Funcdepth into Node... |
commit | commitdiff | tree |
2015-06-03 |
Russ Cox | cmd/compile: move Node.Vargen, Node.Iota into Node... |
commit | commitdiff | tree |
next |