2020-10-27 |
Cuong Manh Le | cmd/compile: defer lowering OANDNOT until SSA |
commit | commitdiff | tree |
2020-10-27 |
Cuong Manh Le | test: add index bounds check elided with "&^" |
commit | commitdiff | tree |
2020-10-26 |
Michael Anthony... | runtime: implement addrRanges.findSucc with a binary... |
commit | commitdiff | tree |
2020-10-26 |
Alberto Donizetti | cmd/compile: port last ARM rules to typed |
commit | commitdiff | tree |
2020-10-26 |
Michael Anthony... | runtime: implement dumpmemstats in terms of readmemstats_m |
commit | commitdiff | tree |
2020-10-26 |
Michael Anthony... | runtime,runtime/metrics: export goroutine count as... |
commit | commitdiff | tree |
2020-10-26 |
Michael Anthony... | runtime,runtime/metrics: add metric for distribution... |
commit | commitdiff | tree |
2020-10-26 |
Michael Anthony... | runtime: add timeHistogram type |
commit | commitdiff | tree |
2020-10-26 |
Michael Anthony... | runtime,runtime/metrics: add object size distribution... |
commit | commitdiff | tree |
2020-10-26 |
Austin Clements | cmd/go,cmd/compile,sync: remove special import case... |
commit | commitdiff | tree |
2020-10-26 |
Michael Anthony... | runtime: make sysMemStats' methods nosplit |
commit | commitdiff | tree |
2020-10-26 |
Cherry Zhang | cmd/internal/obj/{arm,s390x}: make return jump print... |
commit | commitdiff | tree |
2020-10-26 |
Michael Anthony... | runtime,runtime/metrics: add heap goal and GC cycle... |
commit | commitdiff | tree |
2020-10-26 |
Michael Anthony... | runtime,runtime/metrics: add heap object count metric |
commit | commitdiff | tree |
2020-10-26 |
Michael Anthony... | runtime: add readMetrics latency benchmark |
commit | commitdiff | tree |
2020-10-26 |
Michael Anthony... | runtime,runtime/metrics: add memory metrics |
commit | commitdiff | tree |
2020-10-26 |
Michael Anthony... | runtime: move malloc stats into consistentHeapStats |
commit | commitdiff | tree |
2020-10-26 |
Michael Anthony... | runtime: replace some memstats with consistent stats |
commit | commitdiff | tree |
2020-10-26 |
Michael Anthony... | runtime: add consistent heap statistics |
commit | commitdiff | tree |
2020-10-26 |
Michael Anthony... | runtime/metrics: add package interface |
commit | commitdiff | tree |
2020-10-26 |
Michael Anthony... | runtime: add helper for getting an mcache in allocation... |
commit | commitdiff | tree |
2020-10-26 |
Michael Anthony... | runtime: remove memstats.heap_alloc |
commit | commitdiff | tree |
2020-10-26 |
Michael Anthony... | runtime: remove memstats.heap_idle |
commit | commitdiff | tree |
2020-10-26 |
Michael Anthony... | runtime: break down memstats.gc_sys |
commit | commitdiff | tree |
2020-10-26 |
Michael Anthony... | runtime: copy in MemStats fields explicitly |
commit | commitdiff | tree |
2020-10-26 |
Michael Anthony... | runtime: delineate which memstats are system stats... |
commit | commitdiff | tree |
2020-10-26 |
Michael Anthony... | runtime: make the span allocation purpose more explicit |
commit | commitdiff | tree |
2020-10-26 |
Michael Anthony... | runtime: rename mcache fields to match Go style |
commit | commitdiff | tree |
2020-10-26 |
Michael Anthony... | runtime: flush local_scan directly and more often |
commit | commitdiff | tree |
2020-10-26 |
Michael Anthony... | runtime: don't flush local_tinyallocs |
commit | commitdiff | tree |
2020-10-26 |
Michael Anthony... | runtime: remove mcentral.nmalloc and add mcache.local_n... |
commit | commitdiff | tree |
2020-10-26 |
Michael Anthony... | runtime: make nlargealloc and largealloc mcache fields |
commit | commitdiff | tree |
2020-10-26 |
Michael Anthony... | runtime: make distributed/local malloc stats the source... |
commit | commitdiff | tree |
2020-10-26 |
Michael Anthony... | runtime: access the assist ratio atomically |
commit | commitdiff | tree |
2020-10-26 |
Michael Anthony... | runtime: make next_gc atomically accessed |
commit | commitdiff | tree |
2020-10-26 |
Michael Anthony... | runtime: load gcControllerState.scanWork atomically... |
commit | commitdiff | tree |
2020-10-26 |
Michael Anthony... | runtime: define and enforce synchronization on heap_scan |
commit | commitdiff | tree |
2020-10-26 |
Russ Cox | cmd/go/internal/fsys: rewrite non-idiomatic if statements |
commit | commitdiff | tree |
2020-10-26 |
Austin Clements | runtime: fix sub-uintptr-sized Windows callback arguments |
commit | commitdiff | tree |
2020-10-26 |
Austin Clements | runtime: tidy Windows callback test |
commit | commitdiff | tree |
2020-10-26 |
Austin Clements | runtime: tidy compileCallback |
commit | commitdiff | tree |
2020-10-26 |
Austin Clements | runtime: tidy cgocallback |
commit | commitdiff | tree |
2020-10-26 |
Austin Clements | runtime,cmd/cgo: simplify C -> Go call path |
commit | commitdiff | tree |
2020-10-26 |
Cherry Zhang | cmd/link: preserve alignment for stackmap symbols |
commit | commitdiff | tree |
2020-10-25 |
Natanael Copa | net: prefer /etc/hosts over DNS when no /etc/nsswitch... |
commit | commitdiff | tree |
2020-10-25 |
Kevin Parsons | path/filepath: allow EvalSymlinks to work on UNC share... |
commit | commitdiff | tree |
2020-10-25 |
imxyb | log/syslog: set local to true if network is any of... |
commit | commitdiff | tree |
2020-10-24 |
Tobias Klauser | cmd/dist: document why test fails on incomplete ports |
commit | commitdiff | tree |
2020-10-24 |
Tobias Klauser | lib/time, time/tzdata: update tz data to 2020d |
commit | commitdiff | tree |
2020-10-24 |
Joel Sing | cmd/dist: add openbsd/mips64 as incomplete port |
commit | commitdiff | tree |
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 |
next |