]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2023-06-21 Gopher Robot[release-branch.go1.21] go1.21rc2 go1.21rc2
2023-06-20 Dmitri Shuralyov[release-branch.go1.21] all: merge master (a7b1793...
2023-06-20 Russ Coxcmd/go: do not index std as a module in modcache
2023-06-20 Russ Coxcmd/go: restore go.mod files during toolchain selection
2023-06-20 Russ Coxcmd/distpack: rename go.mod to _go.mod in toolchain...
2023-06-20 Russ Coxcmd/go: disable sumdb less often for toolchain downloads
2023-06-20 David Chaseinternal/bisect: add 'q' hash option for quiet hash...
2023-06-20 Olivier Menguéruntime/trace: add godoc links
2023-06-19 James Yangcmd/go/internal/modfetch: fix retractions slice initial...
2023-06-17 Moritz Poldrackos/exec: document a method to check if a process is...
2023-06-16 Bryan C. Millscmd/internal/moddeps: allow the "misc" module to be...
2023-06-16 Bryan C. Millscmd/compile/internal/syntax: skip GOROOT/misc in TestSt...
2023-06-16 Bryan C. Millscmd/internal/testdir: skip Test if GOROOT/test does...
2023-06-16 Bryan C. Millsgo/types: skip tests that require GOROOT/test if it...
2023-06-16 Bryan C. Millsgo/internal/gcimporter: skip TestImportTypeparamTests...
2023-06-16 Bryan C. Millscmd/go/internal/test: don't wait for previous test...
2023-06-16 Bryan C. Millspath/filepath: avoid assuming that GOROOT/test is present
2023-06-16 Paul E. Murphycmd/cgo/internal/testshared: disable gccgo tests on...
2023-06-16 Paul E. Murphycmd/cgo/internal/testshared: strip newline from gccgo...
2023-06-16 Jes Cokcompress/bzip2: fix typo
2023-06-16 Al Cutternet/http: check RemoteAddr isn't nil before dereferencing
2023-06-16 Dmitri Shuralyovnet/http: close req.Body only when it's non-nil on js
2023-06-16 Achille Rousseltesting/fstest: fix the Glob test when dir entries...
2023-06-16 Michael Anthony... reflect: fix ArenaNew to match documentation
2023-06-16 Dmitri Shuralyovcmd/distpack: make go_$GOOS_$GOARCH_exec programs execu...
2023-06-16 Gopher Robot[release-branch.go1.21] go1.21rc1 go1.21rc1
2023-06-16 Cherry Muiruntime: use 1-byte load for address checking in raceca...
2023-06-15 Than McIntoshcmd/go: fix build config for 'go list -cover'
2023-06-15 Dmitri Shuralyovnet/http: only disable Fetch API in tests
2023-06-15 Ian Lance Taylormath: document that Min/Max differ from min/max
2023-06-15 Cuong Manh Lecmd/compile: do not report division by error during...
2023-06-15 Eli Benderskyslices: add sort benchmark for sorted strings
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...
next