]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2020-11-11 Robert Griesemer[dev.typeparams] cmd/compile: use existing findpkg...
2020-11-03 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-11-03 Bryan C. MillsRevert "cmd/go: support cgo files in overlays"
2020-11-03 Joel Singcmd/dist,cmd/go,runtime: add support for cgo on linux...
2020-11-03 Heisenberggo/ast: add test for Filter
2020-11-03 kemalelmizancmd/doc: adding validation before adding comment marker
2020-11-03 Alwin Dossos: export ErrProcessDone variable in windows and plan9
2020-11-03 Cuong Manh Lereflect: update NumMethod doc for interface type
2020-11-02 Cherry Zhangcmd/link: use internal linking for -race mode on darwin...
2020-11-02 Michael Anthony... runtime: decouple consistent stats from mcache and...
2020-11-02 Michael Anthony... runtime: make getMCache inlineable
2020-11-02 Austin Clementsdoc/go1.16: document switch to MADV_DONTNEED
2020-11-02 Michael Matloobcmd/go: support cgo files in overlays
2020-11-02 Austin Clementsruntime: default to MADV_DONTNEED on Linux
2020-11-02 Bryan C. Millsall: update dependency on golang.org/x/sys and regenera...
2020-11-02 Cherry Zhangruntime: use indexed load/store in ARM64 assembly
2020-11-02 Bryan C. Millssyscall: switch go:generate directives back to mksyscal...
2020-11-02 Jonathan Swinneyruntime: improve memmove performance on arm64
2020-11-02 Richard Musiolmisc/wasm: check type of argument to Go.run
2020-11-02 David Chasecmd/compile: using new calls, optimize runtime.memequal...
2020-11-02 Cherry Zhangcmd/compile: remove racefuncenterfp when it is not...
2020-11-02 Cherry Zhangcmd: remove Go115AMD64
2020-11-02 Quim Muntalcmd/link: avoid exporting all symbols on windows buildm...
2020-11-01 Dmitri Shuralyovcmd/go: revert "support cgo files in overlays"
2020-11-01 Michał Derkaczcmd/compile: optimize small zeroing/moving on riscv64
2020-11-01 Emmanuel T... cmd/vet: bring in pass to catch invalid uses of testing...
2020-11-01 Matthew Dempskycmd/compile: fix recognition of unnamed return variables
2020-10-31 Emmanuel T... database/sql, runtime: correct *.Fatal inside goroutine...
2020-10-31 Cherry Zhangruntime: remove residual !go115NewMCentralImpl fields
2020-10-31 Colin Arnottos: export errFinished as ErrProcessDone
2020-10-31 Joel Singcmd/compile: avoid unnecessary sign/zero extension...
2020-10-31 Michael Matloobcmd/go: support cgo files in overlays
2020-10-31 Michael Matloobcmd/cgo: add -trimpath flag allowing paths to be rewrit...
2020-10-31 Dan Scalescmd/compile: fmt improvements for AST nodes and some...
2020-10-30 Cherry Zhangruntime: add a comment about thread pointer alignment...
2020-10-30 Michael Anthony... runtime: release worldsema with a direct G handoff
2020-10-30 Cherry Zhangcmd/internal/objabi, runtime: compact FUNCDATA indices
2020-10-30 Cherry Zhangruntime: remove go115ReduceLiveness and go115RestartSeq
2020-10-30 Michael Prattruntime: tighten systemstack in lock assertions
2020-10-30 Cherry Zhangcmd/compile: delete register maps, completely
2020-10-30 Michael Prattruntime: elide timer re-check if P has no timers
2020-10-30 Michael Prattruntime: add heap lock assertions
2020-10-30 Michael Prattruntime: add world-stopped assertions
2020-10-30 Michele Di... cmd/compile: code cleanup
2020-10-30 Matthew Dempskycmd/compile: fix reassignVisitor
2020-10-30 Cherry Zhangruntime, cmd: support race detector on darwin/arm64
2020-10-30 Bryan C. Millscmd/go/internal/modload: handle NotExist errors in...
2020-10-30 Bryan C. Millscmd/go: make TestScript/mod_get_patchmod self-contained
2020-10-30 Bryan C. Millscmd/go/internal/modload: ensure that modRoot and target...
2020-10-30 Bryan C. Millscmd/go/internal/mvs: omit modules at version "none...
2020-10-30 Than McIntoshcmd/link: emit include directories in DWARF line table...
2020-10-30 Ian Lance Taylorruntime: simplify nobarrierWakeTime
2020-10-30 Than McIntoshreflect,runtime: use internal ABI for selected ASM...
2020-10-30 Alberto Donizetticmd/compile: replace int32(a.Off()) calls with a.Off32()
2020-10-30 Rob Findleygo/types: reorganize error codes into categories
2020-10-30 Robert Griesemerspec: split shift examples into groups for 32- and...
2020-10-30 Michael Prattruntime: simplify gcBgMarkWorker preemption
2020-10-30 Michael Prattruntime: manage gcBgMarkWorkers with a global pool
2020-10-30 Rob Findleygo/types: add internal error codes
2020-10-30 Cherry Zhangruntime: allocate at desired address when race detector...
2020-10-30 Matthew Dempskycmd/compile: fix devirtualization of promoted interface...
2020-10-30 Robert Griesemerstrings: complete Reader doc string
2020-10-30 Ben Hoytstrconv: fix incorrect bit size in ParseComplex; add...
2020-10-30 Norman B. Lancasterstrings: complete documentation of strings.Reader
2020-10-29 surechenmath/big: reduce allocations for building decimal strings
2020-10-29 Rémy Oudomphengstrconv: make Eisel-Lemire handle long mantissas
2020-10-29 Cherry Zhangcmd/link: put C static symbols in the symbol table...
2020-10-29 Brad Fitzpatrickcrypto/x509: add comment to blank imports done for...
2020-10-29 Russ Coxgo/build: remove two erroneous uses of os.Stat
2020-10-29 Russ Coxapi: update next.txt
2020-10-29 Russ Coxcmd/internal/obj: use panic instead of log.Fatalf for...
2020-10-29 Matthew Dempskycmd/compile: gracefully fail when devirtualization...
2020-10-29 Matthew Dempskycmd/compile: early devirtualization of interface method...
2020-10-29 Matthew Dempskycmd/compile: improve inlining and static analysis
2020-10-29 Joel Singcmd/link: add loadelf support for riscv64
2020-10-29 Joel SingRevert "cmd/compile,cmd/internal/sys: enable additional...
2020-10-29 Andrew G. Morgansyscall: handle undefined r2 value on linux-ppc64x
2020-10-29 Branden J Browncmd/compile: inline functions evaluated in go and defer...
2020-10-29 Russ Coxcmd/go: add //go:embed support
2020-10-29 Than McIntoshRevert "reflect,runtime: use internal ABI for selected...
2020-10-29 Bryan C. Millscmd/go: allow 'go get' to downgrade to replacement...
2020-10-29 Katie HockmanRevert "crypto/x509: fix duplicate import"
2020-10-29 Than McIntoshreflect,runtime: use internal ABI for selected ASM...
2020-10-29 Alberto Donizetticmd/compile: run rulegen to include missing condition
2020-10-29 Jeremy Fallercmd/link: ignore "operation not permitted" fallocate...
2020-10-29 Martin Möhrmannruntime: move ppc64/aix cpu feature detection to intern...
2020-10-29 Joel Singsyscall: add support for openbsd/mips64
2020-10-29 Joel Singruntime: add support for openbsd/mips64
2020-10-29 Joel Singcmd/asm: remove X27 and S11 register names on riscv64
2020-10-29 Joel Singruntime: optimise gcWriteBarrier for riscv64
2020-10-29 fanzha02cmd/internal/obj/arm64: add CASx/CASPx instructions
2020-10-29 fanzha02cmd/asm: sort test cases in the arm64.s file
2020-10-29 fanzha02cmd/asm: add several arm64 SIMD instructions
2020-10-29 David Chasecmd/compile: delay expansion of OpArg until expand_calls
2020-10-29 Nigel Taostrconv: remove extfloat.go atof code path
2020-10-29 fanzha02cmd/asm: refactor some encoding functions for load...
2020-10-29 Tzu-Chiao Yehdatabase/sql: fix TestTxStmtDeadlock test
2020-10-29 Rémy Oudomphengcmd/compile: use magic multiply for unsigned values...
2020-10-28 Mikhail Fesenkocmd/buildid: move and reuse duplicated HashToString...
2020-10-28 imxybnet/url: improve performance for resolvePath
next