]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2023-07-11 Jonathan Amsterdamlog/slog: change XXXCtx functions to XXXContext
2023-07-11 Bryan C. Millstime: increase arbitrary upper bound in TestReset to 10s
2023-07-11 Matthieu Baertsnet: mptcp: force using MPTCP with GODEBUG
2023-07-10 Bryan C. Millssyscall: serialize locks on ForkLock on platforms where...
2023-07-10 Cuong Manh Letest: add test cases for index value with range array...
2023-07-10 Cuong Manh Lecmd/compile: fix clear on slice with zero size elem
2023-07-10 Keith Randallcmd/compile: don't ICE on unaligned offsets for pointer...
2023-07-07 qmuntalos: support reading empty root directories on Windows
2023-07-07 Than McIntoshsrc/database/sql: run gofmt
2023-07-07 Robert Findleygo/types, types2: do not mutate arguments in NewChecker
2023-07-07 Michael Mundaymath: add test that covers riscv64 fnm{add,sub} codegen
2023-07-07 Jonathan Amsterdamlog/slog: handle recursively empty groups
2023-07-06 Achille Rousselos: do not skip directory entries with zero inodes...
2023-07-06 Cherry Muiruntime: print output on failure in TestMemPprof
2023-07-06 Ian Lance Taylornet: only build cgo_stub.go on unix or wasip1
2023-07-06 Russ Coxcmd/go: pass GoVersion in vet config
2023-07-06 Russ Coxgo/types: record Config.GoVersion for reporting in...
2023-07-06 Merrick Claylog/slog: fix faulty test
2023-07-05 Meng Zhuocmd/compile: fix FMA negative commutativity of riscv64
2023-07-05 Michael Mundaymath: fix portable FMA when x*y < 0 and x*y == -z
2023-07-05 zikaerohdatabase/sql: prevent internal context error from being...
2023-07-05 Michael Anthony... runtime,runtime/metrics: clarify OS stack metrics
2023-07-04 Keith Randallruntime: have ReadMemStats do a nil check before switch...
2023-07-04 Oleksandr Redkoos, syscall: update unreachable link about =C: envs
2023-07-04 Meng Zhuotest/codegen: enable Mul2 DivPow2 test for riscv64
2023-06-30 Michael Prattruntime: check GOFLAGS not GCFLAGS
2023-06-29 Chris O'Haranet: enable pure Go resolver for wasip1
2023-06-29 Chris O'Harasyscall: stub Getrlimit on wasip1
2023-06-29 Jes Cokcmd/asm/internal/lex: fix comment, remove the first...
2023-06-29 Robert Griesemercmd/compile/internal/types2: make TestIssue43124 match...
2023-06-29 Damien Neilnet/http: validate Host header before sending
2023-06-29 Than McIntoshcmd/{go,compile}: run gofmt
2023-06-29 Chris O'Hararuntime: run wasip1 tests with wazero
2023-06-29 Ben Hoytslices, maps: add examples; doc comment fixes
2023-06-29 Mark Ryaninternal/bytealg: fix alignment code in equal_riscv64.s
2023-06-28 Cuong Manh Lecmd/compile: handle min/max correctly in mayCall
2023-06-28 Matthew Dempskycmd/compile/internal/ssagen: fix min/max codegen, again
2023-06-28 Russ Coxcmd/go: enable slog vet check during 'go test'
2023-06-27 Ian Lance Taylorcmd/dist, internal/abi: support bootstrapping with...
2023-06-27 Hiroruntime: fix trace.Stop deadlock when built with faketime
2023-06-27 Cuong Manh Lecmd/compile: fix bad order of evaluation for min/max...
2023-06-27 Joe Tsaiencoding: document that base32 and base64 do not use...
2023-06-27 qmuntalsyscall: clarify which handles are affected by SysProcA...
2023-06-27 Chris O'Harasyscall: try non-blocking stdio on wasip1
2023-06-26 Robert Griesemergo/types, types2: replace TODO with clarifying comment
2023-06-26 Tobias Klauserslices: add godoc links
2023-06-26 Robert Griesemergo/types, types2: fix interface unification
2023-06-26 Cuong Manh Letypes2, go/types: record final type for min/max arguments
2023-06-26 Robert Griesemergo/types, types2: more readable inference trace
2023-06-26 Kotadoc/go1.21: document changes in crypto/x509
2023-06-26 Ian Lance Taylordoc/go1.21: context.Background and TODO may now appear...
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'
next