]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-04-30 Cherry Zhangcmd/internal/objfile: emit better error for Go object...
2021-04-30 Ian Mckaynet/url: add Values.Has
2021-04-30 cuiweixieA+C: add Weixie Cui (individual CLA)
2021-04-30 Daniel Martícmd/gofmt: always format non-directory arguments again
2021-04-30 Robert Griesemergo/ast: print CommentMap contents in source order
2021-04-30 Paul E. Murphycmd/internal/obj/ppc64: simplify got/toc address classi...
2021-04-30 eric fangcmd/internal/obj/arm64: fix the size of STP series...
2021-04-30 Dmitri Shuralyovapi: update next.txt
2021-04-30 Robert Griesemermath: increase precision of math.SmallestNonzeroFloat64
2021-04-30 Cherry Zhangcmd/compile, runtime: emit only GC data for stack objects
2021-04-29 Robert Griesemercmd/compile/internal/types2: slice-to-array-pointer...
2021-04-29 Cherry Zhangcmd/compile: make GC prog symbol content-addressable
2021-04-29 Cherry Zhangcmd/compile: skip types.Sym for GC mask symbols
2021-04-29 Michael Anthony... runtime/metrics: add additional allocation metrics
2021-04-29 Than McIntoshcmd/compile: minor doc enhancements
2021-04-29 Roland Shoemakercrypto/elliptic: store P-256 precomputed basepoint...
2021-04-29 Ian Lance Taylorarchive/zip: only return directory once via io/fs.FS
2021-04-29 Roger Peppeencoding/csv: add FieldPos method
2021-04-29 Keith Randallruntime: top align tinyallocs in race mode
2021-04-29 cuiweixiecmd/compile/internal/walk: merge operations when callin...
2021-04-29 Michael Anthony... runtime: use 4 MiB heap arenas on iOS
2021-04-29 Rob Findleygo/types: add additional test data from types2
2021-04-29 Cherry Zhangcmd/link: test trampolines with cgo
2021-04-29 Robert Griesemercmd/compile/internal/types2: nest all test data under...
2021-04-29 Cherry Zhangcmd/link: support trampoline insertion for PLT calls...
2021-04-29 Cherry Zhangcmd/link: support trampoline insertion for PLT calls...
2021-04-29 Cherry Zhangcmd/link: support trampoline insertion on ARM64
2021-04-29 Ian Lance Taylorruntime: remove linux-amd64 walltime function
2021-04-29 Ian Lance Taylorruntime: rename walltime1 to walltime
2021-04-29 kumakichicmd/compile/internal/ir: fix doc
2021-04-29 Cherry Zhangcmd/link: use a two-pass approach for trampoline insertion
2021-04-29 Cherry Zhangcmd/link: update comment for PLT/GOT helper functions
2021-04-29 Rob Findleygo/types: improve error messages for unexpected ListExprs
2021-04-29 Rob Findleygo/types: ensure that error code values do not change...
2021-04-29 Rob Findleygo/types: nest all test data under the testdata directory
2021-04-29 cuiweixiecmd/compile/internal/walk: delete unused statement
2021-04-29 Robert Griesemercmd/compile/internal/types2: match compiler error for...
2021-04-29 Ian Lance Taylorruntime: remove walltime function
2021-04-29 Ian Lance Taylorruntime: implement time.now in assembly for linux-amd64
2021-04-29 Than McIntoshcmd/compile: remove an unused function
2021-04-28 Rob Findleygo/types: respect IgnoreFuncBodies for function literals
2021-04-28 Rob Findleygo/types: better errors for invalid short var decls
2021-04-28 Rob Findleygo/types: fix type inference
2021-04-28 Ian Lance Taylorruntime: use a single definition of time_now for faketime
2021-04-28 Ian Lance Taylorruntime: move Windows time.now implementations into...
2021-04-28 Rob Findleygo/types: use a global atomic counter for type paramete...
2021-04-28 Rob Findleygo/types: add example test for type inference
2021-04-28 Rob Findleygo/types: use combined type and ordinary args for type...
2021-04-28 Filippo Valsordacrypto/cipher: make AES-GCM benchmarks match ChaCha20Po...
2021-04-28 Robert Griesemerspec: clarify conditions for switch expression type
2021-04-28 Robert Griesemertypes2: disambiguate package qualifiers in error messages
2021-04-28 Robert Griesemercmd/compile/internal/types2: catch unexpected expressio...
2021-04-28 Jeff Widmancmd/go/internal/modfetch: fix comment that mentions...
2021-04-28 Daniel Martícmd/gofmt: simplify arg handling
2021-04-28 Bryan C. Millscmd/go/internal/modload: in importFromModules, do not...
2021-04-28 Rob Findleygo/types: split out function instantiation from index...
2021-04-28 Cherry Zhangcmd/compile: use desired register only if it satisfies...
2021-04-28 Paschalis Tsiliastesting: add -shuffle=off|on|N to alter the execution...
2021-04-28 Ian Lance Taylorruntime: consolidate Windows time constants into single...
2021-04-28 Ian Lance Taylorcmd/go: include C/C++/Fortran compiler version in build ID
2021-04-28 Cherry Zhangtest: do not run fuse test in noopt mode
2021-04-28 Ian Lance Taylorcmd/link: don't pass -Wl,--dynamic-linker if -static
2021-04-28 Manlio Perillocmd/go/internal/bug: use envcmd instead of go env
2021-04-28 unbytecmd/go: populate module info even if an error occurs...
2021-04-28 Cherry Zhangcmd/link: use R12 as trampoline scratch register on ARM
2021-04-28 Cherry Zhangcmd/compile: mark R12 clobbered for special calls
2021-04-28 Daniel Martícmd/go: make TOOLEXEC_IMPORTPATH consistent with 'go...
2021-04-28 Joel Singcmd/dist,runtime: support cgo on openbsd/mips64
2021-04-28 eric fangcmd/compile/ssa: optimize the derivable known branch...
2021-04-28 eric fangcmd/asm: add check for register and shift/extension...
2021-04-28 eric fangcmd/internal/obj/arm64: fix the wrong error message...
2021-04-28 Cuong Manh Lecmd/compile: fix typechecking logical operators panic...
2021-04-27 Paul E. Murphycmd/link: disable plugin support if cgo is disabled
2021-04-27 Rob Findleygo/types: factor out index/slice expr handling
2021-04-27 Julien Tanttesting: document that TestMain can be used with benchmarks
2021-04-27 SataQiucmd/go/internal/modload: treat \ as a path separator...
2021-04-27 cuiweixiecmd/compile/internal/walk: merge operations
2021-04-27 Ian Lance Taylortime: increase slop for TestTicker
2021-04-27 Keith Randallcmd/compile: fix nongeneric closures in generic functions
2021-04-27 Bryan C. Millscmd/go: use a real Go version in the go.mod files in...
2021-04-27 Ian Lance Taylorsyscall: move TestForegroundSignal create call out...
2021-04-27 kumakichigo: various minor cleanups with the help of Goland
2021-04-27 Felix Geisendörferruntime/pprof: fix block profile bias
2021-04-27 Bryan C. Millscmd/go/internal/load: treat packages with errors as...
2021-04-27 Ray Wucmd/go: show warnings about symlinks only for patterns...
2021-04-27 Cherry Zhangsyscall: restore nosplit for ptrace1 on Darwin
2021-04-27 Rob Findleygo/scanner: optimize scanIdentifier
2021-04-27 Rémy Oudomphengstrconv: remove unused extfloat (Grisu3) ftoa code
2021-04-27 Dan Scalescmd/compile: fix handling of ir.CurFunc during stenciling
2021-04-27 yangwenmaibits: use same expression with system bit size
2021-04-27 Rob Findleygo/scanner: improve variety in benchmarks for file...
2021-04-27 Rob Findleygo/parser: add benchmarks for syntax-only parsing and...
2021-04-27 Tobias Klauseros: don't check non-nil err twice in Symlink on windows
2021-04-27 Michael Anthony... runtime/metrics: add tiny allocs metric
2021-04-27 Ian Lance Taylorsyscall: restore signal mask after setting foreground...
2021-04-27 Rob Findleygo/types: don't panic when checking a ListExpr in exprI...
2021-04-27 Paul E. Murphycmd/link: enforce larger alignment on split ppc64 text...
2021-04-27 Paul E. Murphycmd/internal/obj: refactor ppc64 address relocation...
2021-04-27 Alex Brainmanruntime: replace --buildmode with -buildmode in tests
2021-04-27 Alex Brainmanruntime: add missing import "C" in TestLibraryCtrlHandler
next