| 2017-10-27 | Than McIntosh | cmd/compile, cmd/link: support for DWARF file reference... | commit | commitdiff | tree | 
| 2017-10-27 | Russ Cox | cmd/dist: use latest heap, sort packages for compiler... | commit | commitdiff | tree | 
| 2017-10-27 | Russ Cox | sort: split post-Go1.4 code into its own file | commit | commitdiff | tree | 
| 2017-10-27 | Than McIntosh | cmd/link: don't pass -gdwarf-2 to external linker | commit | commitdiff | tree | 
| 2017-10-27 | Russ Cox | cmd/go: delay gcc/clang flag support checks | commit | commitdiff | tree | 
| 2017-10-27 | Tobias Klauser | syscall: document Time{spec,val} methods | commit | commitdiff | tree | 
| 2017-10-27 | Tobias Klauser | syscall: simplify return in Futimesat and Mount | commit | commitdiff | tree | 
| 2017-10-27 | Artyom Pervukhin | image/draw, image/color: optimize hot path sqDiff function | commit | commitdiff | tree | 
| 2017-10-26 | Ian Lance Taylor | test: add type alias test that caused gccgo to crash | commit | commitdiff | tree | 
| 2017-10-26 | isharipo | obj/x86: re-organize code to make codegen easier | commit | commitdiff | tree | 
| 2017-10-26 | Christopher... | syscall: remove unnecessary use of unsafe.Pointer. | commit | commitdiff | tree | 
| 2017-10-26 | Austin Clements | runtime: "fix" non-preemptible loop in TestParallelRWMu... | commit | commitdiff | tree | 
| 2017-10-26 | Russ Cox | vendor/golang_org/x/net/route: refresh from upstream | commit | commitdiff | tree | 
| 2017-10-26 | Alberto Donizetti | math/big: add (*Float).Sqrt | commit | commitdiff | tree | 
| 2017-10-26 | Kevin Burke | net/smtp: fix spelling mistake | commit | commitdiff | tree | 
| 2017-10-26 | David Crawshaw | cmd/link, plugin: always encode path | commit | commitdiff | tree | 
| 2017-10-26 | Ben Shi | cmd/compile: optimize MOVBS/MOVBU/MOVHS/MOVHU on ARMv6... | commit | commitdiff | tree | 
| 2017-10-26 | griesemer | test: add test cases for method expressions with litera... | commit | commitdiff | tree | 
| 2017-10-26 | Keith Randall | cmd/compile: make sure not to use SP as an index register | commit | commitdiff | tree | 
| 2017-10-25 | Artyom Pervukhin | image/draw: reduce drawPaletted allocations for special... | commit | commitdiff | tree | 
| 2017-10-25 | griesemer | spec: match syntax for method expressions with implemen... | commit | commitdiff | tree | 
| 2017-10-25 | Matthew Dempsky | cmd/compile: document function syntax representation | commit | commitdiff | tree | 
| 2017-10-25 | Joe Tsai | archive/zip: restrict UTF-8 detection for comment and... | commit | commitdiff | tree | 
| 2017-10-25 | Adam Thomason | cmd/go: add -shift to go vet's flag whitelist | commit | commitdiff | tree | 
| 2017-10-25 | Michael Fraenkel | io: flatten MultiWriter writers | commit | commitdiff | tree | 
| 2017-10-25 | Lynn Boger | cmd/go: enable TestNoteReading on ppc64le | commit | commitdiff | tree | 
| 2017-10-25 | Henry | net/smtp: added Noop to Client | commit | commitdiff | tree | 
| 2017-10-25 | Lorenz Bauer | net: make {TCP,Unix}Listener implement syscall.Conn | commit | commitdiff | tree | 
| 2017-10-25 | Daniel Theophanes | database/sql: scan into *time.Time without reflection | commit | commitdiff | tree | 
| 2017-10-25 | Ian Lance Taylor | os: add deadline methods for File type | commit | commitdiff | tree | 
| 2017-10-25 | Daniel Theophanes | database/sql: ensure all driver interfaces are called... | commit | commitdiff | tree | 
| 2017-10-25 | Russ Cox | runtime: avoid monotonic time zero on systems with... | commit | commitdiff | tree | 
| 2017-10-25 | Russ Cox | doc: document Go 1.9.2 | commit | commitdiff | tree | 
| 2017-10-25 | Russ Cox | doc: document Go 1.8.5 | commit | commitdiff | tree | 
| 2017-10-25 | Russ Cox | cmd/go: explain fmt, fix, vet a bit more in go help | commit | commitdiff | tree | 
| 2017-10-25 | Wei Xiao | bytes: add optimized Equal for arm64 | commit | commitdiff | tree | 
| 2017-10-25 | Tobias Klauser | runtime/internal/sys: use boolean constants for sys... | commit | commitdiff | tree | 
| 2017-10-25 | Jason Wangsadinata | container/ring: add examples for various Ring functions | commit | commitdiff | tree | 
| 2017-10-25 | Sergey Semin | log: Remove unnecessary else | commit | commitdiff | tree | 
| 2017-10-25 | Russ Cox | cmd/link: only adjust pagezero for iOS on darwin/arm64 | commit | commitdiff | tree | 
| 2017-10-25 | Joe Tsai | encoding/csv: forbid certain Comma and Comment runes | commit | commitdiff | tree | 
| 2017-10-25 | Russ Cox | build: move final steps of make.bash, make.bat, make... | commit | commitdiff | tree | 
| 2017-10-25 | Ian Lance Taylor | runtime: unify arm entry point code | commit | commitdiff | tree | 
| 2017-10-24 | Michael Hudson... | cmd/link: shrink SymKind down to a uint8 | commit | commitdiff | tree | 
| 2017-10-24 | Michael Hudson... | cmd/link: replace SSUB with an attribute bit | commit | commitdiff | tree | 
| 2017-10-24 | Brian Kessler | math/big: implement Lehmer's GCD algorithm | commit | commitdiff | tree | 
| 2017-10-24 | Mark Pulford | math: add RoundToEven function | commit | commitdiff | tree | 
| 2017-10-24 | Matthew Dempsky | cmd/compile: refactor method expression detection | commit | commitdiff | tree | 
| 2017-10-24 | Daniel Theophanes | database/sql: add driver.ResetSessioner and add pool... | commit | commitdiff | tree | 
| 2017-10-24 | Matthew Dempsky | cmd/internal/obj/x86: move MOV->XOR rewriting into... | commit | commitdiff | tree | 
| 2017-10-24 | Heschi Kreinick | cmd/compile/internal/ssa: use reverse postorder traversal | commit | commitdiff | tree | 
| 2017-10-24 | Nils Larsgård | mime/multipart: permit empty file name | commit | commitdiff | tree | 
| 2017-10-24 | Russ Cox | Revert "database/sql: add driver.ResetSessioner and... | commit | commitdiff | tree | 
| 2017-10-24 | Than McIntosh | cmd/compile: fix problem with non-decomposed vars | commit | commitdiff | tree | 
| 2017-10-24 | Daniel Theophanes | database/sql: add driver.ResetSessioner and add pool... | commit | commitdiff | tree | 
| 2017-10-24 | Daniel Theophanes | database/sql: allow drivers to only implement Context... | commit | commitdiff | tree | 
| 2017-10-24 | rust | cmd/link/internal/ld: modify -pagezero_size to please... | commit | commitdiff | tree | 
| 2017-10-24 | Marcel van... | unicode: update to Unicode 10.0.0 | commit | commitdiff | tree | 
| 2017-10-24 | Joe Tsai | encoding/csv: update ErrQuote message | commit | commitdiff | tree | 
| 2017-10-24 | Joe Tsai | encoding/csv: fix error documentation | commit | commitdiff | tree | 
| 2017-10-24 | Alex Brainman | runtime: make errno positive in netpollopen | commit | commitdiff | tree | 
| 2017-10-24 | Matthew Dempsky | cmd/compile: silence unnecessary unsafe error | commit | commitdiff | tree | 
| 2017-10-23 | Artyom Pervukhin | image/gif: avoid setting defers in the decode loop | commit | commitdiff | tree | 
| 2017-10-23 | griesemer | spec: remove sentence discussing existing implementations | commit | commitdiff | tree | 
| 2017-10-23 | Than McIntosh | cmd/compile: include non-decomposed vars for -dwarfloca... | commit | commitdiff | tree | 
| 2017-10-23 | griesemer | go/types: improved documentation for WriteExpr and... | commit | commitdiff | tree | 
| 2017-10-23 | Cherry Zhang | cmd/internal/obj/arm64: handle global address in LDP/STP | commit | commitdiff | tree | 
| 2017-10-22 | Daniel Martí | cmd/compile: clean up various bits of code | commit | commitdiff | tree | 
| 2017-10-22 | Matthew Dempsky | cmd/compile: replace -l=2 with -d typecheckinl | commit | commitdiff | tree | 
| 2017-10-21 | Hugues Bruant | runtime: more reliable mapdelete benchmark | commit | commitdiff | tree | 
| 2017-10-21 | Nigel Tao | image/png: fix width * height * bpp overflow check. | commit | commitdiff | tree | 
| 2017-10-21 | David Crawshaw | misc/cgo/testplugin: speed up tests | commit | commitdiff | tree | 
| 2017-10-21 | Joe Tsai | encoding/csv: add ParseError.RecordLine | commit | commitdiff | tree | 
| 2017-10-21 | David Crawshaw | cmd/link: move Headtype global to ctxt | commit | commitdiff | tree | 
| 2017-10-21 | Cherry Zhang | runtime: support cgo traceback on PPC64LE | commit | commitdiff | tree | 
| 2017-10-21 | Alex Brainman | os: simplify windows Pipe | commit | commitdiff | tree | 
| 2017-10-20 | Tim Cooper | encoding/hex: add NewEncoder, NewDecoder | commit | commitdiff | tree | 
| 2017-10-20 | David Crawshaw | cmd/link: move Iself global to ctxt | commit | commitdiff | tree | 
| 2017-10-20 | David Crawshaw | cmd/link: move FlagLinkshared global to ctxt | commit | commitdiff | tree | 
| 2017-10-20 | Joe Tsai | encoding/csv: simplify and optimize Reader | commit | commitdiff | tree | 
| 2017-10-20 | Ian Lance Taylor | runtime: for kqueue treat EVFILT_READ with EV_EOF as... | commit | commitdiff | tree | 
| 2017-10-20 | Matthew Dempsky | cmd/compile: prevent inlining go:yeswritebarrierrec... | commit | commitdiff | tree | 
| 2017-10-20 | Cherry Zhang | cmd/compile: skip runtime.nextFreeFast inlining test... | commit | commitdiff | tree | 
| 2017-10-20 | Russ Cox | cmd/go: delete ETXTBSY hack that is no longer needed | commit | commitdiff | tree | 
| 2017-10-20 | Russ Cox | cmd/go/internal/work: factor build.go into multiple... | commit | commitdiff | tree | 
| 2017-10-20 | Russ Cox | cmd/go: move internal/load.PluginPath to internal/work | commit | commitdiff | tree | 
| 2017-10-20 | Ian Lance Taylor | cmd/go: look for "unknown" when checking supported... | commit | commitdiff | tree | 
| 2017-10-20 | Hana Kim | cmd/trace: fix a javascript bug in handling import... | commit | commitdiff | tree | 
| 2017-10-20 | Michael Munday | cmd/go: skip gold-specific part of TestNoteReading... | commit | commitdiff | tree | 
| 2017-10-19 | Ben Burkert | net/http: ignore response body when forbidden by status... | commit | commitdiff | tree | 
| 2017-10-19 | griesemer | go/types: add test verifying corner-case behavior of... | commit | commitdiff | tree | 
| 2017-10-19 | griesemer | spec: remove vestiges referring to iotas being incremented | commit | commitdiff | tree | 
| 2017-10-19 | Matthew Dempsky | cmd/compile: refactor generic AST walking code | commit | commitdiff | tree | 
| 2017-10-19 | Artyom Pervukhin | testing/iotest: fix NewReadLogger documentation typo | commit | commitdiff | tree | 
| 2017-10-19 | Russ Cox | cmd/go: skip updateBuildID on binaries we will run | commit | commitdiff | tree | 
| 2017-10-19 | griesemer | spec: clarify that each block has its own version of... | commit | commitdiff | tree | 
| 2017-10-19 | Jed Denlea | image/gif: make blockReader a ByteReader, harden tests | commit | commitdiff | tree | 
| 2017-10-19 | Austin Clements | cmd/compile: allow duplicate DWARF producer symbols | commit | commitdiff | tree | 
| 2017-10-19 | Alex Brainman | cmd/link: add TODO missing from CL 70310 | commit | commitdiff | tree | 
| 2017-10-19 | griesemer | spec: simplify paragraph on certain range expressions... | commit | commitdiff | tree | 
| next |