]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-11-02 Jason7602archive/zip: don't panic on (*Reader).Open
2021-11-02 Robert Findleygo/types: clean up asT converters (step 1 of 2)
2021-11-02 Michael Anthony... syscall: fix finalizer fd close bugs in TestFcntlFlock...
2021-11-02 Matthew Dempskygo/types: avoid closure allocations in mono check
2021-11-02 Damien Neilnet/http: deflake TestServerKeepAlivesEnabled_h{1,2}
2021-11-02 Than McIntoshcmd/compile/internal/abi: fix some typos in comments
2021-11-02 Josh Bleecher... net: add ReadFromUDPAddrPort
2021-11-02 Josh Bleecher... net: optimize WriteToUDPAddrPort
2021-11-02 Josh Bleecher... net: add BenchmarkWriteToReadFromUDPAddrPort
2021-11-02 Keith Randallcmd/compile: mark type descriptors as always dupok
2021-11-02 Josh Bleecher... debug/gosym: bulk allocate Syms
2021-11-02 Roland Shoemakercmd/go: disallow profile flags when using -fuzz
2021-11-02 Matthew Dempskygo/types: add check that code is monomorphizable
2021-11-02 Robert Griesemercomd/compile/internal/types2: add missing nil check...
2021-11-02 Paul E. Murphybytes: test for page boundary crosses on sep of Index
2021-11-02 Robert Findleygo/types: generalize assignability to generic types
2021-11-02 Robert Findleygo/types: clarify is/underIs semantics and implementation
2021-11-02 Robert Findleygo/types: better error messages for empty type sets
2021-11-02 vpachkovruntime: check amd64 microarchitecture level at startup
2021-11-02 Cuong Manh Lecmd/compile: explain special treatment when rewrite...
2021-11-02 Cuong Manh Lecmd/compile: fix rewriting slice literal call argument
2021-11-02 Bryan C. MillsRevert "runtime: fix missing pprof labels"
2021-11-02 Robert Griesemercmd/compile/internal/types2: fix indexing of generic...
2021-11-02 Robert Griesemercmd/compile/internal/types2: adjust printing of type...
2021-11-02 Robert Griesemercmd/compile/internal/types2: fix conversions of constan...
2021-11-02 Amelia Downsinternal/fuzz: minimize bytes to be human readable
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
next