]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2023-05-19 Sven Andersonruntime: implement Pinner API for object pinning
2023-05-19 Oleksandr Redkogo/types: fix typos in comments
2023-05-19 Michael Anthony... runtime: make the memory limit heap goal headroom propo...
2023-05-19 Tobias Klauserruntime: report correct fcntl syscall error in checkClo...
2023-05-19 Robert Griesemergo/types, types2: fix comments in unify.go
2023-05-19 Robert Griesemergo/types, types2: type-check built-ins even if there...
2023-05-19 Michael Anthony... runtime: add eager scavenging details to GODEBUG=scavtr...
2023-05-19 Alessandro... cmd/link: add ReflectMethod flag to -dumpdep output
2023-05-19 Bryan C. Millscmd/go: add a GODEBUG to limit the number of concurrent...
2023-05-19 Austin Clementscmd/cgo/internal/testcarchive: fix nocgo and no-c-archi...
2023-05-19 Robert Griesemercmd/compile: use more lenient type inference for untype...
2023-05-19 Austin Clementscmd/cgo/internal/testsovar: merge into testso
2023-05-19 Austin Clementscmd/cgo/internal/testtls: cleanup and support more...
2023-05-19 Austin Clementscmd/dist: drop remaining conditions on default cgo...
2023-05-19 Austin Clementscmd/cgo/internal/testnocgo: always run in default confi...
2023-05-19 Austin Clementscmd/cgo/internal/testtls: build and run everywhere
2023-05-19 Austin Clementscmd/dist: don't pass -linkmode=auto
2023-05-19 Austin Clementscmd/dist: let several cgo tests run as regular cmd...
2023-05-19 Austin Clementscmd/dist: refine test conditions and enable more cgo...
2023-05-19 Austin Clementscmd/dist: enable more cgo tests if GO_GCFLAGS != ""
2023-05-19 Russ Coxcmd/api: skip TestIssue21181
2023-05-19 Alan Donovanslices: add in-place Reverse function
2023-05-19 Oleksandr Redkoos: remove unnecessary return after t.Fatal
2023-05-18 Heschi Kreinickdoc: add TODOs to go1.21
2023-05-18 Robert Griesemergo/types, types2: remove unnecessary assignment (minor...
2023-05-18 Austin Clementscmd/dist: tweaks to -json mode
2023-05-18 Robert Griesemergo/types, types2: implement min/max builtins
2023-05-18 Bryan C. Millscmd/go/internal/modfetch: avoid creating unused temp...
2023-05-18 Bryan C. Millscmd/go/internal/modload: fix sanity check in rawGoModSu...
2023-05-18 Bryan C. Millscmd/go: log more information about leaked temp files
2023-05-18 Bryan C. Millscmd/go: make TestScript/gotoolchain more realistic
2023-05-18 Bryan C. Millscmd/go: propagate Context arguments through modfetch...
2023-05-18 Robert Griesemergo/types, types2: factor out type matching in binary...
2023-05-18 Robert Griesemergo/types, types2: reduce differences between go/types...
2023-05-18 Robert Griesemergo/types, types2: assert that builtin reports valid...
2023-05-18 Robert Griesemergo/types, types2: remove argument "getter" use from...
2023-05-18 Michael PrattRevert "cmd/compile: build compiler with PGO"
2023-05-18 Austin Clementscmd/cgo/internal/test: fix TestThreadLock
2023-05-18 Cherry Muidoc/go1.21: fix HTML formatting
2023-05-18 Bryan C. Millscmd/gofmt: fix a data race in TestPermissions
2023-05-18 Junxian Zhucmd/compile: intrinsify runtime/internal/atomic.{And...
2023-05-18 Tobias Klauseros: set File.appendMode in NewFile if file was opened...
2023-05-18 Tobias Klauserinternal/poll, internal/syscall/unix, net: move and...
2023-05-18 erifan01cmd/asm: remove unsupported opcodes MOVNP and STLP...
2023-05-18 Robert Griesemercmd/compile: enable more lenient type inference for...
2023-05-17 Cherry Muidoc/go1.21: document that -pgo=auto enabled by default
2023-05-17 Cherry Muiruntime/cgo: store M for C-created thread in pthread key
2023-05-17 Ian Lance Taylorcmd/gofmt: try to write original data on rewrite failure
2023-05-17 Cherry Muicmd/compile: build compiler with PGO
2023-05-17 Ian Lance Tayloros: if descriptor is non-blocking, retain that in Fd...
2023-05-17 Patryk Chelmeckicrypto/x509: fix certificate validation with FQDN on...
2023-05-17 Ian Lance Taylorruntime: publish netpoll info after incrementing fdseq
2023-05-17 David Chasecmd/link, internal/abi: minor follow-up cleanups
2023-05-17 Austin Clementscmd/dist: add -json flag
2023-05-17 Austin Clementscmd/dist: refactor rtPreFunc to print skips in only...
2023-05-17 Austin Clementscmd/dist: make it possible to filter output of backgrou...
2023-05-17 Austin Clementscmd/dist: simplify work list functions
2023-05-17 Dmitri Shuralyovcmd: update vendored golang.org/x/mod
2023-05-17 Cherry Muidoc/go1.21: document wasip1 port
2023-05-17 Thuy Linh Luuencoding/xml: wrap charsetReader errors
2023-05-17 Michael Anthony... runtime: replace sysBlockTraced with tracedSyscallEnter
2023-05-17 Michael Anthony... runtime: hide sysExitTicks a little better
2023-05-17 Cherry Muicmd/compile: don't inline from norace packages in race...
2023-05-17 Filippo Valsordacrypto/ed25519,crypto/rsa: make Equal methods constant...
2023-05-17 Michael Anthony... runtime: capture per-p trace state in a type
2023-05-17 Michael Anthony... runtime: capture per-m trace state in a type
2023-05-17 Michael Anthony... runtime: capture per-g trace state in a type
2023-05-17 Keith Randallhash/maphash: weaken avalanche test a bit
2023-05-17 Michael Anthony... runtime: factor our oneNewExtraM trace code
2023-05-17 Ian Lance Taylorinternal/abi: update type name in comment
2023-05-17 Bryan C. Millscmd/go: prune more dependencies in 'go get'
2023-05-17 Bryan C. Millscmd/go: add a test that reproduces the root cause of...
2023-05-17 Filippo Valsordacrypto/rsa: use BoringCrypto for 4096 bit keys
2023-05-17 Ian Lance Taylorruntime: consistently define fcntl
2023-05-16 Keith Randallslices: for Insert and Replace, grow slices like append...
2023-05-16 Keith Randallslices: handle aliasing cases in Insert/Replace
2023-05-16 Robert Griesemergo/types, types2: permit partially instantiated functio...
2023-05-16 Robert Griesemergo/types, types2: remove superfluous argument test...
2023-05-16 Jakub Ciolekcmd/compile: call phiElimValue from removePhiArg
2023-05-16 Cherry Muidoc/go1.21: document reflect.Value escape improvements
2023-05-16 Matthew Dempskycmd/compile/internal/noder: suppress unionType consiste...
2023-05-16 Cherry MuiRevert "cmd/compile: build compiler with PGO"
2023-05-16 Cherry Muicmd/compile: build compiler with PGO
2023-05-16 David Chasecmd/compile: add more information to the bisect-verbose...
2023-05-16 Paul E. Murphycmd/link/internal/ppc64: link ELFv2 objects built with...
2023-05-16 Keith Randallcmd/compile: make memcombine pass a bit more robust...
2023-05-16 Jonathan Amsterdamlog/slog: create prefix buffer earlier
2023-05-16 cuiweixiecmd/compile/internal/walk: delete statement that don...
2023-05-16 Lynn Bogerruntime: improve ppc64x memclr for tail bytes
2023-05-16 Mateusz Poliwczaknet: use and assert correct res state size at compile...
2023-05-16 Austin Clementscmd/dist: introduce test variants
2023-05-16 Austin Clementscmd/dist: put cgo tests under a "Testing cgo" heading
2023-05-16 Austin Clementscmd/dist: refactor adding to the test list into a method
2023-05-16 eric fangcmd/compile: enhance tighten pass for memory values
2023-05-16 Ian Lance Tayloros, syscall: permit setting mtime to Unix 0 on Windows
2023-05-15 Austin ClementsRevert "net/http: do not force the Content-Length heade...
2023-05-15 Jonathan Amsterdamlog/slog: document that NewRecord should be used to...
2023-05-15 Lynn Bogercmd/compile: update rules to generate more prefixed...
2023-05-15 Damien Neilnet/http: handle WriteHeader(101) as a non-informationa...
2023-05-15 Laurent Sentanet/http: do not force the Content-Length header if...
next