]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-05-03 Lynn Bogercmd/link/internal: fix use of DynlinkingGo with ppc64le...
2021-05-03 Lynn Bogercmd/dist: disable misc/cgo/testsanitizers on ppc64le
2021-05-03 Bryan C. Millscmd: update x/arch to pull in CL 315572
2021-05-02 Tobias Klauseros/user: implement (*User).GroupIds on solaris
2021-05-02 Tobias Klauseros, syscall: use wait6 to avoid wait/kill race on dragonfly
2021-05-02 Tobias Klausersyscall: add //go:build lines to files generated with...
2021-05-02 Kevin Burketime: make time.Time print a valid Go string with %#v
2021-05-02 Matthew Dempskycmd/compile: implement unsafe.Add and unsafe.Slice
2021-05-02 Ian Lance Tayloros: document that Windows Symlink to missing target...
2021-05-02 Vitaly Zdanevichpath/filepath: fix documentation typo (was "each each")
2021-05-01 Cherry Zhangcmd/link: emit better error for duplicated definition
2021-05-01 Cherry Zhangcmd/link: mangle ABI name for shared linkage
2021-05-01 Rob Findleygo/types: list errors by default in TestManual
2021-05-01 Rob Findleygo/types: simplify use of TestManual
2021-05-01 Rob Findleygo/types: slice-to-array-pointer conversion requires...
2021-04-30 Joel Singruntime,syscall: convert syscall on openbsd/386 to...
2021-04-30 Joel Singruntime: switch runtime to libc for openbsd/386
2021-04-30 David Chaseruntime: break up large calls to memclrNoHeapPointers...
2021-04-30 Than McIntoshcmd/compile: fix abbrev selection for output params
2021-04-30 Than McIntoshcmd/compile: handle field padding for register-passed...
2021-04-30 Than McIntoshcmd/compile: regabi support for DWARF location expressions
2021-04-30 Matt Hardenbufio: mention ErrFinalToken in SplitFunc documentation
2021-04-30 Joel Singruntime: work around vet asmdecl checks for openbsd...
2021-04-30 Than McIntoshcmd/compile: revise block/func end sentinels in debug...
2021-04-30 Cherry Zhangcmd/internal/archive: make error message contain printa...
2021-04-30 Joel Singruntime: switch openbsd/386 locking to libc
2021-04-30 Joel Singruntime: switch openbsd/386 to pthreads
2021-04-30 Bryan C. Millscmd/go: remove the special case for "unsafe" in importF...
2021-04-30 Bryan C. Millscmd/go: add GODEBUG tokens for debugging lazy module...
2021-04-30 Bryan C. Millscmd/go: prune go.mod and go.sum files from vendored...
2021-04-30 Bryan C. Millscmd/go: annotate versions in vendor/modules.txt
2021-04-30 Bryan C. Millscmd/go: smooth out upgrade paths for lazy loading
2021-04-30 Bryan C. Millscmd/go/internal/modload: avoid loading the full module...
2021-04-30 Bryan C. Millscmd/go/internal/modload: avoid loading the module graph...
2021-04-30 Bryan C. Millscmd/go/internal/modload: avoid loading the full module...
2021-04-30 Bryan C. Millscmd/go/internal/modload: avoid loading the full module...
2021-04-30 Bryan C. Millscmd/go: verify lazy-loading invariants when loading...
2021-04-30 Bryan C. Millscmd/go: enable lazy loading
2021-04-30 Bryan C. Millscmd/go/internal/modload: implement lazy loading
2021-04-30 Ian Lance Taylorinternal/buildcfg: enable regabi for Android
2021-04-30 Robert Griesemercmd/compile/internal/types2: list errors by default...
2021-04-30 Robert Griesemercmd/compile/internal/types2: simplify use of TestManual
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...
next