]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / runtime /
2023-09-13 Li Gangruntime: resolve false sharing for frequent memory...
2023-09-12 Michael Prattruntime: set _XOPEN_SORUCE_EXTENDED to 1 for aix
2023-09-12 Jes Cokall: calculate the median uniformly
2023-09-12 Michael Prattruntime: set _XOPEN_SOURCE_EXTENDED for netbsd
2023-09-12 Cherry Muiruntime: fix off-by-1 error in textOff
2023-09-12 Michael Prattruntime: allow update of system stack bounds on callbac...
2023-09-12 qmuntalall: fix Microsoft links
2023-09-11 Matthew Dempskyruntime: avoid staticinit dependency with sigsetAllExiting
2023-09-11 Michael PrattRevert "runtime: allow update of system stack bounds...
2023-09-11 Michael PrattRevert "runtime: set stackguard1 on extra M g0"
2023-09-11 Michael Prattruntime: don't clear procid on netbsd
2023-09-11 Michael Prattruntime: set stackguard1 on extra M g0
2023-09-11 Michael Prattruntime: allow update of system stack bounds on callbac...
2023-09-08 Than McIntoshruntime: test change to adapt to new inliner
2023-09-08 Michael Prattruntime: dump rdx on windows
2023-09-08 Cherry Muiruntime: unskip TestG0StackOverflow
2023-09-08 Cherry Muiruntime: increase g0 stack size in non-cgo case
2023-09-08 Archanaruntime: support for debugger function calls on linux...
2023-09-07 qmuntalruntime: support nil libcall.args when calling stdcall...
2023-09-07 qmuntalruntime: remove slow time compatibility hacks for wine
2023-09-07 Michael Anthony... runtime: always lock OS thread in debugcall
2023-09-06 Andy Panruntime: fix the miscalculation of memoryLimitGoal...
2023-09-06 Michael Prattruntime: clear procid in unminit
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 ^TestName$ regular pattern for invoking a...
2023-09-05 Ian Lance Taylorruntime: don't let the tests leave core files behind
2023-09-04 Egon Elbreruntime: introduce nextslicecap
2023-09-04 Egon Elbreruntime: optimize growslice
2023-09-04 Nikita Vaniasinnet: respect hosts file when resolving names for Windows
2023-09-01 Guoqi Chenruntime: remove the meaningless offset of 8 for duffzer...
2023-09-01 Cosmos Nicolaouruntime/pprof: print stderr on test failure
2023-08-31 qmuntalruntime: remove unnecessary timeout in TestCallbackInAn...
2023-08-31 Ian Lance Taylorruntime: correct linux-arm64 vdso hash codes
2023-08-29 Bryan C. Millsruntime: log stderr in TestLockRankGenerated on failure
2023-08-29 Matthew Dempskycmd/internal/obj: tweak implicit {ArgsPointerMaps,ArgIn...
2023-08-29 Xiaolin Zhaoruntime, cmd/go: enable address sanitizer on linux...
2023-08-28 Michael Anthony... runtime: fix bp restoration in panic recovery for arm64
2023-08-25 Xiaolin Zhaoruntime, cmd/go: enable memory sanitizer on linux/loong64
2023-08-25 doujiang24cmd/cgo: add #cgo noescape/nocallback annotations
2023-08-25 Keith Randallruntime: fix maps.Clone bug when cloning a map mid...
2023-08-25 crozzyruntime/debug: fix minor BuildSetting doc typos
2023-08-24 Tobias Klauserruntime: remove unused F_{GET,SET}FL cgo constants...
2023-08-23 Michael Anthony... runtime: create wrappers for gcDrain to identify time...
2023-08-22 cui fliterall: remove redundant string conversions when formattin...
2023-08-22 Ian Lance Taylorruntime/cgo: get getstackbound for set_stacklo
2023-08-22 Michael Anthony... runtime: avoid MADV_HUGEPAGE for heap memory
2023-08-22 Joel Singruntime: add support for openbsd/ppc64
2023-08-22 Joel Singruntime: rework asmcgocall on ppc64x
2023-08-21 Austin Clementsruntime: drop stack-allocated pcvalueCaches
2023-08-21 Austin Clementsruntime: move pcvalue cache to M
2023-08-21 Austin Clementsruntime: remove runtime.Add testing function
2023-08-21 Andy Panruntime: document maxStack and m.createstack in more...
2023-08-20 Austin Clementsruntime: add self-check mode to cache in pcvalue
2023-08-18 Chris O'Hararuntime/internal/wasitest: skip racy TCP echo test
2023-08-18 Michael Anthony... runtime/pprof: increase contention upper bound in TestM...
2023-08-17 Matthew Dempskycmd/compile/internal/typecheck: normalize go/defer...
2023-08-17 Russ Coxruntime: change mutex profile to count every blocked...
2023-08-16 David Chaseruntime: guard against runtime/sema* ops on Darwin...
2023-08-16 Russ Coxruntime: add support for range-over-func
2023-08-16 Bryan C. Millsruntime/testdata/testprog: use testenv.SyscallIsNotSupp...
2023-08-16 Russ Coxcmd/compile, runtime: make room for rangefunc defers
2023-08-16 Russ Coxruntime/internal/math: add Add64
2023-08-15 Joel Singruntime/cgo: use fatalf on solaris
2023-08-15 Nick Ripleyruntime: restore caller's frame pointer when recovering...
2023-08-15 Nick Ripleyruntime: zero saved frame pointer when reusing goroutin...
2023-08-15 Joel Singruntime/cgo: consolidate openbsd cgo code
2023-08-15 Joel Singruntime/cgo: consolidate netbsd cgo code
2023-08-15 Joel Singruntime/cgo: consolidate linux cgo code
2023-08-15 Joel Singruntime/cgo: consolidate freebsd cgo code
2023-08-15 Joel Singruntime/cgo: rename crosscall_arm1 to crosscall1
2023-08-15 Joel Singruntime/cgo: use fatalf on dragonfly, freebsd, netbsd...
2023-08-15 Mauri de Souza Men... runtime: mark traceEnabled and traceShuttingDown as...
2023-08-14 David Chaseruntime: profiling on Darwin cannot use blocking reads
2023-08-12 Joel Singruntime/cgo: rename crosscall_386 to crosscall1 and...
2023-08-12 Joel Singruntime/cgo: rename crosscall_amd64 to crosscall1
2023-08-11 Mauri de Souza Men... net/http: disallow empty Content-Length header
2023-08-11 Keith Randallruntime: test that write barriers are correctly marked...
2023-08-10 Roland Shoemakercrypto/tls: add GODEBUG to control max RSA key size
2023-08-10 Cosmos Nicolaouruntime/pprof: fix build breakage on ios
2023-08-10 Matthew Dempskyruntime: fix asan asm on amd64
2023-08-09 Cuong Manh Lecmd/compile: mark instantiated functions from package...
2023-08-09 cuiweixieruntime: improve performance of empty map with interfac...
2023-08-09 Ian Lance Taylorruntime/cgo: use frame address to set g0 stack bound
2023-08-07 Austin ClementsRevert "runtime: move pcvalue cache to M"
2023-08-07 Austin ClementsRevert "runtime: drop stack-allocated pcvalueCaches"
2023-08-07 Austin Clementsruntime: drop stack-allocated pcvalueCaches
2023-08-07 Austin Clementsruntime: move pcvalue cache to M
2023-08-07 Austin Clementsruntime: store start PC in pcvalueCache
2023-08-07 Matthew Dempskyruntime: avoid relying on the unwinder in deferreturn
2023-08-07 Matthew Dempskyruntime, cmd/compile: optimize open-coded defers
2023-08-07 Matthew Dempskyruntime, cmd/compile: prune unused _defer fields
2023-08-05 Joel Singruntime,syscall: invert openbsd architecture tests
2023-08-04 Cherry Muiruntime/pprof: correct field alignment in machVMRegionB...
2023-08-04 Matthew Dempskyruntime: add deferreturn fast path for linked defers
2023-08-03 Joel Singcmd/asm,cmd/internal/obj/riscv,cmd/link: improve TLS...
2023-08-03 Cosmos Nicolaouruntime,runtime/pprof: get memory mappings on darwin.
2023-08-03 Johan Brandhorst... runtime/internal: switch GOWASIRUNTIME default
2023-08-02 qmuntalruntime: cpu profiler to use high resolution timers...
2023-08-01 rootruntime: handle SIGPE exception for p256 crypto package...
next