]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2023-09-22 Paul E. Murphycmd/compile/internal/ssa: optimize (AND (MOVDconst...
2023-09-21 Michael Prattcmd/compile: capitalize ir.MethodSym in comment
2023-09-21 Tim Kingcmd: go get golang.org/x/tools@f9b8da7 and revendor
2023-09-21 Jes Cokruntime: no need to convert 'c.fault()' to uintptr...
2023-09-21 qmuntalruntime: implement usleep in Go instead of assembly...
2023-09-21 eric fangcmd/compile: optimize absorbing InvertFlags into Noov...
2023-09-20 Bryan C. Millssyscall: skip TestDeathSignalSetuid if exec fails with...
2023-09-20 Ian Lance Taylordebug/elf: don't crash on empty symbol section
2023-09-20 Kir Kolyshkinall: stop using fmt.Sprintf in t.Error/t.Fatal
2023-09-20 Kir Kolyshkincmd/go/internal/fsys: improve initOverlay test helper
2023-09-20 Kirill Checmd/go: improve go build documentation
2023-09-20 Jes Cokruntime: unify the method signature for *sigctxt.fault
2023-09-20 Tobias Klausersyscall: remove unused writelen
2023-09-20 Oleksandr Redkoall: simplify bool conditions
2023-09-20 Alexander Yastrebovinternal/zstd: use circular buffer for backreference...
2023-09-20 qmuntalruntime: implement osyield in Go instead of assembly...
2023-09-20 Michael Prattruntime: print fault addr in fatalsignal
2023-09-20 Robert Griesemergo/types, types2: pass *TypeName instead of *Named...
2023-09-20 Bryan C. Millsnet/http: eliminate more clientServerTest leaks in...
2023-09-20 Bryan C. Millsnet/http: eliminate a goroutine leak in (*persistConn...
2023-09-20 Russ Coxcmd/compile: implement range over func
2023-09-20 Russ Coxcmd/compile: implement range over integer
2023-09-20 Russ Coxcmd/compile, go/types: typechecking of range over int...
2023-09-20 Cherry Muicmd/link, runtime: initialize packages in shared build...
2023-09-19 Jonathan Amsterdamnet/http: add a benchmark for multi indexing
2023-09-19 Jonathan Amsterdamnet/http: test index exhaustively
2023-09-19 Michael Prattruntime: set stackguard1 on extra M g0
2023-09-19 Jonathan Amsterdamnet/http: show offset in pattern parsing error
2023-09-19 Jonathan Amsterdamnet/http: explain why two patterns conflict
2023-09-19 Jonathan Amsterdamnet/http: index patterns for faster conflict detection
2023-09-19 Joel Singcmd/internal/obj/riscv,cmd/link: rework riscv64 call...
2023-09-19 Bryan C. Millsnet/http: buffer the testConn close channel in TestHand...
2023-09-19 Bryan C. Millscmd/go: in TestGoBuildUmask, create a file using os...
2023-09-19 Cherry Muicmd/compile: add pgohash for debugging/bisecting PGO...
2023-09-19 Tobias Klausersyscall: correctly generate accept on linux/arm
2023-09-18 Michael Prattruntime: skip TestStackSwitchCallback on ios
2023-09-18 Bryan C. Millscmd/go: in TestScript/gotoolchain_path, remove the...
2023-09-18 Jonathan Amsterdamnet/http: fix bugs in comparePaths and combineRelationships
2023-09-18 Bryan C. Millscmd/go: avoid writing non-JSON "build failed" errors...
2023-09-18 Jes Cokall: clean unnecessary casts
2023-09-18 Robert Griesemergo/types: use InvalidSyntaxTree in a couple of places...
2023-09-18 Ian Lance Taylordoc/go1.22: correct tipo languague => language
2023-09-18 Bryan C. Millsos: in TestMkdirStickyUmask, create a non-sticky direct...
2023-09-18 Bryan C. Millsnet: enable most tests on wasip1 and js
2023-09-18 Tobias Klauseros/exec: adjust function name in fatal message
2023-09-18 Damien Neilcontext: avoid key collisions in test afterfunc map
2023-09-18 Patrick Steinhardtcmd/link: allow deriving GNU build ID from Go build...
2023-09-18 Cherry Muiruntime: skip TestG0StackOverflow on iOS
2023-09-18 Egon Elbrecmd/cgo: silence unaligned-access
2023-09-17 Joel Singcmd/internal/obj/riscv: clean up immediate checking
2023-09-15 Bryan C. Millsnet/http: avoid leaking goroutines when TestServerGrace...
2023-09-15 Keith Randallcmd/compile: reset memcombine correctly between basic...
2023-09-15 Bryan C. Millsruntime: remove an arbitrary timeout in TestProfBuf
2023-09-15 Mauri de Souza... archive/zip: reject non-regular files in AddFS
2023-09-15 Jonathan Amsterdamnet/http: handle MethodNotAllowed
2023-09-15 Cherry Muicmd/link: reject invalid -R flag
2023-09-15 Robert Griesemergo/types, types2: introduce `isValid` predicate and...
2023-09-15 Paul E. Murphycmd/internal/obj/ppc64: improve RLWNM encoding
2023-09-15 Arnaud Lacombetestdata/vcstest/bzr: fix unit test with Ubuntu 2020...
2023-09-15 apocelipesnet: use bytealg.LastIndexByteString
2023-09-15 Than McIntoshcmd/compile/internal/inline/inlheur: rescore callsites...
2023-09-15 Than McIntoshcmd/compile/internal/inlheur: minor debug trace changes
2023-09-15 Than McIntoshcmd/compile/internal/inl: use func-level "never returns...
2023-09-15 Than McIntoshcmd/compile/internal/inline: add callsite trace output...
2023-09-14 Hana (Hyang... .github: issue template for telemetry proposals
2023-09-14 Than McIntoshcmd/cover: add new "emit meta file" mode for packages...
2023-09-14 Than McIntoshcmd/compile/internal/inl: inline based on scoring when...
2023-09-14 Cosmos Nicolaouruntime/pprof: TestVMInfo reworked to avoid test flakiness.
2023-09-14 Cherry Muicmd/link: clean up some unnecessary casts
2023-09-14 Bryan C. Millsnet/http: synchronize tests that use reqNum counters
2023-09-14 Chris Duncanlog/slog: fix Record.back slice always too small during...
2023-09-14 limeidancmd/link/internal/loadelf: correct the relocation size...
2023-09-14 Tobias Klausersyscall: remove unused ptracePtr on openbsd
2023-09-14 Jes Cokregexp: use built-in clear to clear b.visited in *bitSt...
2023-09-14 Matthew Dempskycmd/compile/internal/ir: remove Func.ReflectMethod
2023-09-14 Matthew Dempskycmd/compile: move remaining instrumentation logic into...
2023-09-14 Bryan C. Millscmd/cgo/internal/testcshared: remove an arbitrary timeo...
2023-09-14 Matthew Dempskycmd/compile/internal/noder: drop unused *types.Pkg...
2023-09-14 Matthew Dempskycmd/compile/internal/ir: add Func.DeclareParams
2023-09-14 qmuntaltime: unconditionally use RegLoadMUIString on Windows
2023-09-14 Matthew Dempskyspec: specify evaluation order for binary logical opera...
2023-09-14 Jonathan Amsterdamnet/http: implement path value methods on Request
2023-09-13 Ian Lance Taylorcontext: support non-standard Context in Cause
2023-09-13 Jonathan Amsterdamnet/http: give ServeMux.handler a better name
2023-09-13 Jonathan Amsterdamnet/http: add test for registration errors
2023-09-13 Bryan C. Millsnet/http: scale rstAvoidanceDelay to reduce test flakiness
2023-09-13 Jonathan Amsterdamnet/http: ServeMux handles extended patterns
2023-09-13 Bryan C. Millsos/exec: avoid calling LookPath in cmd.Start for resolv...
2023-09-13 Bryan C. Millsos/exec: fix edge cases in Windows PATH resolution
2023-09-13 Cherry Muicmd/link: round up default start address to alignment
2023-09-13 Michael Prattcmd/compile/internal/pgo: remove stale comment
2023-09-13 Bryan C. Millsos/exec: avoid writing to Cmd.Path in Cmd.Start on...
2023-09-13 Mauri de Souza... runtime/internal/atomic: add wasm And/Or operators
2023-09-13 doujiang24runtime: silently allow pinning of non-Go pointers...
2023-09-13 Li Gangruntime: resolve false sharing for frequent memory...
2023-09-13 Abhinav Guptanet/http: use new Go Doc list syntax
2023-09-13 Tobias Klauserpath: use bytealg.LastIndexByteString
2023-09-13 Alexander Yastrebovinternal/zstd: fix window resizing
2023-09-13 Matthew Dempskycmd/compile/internal/abi: replace types.Object with...
2023-09-13 Matthew Dempskycmd/compile/internal/abi: use Type.Registers
next