]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2020-10-28 Tzu-Chiao Yehdatabase/sql: fix tx stmt deadlock when rollback
2020-10-28 Tobias Klausercmd/go/internal/modfetch: drop gopkg.in/russross/blackf...
2020-10-28 Dan Scalesruntime: add edge lockRankSysmon -> lockRankRwmutexR
2020-10-28 Cherry Zhangcmd/link: enable internal linking by default on darwin...
2020-10-28 Cherry Zhangruntime: always enable async preemption on darwin/arm64
2020-10-28 Cherry Zhangruntime: save/restore g unconditionally on darwin/arm64
2020-10-28 Cherry Zhangruntime: set up TLS without cgo on darwin/arm64
2020-10-28 Tobias Klausercmd/go/internal/modfetch: update expected tags for...
2020-10-28 Michał Derkaczcmd/compile,cmd/internal/obj/riscv,runtime: use Duff...
2020-10-28 Keith Randallcmd/compile: optimize generated struct/array equality...
2020-10-28 Ian Lance Taylorruntime: move TestNeedmDeadlock to crash_cgo_test.go
2020-10-28 David Chasecmd/compile: make sure field offset is aligned for...
2020-10-28 Meng Zhuocmd/link: remove all constants of elf
2020-10-28 Ian Lance Taylorruntime: block signals in needm before allocating M
2020-10-28 Dave Pifkecmd/go: add -include to cgo whitelist
2020-10-28 George Tsiliasruntime: handle signal 34 for musl setgid
2020-10-28 Cherry Zhangcmd/dist: use GOOS=ios for iOS simulator test
2020-10-27 Christopher... time: fix LoadLocationFromTZData with slim tzdata
2020-10-27 Roland Shoemakercrypto/tls: document the ClientAuthType consts
2020-10-27 Ian Lance Taylorruntime: don't always adjust timers
2020-10-27 Keith Randallcmd/compile: print pointers to go:notinheap types witho...
2020-10-27 Keith Randallcmd/compile, runtime: store pointers to go:notinheap...
2020-10-27 Keith Randallcmd/compile: fix storeType to handle pointers to go...
2020-10-27 Ian Lance Taylorgo/internal/gccgoimporter: support notinheap annotation
2020-10-27 Daniel Martídoc/go1.16: document BuildID in 'go list -export'
2020-10-27 Alberto Donizetticmd/compile: replace int32(b2i(x)) with b2i32(x) in...
2020-10-27 Alberto Donizetticmd/compile: delete isPowerOfTwo, switch to isPowerOfTwo64
2020-10-27 Alberto Donizetticmd/compile: clean up ValAndOff funcs after untyped...
2020-10-27 Alberto Donizetticmd/compile: remove support for untyped ssa rules
2020-10-27 Heisenbergruntime: add 2-byte and 8-byte sub-benchmarks for memmo...
2020-10-27 Dan Petersonnet/http: use exponential backoff for polling in Server...
2020-10-27 Paul E. Murphycmd/compile: combine more 32 bit shift and mask operati...
2020-10-27 Cuong Manh Lecmd/compile: remove isLiteral
2020-10-27 HowJMaymisc/cgo/test: test C.enum_*
2020-10-27 Chris Hinesruntime: reduce timer latency
2020-10-27 xdcmd/dist: fix build failure of misc/cgo/test on arm64
2020-10-27 Russ Coxcmd/go/internal/fsys: add Glob
2020-10-27 Andy Williamsmime: look up mime types on Arch Linux
2020-10-27 Bryan C. Millscmd/go/internal/imports: make Tags and AnyTags safe...
2020-10-27 Ayzat Sadykovdatabase/sql: fix comment on DB.stop()
2020-10-27 Russ Coxcmd/go: fix bug introduced in CL 264537
2020-10-27 Joel Singcmd/compile: eliminate unnecessary sign/zero extension...
2020-10-27 Jason A. Donenfeldcrypto/rand: generate random numbers using RtlGenRandom...
2020-10-27 Joel Singcmd/compile: use MOV pseudo-instructions for sign/zero...
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 ...
next