]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-11-02 Felix Geisendörferruntime: fix missing pprof labels
2021-11-02 Michael Anthony... syscall: remove GOMAXPROCS change in TestExecHelper
2021-11-02 Leonard WangA+C: add Leonard Wang (individual CLA)
2021-11-02 fanzha02cmd/dist: add asan tests in misc/cgo/testsanitizers...
2021-11-02 Brad Fitzpatrickdoc/go1.18: add net/netip
2021-11-02 Brad Fitzpatrickcmd/go, internal/cpu: use internal/godebug in tests
2021-11-02 Rhys Hiltnerruntime: add padding to Linux kernel structures
2021-11-02 fanzha02runtime, syscall: add calls to asan functions
2021-11-02 Josh Bleecher... net: optimize WriteMsgUDPAddrPort
2021-11-02 Josh Bleecher... net: optimize ReadMsgUDPAddrPort
2021-11-02 Josh Bleecher... net: add BenchmarkReadWriteMsgUDPAddrPort
2021-11-02 Josh Bleecher... encoding: simplify some code
2021-11-02 Josh Bleecher... syscall,internal/poll: copy arrays by assignment instea...
2021-11-02 Cuong Manh Lecmd/compile: fix panic when refer to method of imported...
2021-11-02 Brad Fitzpatricknet/netip: add new IP address package
2021-11-02 Timothy Gunet/url: consider ForceQuery in ResolveReference
2021-11-01 Robert Griesemergo/types, types2: remove confusing debugging output...
2021-11-01 Ruslan Andreevsync: add PoolStarvation benchmark
2021-11-01 Michael Anthony... runtime: disable pacer lock held assertions in tests
2021-11-01 Roland Shoemakerinternal/fuzz: don't add duplicate corpus entries
2021-11-01 zhouguangyuango/types: fix TypeName.IsAlias for type parameter names
2021-11-01 Robert Griesemercmd/compile/internal/types2: fix TypeName.IsAlias for...
2021-11-01 Robert Griesemercmd/compile/internal/types2: remove subscripts from...
2021-11-01 Robert Griesemercmd/compile/internal/types2: differently named types...
2021-11-01 Martin Möhrmannstrings: align Clone output with string([]byte(""))
2021-11-01 Archana Rtest/codegen: updated arithmetic tests to verify on...
2021-11-01 Paul E. Murphycmd/link: make ppc64le __glink_PLTresolve position...
2021-11-01 Bryan C. Millstesting: reduce memory used by subtest names
2021-10-31 Martin Möhrmannreflect: avoid stack copies of hiter
2021-10-31 Alexander Melentyevtesting: remove redundant type conversion
2021-10-31 Alexander Melentyevbytes: remove redundant type conversion
2021-10-31 Robert Findleygo/parser: simplify parsing of array or slice constrain...
2021-10-31 Nigel Taoimage/draw: rename and reorder some benchmarks
2021-10-31 Robert Griesemercmd/compile/internal/syntax: fix parsing of array or...
2021-10-30 Austin Clementscmd/compile: make -memprofilerate work
2021-10-30 Austin Clementscmd/compile: emit sensible go_asm.h consts for big...
2021-10-30 Filippo Valsordacrypto/elliptic: move P-521 group logic to internal...
2021-10-30 Filippo Valsordacrypto/elliptic: use a 4-bit sliding window for P-521...
2021-10-30 Filippo Valsordacrypto/elliptic: use complete addition formulas for...
2021-10-29 Dan Scalescmd/compile: use Structure() to get single underlying...
2021-10-29 Dan Scalesruntime: do not add open defer entry above a started...
2021-10-29 Robert Findleygo/types: comp literals to accept type sets with single...
2021-10-29 Robert Findleygo/types: slice exprs to accept type sets with single...
2021-10-29 Robert Findleygo/types: range clause to accept type sets with single...
2021-10-29 Robert Findleygo/types: make built-in to accept type sets with single...
2021-10-29 Filippo Valsordacrypto/elliptic: refactor P-224 field implementation
2021-10-29 Michael Knyszekruntime: add testing framework and basic tests for...
2021-10-29 Cherry Muiruntime: remove unnecessary argument stores for panicIn...
2021-10-29 Bryan C. Millscmd/go: document that tests must not write to their...
2021-10-29 Bryan C. Millscmd/go: make assertions more precise in TestScript...
2021-10-29 Michael Knyszekruntime: pass nanotime and gomaxprocs into startCycle...
2021-10-29 Michael Anthony... runtime: track scannable globals space
2021-10-29 Michael Anthony... runtime: track the amount of scannable allocated stack...
2021-10-29 Michael Anthony... runtime: move heapLive and heapScan updates into a...
2021-10-29 Michael Anthony... runtime: move pacer time updates and state resets into...
2021-10-29 Michael Anthony... runtime: fix unclosed GCSweepStart trace event
2021-10-29 Michael Anthony... runtime: detangle sweeper pacing from GC pacing
2021-10-29 Zhi Zhengruntime: enable crash dump creation on Windows
2021-10-29 Michael Anthony... runtime: clean up allocation zeroing
2021-10-29 Bryan C. MillsRevert "cmd/go: remove support for -buildmode=shared"
2021-10-29 Russ Coxsync: add Mutex.TryLock, RWMutex.TryLock, RWMutex.TryRLock
2021-10-29 Michael Anthony... runtime: fix sweep termination condition
2021-10-29 Bryan C. Millscmd/go: test that the reserved paths "example" and...
2021-10-29 Meng Zhuoio: remove UTF8 specified document for RuneReader
2021-10-29 Rob Piketext/template: use reflect.Value.FieldByIndexErr
2021-10-29 Rob Pikereflect: add FieldByIndexErr
2021-10-28 Russ Coxall: manual fixups for //go:build vs // +build
2021-10-28 Bryan C. Millscmd/go: test with SIGTERM in test_fuzz_non_crash_signal
2021-10-28 Bryan C. Millscmd/go: disallow the -fuzz flag for tests outside the...
2021-10-28 Bryan C. Millscmd/go: consolidate fuzz-support checks
2021-10-28 Bryan C. Millsnet/http: restore generated // +build comment
2021-10-28 Cherry Muicmd/internal/goobj: bump version number
2021-10-28 Russ Coxall: go fix -fix=buildtag std cmd (except for bootstrap...
2021-10-28 Russ Coxcmd/go: update for //go:build lines
2021-10-28 Michael Prattruntime: normalize sigprof traceback flags
2021-10-28 Neil Alexandernet/http: guarantee that the Transport dial functions...
2021-10-28 Russ Coxcmd/fix: add buildtag fix
2021-10-28 Michael Prattruntime: fix backward error message
2021-10-28 Michael Prattruntime: disable TestSegv panic check on darwin, illumo...
2021-10-28 Robert Findleygo/types: factor out slice elem computation for copy...
2021-10-28 Roland Shoemakerdebug/macho: fail on invalid dynamic symbol table command
2021-10-28 Robert Findleygo/types: implement generic conversions
2021-10-28 Robert Findleygo/types: add debugging support for delayed actions
2021-10-28 Robert Findleygo/types, types2, go/ast, go/parser: remove support...
2021-10-28 Robert Findleygo/parser: fix parsing of array or slice constraint...
2021-10-28 Cuong Manh Leruntime: fix noopt builder
2021-10-28 nimelehincmd/compile: allow inlining of ORANGE
2021-10-28 Brad Fitzpatrickreflect: undeprecate Ptr, PtrTo
2021-10-28 Russ Coxgo/build: update for //go:build lines
2021-10-28 Russ Coxcmd/dist: implement //go:build parsing
2021-10-28 Cuong Manh Lereflect: undeprecate Value.{Pointer,UnsafeAddr}
2021-10-28 Leonard Wangcmd/compile: resolve the TODO of processPragmas
2021-10-28 Robert Griesemercmd/compile/internal/types2: export Structure function
2021-10-28 Robert Griesemercmd/compile/internal/types2: disallow lone type paramet...
2021-10-27 Ian Lance Taylorconstraints: remove Slice/Map/Chan
2021-10-27 Mark Pulforddoc/go1.18: document Fossil/Bazaar and commit time...
2021-10-27 Mark Pulfordcmd/go: stamp Bazaar VCS status into binaries
2021-10-27 zhouguangyuanreflect: skip duplicate check in StructOf when the...
2021-10-27 Mark Pulfordcmd/go: stamp Fossil VCS status into binaries
2021-10-27 Mark Pulfordcmd/go: fix recognition of Fossil checkout directories
next