]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2022-02-04 Robert Griesemergo/types, types2: better error messages for comparisons
2022-02-04 Katie Hockmaninternal/fuzz: change meaning of "total" in output
2022-02-04 Katie Hockmantesting: remove TODO and link to fuzz docs
2022-02-04 Brandon Bennettcmd/go: preserve LIBRARY_PATH and C_INCLUDE_PATH for...
2022-02-04 Ian Lance Taylorcmd/go: accept "-F dir" in compiler flags
2022-02-04 Kevin Burkeinternal/nettrace: fix spelling error
2022-02-04 Robert Findleygo/parser, go/types: don't parse type parameters on...
2022-02-03 Keith Randallcmd/compile: restrict generics test to -G=3
2022-02-03 Ian Lance Taylormisc/cgo/test: disable unhelpful GCC warning
2022-02-03 Roland Shoemakercrypto/x509: support NumericString in DN components
2022-02-03 Keith Randallcmd/compile: ensure size is computed for shape types
2022-02-03 Filippo Valsordacrypto/elliptic: make IsOnCurve return false for invali...
2022-02-03 Roland Shoemakerdoc/go1.18: add crypto/x509 verifier notes
2022-02-03 Michael Prattruntime: regression test for issue 50936
2022-02-03 Bryan C. Millsruntime: skip TestSegv failures with "morestack on...
2022-02-03 Bryan C. Millscmd/go/internal/modfetch: do not short-circuit canonica...
2022-02-03 Robert Griesemergo/types, types2: shorter list for 2nd phase of functio...
2022-02-03 Bryan C. Millsnet: remove an arbitrary timeout in TestUDPReadSizeError
2022-02-03 Bryan C. Millscmd/go: fail 'go work' subcommands with a more helpful...
2022-02-03 Bryan C. Millscmd/go/internal/modload: skip deleted entries in Update...
2022-02-03 Ian Lance Taylornet/netip: correct ipv6 address in ParsePrefix comment
2022-02-03 Ian Lance Taylorconstraints: remove package
2022-02-03 Filippo Valsordacrypto/ecdsa,crypto/elliptic: update docs and spec...
2022-02-02 Filippo Valsordadoc/go1.18: add crypto/tls, crypto/x509, and crypto...
2022-02-02 Ian Lance Taylorruntime: update _defer comment to not mention freedefer
2022-02-02 Robert Findleygo/types, types2: add a const to control recursion...
2022-02-02 pierwillcmd/compile: edit README
2022-02-02 Katie Hockmaninternal/fuzz: small cleanups
2022-02-01 Ian Lance Taylorcmd/go: document that GOENV=off disables the default...
2022-02-01 Bryan C. Millscmd/go: add detail to test failures
2022-02-01 Bryan C. Millscmd/go: fix relative-path normalization in go.work...
2022-02-01 Bryan C. Millscmd/go: add missing newlines in TestScript '? cmp'...
2022-02-01 Robert Griesemerdoc/go1.18: explain changes to compiler error messages
2022-02-01 Robert Griesemerdoc/go1.18: document restrictions for real, imag, complex
2022-02-01 Dan Scalesgo/types, types2: tweak missingMethodReason logic to...
2022-02-01 Roland Shoemakerinternal/fuzz: properly handle duplicates during cache...
2022-02-01 Bryan C. Millscmd/go/internal/workcmd: fix typo in help string
2022-02-01 Robert Griesemerspec: add section on comparable constraint
2022-02-01 Robert Griesemergo/types, types2: disallow real, imag, complex on type...
2022-01-31 Robert Griesemergo/types, types2: fix unification code for defined...
2022-01-31 Ian Lance Taylorcmd/go: update go work edit -json types to final version
2022-01-31 Michael PrattRevert "runtime: normalize sigprof traceback flags"
2022-01-31 doujiang24runtime: mgcmark.go typo fix: gorountine -> goroutine.
2022-01-31 Robert Griesemergo/types, types2: fix implements and identical predicates
2022-01-31 Bryan C. Millscmd/go: rewrite TestScript/cgo_stale_precompiled to... go1.18beta2
2022-01-30 zhouguangyuancmd/go: fix error message when missing import
2022-01-29 Ian Lance Taylordoc/go1.18: mention new debug/dwarf DataBitOffset fields
2022-01-29 Mark Pulfordcmd/go: correct -trimpath docs for the standard library
2022-01-28 Ian Lance Taylordoc/go1.18: in workspace mode doc, link to "go work...
2022-01-28 Robert Griesemergo/types, types2: delete TypeList.String
2022-01-28 Robert Griesemergo/types, types2: remove Qualifier parameter from Check...
2022-01-28 Robert Griesemergo/types, types2: use Checker.implements in operand...
2022-01-28 Robert Griesemergo/types, types2: better error reporting for Checker...
2022-01-28 Robert Griesemerspec: add section on type inference
2022-01-28 Than McIntoshdebug/dwarf: fix problems with handling of bit offsets...
2022-01-28 Robert Griesemergo/types, types2: delete _TypeSet.includes - not used...
2022-01-27 Katie Hockmanmath/big: prevent overflow in (*Rat).SetString
2022-01-27 Robert Findleygo/types: update interface receivers after substituting
2022-01-27 Matthew Dempskygo/types, cmd/compile: fix composite literal structural...
2022-01-27 David Chasecmd/compile: remove incorrect arm,arm64 CMP->CMN transf...
2022-01-27 Roland Shoemakerinternal/fuzz: centralize corpus entry addition
2022-01-27 Dan Scalescmd/compile: add missing shape check in (*Tsubster...
2022-01-27 Matthew Dempskycmd/compile: support structural typing in unified IR
2022-01-26 Robert GriesemerRevert "spec: document the underlying type of comparable"
2022-01-26 Robert Griesemergo/types, types2: clean up the set up of error, comparable
2022-01-26 Robert Griesemergo/types, types2: print underlying type of comparable...
2022-01-26 Russ Coxdoc/go1.18: note short-circuit and/or in html/template
next