]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2023-09-07 Kir Kolyshkinsyscall: add support to get pidfd from ForkExec on...
2023-09-07 Jes Cokencoding/gob: fix typo in comment for decAlloc
2023-09-07 Jes Cokencoding/gob: make comment more idiomatic for *Encoder...
2023-09-07 Jes Cokencoding/gob: swap 'err, i' to correct verbs in decUint...
2023-09-07 Jes Cokall: use io.{SeekStart, SeekCurrent, SeekEnd}
2023-09-07 qmuntalruntime: remove slow time compatibility hacks for wine
2023-09-07 Andy Panlog/slog: use the general regex expression of datetime...
2023-09-07 qiulaidongfengsync: deemphasize goroutines in RWMutex documentation
2023-09-07 Tobias Klausernet: remove unused _C_GoString
2023-09-07 Michael Anthony... runtime: always lock OS thread in debugcall
2023-09-07 Keith Randallcmd/compile: absorb InvertFlags into Noov comparisons
2023-09-07 Matthew Dempskycmd/compile/internal/inline/inlheur: remove ConstExpr...
2023-09-07 Matthew Dempskycmd/compile/internal/ir: simplify printing of OLITERALs
2023-09-07 Than McIntoshcmd/link: avoid deadcode of global map vars for program...
2023-09-07 thepuddsfmt: avoid reflect.Value.Slice to help escape analysis
2023-09-07 thepuddsfmt: avoid reflect.Value.Pointer to help escape analysis
2023-09-07 Tobias Klausercmd/go: remove unused (*testgoData).FailSSH test helper
2023-09-07 thepuddscmd/compile/internal/dwarfgen: make scope test less...
2023-09-06 Andy Panruntime: fix the miscalculation of memoryLimitGoal...
2023-09-06 Michael Prattruntime: clear procid in unminit
2023-09-06 Ian Lance Taylorcmd/go: permit $AR to include options
2023-09-06 Than McIntoshcmd/compile/internal/inline: analyze function result...
2023-09-06 Than McIntoshcmd/compile/internal/ir: add "never returns" func flag
2023-09-06 Bryan C. Millscmd/go: reject toolchain directives containing path...
2023-09-06 Roland Shoemakerhtml/template: properly handle special tags within...
2023-09-06 Roland Shoemakerhtml/template: support HTML-like comments in script...
2023-09-06 Than McIntoshcmd/compile/internal/inline: no-return flag analysis...
2023-09-06 Paul E. Murphycmd/compile/internal/ssa: improve masking codegen on...
2023-09-06 Nayef Ghattasruntime/metrics: fix /gc/scan/* metrics
2023-09-06 Austin Clementsruntime: ignore SPWrite on innermost traceback frame
2023-09-05 Dmitri Shuralyovall: use ^$ instead of XXXX, NoSuchTestExists to match...
2023-09-05 Dmitri Shuralyovall: use ^TestName$ regular pattern for invoking a...
2023-09-05 Ian Lance Taylorruntime: don't let the tests leave core files behind
2023-09-05 Ian Lance Tayloros: don't invoke shell in TestStatStdin
2023-09-05 go101testing: add doc to not call Init concurrently
2023-09-05 Ian Lance Taylorcmd/go: correct function name in comment
2023-09-05 rootcmd/asm: add KMA and KMCTR instructions on s390x.
2023-09-05 Egon Elbrecompile/internal/walk: add walkGrowslice
2023-09-05 Kir Kolyshkinsyscall: fixup TestUseCgroupFD error checking
2023-09-04 Egon Elbreruntime: introduce nextslicecap
2023-09-04 Egon Elbreruntime: optimize growslice
2023-09-04 Jes Cokcmd/compile/internal/ssa: fix typos in comments
2023-09-04 Nikita Vaniasinnet: respect hosts file when resolving names for Windows
2023-09-03 Joe Tsaiencoding: show the alphabet for base32 and base64
2023-09-03 zhangjiancmd/compile/internal/liveness: remove excess bits for...
2023-09-03 Kir Kolyshkinsyscall: inline TestUseCgroupFDHelper
2023-09-02 cui flitercmd: fix some comments
2023-09-02 Jes Cokencoding/gob: add comma in field comment of userTypeInf...
2023-09-01 Joe Tsaicompress: linkify references to io.ByteReader
2023-09-01 Joe Tsaireflect: make Value.IsZero identical to v == zero
2023-09-01 Mauri de Souza... sync: prevent (*Map).Range from always escaping
2023-09-01 Matthew Dempskycmd/internal/dwarf: replace Sym.Length with Context...
2023-09-01 Matthew Dempskycmd/link: type alias sym.LoaderSym and loader.Sym
2023-09-01 Matthew Dempskycmd/internal/obj: simplify filename handling
2023-09-01 Guoqi Chenruntime: remove the meaningless offset of 8 for duffzer...
2023-09-01 Bryan C. Millsnet: deflake TestDialTimeout on windows
2023-09-01 Dominique Lefevrecmd/internal/objabi: rename R_USEGENERICIFACEMETHOD...
2023-09-01 Dominique Lefevrecmd/link: add testcases for MethodByName(string literal).
2023-09-01 Dominique Lefevrecmd/link: remove special cases for Method() and MethodB...
2023-09-01 Dominique Lefevrecmd/compile: special-case MethodByName(string literal...
2023-09-01 Cosmos Nicolaouruntime/pprof: print stderr on test failure
2023-09-01 Kir Kolyshkinsyscall: fix skipping TestUseCgroupFD
2023-09-01 Matthew Dempskybytes, strings: use "reports whether" in HasPrefix...
2023-08-31 Robert Griesemergo/types, types2: fix doc string
2023-08-31 Jes Cokcmd/compile/internal/types2: use strings.ReplaceAll...
2023-08-31 Tobias Klausernet: remove unused errTimedout
2023-08-31 qmuntalruntime: remove unnecessary timeout in TestCallbackInAn...
2023-08-31 Ian Lance Tayloros/user: use correct size for initial call in retryWith...
2023-08-31 Jes Cokall: rewrite internal/saferio.SliceCap using generics...
2023-08-31 Ian Lance Taylorruntime: correct linux-arm64 vdso hash codes
2023-08-30 Ian Lance Taylorcmd/cgo: only write _cgo_flags for gccgo
2023-08-30 Bryan C. Millsnet: retry TestDialTimeout subtests with progressively...
2023-08-30 xuriencoding/xml: overriding by empty namespace when no...
2023-08-30 apocelipesencoding/asn1: use reflect.TypeFor for known types
2023-08-30 Yusuf Biraderarchive/zip: update link to zip specification
2023-08-30 Davis Goodincmd/go: add missing str imports to fix addmod and savedir
2023-08-30 Sean Liaolog/slog: package doc fixes
2023-08-30 Tobias Klauserinternal/poll, net: use (*FD).SetsockoptInet4Addr in...
2023-08-30 Bryan C. Millsnet: skip TestDialTimeout subtests on Windows if Dial...
2023-08-30 Robert Griesemergo/types, types2: use asNamed(t) instead of t.(*Named...
2023-08-30 Keith RandallRevert "cmd/compile: use shorter ANDL/TESTL if upper...
2023-08-29 Robert Griesemergo/types, types2: remove order dependency in inference...
2023-08-29 Matthew Dempskycmd/compile/internal/ir: remove old variable capture...
2023-08-29 Bryan C. Millsruntime: log stderr in TestLockRankGenerated on failure
2023-08-29 Bryan C. Millsnet: avoid internal hooks in TestDialTimeout
2023-08-29 Matthew Dempskycmd/compile: remove vestigial importpath symbol logic
2023-08-29 Matthew Dempskycmd/compile/internal/ir: drop Inl.Body
2023-08-29 Matthew Dempskycmd/internal/obj: add Func type to replace "curfn any"
2023-08-29 Matthew Dempskycmd/compile/internal/ssagen: stop canonicalizing symabis
2023-08-29 Matthew Dempskycmd/internal/{dwarf,obj}: stop substituting "" with...
2023-08-29 Matthew Dempskycmd/compile: eliminate fallback code for missing -p...
2023-08-29 Matthew Dempskycmd/asm: stop using "" as the local package prefix
2023-08-29 Matthew Dempskycmd/internal/obj: tweak implicit {ArgsPointerMaps,ArgIn...
2023-08-29 qmuntalcrypto/des: test using the public API
2023-08-29 Roland Shoemakerimage: add a security considerations section to package doc
2023-08-29 Jes Cokcmd/link/internal/sym: uncomment code for RelocName
2023-08-29 Dominique Lefevrecmd/compile: do not flag reflect.StructOf() as a Reflec...
2023-08-29 Mateusz Poliwczaklog/slog: use atomic.Pointer instead of atomic.Value
2023-08-29 Sean Liaolog/slog: fix documented value type for SourceKey
2023-08-29 Jonathan Amsterdamtesting/slogtest: clarify that passed handler must...
next