]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2023-10-02 Cherry Muiruntime: use smaller fields for mspan.freeindex and...
2023-10-02 Jonathan Amsterdamnet/http: add a test for an empty ServeMux
2023-10-02 Jonathan Amsterdamnet/http: add GODEBUG setting for old ServeMux behavior
2023-10-02 Michael Anthony... runtime: delete hugepage tracking dead code
2023-10-02 Michael Anthony... runtime: don't eagerly collapse hugepages
2023-10-02 Joel Singcmd/dist,internal/platform: add openbsd/riscv64 port
2023-10-02 qiulaidongfenggo/printer: use max/min func
2023-10-02 Roland Shoemakerhtml/template: support parsing complex JS template...
2023-10-02 Jonathan Amsterdamlog/slog: JSONHandler elides empty groups even with...
2023-09-30 Than McIntoshinternal,cmd/internal: relocate covcmd package from...
2023-09-30 Than McIntoshcmd/go: fix percent covered problems with -coverpkg
2023-09-30 Than McIntoshcmd/go: improve handling of no-test packages for coverage
2023-09-29 Than McIntoshcmd/link: split text sections for arm 32-bit
2023-09-29 Jes Coksyscall: make origRlimitNofile atomic.Pointer[Rlimit]
2023-09-29 Paul E. Murphycmd/internal/obj/ppc64: fix rebuilding of optab for...
2023-09-29 Alexander Yastrebovinternal/zstd: reset reader buffer
2023-09-29 Daniel Martípath/filepath: reuse os.ReadDir
2023-09-28 qmuntalsyscall: simplify and optimize environment block creati...
2023-09-28 Alexander Yastrebovinternal/zstd: handle match extending past window
2023-09-28 Tobias Klausercmp: gofmt
2023-09-28 Alexander Yastrebovinternal/zstd: allow zero dictionary id
2023-09-28 Cherry Muicmd/link: unskip TestBuildForTvOS on dwarin/arm64
2023-09-28 Mateusz Poliwczaknet: set IsNotFound for unknown services in LookupPort
2023-09-28 Tobias Klauserinternal/syscall/unix: implement Eaccess on freebsd
2023-09-28 Alexander Yastrebovinternal/zstd: allow stream consisting of skippable...
2023-09-27 Bryan C. Millsnet/http: add extra synchronization for a Logf call...
2023-09-27 Alexander Yastrebovinternal/zstd: configure window size for single segment...
2023-09-27 qmuntalsyscall: remove Windows 7 console handle workaround
2023-09-27 Adam Cmielcmd/go: make malformed go.sum a fatal error
2023-09-27 Jes Cokcmd/go/internal/vcs: don’t new errors ahead of time...
2023-09-27 Jes Cokgo/build/constraint: delete, replace stringsCut calls...
2023-09-27 cui fliterall: fix misuses of "a" vs "an"
2023-09-27 Alexander Yastrebovinternal/zstd: allow empty compressed blocks
2023-09-27 Jes Cokall: use the indefinite article an in comments
2023-09-27 Kir Kolyshkinlog/slog: fix time regexp in test
2023-09-26 Jes Cokcmd/go/internal/modload: omit space in 'os /exec'
2023-09-25 Jonathan Amsterdamlog/slog: ensure ReplaceAttr does not see a group
2023-09-25 Aaron Delaneycmd/vet: add defers analysis pass
2023-09-25 Holger Hans... cmd/go: permit additional cflags when compiling
2023-09-25 Jonathan Amsterdamnet/http: remove unused function
2023-09-25 Jonathan Amsterdamnet/http: unescape paths and patterns by segment
2023-09-25 Lynn Bogercmd/compile: add rules to avoid unnecessary MOVDaddr...
2023-09-25 Daiki Uenocrypto/tls: pretty-print SignatureScheme in tests
2023-09-25 Carl Johnsoncmp: add Or
2023-09-25 Jes Cokall: use the indefinite article an in comments
2023-09-25 Ian Lance Taylorfmt: clarify that we don't call String for %#v
2023-09-23 Rob Pikeruntime: reword the documentation for Pinner
2023-09-22 Mateusz PoliwczakSECURITY.md: update the Reporting a Vulnerability link
2023-09-22 Ian Lance Taylorslices: use strings.EqualFold in ExampleCompactFunc
2023-09-22 cui flitercmd/link/internal/ld: use strings.Cut
2023-09-22 Dominique Lefevrereflect: remove broken support for embedding of interfa...
2023-09-22 Jes Cokall: clean unnecessary casts for test files
2023-09-22 Paul E. Murphycmd/cgo/internal/test: test PPC64 ELFv2 call/plt stub...
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...
next