]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2023-06-16 Gopher Robot[release-branch.go1.21] go1.21rc1 go1.21rc1
2023-06-15 Michael Pratt[release-branch.go1.21] all: merge master (b7e7467...
2023-06-15 Meng Zhuotest/codegen: add fsqrt test for riscv64
2023-06-15 Ian Lance Taylortext/template: set variables correctly in range assignment
2023-06-15 qmuntalcmd/api: skip TestIssue29837 when -short is set
2023-06-15 eric fangcmd/asm: fix encoding errors for FMOVD and FMOVS instru...
2023-06-14 Ian Lance Taylorcmd/go: check for errors reading gccgo package list
2023-06-14 Bryan C. Millscmd/go: use gover.Local for $goversion in TestScript
2023-06-14 Michael Pratt[release-branch.go1.21] update codereview.cfg for relea...
2023-06-14 Roland Shoemakercrypto/x509: use synthetic root for platform testing
2023-06-14 Ian Lance Taylorslices: consistently use S ~[]E
2023-06-14 Robert Griesemerspec: explain in which situations function type argumen...
2023-06-14 Qi Xiaosyscall: Fix Getwd on Windows to correctly handle long...
2023-06-14 Achille Rousselnet: fix panic when calling net.Listen or net.Dial...
2023-06-14 Jes Cokinternal/xcoff: remove blank lines after final return...
2023-06-14 Alexander Yastrebovall: fix spelling errors
2023-06-13 Michael Prattall: update vendored dependencies
2023-06-13 Achille Rousselnet: ensure net.Addr values match the connection type...
2023-06-13 Robert Griesemergo/types, types2: fix Hilbert test for stand-alone run
2023-06-13 Russ Coxcmd/dist: more robust cleanup
2023-06-13 Paul E. Murphydoc/go1.21: document GOPPC64=power10 changes
2023-06-13 cui fliterall: fix mismatched symbols
2023-06-13 Russ Coxdatabase/sql: fix flake in TestContextCancelDuringRawBy...
2023-06-13 Russ Coxcmd/internal/obj: make aix/ppc64 builds reproducible
2023-06-13 Josh Rickmarruntime: Use doas -n in TestSUID on OpenBSD
2023-06-13 Eli Benderskysort: comments directing new code to use the slices...
2023-06-13 Robert Griesemerspec: de-emphasize string(int) conversions
2023-06-13 Robert Griesemerspec: document new program initialization process
2023-06-13 Filippo Valsordacrypto/ecdsa: properly truncate P-521 hashes
2023-06-13 Philip Silvaruntime/trace: disable frame pointer unwinding on plan9
2023-06-13 Eli Benderskyslices: add benchmark for IsSorted vs. IntsAreSorted
2023-06-13 Russ Coxcmd/link: fix log formats for log.Fatal calls
2023-06-12 Achille Rousselnet: test net.FileConn and net.FileListener with UDP...
2023-06-12 Michael Prattdoc/go1.21: clean up remaining TODOs
2023-06-12 Russ Coxcmd/dist: do not use user build cache in versioned...
2023-06-12 Keith Randallcmd/compile: use callsite as line number for argument...
2023-06-12 Bryan C. Millscmd/go/internal/modload: address comment and test issue...
2023-06-12 Michael Matloobgo/build: check for invalid import paths again
2023-06-12 Filippo ValsordaRevert "crypto/internal/nistec: refactor scalar multipl...
2023-06-12 Robert Griesemergo/types, types2: use correct reverse inference approach
2023-06-12 Robert Griesemercmd/compile/internal/types2: add missing tests from...
2023-06-12 Robert Griesemergo/types, types2: use inexact unification when unifying...
2023-06-12 chressiedoc/go1.21: fix typo
2023-06-12 Bryan C. Millscmd/go: omit checksums for go.mod files needed for...
2023-06-11 Ian Lance Taylornet/url: correct field name in Redacted doc comment
2023-06-11 Dmitri Shuralyovdoc/go1.21: add heading for cmp package
2023-06-11 Ian Lance Taylorcmp, builtin: document NaN behavior
2023-06-11 Ian Lance Taylorcontext: fix doc tipo (s/timout/timeout)
2023-06-10 Jes Cokruntime: fix typos
2023-06-10 chenguoqisyscall: implement Ptrace{Set,Get}Regs using PTRACE_...
2023-06-09 Michael Matloobcmd/go: don't assume ImportStack always set on PackageError
2023-06-09 Cherry Muicmd/link: mangle certain instantiated function name...
2023-06-09 Filippo Valsordacrypto/tls: make SessionState.Extra a slice of byte...
2023-06-09 qmuntalcmd/go: fix TestScript/gotoolchain* when go.env doesn...
2023-06-09 cui fliterall: fix function names in comments
2023-06-09 Ian Lance Taylornet: update SOCK_CLOEXEC comment
2023-06-09 Ian Lance TaylorRevert "net: remove fallback path in sysSocket"
2023-06-09 Ian Lance Taylordoc/go1.21: remove CL 472195 TODO
2023-06-08 Michael Anthony... runtime: apply looser bound to /gc/heap/live:bytes...
2023-06-08 Damien Neilgo1.21: document crypto/tls additions
2023-06-08 Filippo Valsordadoc/go1.21: more crypto release notes
2023-06-08 qmuntaldoc/go1.21: NOFRAME heuristic changes
2023-06-08 Ian Lance Taylordoc/go1.21: mention NewFile on non-blocking descriptor
2023-06-08 Ian Lance Taylordoc/go1.21: mention html/template.ErrJSTemplate
2023-06-08 Ian Lance Taylordoc/go1.21: mention new cmp package
2023-06-08 Ian Lance Taylordoc/go1.21: run relnotes again
2023-06-08 cuiweixiecmd/compile: typo
2023-06-08 Robert Griesemergo/types: fix method set computation if receiver is...
2023-06-08 Bryan C. Millsgo/printer: error out of Fprint when it would write...
2023-06-07 Damien Neilnet/http: close response body in TestRequestBodyLimit
2023-06-07 Robert Griesemerspec: add temporary note to type inference section
2023-06-07 Michael Anthony... doc/go1.21: add release notes for parent goroutine...
2023-06-07 Ian Lance Taylorinternal/poll: update SOCK_CLOEXEC comment
2023-06-07 Ian Lance TaylorRevert "internal/poll: remove fallback path in accept"
2023-06-07 Bryan C. Millscmd/cover: error out if a requested source file contain...
2023-06-07 Bryan C. Millscmd/cgo: error out if the source path used in line...
2023-06-07 Bryan C. Millscmd/go: fix TestScript/build_cwd_newline with CGO_ENABLED=0
2023-06-07 Cherry Muicmd/dist: disable PGO for toolchain2 build
2023-06-07 Russ Coxcmd/go: fix Script/build_cwd_newline test
2023-06-07 Cuong Manh Lecmd/go: skip TestScript/gccgo_link_ldflags on aix/ppc64
2023-06-07 Robert Griesemergo/types, types2: don't crash when using trace with...
2023-06-06 Damien Neilgo1.21: document net/http.ResponseController.EnableFull...
2023-06-06 Olivier Menguécontext: add godoc links
2023-06-06 Michael Prattruntime: make GODEBUG=dontfreezetheworld=1 safer
2023-06-06 Robert Griesemerspec: clarify min/max rules for numeric arguments ...
2023-06-06 Bryan C. Millscmd/go: disallow package directories containing newlines
2023-06-06 Roland Shoemakercmd/go: enforce flags with non-optional arguments
2023-06-06 Ian Lance Taylorcmd/go,cmd/cgo: in _cgo_flags use one line per flag
2023-06-06 Russ Coxcmd/go: document changes to go test -c and -o
2023-06-06 Russ Coxcmd/go: handle -C properly during toolchain switches
2023-06-06 Russ Coxcmd/go: move switch-only code from select.go to switch.go
2023-06-06 Russ Coxcmd/go: additional doc-inspired tests and bug fixes
2023-06-06 Russ Coxcmd/vendor: vendor latest golang.org/x/mod
2023-06-06 Roland Shoemakerruntime: implement SUID/SGID protections
2023-06-06 Austin Clementsruntime: skip TestCrashDumpsAllThreads with mayMoreStac...
2023-06-06 Austin Clementscmd/dist: share one copy of the "generated by" header...
2023-06-06 Austin Clementscmd/dist: remove deptab and cleanlist in favor of gentab
2023-06-06 Austin Clementscmd/dist: remove stale cleanup code
2023-06-06 Austin Clementscmd/dist: remove stale files from gentab
2023-06-06 Robert Griesemergo/types, types2: handle named and literal interfaces...
next