]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / runtime /
2023-11-14 Michael Anthony... runtime: prevent send on closed channel in wakeableSleep
2023-11-14 Roland Shoemakercrypto/tls: remove RSA KEX ciphers from the default...
2023-11-14 Roland Shoemakercrypto/tls: change default minimum version to 1.2
2023-11-14 Ezzno Jruntime: remove useless nil checking during init of...
2023-11-14 Michael Anthony... internal/trace/v2: resolve syscall parsing ambiguity
2023-11-13 Michael Prattruntime: remove work.pauseStart
2023-11-13 Robert Griesemergo/types, types2: implement Alias proposal (export...
2023-11-13 Michael Anthony... runtime: call enableMetadataHugePages and its callees...
2023-11-10 Michael Anthony... runtime: add execution tracer v2 behind GOEXPERIMENT...
2023-11-10 Michael Anthony... runtime: fix user arena heap bits writing on big endian...
2023-11-09 Michael Anthony... runtime: improve tickspersecond
2023-11-09 Michael Anthony... runtime: make all GC mark workers yield for forEachP
2023-11-09 Michael Anthony... runtime: make it harder to introduce deadlocks with...
2023-11-09 Michael Anthony... runtime: refactor runtime->tracer API to appear more...
2023-11-09 Michael Anthony... runtime: make alloc headers footers instead
2023-11-09 Michael Anthony... runtime: implement experiment to replace heap bitmap...
2023-11-09 Michael Anthony... runtime: add the allocation headers GOEXPERIMENT and...
2023-11-09 Cherry Muiruntime: skip TestG0StackOverflow on windows/arm64
2023-11-09 Joel Singall: clean up addition of constants in riscv64 assembly
2023-11-08 Richard Wangruntime: clarify error when returning unpinned pointers
2023-11-08 cui fliterruntime: add available godoc link
2023-11-07 Mauri de Souza Men... runtime/internal/atomic: add arm/arm64 operators for...
2023-11-07 Mauri de Souza Men... cmd/compile,runtime: dedup writeBarrier needed
2023-11-06 Mauri de Souza Men... runtime/internal/atomic: add 386/amd64 And/Or operators
2023-11-06 Mauri de Souza Men... runtime: add crash stack support for mips64x
2023-11-05 Mauri de Souza Men... runtime: fix badmorestackg0 never called on wasm
2023-11-03 Michael Anthony... runtime: donate racectx to g0 in ReadMetricsSlow
2023-11-03 Michael Anthony... runtime: eliminate possible stack movements in ReadMetr...
2023-11-03 Joel Singruntime: remove getcallerpc on riscv64
2023-11-02 Tobias Klauserruntime: remove unused getOSRev on openbsd
2023-11-02 Michael Anthony... runtime: move userArenaHeapBitsSetType into mbitmap.go
2023-11-02 Michael Anthony... runtime: split out pointer/scalar metadata from heapArena
2023-11-02 Russ Coxcmd/cgo: disable #cgo noescape/nocallback until Go...
2023-11-02 Joel Singruntime: add crash stack support for riscv64
2023-11-02 Joel Singruntime: remove map stack version handling for openbsd
2023-10-31 Cherry Muiruntime: use testenv.Command in TestG0StackOverflow
2023-10-31 Keith Randallruntime: make select fairness test less picky
2023-10-31 Keith Randallruntime: on arm32, detect whether we have sync instructions
2023-10-31 Cuong Manh Lehash/maphash: weaken avalanche test a bit more
2023-10-31 Joel Singruntime: allocate crash stack via stackalloc
2023-10-30 Russ Coxmath/rand/v2: start of new API
2023-10-26 Cherry Muiruntime: print a stack trace at "morestack on g0"
2023-10-26 Michael Prattruntime: clear g0 stack bounds in dropm
2023-10-26 Daniel Martíinternal/profile: actually return errors in postDecode
2023-10-25 Mauri de Souza Men... runtime/internal/atomic: add riscv64 operators for...
2023-10-25 Bryan C. Millstesting: use monotonic counts to attribute races in...
2023-10-25 Rhys Hiltnerruntime/pprof: include labels for caller of goroutine...
2023-10-24 qiulaidongfengruntime: use max/min func
2023-10-24 Mauri de Souza Men... runtime/internal/atomic: add memory barrier for mips...
2023-10-23 Cuong Manh Leruntime: allow for 10 more threads in TestWindowsStackM...
2023-10-23 Andy Panruntime: ignore ETIMEDOUT for kevent conservatively
2023-10-20 Roland Shoemakercrypto/rand,runtime: switch RtlGenRandom for ProcessPrng
2023-10-19 Dmitri Shuralyovall: drop old +build lines
2023-10-18 Cuong Manh Leruntime: speed up readvarintUnsafe
2023-10-18 bestgopherruntime: fix comments for itab
2023-10-17 qmuntalruntime: use cgo_import_dynamic for QueryPerformanceCounter
2023-10-17 qmuntalruntime: unconditionally load AddVectoredContinueHandle...
2023-10-14 Ian Lance Taylorruntime: use real type size in map keys and values...
2023-10-12 Cherry Muiruntime: don't print "unexpected SPWRITE" when printing...
2023-10-12 Ian Lance Taylorruntime: don't use atomic store in noteclear on AIX
2023-10-12 Cherry Muiruntime/cgo: avoid taking the address of crosscall2...
2023-10-11 Ian Lance Taylorcmd/compile, runtime/internal/atomic: add lwsync for...
2023-10-11 Michael Prattruntime: remove write-only sweepdata fields
2023-10-11 Michael Prattruntime: remove stale non-atomic access comment
2023-10-10 qmuntalruntime: quote -ex and -iex gdb arguments on Windows
2023-10-10 Jes Cokruntime: fix some comments
2023-10-09 qmuntalruntime: normalize line endings in TestGdbPython
2023-10-09 Keith Randallcmd/compile: use cache in front of convI2I
2023-10-09 Keith Randallmap: use correct load factor for deciding when to grow
2023-10-06 Keith Randallcmd/compile: use cache in front of type assert runtime...
2023-10-06 Keith Randallcmd/compile: use descriptors for type assertion runtime...
2023-10-06 Keith Randallcmd/compile: pass only the itab to the assertI2I-style...
2023-10-06 Keith Randallcmd/compile: add a cache to interface type switches
2023-10-06 Keith Randallcmd/compile: improve interface type switches
2023-10-05 qmuntalruntime: support SetUnhandledExceptionFilter on Windows
2023-10-04 Cherry Muiruntime: unlock OS thread after cgocallbackg1
2023-10-04 Joel Singruntime: add runtime support for openbsd/riscv64 port
2023-10-03 Mauri de Souza Men... runtime/internal/atomic: add ppc64x operators for And/Or
2023-10-03 qiulaidongfengcmd/compile,runtime: remove runtime.mulUintptr
2023-10-02 Cherry Muiruntime: use smaller fields for mspan.freeindex and...
2023-10-02 Jonathan Amsterdamnet/http: add GODEBUG setting for old ServeMux behavior
2023-10-02 Michael Anthony... runtime: delete hugepage tracking dead code
2023-10-02 Michael Anthony... runtime: don't eagerly collapse hugepages
2023-09-23 Rob Pikeruntime: reword the documentation for Pinner
2023-09-22 Jes Cokall: clean unnecessary casts for test files
2023-09-21 Jes Cokruntime: no need to convert 'c.fault()' to uintptr...
2023-09-21 qmuntalruntime: implement usleep in Go instead of assembly...
2023-09-20 Kir Kolyshkinall: stop using fmt.Sprintf in t.Error/t.Fatal
2023-09-20 Jes Cokruntime: unify the method signature for *sigctxt.fault
2023-09-20 qmuntalruntime: implement osyield in Go instead of assembly...
2023-09-20 Michael Prattruntime: print fault addr in fatalsignal
2023-09-20 Cherry Muicmd/link, runtime: initialize packages in shared build...
2023-09-19 Michael Prattruntime: set stackguard1 on extra M g0
2023-09-18 Michael Prattruntime: skip TestStackSwitchCallback on ios
2023-09-18 Jes Cokall: clean unnecessary casts
2023-09-18 Cherry Muiruntime: skip TestG0StackOverflow on iOS
2023-09-15 Bryan C. Millsruntime: remove an arbitrary timeout in TestProfBuf
2023-09-14 Cosmos Nicolaouruntime/pprof: TestVMInfo reworked to avoid test flakiness.
2023-09-13 Mauri de Souza Men... runtime/internal/atomic: add wasm And/Or operators
2023-09-13 doujiang24runtime: silently allow pinning of non-Go pointers...
next