2018-12-06 |
Robert Griesemer | math: document sign bit correspondence for floating... |
commit | commitdiff | tree |
2018-12-06 |
Ian Lance Taylor | cmd/cover: run tests in parallel, don't change source... |
commit | commitdiff | tree |
2018-12-06 |
Tobias Klauser | crypto/x509: explicitly cast printf format argument |
commit | commitdiff | tree |
2018-12-06 |
Bryan C. Mills | cmd/go/internal/modload: use replacements to resolve... |
commit | commitdiff | tree |
2018-12-06 |
Austin Clements | runtime: print pointers being put in checkPut |
commit | commitdiff | tree |
2018-12-06 |
Bryan C. Mills | cmd/go/internal/module: fix validation for module paths... |
commit | commitdiff | tree |
2018-12-06 |
Julie Qiu | doc/go1.12: release notes for lib/time |
commit | commitdiff | tree |
2018-12-06 |
Lynn Boger | cmd/internal/objfile: provide consistent output in... |
commit | commitdiff | tree |
2018-12-06 |
Bryan C. Mills | doc: 1.12 release notes for cmd/go |
commit | commitdiff | tree |
2018-12-06 |
Robert Griesemer | go/types: better error messages for field lookup errors |
commit | commitdiff | tree |
2018-12-05 |
Robert Griesemer | cmd/compile/internal/syntax: remove unused field in... |
commit | commitdiff | tree |
2018-12-05 |
Andrew Bonventre | doc/go1.12: add more release notes for various packages |
commit | commitdiff | tree |
2018-12-05 |
Filippo Valsorda | crypto/x509: re-enable TestSystemRoots |
commit | commitdiff | tree |
2018-12-05 |
Filippo Valsorda | crypto/x509: fix root CA extraction on macOS (no-cgo... |
commit | commitdiff | tree |
2018-12-05 |
Filippo Valsorda | crypto/x509: fix root CA extraction on macOS (cgo path) |
commit | commitdiff | tree |
2018-12-05 |
Katie Hockman | doc: 1.12 release notes for go/doc, go/token, and refle... |
commit | commitdiff | tree |
2018-12-05 |
komuW | doc/go1.11: add note about go run supporting for go... |
commit | commitdiff | tree |
2018-12-05 |
Austin Clements | cmd/compile: omit write barriers for slice clears of... |
commit | commitdiff | tree |
2018-12-05 |
Austin Clements | cmd/compile: mark memclrHasPointers calls as write... |
commit | commitdiff | tree |
2018-12-05 |
Lynn Boger | cmd/vendor: update to golang.org/x/arch@5a4828b |
commit | commitdiff | tree |
2018-12-05 |
Robert Griesemer | cmd/compile: avoid multiple errors regarding misuse... |
commit | commitdiff | tree |
2018-12-05 |
David du Colombier | net: skip TestVariousDeadlines on Plan 9 |
commit | commitdiff | tree |
2018-12-05 |
Baokun Lee | cmd/go/internal/modcmd: fix go mod edit -module replace... |
commit | commitdiff | tree |
2018-12-05 |
Ian Lance Taylor | cmd/link: close input files when copying to temporary... |
commit | commitdiff | tree |
2018-12-05 |
Andrew Bonventre | doc/go1.12: add some package release notes |
commit | commitdiff | tree |
2018-12-05 |
Clément Chigot | cmd/go/internal/lockedfile: fix filelock.Unlock() calle... |
commit | commitdiff | tree |
2018-12-05 |
Hiroshi Ioka | cmd/cgo: reject names that are likely to be mangled... |
commit | commitdiff | tree |
2018-12-05 |
bill_ofarrell | crypto/elliptic: utilize faster z14 multiply/square... |
commit | commitdiff | tree |
2018-12-05 |
Alex Brainman | runtime: correct isAbortPC check in isgoexception |
commit | commitdiff | tree |
2018-12-05 |
smasher164 | cmd/compile: improve error message for non-final variad... |
commit | commitdiff | tree |
2018-12-04 |
Cherry Zhang | cmd/compile: fix unnamed parameter handling in escape... |
commit | commitdiff | tree |
2018-12-04 |
Daniel Martí | cmd/go: revert multi-flag GOFLAGS doc example |
commit | commitdiff | tree |
2018-12-04 |
Brad Fitzpatrick | doc/go1.12: flesh out net, etc |
commit | commitdiff | tree |
2018-12-04 |
Andrew Bonventre | doc: update 1.12 with latest relnote output |
commit | commitdiff | tree |
2018-12-04 |
Robert Griesemer | go/types: use new importer.ForCompiler for gotype command |
commit | commitdiff | tree |
2018-12-04 |
Alan Donovan | go/importer: add ForCompiler, which accepts a token... |
commit | commitdiff | tree |
2018-12-04 |
Agniva De Sarker | go/doc: tune factory method association logic |
commit | commitdiff | tree |
2018-12-04 |
Ian Lance Taylor | go/internal/gccgoimporter: skip /*nointerface*/ comment |
commit | commitdiff | tree |
2018-12-04 |
Clément Chigot | syscall, cmd/go/internal/lockedfile: remove Flock sysca... |
commit | commitdiff | tree |
2018-12-04 |
Lynn Boger | cmd/go: add missing gccgo checks for buildmodeInit |
commit | commitdiff | tree |
2018-12-04 |
Bobby DeSimone | net/http/httputil: add tests for singleJoiningSlash. |
commit | commitdiff | tree |
2018-12-04 |
Ian Lance Taylor | doc: release notes: "go tool vet" is no longer supported |
commit | commitdiff | tree |
2018-12-04 |
Ian Lance Taylor | os: increase default write size for TestClosedPipeRaceWrite |
commit | commitdiff | tree |
2018-12-04 |
Jay Conrod | cmd/go: emit go list error for local non-existant packages |
commit | commitdiff | tree |
2018-12-03 |
Ian Lance Taylor | misc/cgo/testcshared: skip TestGo2C2Go on Android |
commit | commitdiff | tree |
2018-12-03 |
Robert Griesemer | go/types: fix interface receiver type for incremental... |
commit | commitdiff | tree |
2018-12-03 |
SALLEYRON Julien | net/http/httputil: fix unannounced trailers when body... |
commit | commitdiff | tree |
2018-12-03 |
Daniel Martí | cmd/vendor: update to golang.org/x/tools@e5f3ab76 |
commit | commitdiff | tree |
2018-12-03 |
Ian Lance Taylor | cmd/cgo: use a plausible position for typedef error... |
commit | commitdiff | tree |
2018-12-03 |
Brad Fitzpatrick | net/http: document CanonicalHeaderKey from Header |
commit | commitdiff | tree |
2018-12-03 |
Ian Lance Taylor | misc/cgo/testcshared: don't run TestGo2C2Go on Darwin |
commit | commitdiff | tree |
2018-12-03 |
Keith Randall | cmd/compile: fix static initializer |
commit | commitdiff | tree |
2018-12-03 |
Carlo Alberto... | net: enable TCP keepalives by default |
commit | commitdiff | tree |
2018-12-03 |
Leon Klingele | net/http: add StatusTooEarly (425) |
commit | commitdiff | tree |
2018-12-02 |
David Chase | cmd/compile: for location lists, handle case where... |
commit | commitdiff | tree |
2018-12-02 |
Tobias Klauser | all: use "reports whether" consistently instead of... |
commit | commitdiff | tree |
2018-12-01 |
Daniel Martí | cmd/compile: add Buffer.Grow to TestIntendedInlining |
commit | commitdiff | tree |
2018-12-01 |
David Chase | cmd/compile: decrease inlining call cost from 60 to 57 |
commit | commitdiff | tree |
2018-12-01 |
Ian Lance Taylor | cmd/cgo: use preprocessor macros to avoid prolog redefi... |
commit | commitdiff | tree |
2018-12-01 |
Ben Shi | test/codegen: add arithmetic tests for 386/amd64/arm... |
commit | commitdiff | tree |
2018-12-01 |
Brad Fitzpatrick | net/http: update bundled x/net/http2 |
commit | commitdiff | tree |
2018-12-01 |
Elias Naur | syscall: avoid "64"-postfixed libSystem syscalls on iOS |
commit | commitdiff | tree |
2018-11-30 |
Robert Griesemer | cmd/compile: fix constant index bounds check and error... |
commit | commitdiff | tree |
2018-11-30 |
Michael Anthony... | runtime: fix heap pointer invariant rules in HACKING.md |
commit | commitdiff | tree |
2018-11-30 |
Ian Lance Taylor | go/internal/gccgoimporter: fix test when using gccgo... |
commit | commitdiff | tree |
2018-11-30 |
Ian Lance Taylor | go/internal/gccgoimporter: fix test when using gccgo 4.7 |
commit | commitdiff | tree |
2018-11-30 |
Than McIntosh | go/internal/gccgoimporter: fix bug reading V1 export... |
commit | commitdiff | tree |
2018-11-30 |
Filippo Valsorda | crypto/tls: improve error message for unsupported certi... |
commit | commitdiff | tree |
2018-11-30 |
Filippo Valsorda | crypto/tls: fix client certificates support for legacy... |
commit | commitdiff | tree |
2018-11-30 |
Andrew Bonventre | net: skip flaky TestLookupDotsWithRemoteSource on darwin |
commit | commitdiff | tree |
2018-11-30 |
Bryan C. Mills | cmd/go/internal/modfetch: make directories read-only... |
commit | commitdiff | tree |
2018-11-30 |
Elias Naur | cmd/go/internal/lockedfile/internal/filelock: fix test... |
commit | commitdiff | tree |
2018-11-29 |
Keith Randall | cmd/compile: eliminate write barriers when writing... |
commit | commitdiff | tree |
2018-11-29 |
Austin Clements | runtime: check more work flushing races |
commit | commitdiff | tree |
2018-11-29 |
Ian Lance Taylor | cmd/cgo: use field alignment when setting field offset |
commit | commitdiff | tree |
2018-11-29 |
Agniva De Sarker | go/doc: convert to unicode quotes for ToText and Synopsis |
commit | commitdiff | tree |
2018-11-29 |
Gergely Brautigam | runtime: node ordering in mTreap; adjust code to reflec... |
commit | commitdiff | tree |
2018-11-29 |
Bryan C. Mills | cmd/doc: treat any non-empty GOMOD as module mode |
commit | commitdiff | tree |
2018-11-29 |
Bryan C. Mills | cmd/go/internal/modfetch: document DownloadDir |
commit | commitdiff | tree |
2018-11-29 |
Bryan C. Mills | cmd/go/testdata/mod: remove unused research.swtch.com... |
commit | commitdiff | tree |
2018-11-29 |
Bryan C. Mills | cmd/go/internal/load: remove redundant assignment to... |
commit | commitdiff | tree |
2018-11-29 |
Bryan C. Mills | cmd/go/internal/modcmd: check for errors in Download |
commit | commitdiff | tree |
2018-11-29 |
Bryan C. Mills | cmd/go: enable module mode without a main module when... |
commit | commitdiff | tree |
2018-11-29 |
Bryan C. Mills | cmd/go/internal/modfetch/codehost: add lockfiles for... |
commit | commitdiff | tree |
2018-11-29 |
Bryan C. Mills | cmd/go/internal/{modcmd,modload}: lock edits to go.mod |
commit | commitdiff | tree |
2018-11-29 |
Bryan C. Mills | cmd/go/internal/modfetch: lock files and directories |
commit | commitdiff | tree |
2018-11-29 |
Bryan C. Mills | cmd/go/internal/modfetch: make Repo.Zip write to an... |
commit | commitdiff | tree |
2018-11-29 |
Bryan C. Mills | cmd/go/internal/{clean,test}: lock testexpire.txt |
commit | commitdiff | tree |
2018-11-29 |
Bryan C. Mills | cmd/go/internal/lockedfile: add package and support... |
commit | commitdiff | tree |
2018-11-29 |
Keith Randall | doc: add relnotes for stack objects and mid-stack inlining |
commit | commitdiff | tree |
2018-11-29 |
Bryan C. Mills | cmd/go/internal/cache: write shared mutable files atomi... |
commit | commitdiff | tree |
2018-11-29 |
Bryan C. Mills | cmd/go/internal/renameio: add package |
commit | commitdiff | tree |
2018-11-29 |
Bryan C. Mills | vendor/golang_org/x: move to internal/x |
commit | commitdiff | tree |
2018-11-29 |
Than McIntosh | go/internal/gccgoimporter: additional V3 export data... |
commit | commitdiff | tree |
2018-11-29 |
David Chase | cmd/compile: begin OpArg and OpPhi location lists at... |
commit | commitdiff | tree |
2018-11-29 |
Alex Brainman | debug/pe: use ws2_32.dll in TestImportTableInUnknownSection |
commit | commitdiff | tree |
2018-11-29 |
Filippo Valsorda | crypto/tls: prevent the test server from sending sessio... |
commit | commitdiff | tree |
2018-11-29 |
Ian Lance Taylor | cmd/cgo: recognize untyped constants defined in differe... |
commit | commitdiff | tree |
2018-11-28 |
Lynn Boger | cmd/asm,cmd/internal/obj/ppc64: add VPERMXOR to ppc64... |
commit | commitdiff | tree |
2018-11-28 |
Meng Zhuo | net/http: prevent transport sends two "Connection:... |
commit | commitdiff | tree |
next |