2017-06-07 |
Ian Lance Taylor | runtime: deflake TestPanicRace |
commit | commitdiff | tree |
2017-06-07 |
Brad Fitzpatrick | builtin: use type aliases for rune and byte |
commit | commitdiff | tree |
2017-06-07 |
Keith Randall | cmd/compile: check that phis are always first after... |
commit | commitdiff | tree |
2017-06-06 |
Ian Lance Taylor | runtime: intercept munmap as we do mmap |
commit | commitdiff | tree |
2017-06-06 |
Brad Fitzpatrick | doc: delete go1.8.txt |
commit | commitdiff | tree |
2017-06-06 |
Ian Lance Taylor | math: clarify comment about bit-identical results acros... |
commit | commitdiff | tree |
2017-06-06 |
Keith Randall | cmd/compile: reject unknown //go: comments in std library |
commit | commitdiff | tree |
2017-06-06 |
Brad Fitzpatrick | doc: start of go1.9.html release notes |
commit | commitdiff | tree |
2017-06-06 |
gulyasm | math: add doc note about floating point operation |
commit | commitdiff | tree |
2017-06-06 |
Russ Cox | cmd/compile: use file content, not suffix, to distingui... |
commit | commitdiff | tree |
2017-06-06 |
Russ Cox | cmd/link: add -importcfg to specify import resolution |
commit | commitdiff | tree |
2017-06-06 |
Russ Cox | cmd/compile: add -importcfg to specify import resolution |
commit | commitdiff | tree |
2017-06-06 |
Russ Cox | time: strip monotonic clock reading in t.UTC, t.Local... |
commit | commitdiff | tree |
2017-06-06 |
Alberto Donizetti | strings: document Split{,N,After,AfterN} edge cases |
commit | commitdiff | tree |
2017-06-05 |
Ian Lance Taylor | runtime: delay exiting while panic is running deferred... |
commit | commitdiff | tree |
2017-06-05 |
Alberto Donizetti | go/types: don't panic in complex division |
commit | commitdiff | tree |
2017-06-05 |
Ian Lance Taylor | runtime: save and restore CR for ppc64le |
commit | commitdiff | tree |
2017-06-05 |
Ian Lance Taylor | cmd/internal/obj/ppc64: fix MOVFL REG, CONST |
commit | commitdiff | tree |
2017-06-05 |
Russ Cox | cmd/link: fix accidentally-quadratic library loading |
commit | commitdiff | tree |
2017-06-05 |
Russ Cox | cmd/go: fix ugly "BUG" in go help message output |
commit | commitdiff | tree |
2017-06-05 |
Russ Cox | cmd/go: include Fortran files in build ID computation |
commit | commitdiff | tree |
2017-06-05 |
Daniel Theophanes | database/sql: ensure Rows is closed when Tx closes |
commit | commitdiff | tree |
2017-06-05 |
David Glasser | net/http: make Transport retry GetBody requests if... |
commit | commitdiff | tree |
2017-06-05 |
Ben Shi | cmd/internal/obj/arm: fix constant decomposition |
commit | commitdiff | tree |
2017-06-05 |
Alberto Donizetti | encoding/json: clarify unmarshaling behaviour on bad... |
commit | commitdiff | tree |
2017-06-05 |
Ilya Tocar | runtime: avoid division in gc |
commit | commitdiff | tree |
2017-06-05 |
Austin Clements | runtime: expand acceptable PingPongHog factor from... |
commit | commitdiff | tree |
2017-06-05 |
Alexander Menzhinsky | cmd/go: reject -buildmode=plugin if package is not... |
commit | commitdiff | tree |
2017-06-03 |
Josh Bleecher... | cmd/compile: add valState to ssa sizeof tests |
commit | commitdiff | tree |
2017-06-03 |
Alberto Donizetti | cmd/cgo: show pos info in undefined name errors |
commit | commitdiff | tree |
2017-06-02 |
Filippo Valsorda | C: add Filippo Valsorda's cloudflare.com email (Cloudfl... |
commit | commitdiff | tree |
2017-06-02 |
Robert Griesemer | go/printer: don't emit unnecessary //line directives... |
commit | commitdiff | tree |
2017-06-02 |
Alberto Donizetti | bytes: note that NewBuffer take ownership of its argument |
commit | commitdiff | tree |
2017-06-02 |
Dhananjay Nakrani | cmd/cover: take default value of total only once. |
commit | commitdiff | tree |
2017-06-02 |
David Lazar | cmd/compile: retain source positions of arguments to... |
commit | commitdiff | tree |
2017-06-02 |
Ian Lance Taylor | cmd/go: remove TestCoverageUsesActualSettingToOverrideE... |
commit | commitdiff | tree |
2017-06-02 |
Joe Tsai | compress/gzip: clarify behavior of Writer.Close |
commit | commitdiff | tree |
2017-06-01 |
Ian Lance Taylor | sort: clarify comment about not-a-number values |
commit | commitdiff | tree |
2017-06-01 |
Ilya Tocar | cmd/compile/internal/gc: speed-up small array comparison |
commit | commitdiff | tree |
2017-05-31 |
Chris Broadfoot | doc: update bootstrap archive URL |
commit | commitdiff | tree |
2017-05-31 |
Ian Lance Taylor | sort: document NaN behavior for Float64Slice and friends |
commit | commitdiff | tree |
2017-05-31 |
Cherry Zhang | cmd/compile: fix subword store/load elision for MIPS |
commit | commitdiff | tree |
2017-05-31 |
Alberto Donizetti | math/big: fix Add, Sub when receiver aliases 2nd operand |
commit | commitdiff | tree |
2017-05-31 |
Julio Montes | syscall: allow processes steal a controlling terminal... |
commit | commitdiff | tree |
2017-05-31 |
Benny Siegert | runtime: work around NetBSD bug in thread creation |
commit | commitdiff | tree |
2017-05-30 |
Aliaksandr... | cmd/vet: add a test for embedded stringer |
commit | commitdiff | tree |
2017-05-30 |
Josh Bleecher... | cmd/compile: don't generate liveness maps when the... |
commit | commitdiff | tree |
2017-05-30 |
David Chase | cmd/compile: fix subword store/load elision for amd64... |
commit | commitdiff | tree |
2017-05-30 |
Marcel van... | testing: clarify that subtests are run as goroutines |
commit | commitdiff | tree |
2017-05-30 |
Dmitry Savintsev | cmd/link: fix left-over reference to reflect.c |
commit | commitdiff | tree |
2017-05-29 |
Mikio Hara | vendor: update vendored lif |
commit | commitdiff | tree |
2017-05-29 |
Wei Xiao | runtime: fix stack split at bad time when disable inlining |
commit | commitdiff | tree |
2017-05-29 |
Dmitry Savintsev | runtime: fix file reference in comments |
commit | commitdiff | tree |
2017-05-28 |
Fatih Arslan | cmd/vet: set exit status to non zero for all cases |
commit | commitdiff | tree |
2017-05-26 |
Heschi Kreinick | cmd/internal/dwarf: update to DWARF4, emit frame_base |
commit | commitdiff | tree |
2017-05-26 |
Filip GruszczyĆski | encoding/gob: speedup decoding of maps by zeroing values |
commit | commitdiff | tree |
2017-05-26 |
Tom Bergan | net/http: update bundled x/net/http2 |
commit | commitdiff | tree |
2017-05-26 |
Yasuhiro Matsumoto | archive/zip: set utf-8 flag |
commit | commitdiff | tree |
2017-05-26 |
Bryan C. Mills | runtime/cgo: add TSAN annotations for C sigaction call |
commit | commitdiff | tree |
2017-05-26 |
Austin Clements | debug/dwarf: heuristically handle both UNIX and Windows... |
commit | commitdiff | tree |
2017-05-26 |
Ian Lance Taylor | cmd/cgo, runtime/cgo: add docs for TSAN interaction |
commit | commitdiff | tree |
2017-05-25 |
Ben Shi | cmd/asm/internal/asm: fix a bug in ARM assembly encodin... |
commit | commitdiff | tree |
2017-05-25 |
Ben Shi | cmd/internal/obj/arm: fix illegal forms of ARM VFP... |
commit | commitdiff | tree |
2017-05-25 |
Austin Clements | runtime: accept non-monotonic arena allocation on 32-bit |
commit | commitdiff | tree |
2017-05-25 |
Emmanuel Odeke | net/http: revert CL 43779 |
commit | commitdiff | tree |
2017-05-25 |
David du Colombier | vendor: update golang.org/x/net/nettest |
commit | commitdiff | tree |
2017-05-24 |
Ian Lance Taylor | runtime: fix ppc64le c-archive init |
commit | commitdiff | tree |
2017-05-24 |
Ian Lance Taylor | misc/cgo/testcarchive: fix `go env` error message |
commit | commitdiff | tree |
2017-05-24 |
Joe Tsai | compress/bzip2: remove dead code in huffman.go |
commit | commitdiff | tree |
2017-05-24 |
Keith Randall | cmd/compile: test for moving spills |
commit | commitdiff | tree |
2017-05-24 |
Joe Tsai | vendor: add golang.org/x/net/nettest |
commit | commitdiff | tree |
2017-05-24 |
Chris Broadfoot | doc: document go1.8.3 |
commit | commitdiff | tree |
2017-05-24 |
Nicholas Maniscalco | time: update docs to clarify goroutine-safety expectati... |
commit | commitdiff | tree |
2017-05-24 |
Filip GruszczyĆski | net/http: Don't write 'Connection: close' header multip... |
commit | commitdiff | tree |
2017-05-24 |
Emmanuel Odeke | net/http: deep copy Request.URL also in Request.WithCon... |
commit | commitdiff | tree |
2017-05-24 |
Brad Fitzpatrick | net/http: permit incoming CONNECT requests without... |
commit | commitdiff | tree |
2017-05-24 |
Michael Darakananda | strings: simplify indexFunc |
commit | commitdiff | tree |
2017-05-24 |
David Chase | cmd/dist: ensure android-implies-linux for file names... |
commit | commitdiff | tree |
2017-05-24 |
Emmanuel Odeke | net/http: polish gzip case insensitive test |
commit | commitdiff | tree |
2017-05-24 |
Jan Berktold | net/http: make Transport respect non lower case Content... |
commit | commitdiff | tree |
2017-05-24 |
Brad Fitzpatrick | vendor: update golang.org/x/net/http2/hpack |
commit | commitdiff | tree |
2017-05-24 |
Brad Fitzpatrick | net/http: update bundled x/net/http2 |
commit | commitdiff | tree |
2017-05-23 |
Tom Bergan | net/http: Add Server.RegisterOnShutdown |
commit | commitdiff | tree |
2017-05-23 |
Brad Fitzpatrick | net/http/httptest: make ResponseRecorder.Result.Status... |
commit | commitdiff | tree |
2017-05-23 |
Michael Fraenkel | mime/multipart: parse boundary with spaces properly |
commit | commitdiff | tree |
2017-05-23 |
Austin Clements | runtime: use pselect6 for usleep on linux/386 |
commit | commitdiff | tree |
2017-05-23 |
Hiroshi Ioka | cmd/cgo: support indirect macro expansion for string |
commit | commitdiff | tree |
2017-05-23 |
Brad Fitzpatrick | cmd/go: include GOARM and GO386 in computed build ID |
commit | commitdiff | tree |
2017-05-23 |
Wade Simmons | crypto/rand: only read necessary bytes for Int |
commit | commitdiff | tree |
2017-05-23 |
Austin Clements | runtime: remove unused copies of special stack guards |
commit | commitdiff | tree |
2017-05-23 |
Austin Clements | runtime: fix stackCache=0 debug mode |
commit | commitdiff | tree |
2017-05-23 |
Austin Clements | runtime: fix stackFromSystem returning memory |
commit | commitdiff | tree |
2017-05-23 |
Chris Broadfoot | doc: document go1.8.2 and go1.7.6 |
commit | commitdiff | tree |
2017-05-23 |
Austin Clements | runtime: don't corrupt arena bounds on low mmap |
commit | commitdiff | tree |
2017-05-23 |
Joe Richey... | crypto/rand: use blocking getrandom call on Linux when... |
commit | commitdiff | tree |
2017-05-23 |
Alex Brainman | os/exec: ignore some pipe write errors on windows |
commit | commitdiff | tree |
2017-05-22 |
Gustav Westling | encoding/base32: add Encoding.WithPadding, StdPadding... |
commit | commitdiff | tree |
2017-05-22 |
Albert Nigmatzianov | log: Prevent getting time if it's unnecessary |
commit | commitdiff | tree |
2017-05-22 |
Dhananjay Nakrani | cmd/go: warn on -race with -covermode=set. |
commit | commitdiff | tree |
2017-05-22 |
Steven Hartland | cmd/go: Document that -cover causes incorrect line... |
commit | commitdiff | tree |
next |