| 2017-10-31 | Hana (Hyang... | runtime/trace: fix corrupted trace during StartTrace | commit | commitdiff | tree | 
| 2017-10-31 | Austin Clements | runtime: allow 5% mutator assist over 25% background... | commit | commitdiff | tree | 
| 2017-10-31 | Austin Clements | runtime: separate soft and hard heap limits | commit | commitdiff | tree | 
| 2017-10-31 | Cherry Zhang | cmd/compile: on ARM, make sure *const's AuxInt fit... | commit | commitdiff | tree | 
| 2017-10-31 | Daniel Martà | all: unindent some if bodies by exiting early | commit | commitdiff | tree | 
| 2017-10-31 | Ilya Tocar | cmd/compile: intrinsify math.{Trunc/Ceil/Floor} on... | commit | commitdiff | tree | 
| 2017-10-31 | Matthew Dempsky | cmd/compile: don't export unreachable inline method... | commit | commitdiff | tree | 
| 2017-10-31 | Cherry Zhang | test: fix and re-enable nosplit.go | commit | commitdiff | tree | 
| 2017-10-31 | Joe Kyo | crypto/tls: remove bookkeeping code from pHash function | commit | commitdiff | tree | 
| 2017-10-31 | Cherry Zhang | cmd/compile: don't fold address of global into load... | commit | commitdiff | tree | 
| 2017-10-31 | Michael Munday | cmd/compile: intrinsify math.RoundToEven on s390x | commit | commitdiff | tree | 
| 2017-10-31 | Russ Cox | cmd/dist: avoid darwin_amd64 assumption in debug prints | commit | commitdiff | tree | 
| 2017-10-31 | Russ Cox | cmd/vet: tighten printf format error messages | commit | commitdiff | tree | 
| 2017-10-31 | Russ Cox | go/importer: support lookup in importer.For | commit | commitdiff | tree | 
| 2017-10-31 | Kenny Grant | time: document that valid layouts are not valid Parse... | commit | commitdiff | tree | 
| 2017-10-31 | Ramazan AYYILDIZ | strings: add examples for specialCase | commit | commitdiff | tree | 
| 2017-10-31 | Austin Clements | cmd/compile,runtime: update instrumentation comments | commit | commitdiff | tree | 
| 2017-10-31 | Joe Kyo | net/http: display connect methods table properly in... | commit | commitdiff | tree | 
| 2017-10-31 | Russ Cox | fmt: hide bad format in test from vet | commit | commitdiff | tree | 
| 2017-10-31 | Russ Cox | cmd/vet: do not import net/http at startup | commit | commitdiff | tree | 
| 2017-10-31 | Russ Cox | build: quiet make.bash, make.bat, make.rc | commit | commitdiff | tree | 
| 2017-10-31 | Russ Cox | test/run: use go tool compile + link instead of go... | commit | commitdiff | tree | 
| 2017-10-31 | Russ Cox | runtime/race: install alternate packages to temp dir | commit | commitdiff | tree | 
| 2017-10-31 | Russ Cox | runtime: shorten tests in all.bash | commit | commitdiff | tree | 
| 2017-10-31 | Russ Cox | cmd/dist: log timing to $GOBUILDTIMELOGFILE | commit | commitdiff | tree | 
| 2017-10-31 | Russ Cox | cmd/go: switch to entirely content-based staleness... | commit | commitdiff | tree | 
| 2017-10-31 | Russ Cox | cmd/compile: change ssa test to avoid go run -gcflags... | commit | commitdiff | tree | 
| 2017-10-31 | Russ Cox | all: respect $GO_GCFLAGS during run.bash | commit | commitdiff | tree | 
| 2017-10-31 | Tim Cooper | flag: add (*FlagSet).Name, (*FlagSet).ErrorHandling... | commit | commitdiff | tree | 
| 2017-10-31 | Jason Wangsadinata | container/ring: fix example_test.go | commit | commitdiff | tree | 
| 2017-10-31 | Ian Lance Taylor | os: clarify that OpenFile reqires one of O_RDONLY/O_WRO... | commit | commitdiff | tree | 
| 2017-10-30 | Michael Munday | cmd/asm, cmd/internal/obj/s390x, math: add "test under... | commit | commitdiff | tree | 
| 2017-10-30 | Michael Munday | cmd/asm, cmd/compile: optimize math.Abs and math.Copysi... | commit | commitdiff | tree | 
| 2017-10-30 | Bill O'Farrell | runtime: remove unnecessary sync from publicationBarrie... | commit | commitdiff | tree | 
| 2017-10-30 | Matthew Dempsky | cmd/compile: skip compiling wrappers for imported defin... | commit | commitdiff | tree | 
| 2017-10-30 | Mark Theunissen | net/url: preserve leading slashes when resolving path | commit | commitdiff | tree | 
| 2017-10-30 | David Chase | cmd/compile: adjust expectations of test for issue... | commit | commitdiff | tree | 
| 2017-10-30 | Keith Randall | cmd/compile: fix runtime.KeepAlive | commit | commitdiff | tree | 
| 2017-10-30 | Russ Cox | cmd/dist: force non-devel version for cross-build buildlets | commit | commitdiff | tree | 
| 2017-10-30 | Michael Munday | math: optimize dim and remove s390x assembly implementation | commit | commitdiff | tree | 
| 2017-10-30 | Sam Whited | encoding/xml: don't panic when custom Unmarshaler sees... | commit | commitdiff | tree | 
| 2017-10-30 | Terin Stock | net/http/pprof: attach handlers using http.HandleFunc | commit | commitdiff | tree | 
| 2017-10-30 | Austin Clements | runtime: use buffered write barrier for bulkBarrierPreWrite | commit | commitdiff | tree | 
| 2017-10-30 | Austin Clements | runtime: simplify and optimize typedslicecopy | commit | commitdiff | tree | 
| 2017-10-30 | Austin Clements | runtime: benchmark for bulk write barriers | commit | commitdiff | tree | 
| 2017-10-30 | Austin Clements | cmd/compile: compiler support for buffered write barrier | commit | commitdiff | tree | 
| 2017-10-30 | Austin Clements | runtime: buffered write barrier implementation | commit | commitdiff | tree | 
| 2017-10-30 | Austin Clements | runtime: add benchmark for write barriers | commit | commitdiff | tree | 
| 2017-10-30 | Austin Clements | runtime: make systemstack tail call if already switched | commit | commitdiff | tree | 
| 2017-10-30 | Russ Cox | misc/cgo/testshared: don't assume mtimes trigger rebuilds | commit | commitdiff | tree | 
| 2017-10-30 | Lynn Boger | cmd/compile,cmd/internal/obj/ppc64: make math.Abs,math... | commit | commitdiff | tree | 
| 2017-10-30 | Lynn Boger | runtime: use -buildmode=pie in testCgoPprofPIE  instead... | commit | commitdiff | tree | 
| 2017-10-30 | Hugues Bruant | cmd/compile: fix incorrect go:noinline usage | commit | commitdiff | tree | 
| 2017-10-29 | Russ Cox | cmd/go: adjust default GOROOT to prefer runtime.GOROOT... | commit | commitdiff | tree | 
| 2017-10-29 | Austin Clements | runtime: eliminate remaining recordspan write barriers | commit | commitdiff | tree | 
| 2017-10-29 | Austin Clements | cmd/compile: elide write barriers for copy of notinheap... | commit | commitdiff | tree | 
| 2017-10-29 | Austin Clements | cmd/compile: make HasHeapPointer recursive | commit | commitdiff | tree | 
| 2017-10-29 | Austin Clements | cmd/compile: report typedslicecopy write barriers | commit | commitdiff | tree | 
| 2017-10-29 | Adam Langley | crypto/{ecdsa,rsa}: rename argument to PrivateKey.Sign. | commit | commitdiff | tree | 
| 2017-10-29 | Austin Clements | cmd/compile: improve coverage of nowritebarrierrec... | commit | commitdiff | tree | 
| 2017-10-29 | Austin Clements | runtime: allow write barriers in gchelper | commit | commitdiff | tree | 
| 2017-10-29 | Austin Clements | runtime: eliminate write barriers from persistentalloc | commit | commitdiff | tree | 
| 2017-10-29 | Austin Clements | runtime: allow write barriers in startpanic_m | commit | commitdiff | tree | 
| 2017-10-29 | Austin Clements | runtime: mark gcWork methods nowritebarrierrec | commit | commitdiff | tree | 
| 2017-10-29 | Austin Clements | runtime: remove write barriers from newstack, gogo | commit | commitdiff | tree | 
| 2017-10-28 | Tobias Klauser | .gitignore: ignore src/cmd/dist/dist | commit | commitdiff | tree | 
| 2017-10-28 | Russ Cox | Revert "cmd/dist: translate /private/var to /var on... | commit | commitdiff | tree | 
| 2017-10-28 | Alberto Donizetti | cmd/go: add a test to ensure upx works on go binaries | commit | commitdiff | tree | 
| 2017-10-28 | Russ Cox | api: update next.txt | commit | commitdiff | tree | 
| 2017-10-28 | Russ Cox | misc/cgo/testshared: disable TestTwoGopathShlibsGccgo | commit | commitdiff | tree | 
| 2017-10-27 | Russ Cox | cmd/dist: translate /private/var to /var on darwin... | commit | commitdiff | tree | 
| 2017-10-27 | Joshua Rubin | net/http: fix minor leak in Header.WriteSubset | commit | commitdiff | tree | 
| 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 | 
| next |