]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2025-02-19 Michael Prattinternal/poll: note that copy_file_range bug is fixed
2025-02-19 Michael Anthony... runtime: minor mfinal.go code cleanup
2025-02-19 Michael Anthony... weak: accept linker-allocated objects to Make
2025-02-19 Rob Findleygo/types,types2: remove some unused parameters and...
2025-02-19 Dan Petersoncmd/go/internal/cacheprog: drop Request.ObjectID
2025-02-19 alirezaarzehgarhtml/template: add available godoc link
2025-02-19 Mateusz Poliwczakcmd/compile/internal/ir: correct doc comment, miniNode...
2025-02-19 Mateusz Poliwczakcmd/compile: load properly constant values from itabs
2025-02-19 Mateusz Poliwczakcmd/compile: determine static values of len and cap...
2025-02-19 Roland Shoemakercrypto/internal/fips140/drbg: add Counter warning
2025-02-19 qiulaidongfenggo/parser: deprecate parser.ParseDir
2025-02-19 Michael Matloobcmd/go: explicitly reject overlays affecting GOMODCACHE
2025-02-19 Jes Cokbytes,strings: remove redundant return statement for...
2025-02-19 qmuntalpath/filepath: use RtlIsDosDeviceName_U to detect Windo...
2025-02-19 David Chasecmd/compile, runtime: use deferreturn as target PC...
2025-02-19 qmuntalsyscall: don't truncate newly created files on Windows
2025-02-19 Cuong Manh Lecmd/compile: add ir.ContainsClosure
2025-02-19 Cuong Manh Lecmd/compile: avoid infinite recursion when inlining...
2025-02-19 Mateusz Poliwczakcmd/compile/internal/ir: reduce size of miniExpr by...
2025-02-18 段仪runtime: add some linknames back for `github.com/byteda...
2025-02-18 Damien Neilos: document that OpenRoot follows symlinks
2025-02-18 Zxillysyscall: disable O_DIRECTORY on Windows for js/wasm
2025-02-18 cuishuangall: use a more straightforward return value
2025-02-18 Luka Krmpotićgo/format: format comment to match code
2025-02-18 Jes Cokos: deal with chmod error for TestRootConsistencyChmod
2025-02-18 Mauri de Souza... cmd/cgo: explicitly use void for functions with no...
2025-02-18 Joel Singcrypto/internal/fips140deps/cpu: use const and var...
2025-02-18 qmuntalruntime: remove unused fipstls_runtime_arg0 function
2025-02-18 Nicolas Hillegeerruntime: print pp.schedtick in scheddetail even when...
2025-02-18 Nicolas Hillegeerruntime: only read pp.m in schedtrace if needed
2025-02-18 Andrey Bokhankoruntime: check LSE support on ARM64 at runtime init
2025-02-16 Jakub Ciolekcmd/compile: on AMD64, turn x < 128 into x <= 127
2025-02-16 Artyom Litovetsruntime/maps: fix typo in group.go comment (H1 -> H2)
2025-02-16 Roland Shoemakercrypto/internal/boring: remove unnecessary struct field
2025-02-15 Alan Donovanstd: add //go:fix inline directives to some deprecated...
2025-02-15 Keith Randallcmd/compile: fix sign extension of paired 32-bit loads...
2025-02-15 Joel Singcrypto/internal/fips140/subtle: provide riscv64 assembl...
2025-02-15 Jes Cokos: explicitly return nil for rootChown in root_openat.go
2025-02-15 Joel Singcmd/internal/obj/riscv: support MOVD with floating...
2025-02-15 Joel Singruntime: use return for async preemption resumption...
2025-02-15 cuishuangcmd/go/internal: use pathpkg name more
2025-02-15 Filippo Valsordacrypto/internal/fips140/edwards25519: make Scalar.SetCa...
2025-02-15 Ian Lance Taylorinternal/godebugs: add fips140 as an opaque godebug...
2025-02-15 Filippo Valsordacrypto/rsa: add benchmarks for not and partially optimi...
2025-02-14 Ian Lance Taylordoc/godebug: mention GODEBUG=fips140
2025-02-14 Andrey Bokhankocmd/compile: add type-based alias analysis
2025-02-14 cuishuangbytes: add examples for Lines, SplitSeq, SplitAfterSeq...
2025-02-14 Joel Singinternal/syscall/unix: correct fchmodat on openbsd
2025-02-14 Carlos Ramos... syscall: skip testAmbientCaps tests if there is no...
2025-02-14 Damien Neilinternal/syscall/unix: fix fchownat linkname for AIX...
2025-02-14 Carlos Amedeenet/http: use runtime.AddCleanup instead of runtime...
2025-02-14 Michael Anthony... internal/trace: emit sync event before deferred spilled...
2025-02-14 Filippo Valsordacrypto/rsa: normalize GenerateKey benchmark
2025-02-14 Dmitri Shuralyovnet/http: unskip TestDisableContentLength/h2
2025-02-14 Carlos Amedeecmd/go: use runtime.AddCleanup instead of runtime.SetFi...
2025-02-14 Carlos Amedeesync: use runtime.AddCleanup instead of runtime.SetFina...
2025-02-14 Joel Singcmd/asm,cmd/internal/obj/riscv: implement vector config...
2025-02-14 qiulaidongfengcmd/dist: use slices.Index
2025-02-14 Russ Coxtesting: panic in AllocsPerRun if parallel tests are...
2025-02-14 Meng Zhuocmd/link,cmd/internal: add R_GOT_PCREL_ITYPE_RELOC...
2025-02-14 Damien Neilnet/http, net/http/internal/httpcommon: add httpcommon...
2025-02-13 Damien Neilos: add Root.Chown
2025-02-13 Keith Randallcmd/compile: make write barrier code amenable to paired...
2025-02-13 Keith Randallcmd/compile: regalloc: handle desired registers of...
2025-02-13 khr@golang.orgcmd/compile: pair loads and stores on arm64
2025-02-13 khr@golang.orgcmd/compile: add variants of LDP/STP for arm64 load...
2025-02-13 Jes Cokos: explicitly return nil for {rootChmod,rootMkdir...
2025-02-13 Ian Lance Tayloros: consolidate and clarify File.Fd docs
2025-02-13 Keith Randallcmd/compile: move []byte->string map key optimization...
2025-02-13 Jakub Ciolekcmd/compile: lower x*z + y to FMA if FMA enabled
2025-02-13 Russ Coxcmd: use cmd/internal/hash.New32 and Sum32 only
2025-02-13 Keith Randallcmd/compile: implement signed loads from read-only...
2025-02-13 Paul Murphyruntime: fix usleep on s390x/linux
2025-02-13 Sam Thanawallacmd/go: do not apply kill timeout to go test with ...
2025-02-13 Mateusz Poliwczakgo/types: propagate *ast.LabeledStmt in blockBranches...
2025-02-13 Carlos Amedeeio: use runtime.AddCleanup instead of runtime.SetFinalizer
2025-02-13 Mateusz Poliwczakgo/types: use documented version of gotypesalias GODEBUG
2025-02-13 Carlos Amedeeos: use AddCleanup to close files
2025-02-13 Daniel McCarneycrypto/internal/fips140test: fix TestACVP env vars
2025-02-13 Sean Liaoruntime/debug: document DefaultGODEBUG as a BuildSetting
2025-02-13 Filippo Valsordacmd/dist: test GOFIPS140=latest rather than just the...
2025-02-13 Filippo Valsordacrypto/internal/fips140test: require FIPS 140 mode...
2025-02-13 Filippo Valsordacrypto/internal/fips140test: support disabling PAA/PAI
2025-02-13 Filippo Valsordacrypto/internal/fips140test: make TestCASTFailures...
2025-02-13 Filippo Valsordacrypto/internal/fips140test: add functional tests
2025-02-13 Keith Randallinternal/abi: remove go122 flag
2025-02-13 Dmitri Shuralyovcmd/pprof: update vendored github.com/google/pprof...
2025-02-13 Mateusz Poliwczakreflect, internal/abi: speed up TypeFor[T]
2025-02-13 Damien Neilinternal/syscall: add cgo_import_dynamic for Fchmodat...
2025-02-12 Filippo Valsordacrypto/tls: document FIPS 140-3 mode behavior
2025-02-12 Alan Donovanvet: add regression test for printf checker regression
2025-02-12 Sean Liaocmd/go: clarify vcs suffix to repo mapping
2025-02-12 Michael Matloobcmd/go: add errors obtaining c compiler version to...
2025-02-12 Dmitri Shuralyovall: update vendored dependencies [generated]
2025-02-12 Michael Anthony... runtime: make TestSpuriousWakeupsNeverHangSemasleep...
2025-02-12 Quan Tongcmd/go: initialize req.Header when loading git credential
2025-02-12 thepuddscmd/go: document -modfile and other flags for 'go tool'
2025-02-12 Cherry Muicmd/dist: correct gccheckmark test name
2025-02-12 qmuntalmake.bat,race.bat: simplify --dist-tool handling
2025-02-11 Daniel McCarneycrypto/internal/fips140test: add cSHAKE ACVP tests
next