]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2022-03-08 thepuddscmd/compile/internal/types2: more consistently print...
2022-03-08 Joel Singinternal/bytealg: optimise compare on riscv64
2022-03-08 Joel Singinternal/bytealg: optimise memequal on riscv64
2022-03-08 Russ Coxcmd/compile: allow fieldtrack of unexported fields
2022-03-08 Russ Coxcrypto/rand: simplify Prime to use only rejection sampling
2022-03-08 Robert Griesemerspec: document that type inference doesn't apply to...
2022-03-08 eric fangcmd/internal/obj/arm64: optimize stacksplit prologue...
2022-03-08 Dmitri Shuralyovfmt: use tabs for indentation
2022-03-07 Paul E. Murphyinternal/cpu: set PPC64.IsPOWER8
2022-03-07 Jorropoio: add WriterTo to MultiReader
2022-03-07 Robert Griesemerspec: clarifications based on feedback
2022-03-07 Daniel Martígo/build: use static maps rather than an init func
2022-03-07 Robert Findleygo/types, types2: disable inference for type instances
2022-03-07 Robert Findleygo/types: document that predicates are undefined on...
2022-03-07 Robert Findleygo/types, types2: record all type instances, even dupli...
2022-03-07 Robert Griesemergo/types, types2: don't crash in selectors referring...
2022-03-07 Robert Griesemergo/types, types2: correctly include comparable in type...
2022-03-07 Matthew Dempskycmd/compile: remove duplicate const logic from typecheck
2022-03-07 Michael Prattruntime: print goid when throwing in gentraceback
2022-03-07 Roland Shoemakerinternal/fuzz: fix TestUnmarshalMarshal on MIPS
2022-03-07 Matthew Dempskytest: add test case for #51521
2022-03-07 Matthew Dempskycmd/compile: add itabs to unified IR dictionaries
2022-03-07 Matthew Dempskytest: additional generic type switch test coverage
2022-03-07 Matthew Dempskycmd/compile: represent derived types with ir.DynamicTyp...
2022-03-07 Daniel Martíflag: make tests silent
2022-03-07 Matthew Dempskycmd/compile: remove unneeded type alias code in unified IR
2022-03-07 Matthew Dempskycmd/compile: fix reentrancy issue in unified IR functio...
2022-03-06 Dan Kortschakall: fix some typos
2022-03-05 Adam Shannonfmt: clarify right-padded strings use spaces
2022-03-05 Dan Kortschakmath: don't use integer division that truncates to...
2022-03-05 Tobias Klausersyscall: use dup3 in forkAndExecInChild on OpenBSD
2022-03-04 ujicmd/go: clarify error from 'go install' when arguments...
2022-03-04 Iskander Sharipovencoding/xml: improve the test coverage, fix minor...
2022-03-04 Roland Shoemakerinternal/fuzz: handle Inf/NaN float values
2022-03-04 Lynn Bogercrypto/sha512: fix stack size for previous change
2022-03-04 Ian Lance Taylordoc/go1.19: mention use of EDNS(0)
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
next