| Commit message (Expand) | Author | Age | Files | Lines |
* | build: quiet make.bash, make.bat, make.rc | Russ Cox | 2017-10-31 | 5 | -26/+86 |
* | runtime/race: install alternate packages to temp dir | Russ Cox | 2017-10-31 | 1 | -1/+11 |
* | runtime: shorten tests in all.bash | Russ Cox | 2017-10-31 | 8 | -5/+40 |
* | cmd/dist: log timing to $GOBUILDTIMELOGFILE | Russ Cox | 2017-10-31 | 3 | -0/+80 |
* | cmd/go: switch to entirely content-based staleness determination | Russ Cox | 2017-10-31 | 16 | -916/+997 |
* | cmd/compile: change ssa test to avoid go run -gcflags=-d=ssa/check/on | Russ Cox | 2017-10-31 | 1 | -3/+22 |
* | all: respect $GO_GCFLAGS during run.bash | Russ Cox | 2017-10-31 | 5 | -4/+26 |
* | flag: add (*FlagSet).Name, (*FlagSet).ErrorHandling, export (*FlagSet).Output | Tim Cooper | 2017-10-31 | 2 | -7/+53 |
* | container/ring: fix example_test.go | Jason Wangsadinata | 2017-10-31 | 1 | -9/+28 |
* | os: clarify that OpenFile reqires one of O_RDONLY/O_WRONLY/O_RDWR | Ian Lance Taylor | 2017-10-31 | 1 | -1/+2 |
* | cmd/asm, cmd/internal/obj/s390x, math: add "test under mask" instructions | Michael Munday | 2017-10-30 | 5 | -6/+42 |
* | cmd/asm, cmd/compile: optimize math.Abs and math.Copysign on s390x | Michael Munday | 2017-10-30 | 10 | -134/+2035 |
* | runtime: remove unnecessary sync from publicationBarrier on s390x | Bill O'Farrell | 2017-10-30 | 1 | -1/+2 |
* | cmd/compile: skip compiling wrappers for imported defined types | Matthew Dempsky | 2017-10-30 | 1 | -0/+6 |
* | net/url: preserve leading slashes when resolving path | Mark Theunissen | 2017-10-30 | 2 | -1/+5 |
* | cmd/compile: fix runtime.KeepAlive | Keith Randall | 2017-10-30 | 1 | -4/+7 |
* | cmd/dist: force non-devel version for cross-build buildlets | Russ Cox | 2017-10-30 | 1 | -0/+20 |
* | math: optimize dim and remove s390x assembly implementation | Michael Munday | 2017-10-30 | 3 | -37/+15 |
* | encoding/xml: don't panic when custom Unmarshaler sees StartElement | Sam Whited | 2017-10-30 | 3 | -3/+27 |
* | net/http/pprof: attach handlers using http.HandleFunc | Terin Stock | 2017-10-30 | 1 | -5/+5 |
* | runtime: use buffered write barrier for bulkBarrierPreWrite | Austin Clements | 2017-10-30 | 3 | -6/+53 |
* | runtime: simplify and optimize typedslicecopy | Austin Clements | 2017-10-30 | 1 | -34/+6 |
* | runtime: benchmark for bulk write barriers | Austin Clements | 2017-10-30 | 1 | -39/+82 |
* | cmd/compile: compiler support for buffered write barrier | Austin Clements | 2017-10-30 | 13 | -3/+99 |
* | runtime: buffered write barrier implementation | Austin Clements | 2017-10-30 | 10 | -7/+369 |
* | runtime: add benchmark for write barriers | Austin Clements | 2017-10-30 | 1 | -0/+81 |
* | runtime: make systemstack tail call if already switched | Austin Clements | 2017-10-30 | 11 | -18/+83 |
* | cmd/compile,cmd/internal/obj/ppc64: make math.Abs,math.Copysign instrinsics o... | Lynn Boger | 2017-10-30 | 12 | -8/+378 |
* | runtime: use -buildmode=pie in testCgoPprofPIE instead of -extldflags=-pie | Lynn Boger | 2017-10-30 | 1 | -1/+1 |
* | cmd/compile: fix incorrect go:noinline usage | Hugues Bruant | 2017-10-30 | 1 | -6/+4 |
* | cmd/go: adjust default GOROOT to prefer runtime.GOROOT() spelling | Russ Cox | 2017-10-29 | 1 | -1/+20 |
* | runtime: eliminate remaining recordspan write barriers | Austin Clements | 2017-10-29 | 2 | -2/+21 |
* | cmd/compile: elide write barriers for copy of notinheap pointers | Austin Clements | 2017-10-29 | 1 | -2/+2 |
* | cmd/compile: make HasHeapPointer recursive | Austin Clements | 2017-10-29 | 1 | -7/+14 |
* | cmd/compile: report typedslicecopy write barriers | Austin Clements | 2017-10-29 | 7 | -20/+23 |
* | crypto/{ecdsa,rsa}: rename argument to PrivateKey.Sign. | Adam Langley | 2017-10-29 | 2 | -13/+18 |
* | cmd/compile: improve coverage of nowritebarrierrec check | Austin Clements | 2017-10-29 | 5 | -100/+224 |
* | runtime: allow write barriers in gchelper | Austin Clements | 2017-10-29 | 2 | -3/+12 |
* | runtime: eliminate write barriers from persistentalloc | Austin Clements | 2017-10-29 | 1 | -7/+23 |
* | runtime: allow write barriers in startpanic_m | Austin Clements | 2017-10-29 | 2 | -0/+8 |
* | runtime: mark gcWork methods nowritebarrierrec | Austin Clements | 2017-10-29 | 1 | -8/+15 |
* | runtime: remove write barriers from newstack, gogo | Austin Clements | 2017-10-29 | 12 | -150/+41 |
* | Revert "cmd/dist: translate /private/var to /var on darwin builders" | Russ Cox | 2017-10-28 | 1 | -17/+0 |
* | cmd/go: add a test to ensure upx works on go binaries | Alberto Donizetti | 2017-10-28 | 1 | -0/+54 |
* | cmd/dist: translate /private/var to /var on darwin builders | Russ Cox | 2017-10-27 | 1 | -0/+17 |
* | net/http: fix minor leak in Header.WriteSubset | Joshua Rubin | 2017-10-27 | 1 | -0/+1 |
* | cmd/compile, cmd/link: support for DWARF file reference relocations | Than McIntosh | 2017-10-27 | 9 | -17/+105 |
* | cmd/dist: use latest heap, sort packages for compiler bootstrap | Russ Cox | 2017-10-27 | 1 | -1/+3 |
* | sort: split post-Go1.4 code into its own file | Russ Cox | 2017-10-27 | 2 | -39/+46 |
* | cmd/link: don't pass -gdwarf-2 to external linker | Than McIntosh | 2017-10-27 | 1 | -8/+8 |