]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2020-10-27 Bryan C. Millscmd/go/internal/modload: embed PackageOpts in loaderParams
2020-10-27 Meng ZhuoRevert "cmd/link: remove all constants of elf"
2020-10-27 Meng Zhuocmd/link: remove all constants of elf
2020-10-27 Joel Singcmd/link,cmd/internal/obj/riscv: add TLS support for...
2020-10-27 Joel Singcmd/compile,cmd/internal/sys: enable additional build...
2020-10-27 Cuong Manh Lecmd/compile: defer lowering OANDNOT until SSA
2020-10-27 Cuong Manh Letest: add index bounds check elided with "&^"
2020-10-26 Michael Anthony... runtime: implement addrRanges.findSucc with a binary...
2020-10-26 Alberto Donizetticmd/compile: port last ARM rules to typed
2020-10-26 Michael Anthony... runtime: implement dumpmemstats in terms of readmemstats_m
2020-10-26 Michael Anthony... runtime,runtime/metrics: export goroutine count as...
2020-10-26 Michael Anthony... runtime,runtime/metrics: add metric for distribution...
2020-10-26 Michael Anthony... runtime: add timeHistogram type
2020-10-26 Michael Anthony... runtime,runtime/metrics: add object size distribution...
2020-10-26 Austin Clementscmd/go,cmd/compile,sync: remove special import case...
2020-10-26 Michael Anthony... runtime: make sysMemStats' methods nosplit
2020-10-26 Cherry Zhangcmd/internal/obj/{arm,s390x}: make return jump print...
2020-10-26 Michael Anthony... runtime,runtime/metrics: add heap goal and GC cycle...
2020-10-26 Michael Anthony... runtime,runtime/metrics: add heap object count metric
2020-10-26 Michael Anthony... runtime: add readMetrics latency benchmark
2020-10-26 Michael Anthony... runtime,runtime/metrics: add memory metrics
2020-10-26 Michael Anthony... runtime: move malloc stats into consistentHeapStats
2020-10-26 Michael Anthony... runtime: replace some memstats with consistent stats
2020-10-26 Michael Anthony... runtime: add consistent heap statistics
2020-10-26 Michael Anthony... runtime/metrics: add package interface
2020-10-26 Michael Anthony... runtime: add helper for getting an mcache in allocation...
2020-10-26 Michael Anthony... runtime: remove memstats.heap_alloc
2020-10-26 Michael Anthony... runtime: remove memstats.heap_idle
2020-10-26 Michael Anthony... runtime: break down memstats.gc_sys
2020-10-26 Michael Anthony... runtime: copy in MemStats fields explicitly
2020-10-26 Michael Anthony... runtime: delineate which memstats are system stats...
2020-10-26 Michael Anthony... runtime: make the span allocation purpose more explicit
2020-10-26 Michael Anthony... runtime: rename mcache fields to match Go style
2020-10-26 Michael Anthony... runtime: flush local_scan directly and more often
2020-10-26 Michael Anthony... runtime: don't flush local_tinyallocs
2020-10-26 Michael Anthony... runtime: remove mcentral.nmalloc and add mcache.local_n...
2020-10-26 Michael Anthony... runtime: make nlargealloc and largealloc mcache fields
2020-10-26 Michael Anthony... runtime: make distributed/local malloc stats the source...
2020-10-26 Michael Anthony... runtime: access the assist ratio atomically
2020-10-26 Michael Anthony... runtime: make next_gc atomically accessed
2020-10-26 Michael Anthony... runtime: load gcControllerState.scanWork atomically...
2020-10-26 Michael Anthony... runtime: define and enforce synchronization on heap_scan
2020-10-26 Russ Coxcmd/go/internal/fsys: rewrite non-idiomatic if statements
2020-10-26 Austin Clementsruntime: fix sub-uintptr-sized Windows callback arguments
2020-10-26 Austin Clementsruntime: tidy Windows callback test
2020-10-26 Austin Clementsruntime: tidy compileCallback
2020-10-26 Austin Clementsruntime: tidy cgocallback
2020-10-26 Austin Clementsruntime,cmd/cgo: simplify C -> Go call path
2020-10-26 Cherry Zhangcmd/link: preserve alignment for stackmap symbols
2020-10-25 Natanael Copanet: prefer /etc/hosts over DNS when no /etc/nsswitch...
2020-10-25 Kevin Parsonspath/filepath: allow EvalSymlinks to work on UNC share...
2020-10-25 imxyblog/syslog: set local to true if network is any of...
2020-10-24 Tobias Klausercmd/dist: document why test fails on incomplete ports
2020-10-24 Tobias Klauserlib/time, time/tzdata: update tz data to 2020d
2020-10-24 Joel Singcmd/dist: add openbsd/mips64 as incomplete port
2020-10-24 Constantin... cmd/compile: enforce strongly typed rules for ARM ...
2020-10-24 Joel Singcmd/internal/obj/riscv: support additional register...
2020-10-24 Alessandro... debug/dwarf: add support for DWARFv5 to (*Data).Ranges
2020-10-24 Tiwei Bieruntime: dump the status of lockedg on error
2020-10-24 Andrew G. Morgansyscall: disable TestAllThreadsSyscall on linux-ppc64
2020-10-24 Keiichi Hirobenet/http: fix typo in TestTransportReadToEndReusesConn
2020-10-24 Filippo Valsordacrypto/x509: deprecate legacy PEM encryption
2020-10-24 Thom Wiggerscrypto/tls: add no-shared to openssl build instructions
2020-10-23 Michael Anthony... runtime: add tests for addrRanges.add
2020-10-23 Michael Anthony... runtime: throw on zero-sized range passed to addrRanges.add
2020-10-23 Michael Anthony... runtime: add tests for addrRanges.findSucc
2020-10-23 Colin Arnottlog: expose std via new Default function
2020-10-23 subham sarkarall: fix quoting for compress/bzip2 and time's godoc
2020-10-23 Michael Prattruntime: drop redundant gcBlackenEnabled reset
2020-10-23 Jay Conrodcmd/go: change error message for missing import with...
2020-10-23 Jay Conrodcmd/go: save sums for zips needed to diagnose ambiguous...
2020-10-23 Jay Conrodcmd/go: don't fetch files missing sums in readonly...
2020-10-23 Jay Conrodcmd/go: in 'go mod init', suggest running 'go mod tidy'
2020-10-23 Jay Conrodcmd/go: refactor modload.InitMod
2020-10-23 Jay Conrodcmd/go: don't import requirements into existing go...
2020-10-23 Andrew G. Morgansyscall: support POSIX semantics for Linux syscalls
2020-10-23 Mark Rushakoffcmd/go: break after terminal loop condition
2020-10-23 Dmitri Shuralyovsync: document that Once must not be copied
2020-10-23 Michael Matloobcmd/go: replace some more stats with fsys.Stat
2020-10-23 David Chasecmd/compile: avoid generating CSEs; do all aggregates...
2020-10-23 Michael Prattruntime: rename pageAlloc receiver
2020-10-23 Michael Prattcmd/compile: intrinsify runtime/internal/atomic.{And...
2020-10-23 Michael Prattruntime: drop unused work.ndone field
2020-10-23 Meng Zhuocmd/link: use xcode strip for macho combine dwarf
2020-10-23 Meng Zhuointernal/bytealg: improve mips64x equal on large size
2020-10-23 Michael Prattcmd/compile: intrinsify runtime/internal/atomic.{And...
2020-10-23 Michael Prattcmd/compile: intrinsify runtime/internal/atomic.{And...
2020-10-23 Michael Prattcmd/compile: intrinsify runtime/internal/atomic.{And...
2020-10-23 Russ Coxio/fs, path, path/filepath, testing/fstest: validate...
2020-10-23 Michael Prattruntime: don't attempt to steal from idle Ps
2020-10-23 Michael Prattcmd/compile: intrinsify runtime/internal/atomic.{And...
2020-10-23 Michael Prattruntime/internal/atomic: add 32-bit And/Or
2020-10-23 Nigel Taostrconv: add eiselLemire32
2020-10-23 Russ Coxcmd/compile: add //go:embed support
2020-10-23 Russ Coxembed: implement FS
2020-10-22 Hanacmd/vendor: sync pprof@v0.0.0-20201007051231-1066cbb265c7
2020-10-22 Nigel Taostrconv: increase the Eisel-Lemire exp10 range
2020-10-22 qmuntaldoc/go1.16: document ASLR support for -buildmode=c...
2020-10-22 Quim Muntalcmd/cgo: avoid exporting all symbols on windows buildmo...
2020-10-22 Nigel Taostrconv: fix Eisel-Lemire for negative zero
next