]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2022-02-11 Robert Griesemerspec: describe processing of function arguments for...
2022-02-11 Kevin Burkedoc: fix spelling error in link ID
2022-02-11 Robert Griesemerspec: introduce notion of basic interface, misc. fine...
2022-02-11 Robert Griesemerspec: use the term "generic" rather than "(type-)parame...
2022-02-11 Robert Griesemerspec: adjust rules to use core or specific types as...
2022-02-10 Suvaditya Surabi-internal: Fix typo in register assignment documentation
2022-02-10 Robert Griesemerspec: move all sections describing type properties...
2022-02-10 Robert Griesemerspec: document numeric operations behavior for generic...
2022-02-10 Michael Matloobcmd/go: mention go.work when local path outside modules...
2022-02-10 Michael Anthony... runtime: make piController much more defensive about...
2022-02-10 Bryan C. Millsruntime/pprof: remove arbitrary sleeps in TestBlockProfile
2022-02-10 Russ Coxregexp/syntax: reject very deeply nested regexps in...
2022-02-10 Carlos Amedeedoc/go1.18: remove some TODOs for changes we aren't...
2022-02-10 Michael Anthony... runtime: simplify histogram buckets considerably
2022-02-09 Robert Griesemergo/types, types2: rename structuralType/String to coreT...
2022-02-09 Tamir Dubersteinsyscall: use RLIMIT_CPU instead of RLIMIT_NOFILE
2022-02-09 Robert Griesemergo/types, types2: better error messages for append
2022-02-09 Robert Griesemerspec: document behavior of generic type switch cases
2022-02-09 Robert Griesemerspec: the type of a constant cannot be a type parameter
2022-02-09 Robert Griesemerspec: use "core type" rather than "structural type"
2022-02-09 Eric Lagergrencrypto/aes: fix key size typo
2022-02-09 Carlos Amedeedoc/go1.18: update Go 1.18 release note TODOs using...
2022-02-09 Bryan C. Millsnet: fix a race in TestLookupContextCancel
2022-02-09 Bryan C. Millsruntime/debug: replace (*BuildInfo).Marshal methods...
2022-02-09 Meng Zhuoruntime: AES maphash scramble 3 times on 386
2022-02-09 Robert Griesemerdoc/go1.18: document behavior of go/types predicates...
2022-02-08 Cherry Muicmd/dist: test cgo internal linking on darwin-arm64
2022-02-08 Sean Liaonet/smtp: match actual behavior for Auth.Start
2022-02-08 Adrian Heskethos: add examples for Mkdir and MkdirAll
2022-02-08 Robert Griesemergo/types, types2: AssertableTo is undefined for general...
2022-02-08 Cherry Muiruntime: fix an error message in TestCrashDumpsAllThreads
2022-02-08 Ian Lance Taylorruntime: restore old mp.fastrand initialization
2022-02-08 Ian Lance Taylorbytes, strings: mention Cut in docs for Split and SplitN
2022-02-08 Robert Griesemerspec: explicitly define integer, floating-point, and...
2022-02-08 Ian Lance Taylorbuiltin: clarify that interface types do not implement...
2022-02-08 Bryan C. Millsruntime: skip TestGdbBacktrace flakes matching a known...
2022-02-08 pierwillcmd/compile: correct doc comment name for OrderedOrEqual
2022-02-08 Bryan C. Millscmd/go: remove deleted subdirectories in 'go work use'
2022-02-08 Daniel Martímisc/reboot: don't use symlinks when copying GOROOT/src
2022-02-08 Daniel Martícrypto/elliptic: use go:embed for the precomputed p256...
2022-02-07 Josh Bleecher... doc/go1.18: mention linker improvements
2022-02-07 Robert Findleygo/parser: fix incorrect resolution of receiver type...
2022-02-07 Robert Griesemergo/types, types2: ensure we have an interface before...
2022-02-07 Robert Griesemergo/types, types2: record correct argument type for...
2022-02-07 Ian Lance Taylorruntime: don't assume that 0.25 * 100 is representable...
2022-02-07 Ian Lance Taylordoc/go1.18: mention new x/exp generic packages
2022-02-07 Bryan C. Millsmisc/cgo: fix aliasing bugs in parallel tests that...
2022-02-07 Than McIntoshtest: apply GO_TEST_TIMEOUT_SCALE scaling to test timeouts
2022-02-07 Ian Lance Tayloros: don't repeat dir argument in CreateTemp error
2022-02-07 Benny Siegertcmd/dist: skip internal linking tests on arm64
2022-02-05 Ian Lance Taylorruntime: change sys.PtrSize to goarch.PtrSize in comments
2022-02-04 Robert Griesemergo/types, types2: use identical missingMethod in both...
2022-02-04 Robert Griesemergo/types, types2: always use missingMethodReason in...
2022-02-04 Robert Griesemergo/types, types2: simplify Checker.typeAssertion, use...
2022-02-04 Robert Griesemergo/types, types2: simplify missingMethodReason
2022-02-04 Robert Griesemergo/types, types2: fix bug in types2.MissingMethod
2022-02-04 Robert Griesemergo/types, types2: remove superflous type parameter...
2022-02-04 Robert Griesemergo/types, types2: use same method lookup code in both...
2022-02-04 Robert Griesemergo/types, types2: better error messages for expression...
next