2020-10-27 |
Keith Randall | cmd/compile, runtime: store pointers to go:notinheap... |
commit | commitdiff | tree |
2020-10-27 |
Keith Randall | cmd/compile: fix storeType to handle pointers to go... |
commit | commitdiff | tree |
2020-10-27 |
Ian Lance Taylor | go/internal/gccgoimporter: support notinheap annotation |
commit | commitdiff | tree |
2020-10-27 |
Daniel Martà | doc/go1.16: document BuildID in 'go list -export' |
commit | commitdiff | tree |
2020-10-27 |
Alberto Donizetti | cmd/compile: replace int32(b2i(x)) with b2i32(x) in... |
commit | commitdiff | tree |
2020-10-27 |
Alberto Donizetti | cmd/compile: delete isPowerOfTwo, switch to isPowerOfTwo64 |
commit | commitdiff | tree |
2020-10-27 |
Alberto Donizetti | cmd/compile: clean up ValAndOff funcs after untyped... |
commit | commitdiff | tree |
2020-10-27 |
Alberto Donizetti | cmd/compile: remove support for untyped ssa rules |
commit | commitdiff | tree |
2020-10-27 |
Heisenberg | runtime: add 2-byte and 8-byte sub-benchmarks for memmo... |
commit | commitdiff | tree |
2020-10-27 |
Dan Peterson | net/http: use exponential backoff for polling in Server... |
commit | commitdiff | tree |
2020-10-27 |
Paul E. Murphy | cmd/compile: combine more 32 bit shift and mask operati... |
commit | commitdiff | tree |
2020-10-27 |
Cuong Manh Le | cmd/compile: remove isLiteral |
commit | commitdiff | tree |
2020-10-27 |
HowJMay | misc/cgo/test: test C.enum_* |
commit | commitdiff | tree |
2020-10-27 |
Chris Hines | runtime: reduce timer latency |
commit | commitdiff | tree |
2020-10-27 |
xd | cmd/dist: fix build failure of misc/cgo/test on arm64 |
commit | commitdiff | tree |
2020-10-27 |
Russ Cox | cmd/go/internal/fsys: add Glob |
commit | commitdiff | tree |
2020-10-27 |
Andy Williams | mime: look up mime types on Arch Linux |
commit | commitdiff | tree |
2020-10-27 |
Bryan C. Mills | cmd/go/internal/imports: make Tags and AnyTags safe... |
commit | commitdiff | tree |
2020-10-27 |
Ayzat Sadykov | database/sql: fix comment on DB.stop() |
commit | commitdiff | tree |
2020-10-27 |
Russ Cox | cmd/go: fix bug introduced in CL 264537 |
commit | commitdiff | tree |
2020-10-27 |
Joel Sing | cmd/compile: eliminate unnecessary sign/zero extension... |
commit | commitdiff | tree |
2020-10-27 |
Jason A. Donenfeld | crypto/rand: generate random numbers using RtlGenRandom... |
commit | commitdiff | tree |
2020-10-27 |
Joel Sing | cmd/compile: use MOV pseudo-instructions for sign/zero... |
commit | commitdiff | tree |
2020-10-27 |
Bryan C. Mills | cmd/go/internal/modload: embed PackageOpts in loaderParams |
commit | commitdiff | tree |
2020-10-27 |
Meng Zhuo | Revert "cmd/link: remove all constants of elf" |
commit | commitdiff | tree |
2020-10-27 |
Meng Zhuo | cmd/link: remove all constants of elf |
commit | commitdiff | tree |
2020-10-27 |
Joel Sing | cmd/link,cmd/internal/obj/riscv: add TLS support for... |
commit | commitdiff | tree |
2020-10-27 |
Joel Sing | cmd/compile,cmd/internal/sys: enable additional build... |
commit | commitdiff | tree |
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 |
next |