]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2021-12-03 Austin Clementscmd/compile/abi-internal: mention SSE restriction on...
2021-12-03 Austin Clementsdoc/go1.18: catch up with runtime/compiler commits...
2021-12-03 Sean Liao.github: use multiple issue templates
2021-12-03 Katie Hockmandoc/go1.18: mention fuzzing in the release notes
2021-12-03 Austin Clementsdoc/go1.18: reorganize runtime/compiler a little
2021-12-03 Dan Scalestest: re-enable a bunch of tests with types2
2021-12-03 Felix Geisendörferruntime: fix missing pprof labels
2021-12-03 Bryan C. Millsos: test that LookupEnv reports all keys found in Environ
2021-12-03 Ian Lance Taylorbuiltin: document "any" and "comparable"
2021-12-03 Cherry Muicmd/compile: set PPC64's MAXWIDTH as other architectures
2021-12-02 Cherry Muiruntime/race: rebuild darwin syso to work around macOS...
2021-12-02 Ian Lance Taylordoc/go1.18: mention new -asan option
2021-12-02 Shang Jian... crypto/x509: fix comments on certDirectories
2021-12-02 Jeremy Fallerdoc/go1.18: remove some TODOs for changes we aren't...
2021-12-02 Jeremy Fallerdoc/go1.18: add docs on FieldByIndexErr
2021-12-02 Jeremy Fallerdoc/go1.18: add docs on new reflect.Value methods
2021-12-02 Jeremy Fallerdoc/go1.18: add docs on MapIter.Reset
2021-12-02 Jeremy Fallerdoc/go1.18: add docs on User.GroupIds
2021-12-02 Jeremy Fallerdoc/go1.18: add docs on Cookie.Valid
2021-12-02 Jeremy Fallerdoc/go1.18: add deprecation note for net.Error.Temporary
2021-12-02 Jeremy Fallerdoc/go1.18: add Conn.NetConn documentation to crypto...
2021-12-02 Jeremy Fallerdoc/go1.18: add constraints package documentation
2021-12-02 Jeremy Fallerdoc/go1.18: add information on new pacer.
2021-12-02 Dan Scalescmd/compile: report channel size errors correctly for...
2021-12-02 Jeremy Fallerdoc/go1.18: add short-circuit evaluation for text/template
2021-12-02 Robert Findleyall: update vendored golang.org/x/tools
2021-12-02 Michael Anthony... runtime: break out new minimum heap size into a goexper...
2021-12-02 Changkun Oumisc/ios: bump min version
2021-12-02 Austin Clementsruntime: print errno on clock_gettime failure on OpenBSD
2021-12-02 Dan Scalescmd/compile: fix case where g.curDecl should be saved...
2021-12-02 Bryan C. Millsnet: remove arbitrary deadlines in PacketConn tests
2021-12-02 Bryan C. Millsos/exec: in TestContextCancel, dump goroutines on failure
2021-12-01 Cherry Muidoc/go1.18: mention stack trace change
next