]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2022-03-01 Cherry Muicmd/compile: use AutogeneratedPos for method value...
2022-03-01 Matthew Dempskytest: workaround codegen bug in typeparam/mdempsky...
2022-03-01 Matthew Dempskycmd/compile/internal/ir: remove unused -G=0 node types
2022-03-01 Matthew Dempskycmd/compile/internal/typecheck: remove unused -G=0...
2022-03-01 Matthew Dempskycmd/compile: remove a bunch of dead noder code
2022-03-01 Matthew Dempskycmd/compile: remove -G flag
2022-03-01 Matthew Dempskyall: avoid use of cmd/compile -G flag in tests
2022-03-01 Matthew Dempskycmd/compile/internal/importer: lazier unified IR importing
2022-03-01 Matthew Dempskycmd/compile: move unified IR's reader2 into importer...
2022-03-01 Keith Randallcmd/compile: use bool->uint8 op instead of copy
2022-03-01 Keith Randallruntime: improve work stealing randomness
2022-03-01 zhouguangyuancmd/compile: avoid generating unreachable branch for...
2022-03-01 Keith Randallcmd/compile: don't panic when printing package-less...
2022-03-01 Matthew Dempskycmd/compile: unified IR support for implicit interfaces
2022-03-01 Matthew Dempskyinternal/pkgbits: extract unified IR coding-level logic
2022-03-01 Matthew Dempskycmd/compile: shuffle and simplify sync markers
2022-03-01 Matthew Dempskycmd/compile: remove unified IR quirks mode
2022-02-28 Carlos Amedeeinternal/goversion: update Version to 1.19
2022-02-28 Michael Matloobcmd/go: make work and work_edit script tests version...
2022-02-28 Tobias Klausercmd/internal/obj/riscv/testdata/testbranch: add //go...
2022-02-28 cuishuangall: fix typos
2022-02-28 Robert Griesemergo/types, types2: fix string to type parameter conversions
2022-02-28 Dan Scalescmd/compile: deal with constructed types that have...
2022-02-28 Matthew Dempskyspec: the -'s possessive suffix is English, not code
2022-02-28 Cherry Muiruntime: avoid cgo_unsafe_args for syscall.syscall...
2022-02-28 Dan Scalescmd/compile: fix case for structural types where we...
2022-02-28 Keith Randallcmd/compile: emit types of constants which are instanti...
2022-02-28 Dmitri ShuralyovCONTRIBUTORS: update for the Go 1.18 release
2022-02-28 Dan Scalestest: add new test case for 51219 that triggers the...
2022-02-26 Keith Randallcmd/compile: ensure dictionary assignment statements...
2022-02-26 Robert Griesemergo/types, types2: report an error for x.sel where x...
2022-02-25 Robert Findleygo/types,types2: revert documentation for Type.Underlying
2022-02-25 Cherry Muiruntime/internal/atomic: set SP delta correctly for...
2022-02-25 Robert Griesemergo/types, types2: delay receiver type validation
2022-02-25 Bryan C. Millsdoc/go1.18: note changes to automatic go.mod and go...
2022-02-25 Tobias Klauserdoc/go1.18: document minimum Linux kernel version
2022-02-25 Robert Griesemerdoc/go1.18: document method set limitation for method...
2022-02-24 Robert Griesemergo/types, types2: method recv type parameter count...
2022-02-24 Robert Griesemergo/types, types2: implement adjCoreType using TypeParam.is
2022-02-24 Bryan C. Millscmd/go: avoid +incompatible major versions if a go...
2022-02-24 Dan Scalescmd/compile: delay all call transforms if in a generic...
2022-02-24 Felix Geisendörferdoc/go1.18: mention runtime/pprof improvements
2022-02-24 Tobias Klauserdoc/go1.18: fix typo in AMD64 port section
2022-02-24 Robert Griesemergo/types, types2: don't crash if comp. literal element...
2022-02-23 Robert Griesemergo/types, types2: generalize cleanup phase after type...
2022-02-23 Robert Griesemergo/types, types2: add "dynamic" flag to comparable...
2022-02-23 Robert Findleygo/types: delete unnecessary slice construction
2022-02-23 Michael Prattdoc/go1.18: drop misplaced period
2022-02-22 Martin Suchanet: document methods of Buffers
2022-02-22 Cherry Muidoc/go1.18: correct "go build -asan" HTML tag
2022-02-22 Russ Coxcrypto/x509, runtime: fix occasional spurious “certific...
2022-02-21 Alberto Donizettidoc/go1.18: fix a few small typos, add a few commas
2022-02-20 hopehookencoding/xml: embedded reference to substruct causes...
2022-02-19 hopehooktestdata: fix typo in comment
2022-02-19 Nick Sherrondoc/go1.18: fix grammar error
2022-02-19 George Looshchstrings: fix typo in comment
2022-02-18 Russ Coxdoc/go1.18: document Go 1.17 bootstrap and //go:build fix
2022-02-18 Cherry Muiruntime: save some stack space for racecall on ARM64
2022-02-18 Cherry Muiruntime: define racefuncenter and racefuncexit as ABIIn...
2022-02-18 Cherry Muireflect: call ABIInternal moveMakeFuncArgPtrs on ARM64
2022-02-18 Dan Scalescmd/compile: fix importers to deal with recursion throu...
2022-02-16 Bryan C. Millsos: eliminate arbitrary sleep in Kill tests
2022-02-16 Bryan C. Millscmd/go/internal/modload: set errors for packages with...
2022-02-16 Daniel Theophanesdatabase/sql: make WAIT tests more robust, rely on...
2022-02-16 Bryan C. Millstesting: panic in Fuzz if the function returns a value
2022-02-16 Michael Matloobcmd/go: set go.work path using GOWORK, and remove ...
2022-02-15 Ian Lance Taylortime: document that Parse truncates to nanosecond precision
2022-02-15 Ian Lance Taylornet: increase maximum accepted DNS packet to 1232 bytes
2022-02-15 Ian Lance TaylorRevert "net: send EDNS(0) packet length in DNS query"
2022-02-15 Bryan C. Millscmd/go: in workspace mode, resolve replacements relativ...
2022-02-15 alex.schadecmd/go/internal/modfetch: avoid leaking a lockedfile...
2022-02-15 Michael Prattruntime: enable sigPerThreadSyscall handling on android
2022-02-15 Michael Prattruntime, syscall: reimplement AllThreadsSyscall using...
2022-02-15 Michael Prattruntime/internal/syscall: new package for linux
2022-02-15 Michael Prattruntime: move doAllThreadsSyscall to os_linux.go
2022-02-15 Robert Findleygo/types, types2: add tests for literals in type parame...
2022-02-15 Robert Findleygo/parser, go/printer: fix parsing of ambiguous type...
2022-02-14 Keith Randallcmd/compile: drop column info when line number saturates
2022-02-14 Cherry Muicmd/compile: correct type of pointer difference on...
2022-02-14 Bryan C. Millsnet: in TestNotTemporaryRead, do not assume that a...
2022-02-14 Keith Randallcmd/go: enable file shortening for lines starting with \t
2022-02-14 Jeremy Fallerdoc/go1.18: remove ppc regabi TODO as it's in the compi...
2022-02-14 Bryan C. Millscmd/gofmt: limit to 200 concurrent file descriptors
2022-02-14 Michael Matloobcmd/go: have go work init use the -workfile flag
2022-02-14 Damien Neilnet/http: deflake request-not-written path
2022-02-14 Robert Findleygo/types, types2: no need to revert tparam renaming...
2022-02-14 Robert Griesemerspec: highlight missing prose for easier review, fixed...
2022-02-14 Robert Findleygo/types, types2: avoid infinitely recursive instantiation
2022-02-13 Ian Lance Taylortest: add notinheap test that caused a gofrontend crash
2022-02-13 Robert Griesemergo/types, types2: add additional tests using core types...
2022-02-12 Robert Griesemergo/types, types2: unify core types for unbound type...
2022-02-12 Ian Lance Taylornet: send EDNS(0) packet length in DNS query
2022-02-11 Robert Griesemergo/types, types2: better error message for invalid...
2022-02-11 Cherry Muicmd/compile, runtime: use unwrapped PC for goroutine...
2022-02-11 Bryan C. Millsruntime: skip TestSegv/SegvInCgo failures with "runtime...
2022-02-11 Michael Matloobcmd/go: support workspaces in vet
2022-02-11 Bryan C. Millsruntime: update TestGdbBacktrace skips for known GDB...
2022-02-11 Robert Griesemerspec: combine section on type parameters and type param...
2022-02-11 Robert Griesemerspec: add a section on implementing an interface
2022-02-11 Jonathan Amsterdamgo/doc: mark comparable predeclared
next