aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-27math: fix typo in sqrt.go code commentPaul Davis
2021-01-26[dev.regabi] cmd/compile: missing last patch set for cl286013David Chase
2021-01-26[dev.regabi] cmd/compile: remove leftover code form late call lowering workDavid Chase
2021-01-26runtime,syscall: convert syscall on openbsd/amd64 to libcJoel Sing
2021-01-26os: further document limitations around naked file descriptorsVictor Michel
2021-01-25[dev.regabi] all: merge master (bf0f7c9) into dev.regabiMatthew Dempsky
2021-01-26os: correct names in CreateTemp and MkdirTemp doc commentsIan Lance Taylor
2021-01-26net/http/fcgi: remove locking added to prevent a test-only raceHilko Bengen
2021-01-25doc/go1.16: mention os.DirFS in os sectionIan Lance Taylor
2021-01-25cmd/compile: fix order-of-assignment issue w/ defersMatthew Dempsky
2021-01-25doc/go1.16: mention os.DirEntry and types moved from os to io/fsIan Lance Taylor
2021-01-25doc/go1.16: mention new testing/iotest functionsIan Lance Taylor
2021-01-25doc/go1.16: mention deprecation of io/ioutilIan Lance Taylor
2021-01-25[dev.regabi] cmd/compile: disallow taking address of SSA'd valuesMatthew Dempsky
2021-01-25doc/go1.16: mention go/build changesIan Lance Taylor
2021-01-25html/template: revert "avoid race when escaping updates template"Ian Lance Taylor
2021-01-25cmd/go: fix TestScript/cgo_path, cgo_path_space when CC setJay Conrod
2021-01-25[dev.regabi] cmd/compile/internal: specify memory layoutAustin Clements
2021-01-25[dev.regabi] cmd/compile/internal: add internal ABI specificationAustin Clements
2021-01-25doc/asm: add a section on go_asm.h, clean up go_tls.h sectionAustin Clements
2021-01-25[dev.regabi] cmd/compile: enable rational constant arithmeticMatthew Dempsky
2021-01-25[dev.regabi] os: disable TestDirFS until #42637 is fixedMatthew Dempsky
2021-01-25[dev.regabi] cmd/go: workaround -race issue on ppc64leMatthew Dempsky
2021-01-25lib/time, time/tzdata: update tzdata to 2021aTobias Klauser
2021-01-25[dev.regabi] cmd/compile: modify abiutils for recently updated ABIDavid Chase
2021-01-25os: force consistent mtime before running fstest on directory on WindowsJason A. Donenfeld
2021-01-25doc/go1.16: fix WalkDir and Walk linksTobias Klauser
2021-01-25[dev.regabi] cmd/compile: backport changes from dev.typeparams (9456804)Matthew Dempsky
2021-01-23doc/go1.16: add crypto/x509 memory optimizationBrad Fitzpatrick
2021-01-23doc/go1.16: reword ambiguously parsable sentenceBrad Fitzpatrick
2021-01-23cmd/internal/obj/arm64: fix VMOVQ instruction encoding erroreric fang
2021-01-23[dev.regabi] cmd/compile: replace ir.Name map with ir.NameSet for SSA 2Baokun Lee
2021-01-23runtime: restore cgo_import_dynamic for libc.so on openbsdJoel Sing
2021-01-23[dev.regabi] cmd/compile: fix escape analysis problem with closuresDan Scales
2021-01-23[dev.regabi] cmd/compile: scan body of closure in tooHairy to check for disal...Dan Scales
2021-01-22io/ioutil: fix example test for WriteFile to allow it to run in the playgroundPantonshire
2021-01-22runtime: define dummy msanmoveCherry Zhang
2021-01-22runtime: check for g0 stack last in signal handlerCherry Zhang
2021-01-22cmd/go: don't lookup the path for CC when invoking cgoJay Conrod
2021-01-22[dev.regabi] all: merge master (dab3e5a) into dev.regabiMatthew Dempsky
2021-01-22runtime: switch runtime to libc for openbsd/amd64Joel Sing
2021-01-22cmd/go: add documentation for test and xtest fields output by go listMichael Matloob
2021-01-22runtime: remove pthread_kill/pthread_self for openbsdJoel Sing
2021-01-22runtime: fix typo in mgcscavenge.goIkko Ashimine
2021-01-22net/http: fix flaky TestDisableKeepAliveUpgradeDamien Neil
2021-01-22time: clarify Timer.Reset behavior on AfterFunc TimersBrad Fitzpatrick
2021-01-22doc/go1.16: mention net/http.Transport.GetProxyConnectHeaderIan Lance Taylor
2021-01-22doc/go1.16: mention path/filepath.WalkDirIan Lance Taylor
2021-01-22doc/go1.16: mention syscall.AllThreadsSyscallIan Lance Taylor
2021-01-21doc/go1.16: add notes about package-specific fs.FS changesIan Lance Taylor