]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2022-10-14 Dmitri Goutnikcmd/dist, misc/cgo/testsanitizers: enable msan tests...
2022-10-14 Dmitri Goutnikcmd/go: enable -msan on freebsd/amd64
2022-10-14 Dmitri Goutnikruntime: add msan support on freebsd/amd64
2022-10-14 Alexander Efremovimage/png: optimise RGBA encoding
2022-10-13 Bryan C. Millsos: split wait6 syscall wrapper into per-platform files
2022-10-13 Dmitri Goutnikcmd/link: define ELF .note section on FreeBSD
2022-10-13 Michael Matloobcmd/go: avoid setting mod=vendor in workspace mode
2022-10-13 Bryan C. Millsos/exec: reduce arbitrary sleeps in TestWaitid
2022-10-13 Bryan C. Millsos/exec: set traceback to "system" in TestContextCancel
2022-10-13 Cherry Muicmd/link: don't reset variable size when handling ...
2022-10-13 Roland Shoemakerencoding/gob: note pacakge not covered by security...
2022-10-13 Roland Shoemakerdebug: add top level security docs for dwarf, elf,...
2022-10-13 Park Zhoucrypto/x509: add blank line before package declaration
2022-10-13 Robert Findleygo/types: remove mode argument from the pkgFiles helper
2022-10-13 Robert Findleygo/types, types2: optimize instance lookup in LookupFie...
2022-10-12 Michael Matloobtest: update test/run.go and some tests to use importcfg
2022-10-12 Ian Lance Taylordebug/elf: validate phentsize and shentsize
2022-10-12 Robert Griesemergo/types, types2: better error if there's a field with...
2022-10-12 Robert Griesemergo/types, types2: remove need for invalidAST prefix...
2022-10-12 Ian Lance Tayloros/signal: document behavior of SIGPIPE on non-Go thread
2022-10-12 Michael Anthony... misc/cgo/test: add asan and msan arena tests
2022-10-12 Michael Anthony... arena: add experimental arena package
2022-10-12 Michael Anthony... runtime: add safe arena support to the runtime
2022-10-12 Michael Anthony... runtime: make (*mheap).sysAlloc more general
2022-10-12 Michael Anthony... runtime: factor out GC assist credit accounting
2022-10-12 Michael Anthony... runtime: factor out mheap span initialization
2022-10-12 Bryan C. Millsos: use the correct constant for P_PID on NetBSD
2022-10-12 Bill Zissimopoulosruntime: fix invalid pointer in windows/arm64 badsignal2
2022-10-12 Damien Neilnet/http: fix some test flakes caused by test refactoring
2022-10-12 Abirdcflycmd/go: add Context parameter to download function
2022-10-12 Than McIntoshcmd/{cover,covdata}: minor code cleanups
2022-10-12 Cuong Manh Leall: prevent fakePC overflow on 386 in libfuzzer mode
2022-10-11 Robert Griesemergo/types: add errorcalls_test, apply it, and fix errorf...
2022-10-11 Robert Griesemercmd/compile/internal/types2: adjust errorcalls_test...
2022-10-11 Robert Griesemergo/types: replace invalid(AST|Arg|Op) with errorf and...
2022-10-11 Michael Matloobcmd/go: set dependency go versions for go install ...
2022-10-11 Ian Lance Taylormath/big: error on buffer length overflow in Rat.GobDecode
2022-10-11 Michael Matloobcmd/go: do not exit with non-zero code from go list...
2022-10-11 Park Zhougo/parser: simplify code (cleanup)
2022-10-11 Bryan C. Millsos/exec: remove protection against a duplicate Close...
2022-10-11 Than McIntoshinternal/coverage: minor code cleanups
2022-10-11 Joel Singcmd/compile: fold negation into subtraction on riscv64
2022-10-11 Joel Singcmd/compile: convert SLT/SLTU with constant into immedi...
2022-10-11 Joel Singcmd/compile: combine masking and zero extension on...
2022-10-10 Ian Lance Taylortest: add test case that caused a bogus error from...
2022-10-10 Cuong Manh Lecmd/compile: fix missing walk pass for static initializ...
2022-10-10 Than McIntoshruntime: mark arenaIdx.l1 and arenaIdx.l2 methods as...
2022-10-10 Than McIntoshcmd/compile: tweak inliners handling of coverage counte...
2022-10-10 qmuntalcmd/go: support shared libraries in 'go version' on...
2022-10-10 Robert Griesemergo/types, types2: use zero error code to indicate unset...
2022-10-10 Robert Griesemerinternal/types/errors: add InvalidSyntaxTree error
2022-10-10 Robert Griesemercmd/compile/internal/types2: use internal/types/errors...
2022-10-10 Robert Griesemergo/types: use internal/types/errors instead of local...
2022-10-10 Robert Griesemerinternal/types/errors: rename UntypedNil to UntypedNilUse
2022-10-10 Robert Griesemerinternal/types/errors: export error codes
2022-10-10 Robert Griesemerinternal/types/errors: add package
2022-10-10 Robert Griesemergo/types, types2: better error for generic type decl...
2022-10-08 Motiejus Jakštyscmd/cgo: use -O2 when testing compiler features
2022-10-08 Zeke Lucmd/go/internal/modload: improve error message for...
2022-10-08 Ian Lance Tayloros: use poll.fdMutex for Plan 9 files
2022-10-08 eric fangcmd/compile: enable carry chain scheduling for arm64
2022-10-07 Jeremy Brewermodload: provide a clearer error for standard library...
2022-10-07 Bryan C. Millscmd/go/internal/modload: remove the needSum argument...
2022-10-07 Andrew Pogrebnoyruntime: move epoll syscalls to runtime/internal/syscall
2022-10-07 Bryan C. Millscmd/go/internal/modload: remove unused moduleHasRootPac...
2022-10-07 Wayne Zuocmd/compile: intrinsify Sub64 on loong64
2022-10-07 Wayne Zuocmd/compile: intrinsify Add64 on loong64
2022-10-07 Tobias Klausernet/netip: add test for AddrFromSlice
2022-10-07 Tobias Klausernet/netip: use IPv4Unspecified in TestIPProperties
2022-10-07 Eddie Lopeztesting: add an example showcasing B.RunParallel with...
2022-10-07 Damien Neilnet/http: refactor tests to run most in HTTP/1 and...
2022-10-07 Tobias Klauserinternal/poll, internal/syscall/unix, syscall: move...
2022-10-07 Tobias Klauserinternal/poll, net, syscall: enable writev on aix
2022-10-07 Lynn Bogercmd/compile: leverage cc ops in more cases on ppc64x
2022-10-07 hopehookos/exec: document ProcessState available after a call...
2022-10-06 kxxtall: use grep -E/-F instead of fgrep/egrep
2022-10-06 Bryan C. Millsos/exec: parallelize more tests
2022-10-06 Bryan C. Millsos/exec: delete TestExtraFilesFDShuffle
2022-10-06 Michael Matloobcmd/go: fix incorrect determination of import path...
2022-10-06 Zeke Ludebug/buildinfo: correct a typo in calculating next...
2022-10-06 Wayne Zuocmd/compile: fold constant shift with extension on...
2022-10-06 cui fliterall: remove redundant type conversion
2022-10-06 Ian Lance Tayloros: if dirFS.Open fails, undo use of backslashes in...
2022-10-06 kijimaDall: fix some typos
2022-10-06 cui flitercmd/go/internal: use strings.Cut
2022-10-05 Damien Neilarchive/tar: limit size of headers
2022-10-05 Russ Coxregexp: limit size of parsed regexps
2022-10-05 Michael Matloobcmd/go/internal/modindex: ignore non-source files for...
2022-10-05 hopehookcmd/go: add @latest suffix for go install
2022-10-05 Wang Deyuruntime: avoid initializing MemProfileRate in init...
2022-10-05 Robert Griesemergo/types, types2: use consistent error messages for...
2022-10-05 Than McIntoshruntime/coverage: revise/shorten function names
2022-10-05 shaolimingcmd/internal/obj/arm64: add missing operand register...
2022-10-05 Cherry Muiruntime: don't jump stack if at entry of systemstack
2022-10-05 Youlin Fengruntime/cgo: let darwin pthread stacksize follow rlimit
2022-10-05 Paul E. Murphycmd/link: optimize PPC64 inline plt sequences if local
2022-10-05 eric fangcmd/compile: add late lower pass for last rules to run
2022-10-05 Robert Griesemercmd/compile/internal/syntax: better error message for...
2022-10-05 Robert Griesemercmd/compile/internal/types2: remove "unimplemented...
2022-10-04 Tomasz Jezierskiencoding/asn1: remove allocation from init
next