]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-11-12 Damien Neilnet/http: do not send Transfer-Encoding: identity in...
2021-11-12 Michael Matloobcmd/go: add go work use command
2021-11-12 Robert Griesemercmd/compile/internal/types2: make sure we are safe...
2021-11-12 Dan Scalescmd/compile: add missing method info for method with...
2021-11-12 Dan Scalescmd/compile: match Go 1.17 compiler error messages...
2021-11-12 Michael Matloobcmd/go: use workspace modules' go.sum files to check...
2021-11-12 Robert Griesemercmd/compile/internal/types2: better error for type...
2021-11-12 Robert Griesemercmd/compile/internal/types2: remove asTypeParam and...
2021-11-12 Michael Prattruntime: start ARM atomic kernel helper traceback in...
2021-11-12 Damien Neilnet/http: do not cancel request context on response...
2021-11-12 Michael Prattruntime/pprof: mark TestCPUProfileMultithreadMagnitude...
2021-11-12 Michael Prattruntime: drop cgoTraceback call assumptions from CgoPpr...
2021-11-12 Cuong Manh Lecmd/compile: fix missing transformEarlyCall for OXDOT...
2021-11-12 Katie Hockmaninternal/fuzz: set timeout for each exec of fuzz target
2021-11-12 Robert Findleycmd/compile/internal/types2: unexport Context.TypeHash
2021-11-12 Robert Findleygo/types: re-use type hashing logic in Context.typeHash
2021-11-12 Robert Findleygo/types: refactor the Context type map to accept arbit...
2021-11-12 Robert Findleygo/types: use Identical to verify type identity in...
2021-11-12 Michael Anthony... test/recover4.go: use mprotect to create a hole instead...
2021-11-12 Cherry Muireflect: keep pointer in aggregate-typed args live...
2021-11-12 Cherry Muicmd/link: don't unmap output file at error exit
2021-11-12 Mikhail Faraponovnet: use Done rather than comparing with context.Background
2021-11-11 Pedro Lopez... math/bits: add examples for Add, Sub, Mul and Div
2021-11-11 Katie Hockmanall: update terminology for fuzzing
2021-11-11 Robert Griesemergo/types, types2: document nil scope for imported and...
2021-11-11 Keith Randallcmd/compile: ensure stenciled function bodies are nonempty
2021-11-11 Ian Lance Taylorgo/build: skip rune literals when looking for go:embed
2021-11-11 cuiweixieruntime: fix typo
2021-11-11 Michael Anthony... runtime: adjust TestPhysicalMemoryUtilization to handle...
2021-11-11 Michael Anthony... runtime/debug: make TestFreeOSMemory more robust
2021-11-11 Paveldatabase/sql: prevent closes slices from assigning...
2021-11-11 Robert Griesemerspec: fix a broken link
2021-11-11 hasheddanobj/riscv: fix link to risc-v dwarf register numbers
2021-11-11 jiahua wangio: add error check to TeeReader Example
2021-11-11 Cherry Muiruntime: fix C compilation error in TestCgoTracebackGor...
2021-11-11 Cuong Manh Lecmd/compile: fix missing ddd when building call for...
2021-11-11 Neil Alexanderdoc/go1.18: document http.Transport.Dial* being used...
2021-11-11 Cherry Muiruntime: bypass scheduler when doing traceback for...
2021-11-11 Bryan C. Millsdoc/go1.18: add a release note for 'go mod vendor -o'
2021-11-11 Than McIntoshnet: skip new testpoint TestUDPIPVersionReadMsg on...
2021-11-11 Than McIntoshcmd/compile: use canonical stringslice/ representations...
2021-11-11 Than McIntoshcmd/compile: include register-resident output params...
2021-11-11 Than McIntoshcmd/compile/internal/ssa: fix debug location gen issue...
2021-11-11 Jason A. Donenfeldnet: add conversion from AddrPort to TCPAddr to complem...
2021-11-11 Dmitry Vyukovcmd/link/internal/loadelf: better error message for...
2021-11-11 Ian Lance Taylorlib/time, time/tzdata: update to 2021e
2021-11-11 Ian Lance Taylormisc/cgo/testshared: correct test of gccgo version...
2021-11-11 Changkun Ousync: clarify the validity to call Map methods inside...
2021-11-11 Ian Lance Taylortest: add test that was miscompiled by gccgo
2021-11-10 Jason A. Donenfeldnet: do more faithful conversion from AddrPort to UDPAddr
2021-11-10 Robert Griesemercmd/compile/internal/types2: remove structuralString...
2021-11-10 Robert Griesemercmd/compile/internal/types2: slightly relax notion...
2021-11-10 Dan Scalescmd/compile: don't do Resolve on OKEY identifiers durin...
2021-11-10 Paschalis Tsiliascmd/go: add 'go mod vendor -o' flag
2021-11-10 Michael Anthony... runtime: rewrite TestPhysicalMemoryUtilization
2021-11-10 emahirointernal/cache: document 'go clean -fuzzcache' in README
2021-11-10 Robert Griesemercmd/compile/internal/types2: refer to structural rather...
2021-11-10 Robert Griesemercmd/compile/internal/types2: move some functions into...
2021-11-10 Robert Findleygo/doc: don't treat functions returning type parameters...
2021-11-10 Robert Griesemercmd/compile/internal/types2: rename structure to struct...
2021-11-10 Robert Griesemercmd/compile/internal/types2: use type variables consist...
2021-11-10 Robert Griesemerdoc: make a copy of the latest Go 1.17 spec
2021-11-10 Hajime Hoshiruntime: fix unworkable comments for go:nosplit
2021-11-10 Robert Findleygo/parser: allow parsing aliases with type parameters
2021-11-10 Robert Findleygo/types: disallow type cycles through type parameter...
2021-11-10 Robert Griesemercmd/compile/internal/types2: disallow type cycles throu...
2021-11-10 Robert Griesemercmd/compile/internal/types2: rename Checker.cycle to...
2021-11-10 Robert Findleygo/types: rename Checker.cycle to Checker.validCycle
2021-11-10 Robert Findleygo/types: remove most asX converters (cleanup)
2021-11-09 Illirgwaymime: keep parsing after trailing semicolon
2021-11-09 Michael Matloobcmd/go: add go work sync command
2021-11-09 Robert Findleygo/types: report error for incomplete struct composite...
2021-11-09 Robert Findleygo/types: don't return an array type with invalid length
2021-11-09 Michael Matloobcmd/go: add workspace pruning mode
2021-11-09 Manlio Perillocmd/go/internal/bug: remove duplicate code
2021-11-09 Manlio Perillocmd/dist: wait for exit in bgwait after a fatal error
2021-11-09 Keith Randallencoding/xml: add generic encoding test
2021-11-09 Robert Findleygo/types: clearer object string for type parameters
2021-11-09 David Chasecmd/compile: add line number test for #49436
2021-11-09 Dmitri Shuralyovall: update vendored golang.org/x/tools for Go 1.18...
2021-11-09 Dmitri Shuralyovall: update vendored golang.org/x/crypto for Go 1.18...
2021-11-09 Dmitri Shuralyovall: update vendored golang.org/x/{net,text} for Go...
2021-11-09 Dmitri Shuralyovall: update vendored golang.org/x/{arch,sys,term} for...
2021-11-09 Ian Lance Tayloros: clarify that File.{Read,Write} use the buffer
2021-11-09 Ian Lance Taylorbufio: document that NewWriter can return its argument
2021-11-09 Chaoqun Hancmd/compile: NewSelectorExpr use n.Pos instead of base.Pos
2021-11-09 Robert Findleygo/types: make object test an external test
2021-11-09 Robert Findleygo/types: check non-generic conversions first
2021-11-09 Robert Findleygo/types: minor cleanups in predicates.go
2021-11-09 Clément Chigotcmd/link: fix GCC startfiles names on AIX
2021-11-09 Carl Johnsonnet/http: add MaxBytesHandler
2021-11-09 Russ Coxcmd/go: add //go:embed all:pattern
2021-11-09 Michael Prattruntime: add upper half and carry bit with zero
2021-11-09 Michael Prattruntime/pprof: include labels in profile dump
2021-11-09 Robert Findleycmd/compile/internal/types2: roll-forward removal of...
2021-11-09 Dan Scalescmd/compile: disable doubleCheck and remove unused...
2021-11-09 Robert Findleygo/types: rename is_X predicates back to isX (step...
2021-11-09 Robert Findleygo/types: rename isX predicates to allX, add simple...
2021-11-09 Katie Hockmantesting: remove package from fuzz crasher message
2021-11-09 Cuong Manh Lecmd/go: fix mod_get_direct
next