aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-05testing/fstest: avoid symlink-induced failures in testerRuss Cox
2021-02-04runtime: fix typo in histogram.goIkko Ashimine
2021-02-03math/big: fix comment in divRecursiveStepKatie Hockman
2021-02-02spec: improve the example in Type assertions sectiontask4233
2021-02-02cmd/link: don't decode type symbol in shared library in deadcodeCherry Zhang
2021-02-02cmd/link: fix off-by-1 error in findShlibSectionCherry Zhang
2021-02-01test: fix incorrectly laid out instructions in issue11656.goTom Thorogood
2021-02-01doc/go1.16: document that on OpenBSD syscalls are now made through libcCherry Zhang
2021-02-01cmd/link: disable TestPIESize if CGO isn't enabledNehal J Wani
2021-02-01doc/go1.16: minor markup fixesToshihiro Shiino
2021-01-29embed: update docs for proposal tweaksIan Lance Taylor
2021-01-29runtime: document pointer write atomicity for memclrNoHeapPointersCherry Zhang
2021-01-28syscall: generate readlen/writelen for openbsd libcJoel Sing
2021-01-28cmd/go: revert TestScript/build_trimpath to use ioutil.ReadFileBryan C. Mills
2021-01-28runtime: correct syscall10/syscall10X on openbsd/amd64Joel Sing
2021-01-28doc/go1.16: document go/build/constraint packageIan Lance Taylor
2021-01-28runtime,syscall: convert syscall on openbsd/arm64 to libcJoel Sing
2021-01-27[release-branch.go1.16] go1.16rc1go1.16rc1Alexander Rakoczy
2021-01-27api/go1.16: add go/build/constraint APIsAlexander Rakoczy
2021-01-27crypto/x509: remove leftover CertificateRequest fieldRoland Shoemaker
2021-01-27runtime: make sure to remove open-coded defer entries in all cases after a re...Dan Scales
2021-01-27runtime: block console ctrlhandler when the signal is handledNuno Cruces
2021-01-27cmd/go: skip issue33139 when the 'cc' script command is unavailableNehal J Wani
2021-01-27runtime: switch runtime to libc for openbsd/arm64Joel Sing
2021-01-27runtime: convert openbsd/arm64 locking to libcJoel Sing
2021-01-27syscall: clean up mkasm related changesJoel Sing
2021-01-27doc/go1.16: fix closing brace in .Export formatRyuji Iwata
2021-01-27math: fix typo in sqrt.go code commentPaul Davis
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-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-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-25doc/asm: add a section on go_asm.h, clean up go_tls.h sectionAustin Clements
2021-01-25lib/time, time/tzdata: update tzdata to 2021aTobias Klauser
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-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-23runtime: restore cgo_import_dynamic for libc.so on openbsdJoel Sing
2021-01-22io/ioutil: fix example test for WriteFile to allow it to run in the playgroundPantonshire
2021-01-22runtime: define dummy msanmoveCherry Zhang