aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-08-22[release-branch.go1.9] cmd/compile: remove gc.Sysfunc calls from 387 backendJosh Bleecher Snyder
2017-08-18[release-branch.go1.9] runtime: fix false positive race in profile label readingAustin Clements
2017-08-18[release-branch.go1.9] testing: don't fail all tests after racy test failureIan Lance Taylor
2017-08-18[release-branch.go1.9] cmd/dist: update deps.go for current dependenciesIan Lance Taylor
2017-08-18[release-branch.go1.9] cmd/compile: add rules handling unsigned div/mod by co...Cherry Zhang
2017-08-18[release-branch.go1.9] runtime: fix usleep by correctly setting nanoseconds p...pvoicu
2017-08-07runtime: mapassign_* should use typedmemmove to update keysKeith Randall
2017-08-06all: remove some manual hyphenationJosh Bleecher Snyder
2017-08-05runtime: mark activeModules nosplit/nowritebarrierIan Lance Taylor
2017-08-05math/bits: fix example for OnesCount64Francesc Campoy Flores
2017-08-04math/bits: add examples for OnesCount functionsFrancesc Campoy
2017-08-04reflect: document how DeepEqual handles cyclesIan Lance Taylor
2017-08-03encoding/binary: add examples for varint functionsAxel Wagner
2017-08-03internal/poll: don't add non-sockets to runtime pollerIan Lance Taylor
2017-08-03cmd/vet: don't exit with failure on type checking errorIan Lance Taylor
2017-08-02time: skip ZoneAbbr test in timezones with no abbreviationAlberto Donizetti
2017-08-02cmd/go: show examples with empty output in go test -listSeiji Takahashi
2017-08-02cmd/compile: set/unset base register for better assembly printCherry Zhang
2017-07-31runtime: map bitmap and spans during heap initializationAustin Clements
2017-07-31runtime: fall back to small mmaps if we fail to grow reservationAustin Clements
2017-07-28plugin: mention that there are known bugs with pluginsIan Lance Taylor
2017-07-27cmd/dist: skip moved GOROOT on Go's Windows builders when not sharding testsBrad Fitzpatrick
2017-07-26runtime/pprof: prevent a deadlock that SIGPROF might create on mips{,le}Vladimir Stefanovic
2017-07-24cmd/compile: consider exported flag in namedataIan Lance Taylor
2017-07-24cmd/link: use full link, not compile, to test for -no-?pieIan Lance Taylor
2017-07-22encoding/json: ignore embedded fields of pointers to unexported non-structsJoe Tsai
2017-07-21sync: delete a sentence from the Map docsBrad Fitzpatrick
2017-07-21net/http: document that after Hijack, Request.Body is invalidBrad Fitzpatrick
2017-07-21sync: update Map documentation with usage rule of thumbMichael Stapelberg
2017-07-21runtime: improve out-of-memory message when VirtualAlloc failsAustin Clements
2017-07-20net/http: improve signature of Redirect, NewRequestDmitri Shuralyov
2017-07-20cmd/go, cmd/link: if -no-pie doesn't work, try -nopieIan Lance Taylor
2017-07-20sync: release m.mu during (*RWMutexMap).Range callbacks in sync_testBryan C. Mills
2017-07-20cmd/go: fix test when go source tree has POSIX ACLJess Frazelle
2017-07-20runtime: use SIGKILL if SIGQUIT is blocked; skip tests that need SIGQUITAustin Clements
2017-07-20runtime: don't call libc sigaction function in forked childIan Lance Taylor
2017-07-20os: remove duplicate check from windows os.StatJohnny Luo
2017-07-19net/mail: Fix typoyansal
2017-07-19runtime: only trace mark assists that do workAustin Clements
2017-07-19cmd/compile: fix unaligned loads/stores to global variables on s390xMichael Munday
2017-07-18net/http: fix parameter name in commentIan Lance Taylor
2017-07-18runtime: move tSweepTerm capture closer to STWAustin Clements
2017-07-18runtime: always use 2MB stacks on 64-bit WindowsAustin Clements
2017-07-18database/sql: fix wrong method name in descriptionAlexey Palazhchenko
2017-07-17syscall: update check for UserNS support for centos 7Jess Frazelle
2017-07-17cmd/compile: omit X:framepointer in compile versionRuss Cox
2017-07-17strconv: apply Brad's review commentRuss Cox
2017-07-17strconv: fix initialization of atofRandomTestsRuss Cox
2017-07-17time: fix 400 years offset in commentAlberto Donizetti
2017-07-16log: adds a Logger Output method Examplegmarik