| 2015-10-19 | 
Michael Hudson...  | cmd/link: centralize knowledge of size of fixed part...  | 
commit | commitdiff | tree | 
| 2015-10-19 | 
Michael Hudson...  | cmd/compile: allow -shared/-dynlink on ppc64 | 
commit | commitdiff | tree | 
| 2015-10-19 | 
David Crawshaw | cmd/cgo: give __uint128_t type [16]uint8 | 
commit | commitdiff | tree | 
| 2015-10-19 | 
David Crawshaw | net: android no longer supports unix/unixgram | 
commit | commitdiff | tree | 
| 2015-10-19 | 
Austin Clements | runtime: combine gcResetGState and gcResetMarkState | 
commit | commitdiff | tree | 
| 2015-10-19 | 
Austin Clements | runtime: consolidate gcResetGState calls | 
commit | commitdiff | tree | 
| 2015-10-19 | 
Austin Clements | runtime: remove work.partial queue | 
commit | commitdiff | tree | 
| 2015-10-19 | 
Nodir Turakulov | fmt: clarify reflect.Value printing | 
commit | commitdiff | tree | 
| 2015-10-19 | 
David Crawshaw | cmd/go: -buildmode=pie for android/arm | 
commit | commitdiff | tree | 
| 2015-10-19 | 
David Crawshaw | cmd/link: PIE executables for android/arm | 
commit | commitdiff | tree | 
| 2015-10-19 | 
Matthew Dempsky | go/types: check that typed constant shift expressions...  | 
commit | commitdiff | tree | 
| 2015-10-19 | 
David Crawshaw | cmd/cgo: don't print absolute path in comment | 
commit | commitdiff | tree | 
| 2015-10-19 | 
Brad Fitzpatrick | net/http: use the correct error variable in serveFile | 
commit | commitdiff | tree | 
| 2015-10-19 | 
Aaron Jacobs | runtime: remove a redundant nil pointer check. | 
commit | commitdiff | tree | 
| 2015-10-19 | 
Nodir Turakulov | runtime: merge proc1.go -> proc.go | 
commit | commitdiff | tree | 
| 2015-10-19 | 
Joe Tsai | compress/flate: improve inflate speed by reading more...  | 
commit | commitdiff | tree | 
| 2015-10-18 | 
Nodir Turakulov | runtime: merge race1.go -> race.go | 
commit | commitdiff | tree | 
| 2015-10-18 | 
Michael Hudson...  | runtime, runtime/cgo: conform to PIC register use rules...  | 
commit | commitdiff | tree | 
| 2015-10-18 | 
Michael Hudson...  | reflect, runtime, runtime/cgo: use ppc64 asm constant...  | 
commit | commitdiff | tree | 
| 2015-10-18 | 
Michael Hudson...  | cmd/compile, cmd/internal/obj: centralize knowledge...  | 
commit | commitdiff | tree | 
| 2015-10-18 | 
Michael Hudson...  | runtime: add a constant for the smallest possible stack...  | 
commit | commitdiff | tree | 
| 2015-10-18 | 
Michael Hudson...  | cmd/internal/obj, runtime: add NOFRAME flag to suppress...  | 
commit | commitdiff | tree | 
| 2015-10-18 | 
Justin Nuß | mime: Remove an allocation in word decoding. | 
commit | commitdiff | tree | 
| 2015-10-17 | 
Nodir Turakulov | runtime: merge stack{1,2}.go -> stack.go | 
commit | commitdiff | tree | 
| 2015-10-17 | 
Michael Hudson...  | cmd/link: always disable lazy PLT resolution when dynam...  | 
commit | commitdiff | tree | 
| 2015-10-17 | 
Yasuharu Goto | net/http: Client support for Expect: 100-continue | 
commit | commitdiff | tree | 
| 2015-10-17 | 
Matthew Dempsky | runtime: remove some unnecessary unsafe code in mfixalloc | 
commit | commitdiff | tree | 
| 2015-10-16 | 
Brad Fitzpatrick | net: unblock plan9 TCP Read calls after socket close | 
commit | commitdiff | tree | 
| 2015-10-16 | 
Ilya Tocar | net: use IndexByte implementation from runtime package | 
commit | commitdiff | tree | 
| 2015-10-16 | 
Nodir Turakulov | runtime: merge panic1.go into panic.go | 
commit | commitdiff | tree | 
| 2015-10-16 | 
Nodir Turakulov | runtime: rename print1.go -> print.go | 
commit | commitdiff | tree | 
| 2015-10-16 | 
Nodir Turakulov | runtime: merge string1.go into string.go | 
commit | commitdiff | tree | 
| 2015-10-16 | 
Chris Hines | database/sql: avoid deadlock waiting for connections | 
commit | commitdiff | tree | 
| 2015-10-16 | 
Brad Fitzpatrick | syscall: fix nacl listener to not accept connections...  | 
commit | commitdiff | tree | 
| 2015-10-16 | 
Michael Hudson...  | runtime, runtime/debug: access unexported runtime funct...  | 
commit | commitdiff | tree | 
| 2015-10-16 | 
Michael Hudson...  | runtime, os/signal: use //go:linkname instead of assemb...  | 
commit | commitdiff | tree | 
| 2015-10-15 | 
Matthew Dempsky | runtime: use unsafe.Pointer(x) instead of (unsafe.Point...  | 
commit | commitdiff | tree | 
| 2015-10-15 | 
Matthew Dempsky | cmd/compile/internal/gc: reject invalid unsafe.Sizeof...  | 
commit | commitdiff | tree | 
| 2015-10-15 | 
Matthew Dempsky | cmd/compile/internal/gc: refactor range/memclr optimization | 
commit | commitdiff | tree | 
| 2015-10-15 | 
Brad Fitzpatrick | net/http/cgi: optimize internal function removeLeadingD...  | 
commit | commitdiff | tree | 
| 2015-10-15 | 
Nodir Turakulov | text/template: resolve non-empty interface | 
commit | commitdiff | tree | 
| 2015-10-15 | 
Alexandre Cesaro | mime: limit UTF-8 encoded-word length to 75 characters | 
commit | commitdiff | tree | 
| 2015-10-14 | 
Aaron Jacobs | net/http/httputil: clarify where DumpRequest(Out)?...  | 
commit | commitdiff | tree | 
| 2015-10-14 | 
Nodir Turakulov | encoding/json: simplify encodeState.{string, stringBytes} | 
commit | commitdiff | tree | 
| 2015-10-14 | 
Brad Fitzpatrick | net/http: enable automatic HTTP/2 if TLSNextProto is nil | 
commit | commitdiff | tree | 
| 2015-10-14 | 
Brad Fitzpatrick | vendor: import golang.org/x/net/http2 | 
commit | commitdiff | tree | 
| 2015-10-14 | 
David Glasser | net/http: don't hang if RemoteAddr() blocks | 
commit | commitdiff | tree | 
| 2015-10-14 | 
Joe Tsai | compress/gzip: fix go vet warning | 
commit | commitdiff | tree | 
| 2015-10-14 | 
Steven Hartland | net/http/cgi: make provided Env override even system...  | 
commit | commitdiff | tree | 
| 2015-10-14 | 
Raul Silvera | runtime: Reduce testing for fastlog2 implementation | 
commit | commitdiff | tree | 
| 2015-10-14 | 
Katrina Owen | encoding/csv: indicate package of EOF in docs | 
commit | commitdiff | tree | 
| 2015-10-13 | 
Shenghou Ma | cmd/internal/obj: move empty field to the top | 
commit | commitdiff | tree | 
| 2015-10-13 | 
Hyang-Ah Hana Kim | misc/cgo/testcshared: use -pie for android-L. | 
commit | commitdiff | tree | 
| 2015-10-13 | 
Ian Lance Taylor | misc/cgo/test: fix go vet warnings | 
commit | commitdiff | tree | 
| 2015-10-13 | 
Brad Fitzpatrick | net/http: ignore Transfer-Encoding for HTTP/1.0 responses | 
commit | commitdiff | tree | 
| 2015-10-13 | 
Ian Lance Taylor | runtime: remove _Kind constants | 
commit | commitdiff | tree | 
| 2015-10-12 | 
Burcu Dogan | cmd/go: always log dynamic import errors | 
commit | commitdiff | tree | 
| 2015-10-12 | 
Burcu Dogan | cmd/go: don't accept a relative path as GOBIN | 
commit | commitdiff | tree | 
| 2015-10-12 | 
Brad Fitzpatrick | api: update next.txt | 
commit | commitdiff | tree | 
| 2015-10-12 | 
Brad Fitzpatrick | net/http: export the "new" error codes from RFC 6585 | 
commit | commitdiff | tree | 
| 2015-10-11 | 
Didier Spezia | net/textproto: properly trim continued lines in MIME...  | 
commit | commitdiff | tree | 
| 2015-10-11 | 
Nigel Tao | image: add NYCbCrA types. | 
commit | commitdiff | tree | 
| 2015-10-10 | 
Brad Fitzpatrick | os: make IsPermission, IsExist, and IsNotExist unwrap...  | 
commit | commitdiff | tree | 
| 2015-10-10 | 
Dave Cheney | doc: go1.6.txt: *url.Error implements net.Error | 
commit | commitdiff | tree | 
| 2015-10-10 | 
Dave Cheney | net/url: make *url.Error implement net.Error | 
commit | commitdiff | tree | 
| 2015-10-10 | 
Joe Tsai | compress/flate: deprecate ReadError and WriteError | 
commit | commitdiff | tree | 
| 2015-10-09 | 
Ian Lance Taylor | cmd/link: remove -W option | 
commit | commitdiff | tree | 
| 2015-10-09 | 
Robert Griesemer | cmd/compile/internal/gc: make funcsyms a []*Node | 
commit | commitdiff | tree | 
| 2015-10-09 | 
Nodir Turakulov | cmd/go: print all warnings to stderr | 
commit | commitdiff | tree | 
| 2015-10-09 | 
Austin Clements | runtime: assist before allocating | 
commit | commitdiff | tree | 
| 2015-10-09 | 
Austin Clements | runtime: directly track GC assist balance | 
commit | commitdiff | tree | 
| 2015-10-09 | 
Austin Clements | runtime: ensure minimum heap distance via heap goal | 
commit | commitdiff | tree | 
| 2015-10-09 | 
Austin Clements | runtime: update gcController.scanWork regularly | 
commit | commitdiff | tree | 
| 2015-10-09 | 
Austin Clements | runtime: control background scan credit flushing with...  | 
commit | commitdiff | tree | 
| 2015-10-09 | 
Austin Clements | runtime: consolidate gcDrain and gcDrainUntilPreempt | 
commit | commitdiff | tree | 
| 2015-10-09 | 
Austin Clements | runtime: explain why continuous assist revising is...  | 
commit | commitdiff | tree | 
| 2015-10-09 | 
Austin Clements | runtime: fix comment for gcAssistAlloc | 
commit | commitdiff | tree | 
| 2015-10-09 | 
Austin Clements | runtime: fix comment for assistRatio | 
commit | commitdiff | tree | 
| 2015-10-09 | 
Nodir Turakulov | runtime: remove redundant type cast | 
commit | commitdiff | tree | 
| 2015-10-09 | 
Charlie Dorian | math: Modf(-0) returns -0,-0 | 
commit | commitdiff | tree | 
| 2015-10-09 | 
mpl | mime/multipart: fix peekBufferSeparatorIndex edge case | 
commit | commitdiff | tree | 
| 2015-10-09 | 
Brian Gitonga...  | C: Add Brian Gitonga Marete's Google email address...  | 
commit | commitdiff | tree | 
| 2015-10-08 | 
Brad Fitzpatrick | net/http/httputil: clarify NewSingleHostReverseProxy...  | 
commit | commitdiff | tree | 
| 2015-10-08 | 
Dave Cheney | cmd/internal/obj: improve obj.ProgInfo struct layout | 
commit | commitdiff | tree | 
| 2015-10-08 | 
Matthew Dempsky | syscall: fix vet warning in UnixRights | 
commit | commitdiff | tree | 
| 2015-10-08 | 
Ian Lance Taylor | cmd/link: pass -Wl,-z,nodelete when creating an ELF...  | 
commit | commitdiff | tree | 
| 2015-10-08 | 
Keith Randall | runtime: make aeshash more DOS-proof | 
commit | commitdiff | tree | 
| 2015-10-08 | 
Michael Hudson...  | runtime: adjust the arm64 memmove and memclr to operate...  | 
commit | commitdiff | tree | 
| 2015-10-08 | 
Alexander Morozov | text/template: fix formatting calls in tests | 
commit | commitdiff | tree | 
| 2015-10-08 | 
Didier Spezia | cmd/compile: fix some C to Go translation leftovers | 
commit | commitdiff | tree | 
| 2015-10-08 | 
Michael Hudson...  | cmd/internal/obj, cmd/link, runtime: lots of TLS cleanup | 
commit | commitdiff | tree | 
| 2015-10-07 | 
Charlie Dorian | math/cmplx: make error tolerance test function of expec...  | 
commit | commitdiff | tree | 
| 2015-10-07 | 
Ian Lance Taylor | debug/gosym: clean up and modernize pclntab_test | 
commit | commitdiff | tree | 
| 2015-10-07 | 
Ian Lance Taylor | test: adjust gccgo expected import errors | 
commit | commitdiff | tree | 
| 2015-10-07 | 
Nodir Turakulov | cmd/go: fix `go test -n` | 
commit | commitdiff | tree | 
| 2015-10-06 | 
Shenghou Ma | cmd/compile/internal/big: fix unused result from testin...  | 
commit | commitdiff | tree | 
| 2015-10-06 | 
Gordon Klaus | database/sql: fix conversions to and from user-defined...  | 
commit | commitdiff | tree | 
| 2015-10-06 | 
David du Colombier | runtime: don't use duffcopy on Plan 9 | 
commit | commitdiff | tree | 
| 2015-10-06 | 
Joe Tsai | archive/tar: fix numeric overflow issues in readGNUSpar...  | 
commit | commitdiff | tree | 
| 2015-10-06 | 
Joe Tsai | archive/tar: add missing error checks to Reader.Next | 
commit | commitdiff | tree | 
| next |