]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2023-05-23 Paul E. Murphydebug/elf: define R_PPC64_REL24_P9NOTOC
2023-05-23 Michael Anthony... runtime: move pinner variable into inner loop for bench...
2023-05-23 Robert GriesemerRevert "go/types, types2: consider shared methods when...
2023-05-23 Robert Griesemergo/types, types2: consider shared methods when unifying...
2023-05-23 Egon Elbrefmt,math/big,net/url: fixes to old Benchmarks
2023-05-23 Sean Liaolog/slog: JSONHandler doesn't use special source format
2023-05-23 Guoqi Chencmd/internal/goobj: update builtin list
2023-05-23 Sean Liaoencoding: document when marshaling methods can be added
2023-05-23 Tobias Klauseros: avoid second fcntl syscall in NewFile on unix
2023-05-23 Tobias Klauserruntime: remove unused _F_{GET,SET}FL constants on...
2023-05-23 Rob Findleygo/types: update TestStdlib to type-check concurrently
2023-05-23 Ian Lance Taylorcmd/internal/objabi: regenerate RelocType strings
2023-05-23 Cuong Manh Lecmd/compile: avoid slicebytetostring call in len(string...
2023-05-23 Michael Anthony... runtime/metrics: refactor CPU stats accumulation
2023-05-23 Michael Anthony... runtime: fix usage of stale "now" value for netpolling Ms
2023-05-23 Felix Geisendörferruntime/metrics: add /gc/scan/total:bytes
2023-05-23 Felix Geisendörferruntime/metrics: add /gc/scan/heap:bytes
2023-05-23 Felix Geisendörferruntime/metrics: add /gc/scan/globals:bytes
2023-05-23 Felix Geisendörferruntime/metrics: add /gc/scan/stack:bytes
2023-05-23 Felix Geisendörferruntime/metrics: add /gc/gogc:percent
2023-05-23 Felix Geisendörferruntime/metrics: add /gc/gomemlimit:bytes
2023-05-23 Austin Clementsruntime: symbolize wrappers as a last resort in race...
2023-05-23 Felix Geisendörferruntime/metrics: add /gc/heap/live:bytes
2023-05-23 Russ Coxcmd/go: convert semver.IsValid to gover.ModIsValid
2023-05-23 Russ Coxcmd/go: convert semver.Compare to gover.ModCompare
2023-05-23 Russ Coxcmd/go: clean up old readEnvFile code
2023-05-23 Matthew Dempskycmd/compile: implement min/max builtins
2023-05-23 Russ Coxcmd/go: set default GOTOOLCHAIN in GOROOT/go.env
2023-05-23 Michael Anthony... runtime: add partial lock order between mspanSpecial...
2023-05-23 Cherry Muicmd/compile: build compiler with PGO
2023-05-23 Michael Anthony... doc: write various runtime-related release notes
2023-05-23 Roland Shoemakercrypto/rsa: make DecryptPKCS1v15SessionKey warning...
2023-05-23 Ian Lance Taylorsyscall: avoid serializing forks on ForkLock
2023-05-23 Cuong Manh Letest: remove *_unified.go variants
2023-05-23 Russ Coxcmd/go: refuse to run when the main module or workspace...
2023-05-23 David Chasecmd/compile: indicate sense of hash/bisect match in...
2023-05-23 Rob Findleygo/types, types2: require CGO for TestIssue59944
2023-05-23 Russ Coxcmd/go: add support for 'go' and 'toolchain' repos...
2023-05-23 Russ Coxcmd/go: download newer toolchain if needed during go...
2023-05-23 Russ Coxcmd/go: accept non-standard versions like go1.21-202305...
2023-05-23 Russ Coxcmd/go/internal/gover: add new Go version package
2023-05-23 Lance Yangruntime: fall back on mmap if madvise is unsupported
2023-05-23 Sven Andersonruntime: let Pinner preallocate a reusable ref array
2023-05-23 Rob Findleygo/types: resolve cgo base type names
2023-05-23 Than McIntoshcmd/go,testing: re-implement testing.Coverage
2023-05-23 Than McIntoshruntime/coverage: add support for "auxiliary" meta...
2023-05-23 Than McIntoshruntime/coverage: add coverage snapshot helper routine
2023-05-23 Than McIntoshinternal/coverage/cformat: add aggregation option to...
2023-05-23 Than McIntoshcmd/covdata: tweak output format for 'go tool covdata...
2023-05-23 Than McIntoshcmd/covdata: relax mode clash policy for selected opera...
2023-05-23 Than McIntoshinternal/coverage: implement conforming Seek method...
2023-05-23 Than McIntoshcmd/go: add some test skips for GOEXPERIMENT=nocoverage...
2023-05-23 Bryan C. Millscmd/go: clear GOOS environment variable in TestScript...
2023-05-23 Russ Coxcmd/go: allow using go env with unknown vars already...
2023-05-22 Matthew Dempskycmd/compile: incorporate inlined function names into...
2023-05-22 Bryan C. Millscmd/go: retain extra roots to disambiguate imports...
2023-05-22 Bryan C. Millscmd/go: add a test that reproduces an unstable 'go...
2023-05-22 Austin Clementscmd/cgo/internal: skip in tests, not in TestMain
2023-05-22 Austin Clementscmd/cgo: merge overlayDir into one package
2023-05-22 Austin Clementscmd/cgo/internal/testcshared: drop bespoke host test...
2023-05-22 Michael Prattcmd/compile: enable PGO-driven call devirtualization
2023-05-22 Jonathan Amsterdamlog/slog: increase test coverage
2023-05-22 Jonathan Amsterdamlog/slog: improve test coverage of JSON handler
2023-05-22 Ian Lance Taylorruntime: treat TestRaceSignal as flaky on Darwin
2023-05-22 Ian Lance Taylorcmd/cgo: recognize unsafe.{StringData,SliceData}
2023-05-22 Jonathan Amsterdamlog/slog: fix check for nil prefix
2023-05-22 Jonathan Amsterdamlog/slog: empty calls to With and WithGroup are no-ops
2023-05-22 Jonathan Amsterdamcmd/vet: add slog checker
2023-05-22 Garet Hallidaywasm: remove redundant calls to setTimeout and clearTimeout
2023-05-22 Robert Griesemergo/types, types2: remove unnecessary pkg argument from...
2023-05-22 Ian Lance Taylorruntime: remove some unused constants from assembler...
2023-05-22 Robert Griesemergo/types, types2: keep inferring type arguments from...
2023-05-22 Bryan C. Millsnet: skip TestFileFdBlocks if the "unix" network is...
2023-05-22 Michael Prattcmd/compile: replace -d=pgoinline with -d=pgodebug
2023-05-22 Michael Prattcmd/compile/internal/typecheck: export Implements
2023-05-22 Michael Prattcmd/compile/internal/typecheck: remove base.Errorf...
2023-05-22 qmuntalruntime: fix TestSehUnwind
2023-05-22 Felix Geisendörferruntime: rename getcallerfp to getfp
2023-05-22 Ruinancmd/asm: encode instructions like SHA1SU0 with a separa...
2023-05-22 Jonathan Amsterdamdoc: add slog to release notes
2023-05-20 Ian Lance Taylornet, os: net.Conn.File.Fd should return a blocking...
2023-05-20 Ian Lance Taylornet: ignore more errors in TestDialCancel
2023-05-20 Ian Lance Taylorruntime: consolidate on a single closeonexec definition
2023-05-20 Sean Liaocmd/go: update help for empty environment variables
2023-05-20 Ian Lance Taylorruntime: change fcntl to return two values
2023-05-20 Russ Coxcmd/go: implement GOTOOLCHAIN=auto
2023-05-20 Jabar Asadiio: prevent seeking to position prior to offsetwrite...
2023-05-20 Sean Liaonet/http/pprof: document query params
2023-05-19 Sven Andersonruntime: improve Pinner with gcBits
2023-05-19 Dmitri Shuralyovcmd/dist: use "pkg[:variant]" as dist test name
2023-05-19 Austin Clementscmd/dist: remove unused functionality
2023-05-19 Austin Clementscmd/dist: delete moved_goroot test
2023-05-19 Paul E. Murphyall: generate NOTOC shared code on power10/PPC64/linux
2023-05-19 David Chasecmd/compile: tweaks to loopvar logging
2023-05-19 Michael Anthony... runtime: make trace.lock not reentrant
2023-05-19 Michael Anthony... runtime: replace raw traceEv with traceBlockReason...
2023-05-19 qmuntalnet: make Dial fail faster on Windows closed loopback...
2023-05-19 Austin Clementscmd/dist: flush incomplete lines in -json mode
2023-05-19 Michael Anthony... runtime: make traceClockNow nosplit
2023-05-19 cuiweixiemaps: enhance the robustness of the tests
next