]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-12-21 Ian Lance Taylorcmd/link: use SHT_INIT_ARRAY for .init_array section
2021-12-21 Jing维reflect: update relative path in comment
2021-12-21 Reilly Watsonnet/http: fix link to ResponseWriter trailer example
2021-12-21 “kinggo”runtime: typo fix cyle -> cycle
2021-12-21 Cherry Muiruntime: check the correct environment variable in...
2021-12-20 Andrew LeFevrenet/netip: add a fuzz test
2021-12-20 Ian Lance Taylorcmd/doc: don't log on constraint type elements
2021-12-20 Dan Kortschakall: fix spelling errors found by misspell
2021-12-20 Cherry Muicmd/internal/obj/riscv: mark stack bounds check prologu...
2021-12-20 Robert Griesemergo/types: better error message when using comparable...
2021-12-20 Robert Griesemergo/types, types2: delay "does not satisfy comparable...
2021-12-19 clamyangruntime: mgc.go typo fix: becuse -> because
2021-12-17 Cherry Muicmd/link: force eager binding when using plugins on...
2021-12-17 Ian Lance Taylordoc/go1.18: document union element restriction
2021-12-17 Robert Griesemerspec: describe constraint parsing ambiguity and work...
2021-12-17 Robert Griesemerspec: clarify that comparable cannot be a union element
2021-12-17 Bryan C. Millsnet: lengthen arbitrary SetDeadline timeout by a few...
2021-12-17 Bryan C. Millsos/exec: skip TestContextCancel on netbsd/arm64
2021-12-17 Robert Griesemergo/types, types2: use compiler error message for undefi...
2021-12-17 Robert Griesemercmd/compile/internal/types2: better error message when...
2021-12-17 Robert Griesemercmd/compile/internal/syntax: fix parsing of type parame...
2021-12-16 Michael Matloobcmd/go: update go work docs
2021-12-16 Dan Scalescmd/compile: only avoid escaping package paths for...
2021-12-16 Andre Marianiellocmd/go/internal/vcs: prevent Git signatures from breaki...
2021-12-16 Bryan C. Millsmisc/cgo/testcarchive: log command output more consistently
2021-12-16 Bryan C. Millsnet/http/pprof: skip TestDeltaProfile on openbsd/arm
2021-12-16 Bryan C. Millscmd/go: add missing cgo condition in TestScript/mod_lis...
2021-12-16 Michael Matloobcmd/go: examine dependencies of main modules in workspa...
2021-12-16 zhouguangyuanreflect: fix name of type parameter
2021-12-16 Keith Randallcmd/compile: don't re-typecheck while importing
2021-12-16 Keith Randallcmd/compile: upgrade ssa to do (int or float) -> complex
2021-12-15 Dan Scalestest: add simpler test for issue 50109
2021-12-15 Bryan C. Millsnet: increase timing slop in TimeoutFluctuation tests...
2021-12-15 Bryan C. Millsnet: skip Lookup tests of external hosts on builders...
2021-12-15 Robert Griesemercmd/compile/internal/types2: record types for union...
2021-12-15 Robert Griesemercmd/compile/internal/types2: externalize union type...
2021-12-15 Cherry Muicmd/compile: correct type identity comparison with...
2021-12-15 Jakub Čajkamisc/cgo/testshared: increase size limit in size check
2021-12-15 Jakub Čajkamisc/cgo/testshared: pass -x flag only to commands...
2021-12-15 ichxxxall: fix typo in comment
2021-12-15 Hanadoc/go1.18: discuss embedded build info compatibility
2021-12-15 Bryan C. Millsnet: eliminate arbitrary timeout in TestVariousDeadlines
2021-12-15 Ian Lance Taylordoc/go1.18: mention that embedding a type parameter...
2021-12-15 MoZhonghuaruntime/cgo: fix signature of crosscall_amd64 in comment
2021-12-14 Brad Fitzpatrickdoc/go1.18: fix an unclosed anchor
2021-12-14 Olivier Menguédoc: fix typo in 1.18 release notes for package testing
2021-12-14 Robert Findleygo/types: record types for union subexpressions
2021-12-14 Robert Findleygo/types: externalize union type sets
2021-12-14 Ian Lance Taylordoc/go1.18: add caution about use of generics in production
2021-12-14 Cherry Muidoc/go1.18: move debug/buildinfo to core library section
2021-12-14 Austin Clementsos: enable TestClosedPipeRace* on FreeBSD
2021-12-14 Bryan C. Millstesting: retry spurious errors from RemoveAll for temp...
2021-12-14 Michael Matloobdoc: update go1.18 release notes with a blurb about...
2021-12-14 Cherry Muiapi: promote next to go1.18 go1.18beta1
2021-12-14 Cherry Muidoc/go1.18: remove residual TODOs
2021-12-14 Russ Coxcmd/compile: fix any in -G=0 mode
2021-12-14 Robert Griesemergo/types, types2: record (top-level) union types
2021-12-14 Dan Scalescmd/compile: fix case where we didn't delay transformAs...
2021-12-13 Dan Scalescmd/compile: avoid re-instantiating method that is...
2021-12-13 Cherry Muicmd/internal/obj: fix tail call in non-zero frame leaf...
2021-12-13 Bryan C. Millsnet/http: revert h2_bundle.go formatting change from...
2021-12-13 Katie Hockmancmd/go: document -fuzzminimizetime
2021-12-13 Than McIntoshcmd/compile/internal/amd64: fix for coverage testing
2021-12-13 Katie Hockmantesting: update docs for fuzzcachedir
2021-12-13 Russ Coxall: gofmt -w -r 'interface{} -> any' src
2021-12-13 Robert Griesemerspec: fix conversion rules (match implementation)
2021-12-13 Bryan C. Millsnet: refactor TestWriteToTimeout
2021-12-13 Bryan C. Millsnet: create unix sockets in unique directories
2021-12-13 Bryan C. Millsnet: pass a testing.TB to newLocal* helpers
2021-12-13 Paul E. Murphycmd/asm,cmd/compile: fix tail call in leaf functions...
2021-12-13 Bryan C. Millsnet: don't check "invalid.invalid" lookup errors in...
2021-12-13 Bryan C. Millsnet: do not try to remove the LocalAddr of a unix socket
2021-12-13 Bryan C. Millsnet: remove erroneous Dial check in TestListenerClose
2021-12-13 Dan Scalescmd/compile: fix identity case relating to 'any' and...
2021-12-12 Matt Layhernet/netip: make Prefix.MarshalText format 4-in-6 IPs...
2021-12-12 Austin Clementsos: document error returned by pending I/O operations...
2021-12-12 Austin Clementsruntime: run gdb with a timeout for TestGdbBacktrace
2021-12-12 Austin Clementstestenv: kill subprocess if SIGQUIT doesn't do it
2021-12-12 Austin Clementstestenv: abstract run-with-timeout into testenv
2021-12-12 Brad Fitzpatricknet/netip: make AddrPort.MarshalText format 4-in-6...
2021-12-12 Brad Fitzpatricknet/netip: fix formatting of IPv4-in-6 address with...
2021-12-10 Tim Kingdoc: document cmd/vet changes for 1.18 release
2021-12-10 Bryan C. Millsnet: ignore EADDRINUSE errors when dialing to IPv4...
2021-12-10 Hossein Zolfigo/types: remove TODO that is no longer relevant
2021-12-09 Matthew Dempskycmd/compile: preserve 'any' type alias in unified IR
2021-12-09 Jason7602cmd/compile: fix type error reported on the wrong line
2021-12-09 Bryan C. Millscrypto/x509: skip known TestSystemVerify flakes on...
2021-12-09 Filippo Valsordanet/http: update bundled golang.org/x/net/http2
2021-12-09 Julie Qiucmd/go: use -count=1 in test_fuzz_chatty.txt
2021-12-09 Russ Coxsyscall: avoid writing to p when Pipe(p) fails
2021-12-09 Russ Coxsyscall: fix ForkLock spurious close(0) on pipe failure
2021-12-08 Robert Findleydoc: document the new types.Config.GoVersion field
2021-12-08 Michael Prattruntime/pprof: increase systemstack calls in TestLabelS...
2021-12-08 Heschi Kreinickcmd/api: run half as many go list calls in parallel
2021-12-08 Robert Findleydoc: document cmd/vet changes for generics in 1.18
2021-12-08 David Chasecmd/compile: try to preserve IsStmt marks from OpConvert
2021-12-08 Dan Scalesdoc: add in release note about compiler being roughly...
2021-12-08 Dan Scalestest: add extra typeswitch tests that cause duplicate...
2021-12-08 Michael Matloobcmd/go: fix hang in workspaces
2021-12-08 Robert Findleycmd/compile/internal/types2: sort to reduce computation...
next