]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime/testdata
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / runtime / testdata /
2023-11-02 Russ Coxcmd/cgo: disable #cgo noescape/nocallback until Go...
2023-10-26 Michael Prattruntime: clear g0 stack bounds in dropm
2023-10-23 Cuong Manh Leruntime: allow for 10 more threads in TestWindowsStackM...
2023-10-05 qmuntalruntime: support SetUnhandledExceptionFilter on Windows
2023-09-12 Michael Prattruntime: set _XOPEN_SORUCE_EXTENDED to 1 for aix
2023-09-12 Michael Prattruntime: set _XOPEN_SOURCE_EXTENDED for netbsd
2023-09-12 Michael Prattruntime: allow update of system stack bounds on callbac...
2023-09-11 Michael PrattRevert "runtime: allow update of system stack bounds...
2023-09-11 Michael Prattruntime: allow update of system stack bounds on callbac...
2023-09-05 Ian Lance Taylorruntime: don't let the tests leave core files behind
2023-08-25 doujiang24cmd/cgo: add #cgo noescape/nocallback annotations
2023-08-22 cui fliterall: remove redundant string conversions when formattin...
2023-08-16 Bryan C. Millsruntime/testdata/testprog: use testenv.SyscallIsNotSupp...
2023-07-25 Roland Shoemakerruntime: enforce standard file descriptors open on...
2023-07-18 Ian Lance Taylorruntime: decrement netpollWaiters in netpollunblock
2023-06-06 Roland Shoemakerruntime: implement SUID/SGID protections
2023-06-05 Cherry Muiruntime: move Segv and TgkillSegv to testprog
2023-06-01 Michael Prattruntime: only increment extraMInUse when actually in use
2023-05-17 Cherry Muiruntime/cgo: store M for C-created thread in pthread key
2023-05-12 Ian Lance Taylorruntime: remove crash_cgo_test CgoRaceSignal timeout
2023-05-05 Chressie HimpelRevert "runtime/cgo: store M for C-created thread in...
2023-04-26 Michael Prattruntime/cgo: store M for C-created thread in pthread key
2023-04-25 qmuntalruntime: fallback to TEB arbitrary pointer when TLS...
2023-04-24 Bryan C. Millsruntime: fix CgoRaceprof and CgoRaceSignal build failures
2023-04-21 Ian Lance Taylorruntime: in __tsan_fini tell scheduler we are entering...
2023-04-18 Cherry Zhangruntime: adjust frame pointer on stack copy on ARM64
2023-04-17 Michael PrattRevert "runtime/cgo: store M for C-created thread in...
2023-04-17 Michael PrattRevert "runtime: correct GoCheckBindM's C declaration...
2023-04-06 Cherry Muiruntime: correct GoCheckBindM's C declaration in Ensure...
2023-04-03 doujiang24runtime/cgo: store M for C-created thread in pthread key
2023-03-31 Cherry MuiRevert "runtime/cgo: store M for C-created thread in...
2023-03-30 Felix Geisendörferruntime/trace: use regular unwinding for cgo callbacks
2023-03-24 doujiang24runtime/cgo: store M for C-created thread in pthread key
2023-03-07 Alex Brainmanruntime: allow for 5 more threads in TestWindowsStackMe...
2023-02-28 Bryan C. Millsruntime: use os.TempDir instead of hard-coding /tmp
2023-02-02 Bryan C. Millsruntime: eliminate arbitrary timeout in TestCgoLockOSTh...
2023-01-24 qmuntalruntime: run TestVectoredHandlerDontCrashOnLibrary...
2022-11-01 Austin Clementsruntime: fix missing error print in TestCgoSigfwd
2022-10-20 qmuntalruntime: fix TestVectoredHandlerExceptionInNonGoThread
2022-10-19 qmuntalruntime: ignore exceptions from non-Go threads on windo...
2022-10-17 Austin Clementsruntime: run TestCgoSigfwd on all Unix platforms
2022-10-17 Austin Clementsruntime: improve coverage of TestCgoSigfwd
2022-10-17 Austin Clementsmisc/cgo/testsigfwd: move to runtime/testprog/testprogcgo
2022-10-02 hopehookall: use time.Since instead of time.Now().Sub
2022-09-30 cui fliterall: omit comparison bool constant to simplify code
2022-09-30 doujiang24runtime/trace: skip tests if parsing fails with timesta...
2022-09-27 cuiweixieruntime: using bytes.CutPrefix
2022-09-27 doujiang24runtime/trace: add missing events for the locked g...
2022-09-27 Than McIntoshruntime: add cgo guard for exit hooks test
2022-09-26 Than McIntoshruntime: add an exit hook facility
2022-09-21 Ian Lance Taylorruntime: treat SI_TKILL like SI_USER on Linux
2022-09-19 Cuong Manh LeRevert "runtime: treat SI_TKILL like SI_USER on Linux"
2022-09-17 Ian Lance Taylorruntime: treat SI_TKILL like SI_USER on Linux
2022-08-31 cuiweixiecmd/compile: add support for unsafe.{String,StringData...
2022-08-15 Cuong Manh LeRevert "runtime/trace: add missing events for the locke...
2022-08-12 doujiang24runtime/trace: add missing events for the locked g...
2022-08-12 Cuong Manh Leruntime: run "gofmt -s -w"
2022-08-08 cuiweixiecmd/compile,runtime: panic when unsafe.Slice param...
2022-08-04 Matthew Dempsky[dev.unified] all: merge master (85d87b9) into dev...
2022-07-30 hopehookruntime: fix typos
2022-06-16 Matthew Dempsky[dev.unified] all: merge master (635b124) into dev...
2022-06-08 Michael Prattruntime: gofmt
2022-05-17 Cherry Muiruntime: deflake TestCgoPprofThread
2022-05-03 Michael Anthony... runtime/debug: export SetMemoryLimit
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-15 hopehookruntime: don't discard value from panic while panicking
2022-04-05 Russ Coxall: separate doc comment from //go: directives
2022-04-05 Lasse Folger[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-31 Than McIntoshruntime: remove use of -mnop-fun-dllimport from cgotest...
2022-03-29 Nicolas Hillegeer[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-18 Nuno Crucesruntime: allow TestCtrlHandler to run in ConPTY
2022-03-07 David Chase[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-02-19 hopehooktestdata: fix typo in comment
2022-02-08 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-02-03 Michael Prattruntime: regression test for issue 50936
2022-01-24 Austin Clementsruntime: call fflush before exiting in C test
2022-01-20 Ian Lance Taylorruntime: remove -tags=threadprof in tests
2021-12-21 Cherry Muiruntime: check the correct environment variable in...
2021-12-13 Russ Coxall: gofmt -w -r 'interface{} -> any' src
2021-12-08 Rhys Hiltnerruntime: fix flake in TestCgoPprofThread
2021-12-07 Michael Anthony... runtime: fix comments on the behavior of SetGCPercent
2021-12-06 Michael Anthony... runtime: call runtime.GC in several tests that disable GC
2021-11-22 Bryan C. Millsruntime: in TestSpuriousWakeupsNeverHangSemasleep,...
2021-11-12 Michael Prattruntime: drop cgoTraceback call assumptions from CgoPpr...
2021-11-11 Michael Anthony... runtime: adjust TestPhysicalMemoryUtilization to handle...
2021-11-11 Cherry Muiruntime: fix C compilation error in TestCgoTracebackGor...
2021-11-11 Cherry Muiruntime: bypass scheduler when doing traceback for...
2021-11-10 Michael Anthony... runtime: rewrite TestPhysicalMemoryUtilization
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-10-27 Cuong Manh Leruntime/testdata/testprogcgo: fix TestCgoPanicCallback
2021-10-26 Michael Prattruntime: fix cgo signals detection
2021-10-06 Russ Coxall: use bytes.Cut, strings.Cut
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-08-28 Cuong Manh Leruntime: add test case for checkptr alignment with...
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
2021-08-16 Roland Shoemaker[dev.boringcrypto] all: merge commit 57c115e1 into...
2021-08-12 Gerrit Code ReviewMerge "[dev.typeparams] all: merge master (46fd547...
2021-08-12 Matthew Dempsky[dev.typeparams] all: merge master (46fd547) into dev...
2021-07-30 Gerrit Code ReviewMerge "[dev.cmdgo] all: merge master (9eee0ed) into...
next