]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2022-09-02 Cuong Manh Lecmd/compile: restrict //go:notinheap to runtime/interna...
2022-09-02 cuiweixiehash: convert haveCastagnoli to atomic type
2022-09-02 Jonathan FOngmath/rand: document that Source returned by NewSource...
2022-09-02 Robert Griesemerinternal/types: add a test for empty string import...
2022-09-02 Robert Griesemergo/types, types2: move shared tests into internal/types...
2022-09-02 Robert Griesemergo/types: test shifts that are disabled in shared test...
2022-09-02 Robert Griesemergo/types, types2: establish type-checker specific local...
2022-09-02 Robert Griesemercmd/compile/internal/types2: use go/types/testdata...
2022-09-02 Robert Griesemergo/types, types2: consolidate testdata/fixedbugs test...
2022-09-02 Robert Griesemercmd/compile/internal/syntax: more strict parsing of...
2022-09-02 Robert Griesemergo/types, types2: consolidate testdata/fixedbugs/issue4...
2022-09-02 Robert Griesemergo/parser: match syntax parser error for unnamed type...
2022-09-02 Robert Griesemergo/parser: more tolerant parsing of import declarations
2022-09-02 Robert Griesemercmd/compile/internal/syntax: more tolerant parsing...
2022-09-02 Robert Griesemergo/parser: parse import specs the same way as the synta...
2022-09-02 Robert Griesemergo/types, types2: consolidate a test file with differen...
2022-09-02 Robert Griesemercmd/compile/internal/types2: match go/types error for...
2022-09-02 Robert Griesemergo/types: use singular in version error messages
2022-09-02 hopehooktypes2: use strings.Builder in infer.go
2022-09-01 hopehooktypes2: use strings.Builder in errors.go
2022-09-01 Robert Griesemergo/parser: leave checking of LHS in short var decls...
2022-09-01 Robert Griesemergo/parser: check that go/defer expressions are not...
2022-09-01 Robert Griesemercmd/compile: avoid "not used" errors due to bad go...
2022-09-01 Robert Griesemercmd/compile/internal/types2: use go/types/testdata...
2022-09-01 Robert Griesemergo/types, types2: consolidate testdata/check test files
2022-09-01 Robert Griesemergo/parser: adjustments to error messages
2022-09-01 Robert Griesemercmd/compile/internal/syntax: use BadExpr instead of...
2022-09-01 Robert Griesemergo/parser: remove validation of expression syntax,...
2022-09-01 Kir Kolyshkinsyscall: Faccessat: use faccessat2 on linux
2022-09-01 Kir Kolyshkinsyscall: make mkall.sh accept file list
2022-09-01 Keith Randallcmd/compile,runtime: redo growslice calling convention
2022-09-01 hopehookcmd/compile: use (*strings.Reader).Reset
2022-09-01 hopehookcmd/internal/pkgpath: use strings.Builder
2022-09-01 hopehookcmd/internal/objabi: use strings.Builder
2022-09-01 Michael PrattRevert "runtime: convert ncgocall to atomic type"
2022-09-01 cuiweixieruntime: convert ncgocall to atomic type
2022-09-01 Wayne Zuocmd/compile: reorder rotate lowering rules in AMD64...
2022-09-01 cuiweixiecrypto/internal/boring/fipstls: convert required to...
2022-09-01 Daniel Martícmd/go: support long commands in asm and cgo
2022-09-01 Cuong Manh Lego/types,types2: exclude tests that need cgo.Incomplete
2022-09-01 Joe Tsaireflect: fix Value.SetIterXXX to check for the read...
2022-09-01 Cuong Manh Letest: use cgo.Incomplete instead of go:notinheap for...
2022-08-31 Matthew Dempskycmd/compile: reject not-in-heap types as type arguments
2022-08-31 Matthew Dempskycmd/compile: use HaveInlineBody for unified IR
2022-08-31 Keith Randallcmd/compile: combine multiple rotate instructions
2022-08-31 Keith Randallcmd/compile: redo mknode.go
2022-08-31 Keith Randallcmd/compile: use better splitting condition for string...
2022-08-31 Keith Randallcmd/compile: tighten bounds for induction variables...
2022-08-31 cuiweixieruntime: convert consistentHeapStats.gen to atomic...
2022-08-31 Cuong Manh Lecmd/dist: disable cgo when testing internal linking...
2022-08-31 Wayne Zuocmd/compile: simplify bounded shift on riscv64
2022-08-31 Joel Singcmd/compile: remove NEG when used with SEQZ/SNEZ on...
2022-08-31 Joel Singcmd/compile: avoid extending floating point comparision...
2022-08-31 Joel Singcmd/compile: avoid extending when already sufficiently...
2022-08-31 cuiweixieruntime: convert rwmutex.{readerCount,readerWait} to...
2022-08-31 cuiweixiecmd/compile: add support for unsafe.{String,StringData...
2022-08-31 cuiweixieruntime: convert worldIsStopped to atomic type
2022-08-31 Tobias Klauserinternal/poll, internal/syscall/unix, net, runtime...
2022-08-31 Archana Rcmd/asm: fix condition check to work on ppc64
2022-08-31 eric fangcmd/internal/obj/arm64: allow transition from $0 to...
2022-08-31 bqyangruntime: fix comment typo in mpagealloc.go
2022-08-31 cuiweixieruntime: convert semaRoot.nwait to atomic type
2022-08-31 Andy Panruntime: convert p.numTimers and p.deletedTimers to...
2022-08-31 cuiweixieruntime: convert sig.{state,delivering} to atomic type
2022-08-31 cuiweixieruntime: convert mcache.flushGen to atomic type
2022-08-31 Andy Panruntime: convert mOS.profileTimerValid to internal...
2022-08-31 Andy Panruntime: convert workType.cycles to internal atomic...
2022-08-31 Andy Panruntime: convert extram and extraMWaiters to internal...
2022-08-31 Sean Liaonet/http/pprof: link docs to runtime/pprof
2022-08-31 Wayne Zuocmd/compile: teach prove about bitwise OR operation
2022-08-31 Wayne Zuocmd/compile: derive relation between x+delta and x...
2022-08-31 Khaled Yakdancmd/compile: avoid excessive libfuzzer instrumentation...
2022-08-31 shaolimingcmd/compile/internal/noder: reuse package scope's names
2022-08-31 Cuong Manh Lereflect: use cgo.Incomplete instead of go:notinheap...
2022-08-30 Keith Randallcmd/compile: regenerate node_gen.go
2022-08-30 cuiweixietesting: increment tempDirSeq non-atomically
2022-08-30 Zeke Lucmd/go/internal/imports: recognize "unix" build tag
2022-08-30 Cuong Manh Lecmd/compile: only inline method wrapper if method don...
2022-08-30 Cuong Manh Lecmd/compile: fix unified IR shapifying recursive instan...
2022-08-30 cuiweixiecmd/go: go clean should not accept flags like -modcache...
2022-08-30 Archana Rcmd/asm: add new classification for index memory operan...
2022-08-30 Meng Zhuocrypto/sha512: optimize ARM64 sha512 implemention
2022-08-30 Wayne Zuocmd/compile: intrinsify RotateLeft{32,64} on loong64
2022-08-30 Wayne Zuocmd/internal/obj/loong64: add ROTR, ROTRV instructions...
2022-08-30 Cuong Manh Lecmd/compile: fix wrong position when rewriting to OpArg...
2022-08-30 Cuong Manh Lereflect: clarify Value.Equal behavior for non-comparabl...
2022-08-29 Bryan C. Millscmd/go: skip gccgo cgo tests in TestScript/build_overlay
2022-08-29 Bryan C. Millscmd/go/internal/modfetch: distinguish "unsupported...
2022-08-29 cuiweixiecontext: convert goroutines to atomic type
2022-08-29 cuiweixietesting: convert common.hasSub to atomic type
2022-08-29 Joe Tsaisync: switch Map to use atomic.Pointer
2022-08-29 Dan Kortschakdebug/macho: use saferio to allocate Load and Symbol...
2022-08-29 byarbroughtesting: explain using a _test package
2022-08-29 Andy Paninternal/poll: use sync.Once instead to guard CopyFileR...
2022-08-29 Tobias Klausertime: use internal/itoa
2022-08-29 Dan Kortschakdebug/elf: validate offset and file size ranges
2022-08-29 Andy Pannet: add the missing OS Darwin in the comment of sendFile
2022-08-29 Zeke Lucmd/go/internal/modfetch: report error on failing to...
2022-08-29 Joe Tsaitime: add fuzz test for Time.appendFormatRFC3339
2022-08-29 Ikko Ashimineinternal/trace: fix typo in goroutines.go
next