]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-11-16 Alessandro... debug/pe,debug/macho: add support for DWARF5 sections
2021-11-16 Michael Matloobcmd: pull in golang.org/x/mod@3a5865c
2021-11-16 Michael Prattruntime: get tracking time only when needed
2021-11-16 Robert Findleygo/types, types2: improve error messages referencing any
2021-11-16 Cuong Manh Lecmd/compile: prevent irgen crashing for empty local...
2021-11-16 Robert Findleygo/types: remove asTypeParam and simplify some code
2021-11-16 Robert Findleygo/types: remove structuralString in favor of inlined...
2021-11-16 Robert Findleygo/types: slightly relax notion of structural type
2021-11-16 Robert Findleygo/types: refer to structural rather than single underl...
2021-11-16 Robert Findleygo/types: move some functions into different files...
2021-11-16 Robert Findleygo/types: rename structure to structuralType
2021-11-16 Robert Findleygo/types: use type variables consistently in Checker...
2021-11-16 Robert Findleyall: update vendored golang.org/x/tools
2021-11-16 Alberto Donizetticmd/go: don't try to print build info of non-Go binaries
2021-11-16 Robert Griesemercmd/compile/internal/types2: re-use type hashing logic...
2021-11-16 Robert Griesemercmd/compile/internal/types2: refactor the Context type...
2021-11-16 Robert Griesemercmd/compile/internal/types2: use Identical to verify...
2021-11-16 Keith Randalldoc: mention generics in release notes
2021-11-16 Ian Lance Taylorsync: in TryLock try to acquire mutex even if state...
2021-11-16 jiahua wangdoc/go1.18: add AppendRune doc
2021-11-15 Alessandro... debug/dwarf: better error message when reading absent...
2021-11-15 Robert Griesemercmd/compile/internal/types2: add test for imported...
2021-11-15 Robert Griesemercmd/compile/internal/types2: use "implements" rather...
2021-11-15 Robert Griesemercmd/compile/internal/types2: remove unneccesary tests...
2021-11-15 Robert Griesemercmd/compile/internal/types2: implement Checker.implements
2021-11-15 Robert Griesemercmd/compile/internal/types2: better position for invali...
2021-11-15 Robert Griesemercmd/compile/internal/types2: better position for "3...
2021-11-15 Robert Griesemercmd/compile/internal/types2: move match function to...
2021-11-15 Robert Griesemercmd/compile/internal/types2: allow slicing for operands...
2021-11-15 Robert Griesemercmd/compile/internal/types2: optimize common case in...
2021-11-15 Robert Griesemergo/types, types2: copy implicit bit in interface substi...
2021-11-15 Keith Randallcmd/compile: error when using internal type declaration...
2021-11-15 Robert Findleycmd/compile/internal/types2: add a check for nil reason...
2021-11-15 Robert Findleygo/types: return an error message from Checker.genericType
2021-11-15 Robert Findleygo/types: assign error codes to new errors for Go 1.18
2021-11-15 Dan Scalescmd/compile: fix position info for implicit nodes due...
2021-11-15 Michael Anthony... runtime: fix released bytes accumulation in bg scavenger
2021-11-15 Cherry Muicmd/compile, runtime: mark R1 as clobbered for write...
2021-11-14 Keith Randallcmd/compile: ensure we replace package placeholder...
2021-11-14 Keith Randalldoc: document GOAMD64 environment variable
2021-11-13 Robert Griesemercmd/compile/internal/types2: simplify under() and fix...
2021-11-13 Michael Matloobcmd/go: remove remaining uses of TODOWorkspaces
2021-11-13 Robert Findleygo/types: return an error from Instantiate on incorrect...
2021-11-13 Robert Findleygo/types: add a test for Context deduplication of hash...
2021-11-13 Robert Findleytest: fix longtest failures on fixedbugs/issue48471.go
2021-11-13 Robert Findleygo/types: rename types.context to types.environment
2021-11-13 Robert Findleygo/types: don't set a Config.Context if none is provided
2021-11-13 Robert Findleygo/types: when type hashing, canonicalize interfaces
2021-11-13 Robert Findleygo/types: when type hashing, use placeholders for type...
2021-11-13 Robert Findleygo/types: deduplicate signatures with the context
2021-11-13 Robert Griesemercmd/compile/internal/types2: remove tparamIsIface flag...
2021-11-13 Robert Griesemercmd/compile/internal/types2: remove asNamed
2021-11-13 Robert Griesemercmd/compile/internal/types2: remove a review comment...
2021-11-13 Robert Griesemercmd/compile/internal/types2: set tparamsIsIface to...
2021-11-13 Robert Griesemercmd/compile/internal/types2: underlying type of a type...
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...
next