]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
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
2023-09-13 Matthew Dempskycmd/compile/internal/types: add Type.Registers
2023-09-13 Tobias Klausersyscall: use SYS_SETRLIMIT in //sysnb setrlimit1 on...
2023-09-13 Bryan C. Millsos/exec: simplify Windows-specific tests
2023-09-13 Tobias Klausertesting: use strings.LastIndexAny in (*common).decorate
2023-09-13 Than McIntoshcmd/link: fix malformed .shstrtab section
2023-09-13 qiulaidongfenggo/doc/comment: use slices.BinarySearch
2023-09-13 Mauri de Souza... archive/tar: add AddFS method to Writer
2023-09-13 Jes Cokgo/doc/comment: update TODO for isStdPkg
2023-09-12 Yi Yangcmd/compile: sparse conditional constant propagation
2023-09-12 Michael Prattruntime: set _XOPEN_SORUCE_EXTENDED to 1 for aix
2023-09-12 thepuddscmd/compile: add a 'Tips' section to README to help...
2023-09-12 mstmdevio/fs, path/filepath, cmd/gofmt: replace statDirEntry...
2023-09-12 Kir Kolyshkinos: fix TestRenameCaseDifference
2023-09-12 Jes Cokall: calculate the median uniformly
2023-09-12 Jonathan Amsterdamnet/http: routing tree
2023-09-12 Matthew Dempskycmd/compile/internal/ir: add NewZero
2023-09-12 Matthew Dempskycmd/compile/internal/dwarfgen: remove unversion
2023-09-12 Michael Prattcmd/compile/internal/devirtualize: sort equal weight...
2023-09-12 Michael Prattruntime: set _XOPEN_SOURCE_EXTENDED for netbsd
2023-09-12 Cherry Muiruntime: fix off-by-1 error in textOff
2023-09-12 Jonathan Amsterdamnet/http: mapping data structure
next