2020-10-24 |
Constantin... | cmd/compile: enforce strongly typed rules for ARM ... |
commit | commitdiff | tree |
2020-10-24 |
Joel Sing | cmd/internal/obj/riscv: support additional register... |
commit | commitdiff | tree |
2020-10-24 |
Alessandro... | debug/dwarf: add support for DWARFv5 to (*Data).Ranges |
commit | commitdiff | tree |
2020-10-24 |
Tiwei Bie | runtime: dump the status of lockedg on error |
commit | commitdiff | tree |
2020-10-24 |
Andrew G. Morgan | syscall: disable TestAllThreadsSyscall on linux-ppc64 |
commit | commitdiff | tree |
2020-10-24 |
Keiichi Hirobe | net/http: fix typo in TestTransportReadToEndReusesConn |
commit | commitdiff | tree |
2020-10-24 |
Filippo Valsorda | crypto/x509: deprecate legacy PEM encryption |
commit | commitdiff | tree |
2020-10-24 |
Thom Wiggers | crypto/tls: add no-shared to openssl build instructions |
commit | commitdiff | tree |
2020-10-23 |
Michael Anthony... | runtime: add tests for addrRanges.add |
commit | commitdiff | tree |
2020-10-23 |
Michael Anthony... | runtime: throw on zero-sized range passed to addrRanges.add |
commit | commitdiff | tree |
2020-10-23 |
Michael Anthony... | runtime: add tests for addrRanges.findSucc |
commit | commitdiff | tree |
2020-10-23 |
Colin Arnott | log: expose std via new Default function |
commit | commitdiff | tree |
2020-10-23 |
subham sarkar | all: fix quoting for compress/bzip2 and time's godoc |
commit | commitdiff | tree |
2020-10-23 |
Michael Pratt | runtime: drop redundant gcBlackenEnabled reset |
commit | commitdiff | tree |
2020-10-23 |
Jay Conrod | cmd/go: change error message for missing import with... |
commit | commitdiff | tree |
2020-10-23 |
Jay Conrod | cmd/go: save sums for zips needed to diagnose ambiguous... |
commit | commitdiff | tree |
2020-10-23 |
Jay Conrod | cmd/go: don't fetch files missing sums in readonly... |
commit | commitdiff | tree |
2020-10-23 |
Jay Conrod | cmd/go: in 'go mod init', suggest running 'go mod tidy' |
commit | commitdiff | tree |
2020-10-23 |
Jay Conrod | cmd/go: refactor modload.InitMod |
commit | commitdiff | tree |
2020-10-23 |
Jay Conrod | cmd/go: don't import requirements into existing go... |
commit | commitdiff | tree |
2020-10-23 |
Andrew G. Morgan | syscall: support POSIX semantics for Linux syscalls |
commit | commitdiff | tree |
2020-10-23 |
Mark Rushakoff | cmd/go: break after terminal loop condition |
commit | commitdiff | tree |
2020-10-23 |
Dmitri Shuralyov | sync: document that Once must not be copied |
commit | commitdiff | tree |
2020-10-23 |
Michael Matloob | cmd/go: replace some more stats with fsys.Stat |
commit | commitdiff | tree |
2020-10-23 |
David Chase | cmd/compile: avoid generating CSEs; do all aggregates... |
commit | commitdiff | tree |
2020-10-23 |
Michael Pratt | runtime: rename pageAlloc receiver |
commit | commitdiff | tree |
2020-10-23 |
Michael Pratt | cmd/compile: intrinsify runtime/internal/atomic.{And... |
commit | commitdiff | tree |
2020-10-23 |
Michael Pratt | runtime: drop unused work.ndone field |
commit | commitdiff | tree |
2020-10-23 |
Meng Zhuo | cmd/link: use xcode strip for macho combine dwarf |
commit | commitdiff | tree |
2020-10-23 |
Meng Zhuo | internal/bytealg: improve mips64x equal on large size |
commit | commitdiff | tree |
2020-10-23 |
Michael Pratt | cmd/compile: intrinsify runtime/internal/atomic.{And... |
commit | commitdiff | tree |
2020-10-23 |
Michael Pratt | cmd/compile: intrinsify runtime/internal/atomic.{And... |
commit | commitdiff | tree |
2020-10-23 |
Michael Pratt | cmd/compile: intrinsify runtime/internal/atomic.{And... |
commit | commitdiff | tree |
2020-10-23 |
Russ Cox | io/fs, path, path/filepath, testing/fstest: validate... |
commit | commitdiff | tree |
2020-10-23 |
Michael Pratt | runtime: don't attempt to steal from idle Ps |
commit | commitdiff | tree |
2020-10-23 |
Michael Pratt | cmd/compile: intrinsify runtime/internal/atomic.{And... |
commit | commitdiff | tree |
2020-10-23 |
Michael Pratt | runtime/internal/atomic: add 32-bit And/Or |
commit | commitdiff | tree |
2020-10-23 |
Nigel Tao | strconv: add eiselLemire32 |
commit | commitdiff | tree |
2020-10-23 |
Russ Cox | cmd/compile: add //go:embed support |
commit | commitdiff | tree |
2020-10-23 |
Russ Cox | embed: implement FS |
commit | commitdiff | tree |
2020-10-22 |
Hana | cmd/vendor: sync pprof@v0.0.0-20201007051231-1066cbb265c7 |
commit | commitdiff | tree |
2020-10-22 |
Nigel Tao | strconv: increase the Eisel-Lemire exp10 range |
commit | commitdiff | tree |
2020-10-22 |
qmuntal | doc/go1.16: document ASLR support for -buildmode=c... |
commit | commitdiff | tree |
2020-10-22 |
Quim Muntal | cmd/cgo: avoid exporting all symbols on windows buildmo... |
commit | commitdiff | tree |
2020-10-22 |
Nigel Tao | strconv: fix Eisel-Lemire for negative zero |
commit | commitdiff | tree |
2020-10-22 |
Daniel Martí | cmd/go: support non-amd64 on script/toolexec.txt |
commit | commitdiff | tree |
2020-10-22 |
Cherry Zhang | cmd/internal/obj: use correct symbol size for Hashed64... |
commit | commitdiff | tree |
2020-10-22 |
Elias Naur | all: add GOOS=ios GOARCH=amd64 target for the ios simulator |
commit | commitdiff | tree |
2020-10-22 |
Martin Möhrmann | runtime: move s390x HWCap CPU feature detection to... |
commit | commitdiff | tree |
2020-10-22 |
Cherry Zhang | cmd/compile: remove go115flagallocdeadcode |
commit | commitdiff | tree |
2020-10-22 |
Cherry Zhang | cmd/compile: remove go115shortcircuitPhis |
commit | commitdiff | tree |
2020-10-22 |
Cherry Zhang | cmd/compile: remove go115makeslicecopy |
commit | commitdiff | tree |
2020-10-22 |
Michael Anthony... | runtime: define the AddrRange used for testing in terms... |
commit | commitdiff | tree |
2020-10-22 |
Daniel Martí | cmd/go: set TOOLEXEC_IMPORTPATH for -toolexec tools |
commit | commitdiff | tree |
2020-10-22 |
Xiangdong Ji | cmd/go: use the last -linkmode flag to determine extern... |
commit | commitdiff | tree |
2020-10-22 |
Lynn Boger | cmd,cmd/vendor: pick up updates for golang.org/x/arch... |
commit | commitdiff | tree |
2020-10-22 |
Keyuan | imports: make ScanDir ignore go files start with dot |
commit | commitdiff | tree |
2020-10-22 |
hitzhangjie | cmd/go: when module enabled, `go clean` removes built... |
commit | commitdiff | tree |
2020-10-22 |
Alberto Donizetti | cmd/compile: make gc debug flags collector a struct |
commit | commitdiff | tree |
2020-10-22 |
Russ Cox | go/build: recognize and report //go:embed lines |
commit | commitdiff | tree |
2020-10-21 |
Kevin Burke | net: add Example for Unix dialer with context |
commit | commitdiff | tree |
2020-10-21 |
Ian Lance Taylor | encoding/xml: fix reserved namespace check to be case... |
commit | commitdiff | tree |
2020-10-21 |
Keith Randall | runtime/race: update race .syso files |
commit | commitdiff | tree |
2020-10-21 |
Emmanuel T... | net/http: test that ParseMultipartForm catches overflows |
commit | commitdiff | tree |
2020-10-21 |
eric fang | cmd/compile: use desired info when allocating registers... |
commit | commitdiff | tree |
2020-10-21 |
erifan01 | cmd/compile: optimize regalloc for phi value |
commit | commitdiff | tree |
2020-10-21 |
Kevin Burke | encoding/json: add "json: " prefix to SyntaxError messages |
commit | commitdiff | tree |
2020-10-21 |
hk | cmd/compile/internal/gc: fix comments |
commit | commitdiff | tree |
2020-10-21 |
Roland Shoemaker | crypto/x509: bypass signature verification in CreateCer... |
commit | commitdiff | tree |
2020-10-21 |
Joel Sing | cmd/compile,cmd/internal/obj/riscv: move g register... |
commit | commitdiff | tree |
2020-10-21 |
Bryan C. Mills | cmd/go/internal/fsys: use a root other than "." in... |
commit | commitdiff | tree |
2020-10-21 |
Obeyda Djeffal | cmd/go: ignore GOFLAGS values without name in go env/bug |
commit | commitdiff | tree |
2020-10-21 |
Paul E. Murphy | cmd/compiler,cmd/go,sync: add internal {LoadAcq,StoreRe... |
commit | commitdiff | tree |
2020-10-21 |
Richard Musiol | misc/wasm: improve error message if javascript polyfill... |
commit | commitdiff | tree |
2020-10-21 |
Richard Musiol | misc/wasm: make sure sp is unsigned |
commit | commitdiff | tree |
2020-10-21 |
Tobias Klauser | cmd/go: enable link syso test on linux/riscv64 |
commit | commitdiff | tree |
2020-10-21 |
Cuong Manh Le | doc/go1.16: document net TCP listener's backlog size... |
commit | commitdiff | tree |
2020-10-21 |
Jay Conrod | cmd/go: fix TestScript/test_cache_inputs |
commit | commitdiff | tree |
2020-10-20 |
Dan Scales | cmd/compile: fix nodedump output for types of nodes |
commit | commitdiff | tree |
2020-10-20 |
Constantin... | cmd/compile: enforce strongly typed rules for ARM ... |
commit | commitdiff | tree |
2020-10-20 |
Martin Möhrmann | testing: print cpu type as label for benchmarks |
commit | commitdiff | tree |
2020-10-20 |
Russ Cox | go/build: refactor per-file info & reader |
commit | commitdiff | tree |
2020-10-20 |
Ian Lance Taylor | runtime: use GOTRACEBACK=system for TestCgoExecSignalMask |
commit | commitdiff | tree |
2020-10-20 |
Michael Matloob | cmd/go: support overlays for synthesized packages. |
commit | commitdiff | tree |
2020-10-20 |
Cherry Zhang | cmd/internal/obj: reject too large symbols |
commit | commitdiff | tree |
2020-10-20 |
Jay Conrod | cmd/go/internal/modload: remove printStackInDie functio... |
commit | commitdiff | tree |
2020-10-20 |
Russ Cox | all: update references to symbols moved from io/ioutil... |
commit | commitdiff | tree |
2020-10-20 |
Russ Cox | io: adopt Discard, NopCloser, ReadAll from io/ioutil |
commit | commitdiff | tree |
2020-10-20 |
Russ Cox | net/http: add FS to convert fs.FS to FileSystem |
commit | commitdiff | tree |
2020-10-20 |
Russ Cox | html/template, text/template: add ParseFS |
commit | commitdiff | tree |
2020-10-20 |
Russ Cox | archive/zip: make Reader implement fs.FS |
commit | commitdiff | tree |
2020-10-20 |
Russ Cox | io/fs: add Glob and GlobFS |
commit | commitdiff | tree |
2020-10-20 |
Russ Cox | io/fs: add ReadDir and ReadDirFS |
commit | commitdiff | tree |
2020-10-20 |
Russ Cox | io/fs: add Stat and StatFS |
commit | commitdiff | tree |
2020-10-20 |
Russ Cox | io/fs: add ReadFile and ReadFileFS |
commit | commitdiff | tree |
2020-10-20 |
Russ Cox | os: add DirFS |
commit | commitdiff | tree |
2020-10-20 |
Russ Cox | testing/fstest: new package for testing file system... |
commit | commitdiff | tree |
2020-10-20 |
Than McIntosh | cmd/asm: rename "compiling runtime" flag |
commit | commitdiff | tree |
2020-10-20 |
Bryan C. Mills | cmd/go/internal/renameio: include ios in the darwin... |
commit | commitdiff | tree |
2020-10-20 |
Michael Anthony... | runtime: fix scavenging tests for pallocChunkBytes... |
commit | commitdiff | tree |
next |