]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2023-11-07 Than McIntoshcmd/compile/internal/inline: tweak "returns inlinable...
2023-11-07 aimuznet/http/cgi: eliminate use of Perl in tests
2023-11-07 Jorropocmd/compile: fix findIndVar so it does not match disjoi...
2023-11-07 Mauri de Souza... runtime/internal/atomic: add arm/arm64 operators for...
2023-11-07 Mauri de Souza... cmd/compile,runtime: dedup writeBarrier needed
2023-11-07 Robert Griesemergo/types: export Info.FileVersions
2023-11-07 Damien Neilpath/filepath: fix various issues in parsing Windows...
2023-11-07 Joel Singcmd/internal/obj/riscv: support subtraction with a...
2023-11-07 Joel Singsyscall: provide and use ioctlPtr for all BSD platforms
2023-11-07 Joel Singsyscall: provide and use fcntlPtr for all BSD platforms
2023-11-07 Christian Kruseboring: update documentation to include arm64
2023-11-07 Wang Yaduocmd/internal/obj/riscv: fix the offset of JALR transfor...
2023-11-06 Russ Coxgo/version: add new package
2023-11-06 aimuznet/http/cgi: the PATH_INFO should be empty or start...
2023-11-06 carl.taonet/http: remove Content-Encoding header in roundtrip_js
2023-11-06 Mauri de Souza... net/netip: allow only valid prefix digits in ParsePrefix
2023-11-06 Mitarnet/http: set/override Content-Length for encoded range...
2023-11-06 Zeke Lunet/http/httptest: remove unnecessary creation of http...
2023-11-06 Bryan C. Millscmd/go/internal/vcs: error out if the requested repo...
2023-11-06 Than McIntoshcmd/link/internal/loadpe: allocate comdat definitions...
2023-11-06 Mauri de Souza... runtime/internal/atomic: add 386/amd64 And/Or operators
2023-11-06 cui fliterunicode: add available godoc link
2023-11-06 Jayanth Krishnamurthycmd/compile: adding rule to eliminate ANDCCconst
2023-11-06 cui fliterplugin: add available godoc link
2023-11-06 Mauri de Souza... runtime: add crash stack support for mips64x
2023-11-06 Paul E. Murphycmd/internal/asm/ppc64: avoid generating exser nops
2023-11-06 Tobias Klausersyscall: fix syntax error in mkall.sh
2023-11-06 Evan Jonestesting: correct comments on runCleanup
2023-11-06 Quan Tongcmd/go: handle '@' in local path when running 'go mod...
2023-11-05 Mauri de Souza... runtime: fix badmorestackg0 never called on wasm
2023-11-03 Bryan C. Millscmd/go: allow 'go mod download' to switch toolchains...
2023-11-03 Michael Anthony... runtime: donate racectx to g0 in ReadMetricsSlow
2023-11-03 Michael Anthony... runtime: eliminate possible stack movements in ReadMetr...
2023-11-03 Dmitri Shuralyovcmd/go/internal/modfetch: show real URL in response...
2023-11-03 Roland Shoemakercrypto/x509: fix certificate policy marshaling
2023-11-03 Jes Cokcmd/link/internal/ld: use strings.TrimPrefix in expandFile
2023-11-03 Joel Singruntime: remove getcallerpc on riscv64
2023-11-02 Dmitri Shuralyovmisc/wasm: silence Wasmtime 14 CLI warning
2023-11-02 Dmitri Shuralyovsyscall: copy rlimit.go's build constraint to rlimit_te...
2023-11-02 Michael Prattcmd/compile: fix unstable selection of hottest edge
2023-11-02 Bryan C. Millsnet/http: remove arbitrary timeouts in tests of Server...
2023-11-02 Guoqi Chendebug/elf,cmd/link: add additional relocations for...
2023-11-02 cui flitererrors: add available godoc link
2023-11-02 Tobias Klauserruntime: remove unused getOSRev on openbsd
2023-11-02 Dmitri Shuralyovcmd/go/internal/modfetch: avoid path.Join in URL errors...
2023-11-02 Jes Cokcmd/compile/internal/syntax: use strings.TrimPrefix...
2023-11-02 Michael Prattos/signal: skip nohup tests on darwin builders
2023-11-02 Michael Anthony... runtime: move userArenaHeapBitsSetType into mbitmap.go
2023-11-02 Michael Anthony... runtime: split out pointer/scalar metadata from heapArena
2023-11-02 Michael Anthony... reflect: pass the right element type in verifyGCBitsSlice
2023-11-02 Russ Coxcmd/cgo: disable #cgo noescape/nocallback until Go...
2023-11-02 Michael Prattos/signal: remove go t.Run from TestNohup
2023-11-02 Joel Singruntime: add crash stack support for riscv64
2023-11-02 Robert Griesemergo/parser: better error messages for incorrect type...
2023-11-02 Joel Singsyscall: call getfsstat via libc on openbsd
2023-11-02 Joel Singruntime: remove map stack version handling for openbsd
2023-11-02 Robert Griesemertest: run range-over-integer tests without need for...
2023-11-02 Robert Griesemergo/types, types2: enable range over int w/o need for...
2023-11-02 Robert Griesemerspec: document range over integer expression
2023-11-01 Joe Tsaios: fix PathError.Op for dirFS.Open
2023-11-01 qiulaidongfenginternal/bytealg: optimize indexbyte in amd64
2023-11-01 dchaofeicrypto/x509: optimize the performance of checkSignature
2023-11-01 Jes Cokbytes,internal/bytealg: add func bytealg.LastIndexRabinKarp
2023-11-01 Bryan C. Millsos: report IO_REPARSE_TAG_DEDUP files as regular in...
2023-11-01 Robert Griesemercmd/compile/internal/syntax: better error messages...
2023-11-01 Robert Griesemercmd/compile/internal/syntax: fix/update various comments
2023-11-01 Joel Singos/signal: use syscall.Wait4 directly in tests
2023-11-01 Joel Singsyscall: regen zsyscall for openbsd/riscv64
2023-11-01 Joel Singsyscall: regenerate zsyscall for dragonfly/freebsd...
2023-10-31 apocelipesinternal/cpu: add comments to copied functions
2023-10-31 Cherry Muiruntime: use testenv.Command in TestG0StackOverflow
2023-10-31 Keith Randallruntime: make select fairness test less picky
2023-10-31 Keith Randallcmd/compile: ensure pointer arithmetic happens after...
2023-10-31 Keith Randallcmd/compile: handle constant pointer offsets in dead...
2023-10-31 Keith Randallruntime: on arm32, detect whether we have sync instructions
2023-10-31 Mateusz Poliwczakcrypto/x509: add new OID type and use it in Certificate
2023-10-31 Jes Cokbytes,internal/bytealg: eliminate IndexRabinKarpBytes...
2023-10-31 Jes Cokcmd/compile/internal/ssa: adjust default to the end...
2023-10-31 Cuong Manh Lehash/maphash: weaken avalanche test a bit more
2023-10-31 cui fliterinternal/bytealg: optimize Count/CountString in arm64
2023-10-31 Joel Singruntime: allocate crash stack via stackalloc
2023-10-31 Robert Griesemercmd/compile/internal/syntax: set up dummy name and...
2023-10-31 Robert Griesemergo/types, types2: more concise error if conversion...
2023-10-31 Joel Singcmd/dist,internal/platform: enable openbsd/ppc64 port
2023-10-30 Jes Cokcmd/compile/internal/ssa: add missing space in comment
2023-10-30 qiulaidongfenginternal/fmtsort: makeChans pin pointer
2023-10-30 Quan Tongcmd/go/internal/help: update the documentation to match...
2023-10-30 Allen Lilog/slog: Reorder doc comment for level constants
2023-10-30 Russ Coxmath/rand/v2: delete Mitchell/Reeds source
2023-10-30 Russ Coxmath/rand/v2: add PCG-DXSM
2023-10-30 Russ Coxmath/rand/v2: simplify Perm
2023-10-30 Branden Brownmath/rand/v2: remove bias in ExpFloat64 and NormFloat64
2023-10-30 Russ Coxmath/rand/v2: optimize Float32, Float64
2023-10-30 Russ Coxmath/rand/v2: add, optimize N, UintN, Uint32N, Uint64N
2023-10-30 Russ Coxmath/rand/v2: change Source to use uint64
2023-10-30 Ubuntucmd/compile: optimize right shifts of int32 on riscv64
2023-10-30 Russ Coxmath/rand/v2: update benchmarks
2023-10-30 Russ Coxmath/rand/v2: remove Rand.Seed
2023-10-30 Russ Coxmath/rand/v2: clean up regression test
2023-10-30 Russ Coxmath/rand/v2: remove Read
next