]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2022-03-13 Tobias Klauserruntime/pprof: use syscall.RUSAGE_SELF
2022-03-12 Ian Lance Taylorsyscall: add race annotations to Pread and Pwrite
2022-03-11 eh-steveencoding/hex: implement Decode with a lookup table
2022-03-11 Paul E. Murphycmd/asm: add support for bdnz/bdz extended mnemonics...
2022-03-11 Tobias Klauserruntime/pprof, syscall: report MaxRSS on all unix platforms
2022-03-11 Robert Griesemerspec: various minor clarifications
2022-03-11 Robert Griesemerspec: clean up intro and replace bolded text with prose
2022-03-11 Bryan C. Millscmd/compile/internal/amd64: fix "missing objdump" skip...
2022-03-11 Bryan C. Millscmd/go: use the correct gofmt binary in TestScript...
2022-03-11 Cuong Manh Lecmd/compile: fix re-export closure
2022-03-10 Steven Johnstoneinternal/fuzz: minimization should not reduce coverage
2022-03-10 Roland Shoemakerinternal/fuzz: don't use dirty coverage maps during...
2022-03-10 Robert Griesemergo/types, types2: remove incorrect assertion (don't...
2022-03-10 Keith Randallcmd/compile: fix expression switches using type parameters
2022-03-10 Keith Randallcmd/compile: fix transform of OEQ/ONE when one arg...
2022-03-10 Joe Tsaiflag: add TextVar function
2022-03-10 Joe Tsaibytes: rely on runtime.growslice for growing
2022-03-10 Michael Prattruntime: fix SegvInCgo skip check
2022-03-10 Daniel Martígo/token: allocate fewer times at init time
2022-03-10 Meng Zhuoruntime,cmd/compile: change reg duff{zero,copy} for...
2022-03-10 Robert Griesemerspec: remove note re: field accesses on type literals
2022-03-10 Robert Griesemerspec: more adjustments/corrections
2022-03-10 Robert Griesemerspec: remove notion of specific types
2022-03-10 Carl Johnsonnet/url: add JoinPath, URL.JoinPath
2022-03-10 Meng Zhuocmd/compile,bytealg: change context register on riscv64
2022-03-09 Robert Griesemergo/types, types2: pointer base types cannot be type...
2022-03-09 Robert Findleygo/types, types2: clarify documentation with respect...
2022-03-09 Russ Coxcmd/compile: require -p flag
2022-03-09 Robert Griesemergo/types, types2: disable field accesses through type...
2022-03-09 Mark Pulfordcmd/go: fix buildvcs when using older git versions
2022-03-09 Rhys Hiltnerruntime/pprof: fix pcDeck's frame indexing
2022-03-09 Matthew Dempskycmd/compile: mark instantiated generic functions as...
2022-03-09 eric fangcmd/internal/obj/arm64: optimize function prologue...
2022-03-09 Meng Zhuocmd/compile/internal: add ABI register information...
2022-03-08 Ian Lance Taylorcmd/go: for gccgo expect one fewer file in TestScript...
2022-03-08 Robert Findleygo/printer: don't print unnecesary commas for func...
2022-03-08 Bryan C. Millsnet/http/pprof: skip TestDeltaProfile on all arm and...
2022-03-08 Michael Prattcmd/dist: log OS version when testing
2022-03-08 Michael Prattcmd/dist: log CPU model when testing
2022-03-08 Rhys Hiltnerruntime/pprof: check if PC is reused for inlining
2022-03-08 Tobias Klauserruntime, syscall: implement syscall.Pipe using syscall...
2022-03-08 Tobias Klauseros, internal/syscall/unix: consolidate Pipe implementations
2022-03-08 Tobias Klausersyscall: add Pipe2 on solaris and use it for forkExecPipe
2022-03-08 Bryan C. Millscmd/compile/internal/syntax: don't try to parse files...
2022-03-08 Bryan C. Millsinternal/fuzz: fix encoding for out-of-range ints and...
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
next