]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime
net/url: use quick path in URL.Encode() on empty map
[gostls13.git] / src / runtime /
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...
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
next