| 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 | 
| 2017-05-16 | Adam Langley | crypto/tls: pass argument to serverInit rather than... | commit | commitdiff | tree | 
| 2017-05-16 | Cherry Zhang | cmd/internal/obj/mips: add support of LLV, SCV, NOOP... | commit | commitdiff | tree | 
| 2017-05-16 | Mark Harrison | path: add examples | commit | commitdiff | tree | 
| 2017-05-16 | Josh Bleecher... | cmd/compile: eliminate some bounds checks from generate... | commit | commitdiff | tree | 
| 2017-05-16 | Josh Bleecher... | cmd/compile: lay out exit blocks last | commit | commitdiff | tree | 
| 2017-05-16 | Wei Xiao | cmd/internal/objabi: fix the bug of shrinking SymType... | commit | commitdiff | tree | 
| 2017-05-15 | Robert Griesemer | go/types: fewer spurious "declared but not used" follow... | commit | commitdiff | tree | 
| 2017-05-15 | David Chase | cmd/compile: don't attach lines to SB, SP, similar... | commit | commitdiff | tree | 
| 2017-05-15 | Keith Randall | cmd/compile: better check for single live memory | commit | commitdiff | tree | 
| 2017-05-15 | Josh Bleecher... | test: add test of deferred delete | commit | commitdiff | tree | 
| 2017-05-15 | Dmitri Shuralyov | go/build: return partial information on Import error... | commit | commitdiff | tree | 
| 2017-05-15 | Austin Clements | runtime/pprof: expand inlined frames in symbolized... | commit | commitdiff | tree | 
| 2017-05-15 | Austin Clements | runtime/pprof: clean up call/return PCs in memory profiles | commit | commitdiff | tree | 
| 2017-05-15 | Alex Brainman | cmd/link: actually generate .debug_gdb_scripts section... | commit | commitdiff | tree | 
| 2017-05-14 | Robert Griesemer | text/scanner: clarify documentation on Pos and Position | commit | commitdiff | tree | 
| 2017-05-14 | Josh Bleecher... | cmd/compile: tweak ssa.html colors | commit | commitdiff | tree | 
| 2017-05-14 | Josh Bleecher... | cmd/compile: don't update outer variables after capture... | commit | commitdiff | tree | 
| 2017-05-13 | wuyunzhou | container/heap: avoid up() invoke if down() success... | commit | commitdiff | tree | 
| 2017-05-13 | Brad Fitzpatrick | builtin: fix signature of the builtin function make | commit | commitdiff | tree | 
| 2017-05-13 | Lars Jeppesen | archive/tar: remove file type bits from mode field | commit | commitdiff | tree | 
| 2017-05-12 | Robert Griesemer | text/scanner: use correct token position in example | commit | commitdiff | tree | 
| 2017-05-12 | Matt Harden | net: allow Resolver to use a custom dialer | commit | commitdiff | tree | 
| 2017-05-12 | Austin Clements | runtime: doubly fix "double wakeup" panic | commit | commitdiff | tree | 
| 2017-05-12 | Austin Clements | runtime: print debug info on "base out of range" | commit | commitdiff | tree | 
| next |