]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-11-04 Michael Prattruntime: clear upper half of sec in ARM walltime
2021-11-04 Dmitri Shuralyovcmd/pprof: update vendored github.com/google/pprof
2021-11-04 Robert Griesemercmd/compile/internal/types2: check non-generic conversi...
2021-11-04 Dan Scalescmd/compile: don't inline fn with no shape params,...
2021-11-04 Robert Findleycmd/doc, go/doc: add basic support for generic code
2021-11-04 Jason A. Donenfeldruntime: allow builtin write function to be redirected...
2021-11-04 Bryan C. Millsnet/http: reduce TestClientTimeout_h{1,2} latency
2021-11-04 Alex Brainmanruntime: do not generate crash dump on Windows 7
2021-11-04 Robert Griesemercmd/compile/internal/types2: implement compiler helper...
2021-11-04 Robert Griesemercmd/compile/internal/types2: minor cleanups in predicat...
2021-11-04 Robert Griesemercmd/compile/internal/types2: rename is_X predicates...
2021-11-04 Robert Griesemercmd/compile/internal/types2: rename isX predicates...
2021-11-04 Robert Griesemercmd/compile/internal/types2: remove qualification from...
2021-11-04 Cuong Manh Lecmd/compile: fix missing update source type in storeArg...
2021-11-04 Michael Anthony... syscall: fix and document uses of RegEnumKeyEx
2021-11-04 Dan Scalescmd/compile: add extra test for the non-mono pass
2021-11-04 Robert Findleygo/types: remove qualification from type parameter...
2021-11-04 Zvonimir Pavlinoviccmd/trace: use fmt.Print for newline-ending fixed string
2021-11-04 Robert Griesemercmd/compile/internal/syntax: better error message when...
2021-11-04 Zvonimir Pavlinoviccmd/cover: use fmt.Print for newline-ending fixed string
2021-11-04 Josh Bleecher... syscall: unify unix Recvmsg epilogues
2021-11-04 Josh Bleecher... syscall: unify unix Sendmsg prologues
2021-11-04 Josh Bleecher... internal/poll: remove alloc sending IPv6 UDP on Windows
2021-11-03 Jason A. Donenfeldnet/netip: fix various typos in comments
2021-11-03 Mostafa Solatidatabase/sql: fix tx.Prepare documentation
2021-11-03 Daniel Theophanesdatabase/sql: use errors.Is when checking ErrBadConn
2021-11-03 Josh Bleecher... syscall: migrate new UDP send/recv API to internal...
2021-11-03 Keith Randallcmd/compile: fix up shape type package
2021-11-03 Steven Hartlanddatabase/sql: Fix idle connection reuse
2021-11-03 Jason A. Donenfeldruntime: on windows, read nanotime with one instruction...
2021-11-03 Keith Randallcmd/compile: make pointers to arrays their own shape
2021-11-03 Katie Hockmaninternal/fuzz: improve error for mismatched types
2021-11-03 Rhys Hiltnerruntime/pprof: disable GC during calibration test
2021-11-03 Dan Scalestest/typeparam: add test for indexing on typeparams...
2021-11-03 Joel Singall: add support for c-archive and c-shared on linux...
2021-11-03 Joel Singcmd/asm,cmd/compile,runtime: stop using X3 (aka GP...
2021-11-03 Matthew Dempskycmd/compile/internal/types2: port nomono check from...
2021-11-03 Ian Lance Taylorruntime: install sigPreempt signal handler for c-archiv...
2021-11-03 Robert Griesemercmd/compile/internal/types2: report cause for failing...
2021-11-03 Robert Findleygo/types: report cause for failing const conversions
2021-11-03 Robert Findleygo/types: fix indexing of generic types
2021-11-03 Robert Findleygo/types: adjust printing of type parameter in error
2021-11-03 Robert Findleygo/types: fix conversions of constants to type parameter
2021-11-02 Ian Lance Taylorruntime/asan: declare asan reporting functions in C
2021-11-02 Dan Scalescmd/compile: remove TODO that is no longer relevant
2021-11-02 Brad Fitzpatrickdoc/go1.18: remove some redundancy from netip docs
2021-11-02 Robert Findleygo/types: differently named types are not assignable
2021-11-02 Robert Findleygo/types: disallow lone type parameter on RHS of type...
2021-11-02 Robert Findleygo/types: implement singleType and structure (type)
2021-11-02 Robert Findleygo/types: rename isNamed predicate to hasName
2021-11-02 Robert Findleygo/types: clean up asT converters (step 2 of 2)
2021-11-02 Josh Bleecher... errors: improve wording in As doc comment
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...
next