aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-24crypto/tls: add no-shared to openssl build instructionsThom Wiggers
2020-10-23runtime: add tests for addrRanges.addMichael Anthony Knyszek
2020-10-23runtime: throw on zero-sized range passed to addrRanges.addMichael Anthony Knyszek
2020-10-23runtime: add tests for addrRanges.findSuccMichael Anthony Knyszek
2020-10-23log: expose std via new Default functionColin Arnott
2020-10-23all: fix quoting for compress/bzip2 and time's godocsubham sarkar
2020-10-23runtime: drop redundant gcBlackenEnabled resetMichael Pratt
2020-10-23cmd/go: change error message for missing import with unused replacementJay Conrod
2020-10-23cmd/go: save sums for zips needed to diagnose ambiguous importsJay Conrod
2020-10-23cmd/go: don't fetch files missing sums in readonly modeJay Conrod
2020-10-23cmd/go: in 'go mod init', suggest running 'go mod tidy'Jay Conrod
2020-10-23cmd/go: refactor modload.InitModJay Conrod
2020-10-23cmd/go: don't import requirements into existing go.mod filesJay Conrod
2020-10-23syscall: support POSIX semantics for Linux syscallsAndrew G. Morgan
2020-10-23cmd/go: break after terminal loop conditionMark Rushakoff
2020-10-23sync: document that Once must not be copiedDmitri Shuralyov
2020-10-23cmd/go: replace some more stats with fsys.StatMichael Matloob
2020-10-23cmd/compile: avoid generating CSEs; do all aggregates; maintain debug namesDavid Chase
2020-10-23runtime: rename pageAlloc receiverMichael Pratt
2020-10-23cmd/compile: intrinsify runtime/internal/atomic.{And,Or} on MIPSMichael Pratt
2020-10-23runtime: drop unused work.ndone fieldMichael Pratt
2020-10-23cmd/link: use xcode strip for macho combine dwarfMeng Zhuo
2020-10-23internal/bytealg: improve mips64x equal on large sizeMeng Zhuo
2020-10-23cmd/compile: intrinsify runtime/internal/atomic.{And,Or} on S390XMichael Pratt
2020-10-23cmd/compile: intrinsify runtime/internal/atomic.{And,Or} on PPC64Michael Pratt
2020-10-23cmd/compile: intrinsify runtime/internal/atomic.{And,Or} on ARM64Michael Pratt
2020-10-23io/fs, path, path/filepath, testing/fstest: validate patterns in Match, GlobRuss Cox
2020-10-23runtime: don't attempt to steal from idle PsMichael Pratt
2020-10-23cmd/compile: intrinsify runtime/internal/atomic.{And,Or} on AMD64Michael Pratt
2020-10-23runtime/internal/atomic: add 32-bit And/OrMichael Pratt
2020-10-23strconv: add eiselLemire32Nigel Tao
2020-10-23cmd/compile: add //go:embed supportRuss Cox
2020-10-23embed: implement FSRuss Cox
2020-10-22cmd/vendor: sync pprof@v0.0.0-20201007051231-1066cbb265c7Hana
2020-10-22strconv: increase the Eisel-Lemire exp10 rangeNigel Tao
2020-10-22doc/go1.16: document ASLR support for -buildmode=c-shared on windowsqmuntal
2020-10-22cmd/cgo: avoid exporting all symbols on windows buildmode=c-sharedQuim Muntal
2020-10-22strconv: fix Eisel-Lemire for negative zeroNigel Tao
2020-10-22cmd/go: support non-amd64 on script/toolexec.txtDaniel Martí
2020-10-22cmd/internal/obj: use correct symbol size for Hashed64 classificationCherry Zhang
2020-10-22all: add GOOS=ios GOARCH=amd64 target for the ios simulatorElias Naur
2020-10-22runtime: move s390x HWCap CPU feature detection to internal/cpuMartin Möhrmann
2020-10-22cmd/compile: remove go115flagallocdeadcodeCherry Zhang
2020-10-22cmd/compile: remove go115shortcircuitPhisCherry Zhang
2020-10-22cmd/compile: remove go115makeslicecopyCherry Zhang
2020-10-22runtime: define the AddrRange used for testing in terms of addrRangeMichael Anthony Knyszek
2020-10-22cmd/go: set TOOLEXEC_IMPORTPATH for -toolexec toolsDaniel Martí
2020-10-22cmd/go: use the last -linkmode flag to determine external linkingXiangdong Ji
2020-10-22cmd,cmd/vendor: pick up updates for golang.org/x/arch/ppc64Lynn Boger
2020-10-22imports: make ScanDir ignore go files start with dotKeyuan