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 |
2017-05-22 |
Volker Dobler | net/http/cookiejar: increase test coverage |
commit | commitdiff | tree |
2017-05-22 |
Robert Griesemer | cmd/compile: report correct position in redeclaration... |
commit | commitdiff | tree |
2017-05-22 |
Volker Dobler | net/http: send more cookie values in double quotes |
commit | commitdiff | tree |
2017-05-22 |
Tristan Colgate | net/http/httputil: ReverseProxy should pass on unannoun... |
commit | commitdiff | tree |
2017-05-22 |
Alberto Donizetti | doc: mention that go tools is needed to access some... |
commit | commitdiff | tree |
2017-05-22 |
Daniel Theophanes | database/sql: allow Stmt Query and Exec methods to... |
commit | commitdiff | tree |
2017-05-22 |
Steven Hartland | mime/multipart: Allow ReadForm to process large non... |
commit | commitdiff | tree |
2017-05-22 |
Emmanuel Odeke | net/http: make ServeMux preserve query string during... |
commit | commitdiff | tree |
2017-05-22 |
Ben Shi | cmd/internal/obj/arm: report invalid .S/.P/.W suffix... |
commit | commitdiff | tree |
2017-05-22 |
Rob Phoenix | net: add examples for ParseIP, IP.DefaultMask & IP... |
commit | commitdiff | tree |
2017-05-20 |
Mikio Hara | net: add test for RawConn.Control on Windows |
commit | commitdiff | tree |
2017-05-20 |
Mikio Hara | internal/poll: implement RawControl of FD on Windows |
commit | commitdiff | tree |
2017-05-19 |
Brad Fitzpatrick | doc: remove mentions of yacc tool |
commit | commitdiff | tree |
2017-05-19 |
Kevin Burke | net/url: add examples for URL.Hostname and URL.RequestURI |
commit | commitdiff | tree |
2017-05-19 |
Daniel Martí | cmd/compile: make duplicate expr cases readable |
commit | commitdiff | tree |
2017-05-19 |
Austin Clements | runtime: use pselect6 for usleep on linux/amd64 and... |
commit | commitdiff | tree |
2017-05-19 |
Mikio Hara | net: make {TCP,UDP,IP,Unix}Conn compliant of syscall... |
commit | commitdiff | tree |
2017-05-19 |
Mikio Hara | internal/poll: add RawControl, RawRead and RawWrite... |
commit | commitdiff | tree |
2017-05-19 |
Mikio Hara | syscall: add Conn and RawConn interfaces |
commit | commitdiff | tree |
2017-05-19 |
Alex Brainman | net: make syscall name consistent with others |
commit | commitdiff | tree |
2017-05-19 |
Alex Brainman | internal/poll: remove unused ioSrv.ExecIO parameter |
commit | commitdiff | tree |
2017-05-19 |
Alex Brainman | os: make windows Stat as fast as Lstat for files and... |
commit | commitdiff | tree |
2017-05-19 |
Kevin Burke | cmd/compile/internal/ssa: fix spelling mistake |
commit | commitdiff | tree |
2017-05-19 |
David du Colombier | cmd/compile: skip TestScopeRanges on Plan 9 |
commit | commitdiff | tree |
2017-05-18 |
Brad Fitzpatrick | os: add some comments and remove an unused variable... |
commit | commitdiff | tree |
2017-05-18 |
Alessandro... | cmd/compile: output DWARF lexical blocks for local... |
commit | commitdiff | tree |
2017-05-18 |
Alexander Menzhinsky | os: lstat oldname before renaming |
commit | commitdiff | tree |
2017-05-18 |
Mark Ryan | encoding/base32: ensure base32 decoder propagates error... |
commit | commitdiff | tree |
2017-05-18 |
Josh Bleecher... | test: gofmt chan/*.go |
commit | commitdiff | tree |
2017-05-18 |
Daniel Theophanes | database/sql: allow drivers to support custom arg types |
commit | commitdiff | tree |
2017-05-18 |
griesemer | test: restore fixedbugs/bug398.go to original version |
commit | commitdiff | tree |
2017-05-18 |
Josh Bleecher... | test: add test for issue 18636 |
commit | commitdiff | tree |
2017-05-18 |
Josh Bleecher... | cmd/compile: search for remaining WB ops from end to... |
commit | commitdiff | tree |
2017-05-18 |
Josh Bleecher... | cmd/compile: don't break up contiguous blocks in looprotate |
commit | commitdiff | tree |
2017-05-18 |
Alberto Donizetti | os: document that NewFile can return nil |
commit | commitdiff | tree |
2017-05-18 |
Alberto Donizetti | cmd/compile: don't panic in complex division |
commit | commitdiff | tree |
2017-05-18 |
Ben Shi | cmd/internal/obj/arm: remove illegal form of the SWI... |
commit | commitdiff | tree |
2017-05-18 |
Alex Brainman | net: adjust TestInterfaceHardwareAddrWithGetmac |
commit | commitdiff | tree |
2017-05-18 |
Alex Brainman | cmd/link: make sure that runtime.epclntab lives in... |
commit | commitdiff | tree |
2017-05-18 |
Ian Lance Taylor | test: add missing copyright header to checkbce.go |
commit | commitdiff | tree |
2017-05-17 |
Austin Clements | runtime/pprof: don't produce 0 location in count profiles |
commit | commitdiff | tree |
2017-05-17 |
Carl Henrik... | runtime/pprof: deflake TestGoroutineCounts |
commit | commitdiff | tree |
2017-05-17 |
Josh Bleecher... | cmd/compile: fuse from end to beginning |
commit | commitdiff | tree |
2017-05-17 |
Josh Bleecher... | cmd/compile: seed rand with time when race enabled |
commit | commitdiff | tree |
2017-05-17 |
Hiroshi Ioka | cmd/cgo: support large unsigned macros |
commit | commitdiff | tree |
2017-05-17 |
Ian Lance Taylor | cmd/go: don't fail on missing runtime/internal/sys... |
commit | commitdiff | tree |
2017-05-17 |
Ian Lance Taylor | cmd/go: fix TestExecutableGOROOT if GOROOT is a symlink |
commit | commitdiff | tree |
2017-05-17 |
Ian Lance Taylor | os: fix handling of ErrShortWrite in (*File).Write |
commit | commitdiff | tree |
2017-05-16 |
Sean Chittenden | runtime: mmap(2) on Solaris & Illumos can return EAGAIN. |
commit | commitdiff | tree |
2017-05-16 |
Cherry Zhang | runtime, syscall: in Plan 9 ARM asm, replace "SWI 0... |
commit | commitdiff | tree |
next |