]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2022-03-04 Ian Lance Taylorsyscall: remove TestRlimit
2022-03-04 Daniel Martícmd/go: avoid rebuilding itself in TestMain
2022-03-04 Jason A. Donenfeldcrypto/rand: use fast key erasure RNG on plan9 instead...
2022-03-04 Jason A. Donenfeldcrypto/rand: separate out plan9 X9.31 /dev/random expander
2022-03-04 Filippo Valsordacrypto/ed25519/internal/edwards25519: sync with filippo...
2022-03-04 eric fangruntime: support cgo traceback on linux arm64
2022-03-03 Michael Matloobcmd/go: add links to workspaces reference and tutorial...
2022-03-03 Bryan C. Millscmd/go: error out of 'go work use' if no directories...
2022-03-03 Bryan C. Millscmd/go: make paths consistent between 'go work init...
2022-03-03 Tobias Klauserruntime: remove fallback to pipe on platforms with...
2022-03-03 Cherry Muiruntime: count spill slot for frame size at finalizer...
2022-03-03 Paul E. Murphysyscall, runtime/internal/syscall: always return 0...
2022-03-03 Joe Tsaiapi: update next.txt for binary.AppendByteOrder interface
2022-03-03 Robert Griesemergo/types, types2: fix scoping for iteration variables...
2022-03-03 Paul E. Murphycmd/asm,cmd/compile: generate preferred nop on PPC64
2022-03-03 Paul E. Murphycrypto/sha256: adapt ppc64le asm to work on ppc64
2022-03-03 Paul E. Murphyruntime: fix 32B backward copy on ppc64x
2022-03-03 Eli Benderskysort: use a different codegen strategy
2022-03-03 Lynn Bogercrypto/aes: improve performance for aes-cbc on ppc64le
2022-03-03 Bryan C. Millscmd/go: ignore the workspace when running a package...
2022-03-03 Bryan C. Millstesting: include ERROR_SHARING_VIOLATION in Windows...
2022-03-03 eric fangruntime: use stp/ldp to save and restore all registers...
2022-03-03 Ian Lance Taylornet: send EDNS(0) packet length in DNS query
2022-03-03 Keith Randallcmd/compile: don't include instantiating types in type...
2022-03-02 Carlos Amedeedoc: start draft of go1.19 release notes, move go1...
2022-03-02 Ian Lance Taylordoc/go1.18: warn about possible breakage of 1.18 generi...
2022-03-02 Keith Randalldoc: mention change in append behavior
2022-03-02 Lynn Bogercrypto/sha512: add BE support to PPC64 asm implementation
2022-03-02 Joe Tsaiencoding/binary: add AppendByteOrder
2022-03-02 Joe Tsaireflect: allow Value.Bytes on addressable byte arrays
2022-03-02 Michael Matloobcmd/go: allow users to specify required fields in JSON...
2022-03-02 Tobias Klausersyscall: remove accept on Linux
2022-03-02 Joe Tsaiencoding/json: use reflect.Value.UnsafePointer over...
2022-03-02 Phil Bracikowskicompress/gzip: return unexpected EOF for certain trunca...
2022-03-02 MoZhonghuacmd/link: don't generate typedef DWARF entry for noalg...
2022-03-02 Jinwook Jeongregexp: fix typo in the overview
2022-03-02 Alan Donovanunicode/utf8: optimize Valid to parity with ValidString
2022-03-02 chanxuehonggo/token: slight performance improvement for IsIdentifier
2022-03-02 cuiweixiemath/big: produce valid JSON in Int.MarshalJSON when nil
2022-03-01 Robert Griesemergo/types, types2: clarify a comment and add an extra...
2022-03-01 Robert Griesemergo/types, types2: correctly consider ~ (tilde) in const...
2022-03-01 Keith Randallcmd/compile: include all entries in map literal hint...
2022-03-01 Matthew Dempskyinternal/pkgbits: add version number
2022-03-01 Cherry Muicmd/compile: use AutogeneratedPos for method value...
2022-03-01 Matthew Dempskytest: workaround codegen bug in typeparam/mdempsky...
2022-03-01 Matthew Dempskycmd/compile/internal/ir: remove unused -G=0 node types
2022-03-01 Matthew Dempskycmd/compile/internal/typecheck: remove unused -G=0...
2022-03-01 Matthew Dempskycmd/compile: remove a bunch of dead noder code
2022-03-01 Matthew Dempskycmd/compile: remove -G flag
2022-03-01 Matthew Dempskyall: avoid use of cmd/compile -G flag in tests
2022-03-01 Matthew Dempskycmd/compile/internal/importer: lazier unified IR importing
2022-03-01 Matthew Dempskycmd/compile: move unified IR's reader2 into importer...
2022-03-01 Keith Randallcmd/compile: use bool->uint8 op instead of copy
2022-03-01 Keith Randallruntime: improve work stealing randomness
2022-03-01 zhouguangyuancmd/compile: avoid generating unreachable branch for...
2022-03-01 Keith Randallcmd/compile: don't panic when printing package-less...
2022-03-01 Matthew Dempskycmd/compile: unified IR support for implicit interfaces
2022-03-01 Matthew Dempskyinternal/pkgbits: extract unified IR coding-level logic
2022-03-01 Matthew Dempskycmd/compile: shuffle and simplify sync markers
2022-03-01 Matthew Dempskycmd/compile: remove unified IR quirks mode
2022-02-28 Carlos Amedeeinternal/goversion: update Version to 1.19
2022-02-28 Michael Matloobcmd/go: make work and work_edit script tests version...
2022-02-28 Tobias Klausercmd/internal/obj/riscv/testdata/testbranch: add //go...
2022-02-28 cuishuangall: fix typos
2022-02-28 Robert Griesemergo/types, types2: fix string to type parameter conversions
2022-02-28 Dan Scalescmd/compile: deal with constructed types that have...
2022-02-28 Matthew Dempskyspec: the -'s possessive suffix is English, not code
2022-02-28 Cherry Muiruntime: avoid cgo_unsafe_args for syscall.syscall...
2022-02-28 Dan Scalescmd/compile: fix case for structural types where we...
2022-02-28 Keith Randallcmd/compile: emit types of constants which are instanti...
2022-02-28 Dmitri ShuralyovCONTRIBUTORS: update for the Go 1.18 release
2022-02-28 Dan Scalestest: add new test case for 51219 that triggers the...
2022-02-26 Keith Randallcmd/compile: ensure dictionary assignment statements...
2022-02-26 Robert Griesemergo/types, types2: report an error for x.sel where x...
2022-02-25 Robert Findleygo/types,types2: revert documentation for Type.Underlying
2022-02-25 Cherry Muiruntime/internal/atomic: set SP delta correctly for...
2022-02-25 Robert Griesemergo/types, types2: delay receiver type validation
2022-02-25 Bryan C. Millsdoc/go1.18: note changes to automatic go.mod and go...
2022-02-25 Tobias Klauserdoc/go1.18: document minimum Linux kernel version
2022-02-25 Robert Griesemerdoc/go1.18: document method set limitation for method...
2022-02-24 Robert Griesemergo/types, types2: method recv type parameter count...
2022-02-24 Robert Griesemergo/types, types2: implement adjCoreType using TypeParam.is
2022-02-24 Bryan C. Millscmd/go: avoid +incompatible major versions if a go...
2022-02-24 Dan Scalescmd/compile: delay all call transforms if in a generic...
2022-02-24 Felix Geisendörferdoc/go1.18: mention runtime/pprof improvements
2022-02-24 Tobias Klauserdoc/go1.18: fix typo in AMD64 port section
2022-02-24 Robert Griesemergo/types, types2: don't crash if comp. literal element...
2022-02-23 Robert Griesemergo/types, types2: generalize cleanup phase after type...
2022-02-23 Robert Griesemergo/types, types2: add "dynamic" flag to comparable...
2022-02-23 Robert Findleygo/types: delete unnecessary slice construction
2022-02-23 Michael Prattdoc/go1.18: drop misplaced period
2022-02-22 Martin Suchanet: document methods of Buffers
2022-02-22 Cherry Muidoc/go1.18: correct "go build -asan" HTML tag
2022-02-22 Russ Coxcrypto/x509, runtime: fix occasional spurious “certific...
2022-02-21 Alberto Donizettidoc/go1.18: fix a few small typos, add a few commas
2022-02-20 hopehookencoding/xml: embedded reference to substruct causes...
2022-02-19 hopehooktestdata: fix typo in comment
2022-02-19 Nick Sherrondoc/go1.18: fix grammar error
2022-02-19 George Looshchstrings: fix typo in comment
2022-02-18 Russ Coxdoc/go1.18: document Go 1.17 bootstrap and //go:build fix
next