]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2023-06-24 Keith Randallcmd/compile: fix min/max builtin code generation
2023-06-24 Ian Lance Taylorslices: clarify MinFunc/MaxFunc result for equal elements
2023-06-23 Roland Shoemakercrypto/x509: rename duplicated test
2023-06-23 Jelle van den... runtime: set raceignore to zero when starting a new...
2023-06-23 Filippo Valsordacrypto: document non-determinism of GenerateKey
2023-06-23 Cuong Manh Lecmd/compile: scanning closures body when visiting wrapp...
2023-06-23 Cuong Manh Lelog/slog: fix broken link to AnyValue in comment
2023-06-23 Christopher... log/slog: fix broken link to Record.Clone in package...
2023-06-22 Bryan C. Millscmd/go: impersonate 'go tool dist list' if 'go tool...
2023-06-22 Bryan C. Millsinternal/platform,cmd/dist: export the list of supporte...
2023-06-22 Than McIntoshcmd/{go,cover}: enable response file args for cmd/cover
2023-06-22 Oleksandr Redkointernal/fuzz: fix typo in comment
2023-06-22 Roland Shoemakercrypto/x509: tolerate multiple matching chains in testV...
2023-06-21 Ian Lance Taylornet/mail: permit more characters in mail headers
2023-06-21 Ian Lance Taylortest: add test that caused a gofrontend crash
2023-06-21 Ian Lance Taylordoc/go1.21: correct GOOS to GOARCH (another location)
2023-06-21 Ian Lance Taylordoc/go1.21: correct GOOS to GOARCH
2023-06-21 Robert Griesemergo/types, types2: avoid spurious "declared and not...
2023-06-21 Michael Anthony... runtime: relate GODEBUG=gctrace output to runtime/metrics
2023-06-21 Russ Coxcmd/go: shorten longest 5 tests
2023-06-21 cuiweixiecmd/compile/internal/ir: typo
2023-06-20 Jonathan Amsterdamlog/slog: fix HandlerOptions.ReplaceAttr doc
2023-06-20 Ian Lance Taylorencoding/binary: on invalid type return -1 from Size
2023-06-20 Ian Lance Taylorcmd/go: add comment for intentional misspelling
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 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 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 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_...
next