]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
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...
2021-12-08 Robert Findleygo/types: sort to reduce computational complexity of...
2021-12-08 Austin Clementsdoc/go1.18: clarify additions to net package API
2021-12-08 Russ Coxbuild: for default bootstrap, use Go 1.17 if present...
2021-12-08 Rhys Hiltnerruntime: fix flake in TestCgoPprofThread
2021-12-08 Bryan C. Millsnet/smtp: skip TestTLSSClient on all freebsd platforms
2021-12-08 Bryan MillsRevert "net: in (*netFD).dial, use the passed in local...
2021-12-08 Bryan C. Millsdebug/buildinfo: update test for CL 369977
2021-12-08 Russ Coxcmd: go get golang.org/x/tools@fd2bfb7 (Dec 7 2021)
2021-12-08 Ian Lance Taylordoc/go1.18: move fuzzing to tools section
2021-12-08 Hanacmd/go: fix references to old `go mod editwork`
2021-12-08 Michael PrattRevert "build: for default bootstrap, use Go 1.17 if...
2021-12-07 Michael Prattruntime/pprof: assert that labelHog samples are always...
2021-12-07 Michael Prattruntime/pprof: consume tag for first CPU record
2021-12-07 Dan Scalescmd/compile: deal with unsatisfiable type assertion...
2021-12-07 Austin Clementsdoc/go1.18: mention bytes.Cut and strings.Cut
2021-12-07 Austin Clementsdoc/go1.18: drop TODO for "Changes to the language"
2021-12-07 Katie Hockmancmd/go: fix flaky test
2021-12-07 Katie Hockmaninternal/fuzz: handle unrecoverable errors during minim...
2021-12-07 Russ Coxcmd/link, cmd/go: make version info easier to extract
2021-12-07 Russ Coxbuild: for default bootstrap, use Go 1.17 if present...
2021-12-07 Bryan C. Millscmd/go: add missing cgo conditions in script tests
2021-12-07 Jeremy Fallerdoc/go1.18: add docs for -count when benchmarking
2021-12-07 Bryan C. Millsnet/http: remove arbitrary timeout in TestServerHijackG...
2021-12-07 Michael Anthony... runtime: fix comments on the behavior of SetGCPercent
2021-12-07 Bryan C. Millscmd/go: fix tests broken in CL 358539
2021-12-07 Bryan C. Millsnet: in (*netFD).dial, use the passed in local address...
2021-12-07 Cherry Muicmd/dist: enable plugin test on Linux/ARM64
2021-12-07 Michael Anthony... runtime: clean up redundant calls to SetGCPercent in...
2021-12-07 Dmitri Shuralyovmisc/cgo/testplugin: remove skip in TestIssue25756pie
2021-12-06 Michael Anthony... runtime: call runtime.GC in several tests that disable GC
2021-12-06 Bryan C. Millsnet: clarify that conn.LocalAddr and conn.RemoteAddr...
2021-12-06 Bryan C. Millslog/syslog: create unix sockets in unique directories
2021-12-06 Jeremy Fallerdoc/go1.18: add new sync.[RW]Mutex methods
2021-12-06 Jeremy Fallerdoc/go1.18: add changes to strconv.Unquote to release...
2021-12-06 Jeremy Fallerdoc/go1.18: add docs for js.Wrapper's removal
2021-12-06 Jeremy Fallerdoc/go1.18: add changes to regexp to release notes
2021-12-06 Austin Clementsdoc/go1.18: minor tweaks to generics section
2021-12-06 millersrc/cmd/go/internal/work: lock Builder output mutex...
2021-12-06 Michael Anthony... runtime: set iOS addr space to 40 bits with incremental...
2021-12-06 Roi Martincmd/go: update "go help doc" docs
2021-12-06 Austin Clementsdoc/go1.18: cite CLs for more efficient scavenging
2021-12-06 Robert Findleygo/types, types2: unexport NewTypeList
2021-12-06 zhouguangyuanall: update vendored golang.org/x/sys
2021-12-05 Ian Lance Taylortest/ken/slicearray.go: correct type width in comment
2021-12-04 Ian Lance Taylordoc/go1.18: use correct link for reflect.PointerTo
2021-12-04 Jeremy Fallerdoc/go1.18: add docs for SysProcAttr.Pdeathsig
2021-12-04 Robert Griesemerdoc/go1.18: expand section on generics
2021-12-04 Robert Griesemerdoc/go1.18: add documentation for changes to go/types
2021-12-04 Robert Griesemerdoc/go1.18: add documentation for changes to go/ast
2021-12-04 Robert Griesemerdoc/go1.18: add documentation for changes to go/token
2021-12-04 Robert Griesemerdoc/go1.18: add documentation for changes to go/constant
2021-12-03 Keith Randalltest: add test of select inside generic function
2021-12-03 Hossein Zolfidoc/go1.18: change github.com/golang/go/issues to golan...
next