]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2022-09-02 Julie Qiu.github: change label for vulndb and vulndb issues
2022-09-02 Wayne Zuocmd/internal/obj/riscv: fix comment typo
2022-09-02 Robert Griesemergo/types, types2: consistently write "x | y" rather...
2022-09-02 Austin Clementsruntime: simplify stkframe.argMapInternal
2022-09-02 Austin Clementsruntime: consolidate stkframe and its methods into...
2022-09-02 Austin Clementsruntime: make getStackMap a method of stkframe
2022-09-02 Austin Clementsruntime: replace stkframe.arglen/argmap with methods
2022-09-02 Austin Clementsruntime: switch gp when jumping stacks during traceback
2022-09-02 Austin Clementsruntime: document stkframe
2022-09-02 Austin Clementsruntime: drop redundant argument to getArgInfo
2022-09-02 Austin Clementsruntime: drop function context from traceback
2022-09-02 Mateusz Poliwczaknet: rfc number typo
2022-09-02 Keith Randallcmd/compile: rewrite >>c<<c to &^(1<<c-1)
2022-09-02 Matthew Dempskycmd/compile/internal/noder: allow OCONVNOP for identica...
2022-09-02 Matthew Dempskycmd/compile/internal/noder: refactor exprConvert code
2022-09-02 Cuong Manh Lecmd/compile: remove go:notinheap pragma
2022-09-02 Cuong Manh Lecmd/compile: make runtime/internal/sys.NotInHeap intrinsic
2022-09-02 Cuong Manh Lecmd/compile/internal/abt: use strings.Builder
2022-09-02 Tobias Klauserdebug/macho: use saferio to allocate load command slice
2022-09-02 Derek Parkercmd/compile: new inline heuristic for struct compares
2022-09-02 Tobias Klauserruntime: support MADV_DONTNEED on the BSDs and Solaris...
2022-09-02 ruinancmd/compile: optimize RotateLeft8/16 on arm64
2022-09-02 Cuong Manh Lego/types,types2: move notinheap tests to fixedbugs...
2022-09-02 Tobias Klausercmd/compile/internal/base: use runtime.KeepAlive in...
2022-09-02 ruinancmd/compile: optimize shift ops on arm64 when the shift...
2022-09-02 Robert Griesemergo/types: use function name position for init errors
2022-09-02 Cherry Muicmd/link: only add dummy XCOFF reference if the symbol...
2022-09-02 RenKanaiencoding/asn1: fix doc for BitString.At's return value
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...
next