]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2023-09-08 Jonathan Amsterdamtesting/slogtest: add Run to run cases as subtests
2023-09-08 Michael Prattruntime: dump rdx on windows
2023-09-08 Cherry Muiruntime: unskip TestG0StackOverflow
2023-09-08 Matthew Dempskycmd/compile/internal/ssa: replace Frontend.Auto with...
2023-09-08 Matthew Dempskycmd/compile/internal/ssagen: call AllocFrame after...
2023-09-08 Joe Tsaiencoding: modernize Go documentation
2023-09-08 Matthew Dempskycmd/compile/internal/ssa: rename ssagen.TypeOK as CanSSA
2023-09-08 Matthew Dempskycmd/compile/internal/ssa: remove Frontend.MyImportPath
2023-09-08 Matthew Dempskycmd/compile/internal/ssa: simplify NewFunc API
2023-09-08 Matthew Dempskycmd/compile: cleanup uses of ir.Orig and ir.SepCopy
2023-09-08 Matthew Dempskycmd/compile/internal/ir: remove OrigNode
2023-09-08 Matthew Dempskycmd/compile/internal/ir: simplify formatting of CompLitExpr
2023-09-08 Matthew Dempskycmd/internal/ir: remove ConstExpr in favor of BasicLit
2023-09-08 Matthew Dempskycmd/compile/internal/noder: stop preserving original...
2023-09-08 Cherry Muiruntime: increase g0 stack size in non-cgo case
2023-09-08 zhouguangyuancmd/internal/obj: mark unspill code in prologue preemptible
2023-09-08 Dmitri Shuralyovsyscall: skip unshare tests if mount syscall is not...
2023-09-08 Archanaruntime: support for debugger function calls on linux...
2023-09-08 Daniel Martífmt: adjust comment after CL 524940
2023-09-08 Joel Singdebug/elf,cmd/link: add additional MIPS64 relocation...
2023-09-08 Joel Singcmd/internal/obj/riscv: clean up error checking for...
2023-09-08 Joel Singcmd/internal/obj/riscv: correct message in regVal panic
2023-09-08 Joel Singcmd/internal/obj/riscv: simplify instructionsForMOV
2023-09-07 Ian Lance Taylorcmd/api: don't try to parse JSON from stderr of go...
2023-09-07 qmuntalruntime: support nil libcall.args when calling stdcall...
2023-09-07 Tobias Klausersyscall: remove unused ptracePtr on darwin
2023-09-07 limeidancmd/link/internal/loong64: correct the glibc dynamic...
2023-09-07 Daniel Martíencoding/xml: use reflect.Value.Bytes on addressable...
2023-09-07 Paul E. Murphycmd/internal/obj/ppc64: do not assemble non-constant...
2023-09-07 Kir Kolyshkinsyscall: improve linux SysProcAttr documentation
2023-09-07 Pascal S. de... cmd/doc: print bugs with -all flag
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...
next