| Age | Commit message (Expand) | Author |
| 2022-09-08 | runtime: remove unused scanSize parameter to gcmarknewobject | Michael Anthony Knyszek |
| 2022-09-08 | runtime: use searchIdx in scavengeOne | Michael Anthony Knyszek |
| 2022-09-08 | runtime: make mheap.pagesInUse an atomic.Uintptr | Michael Anthony Knyszek |
| 2022-09-08 | runtime: remove alignment padding in mheap and pageAlloc | Michael Anthony Knyszek |
| 2022-09-08 | runtime: remove atomic store requirement on pageAlloc.chunks | Michael Anthony Knyszek |
| 2022-09-08 | runtime: use atomic types in mspanset.go for alignment and type safety | Michael Anthony Knyszek |
| 2022-09-08 | runtime/pprof: use strings.Builder | cuiweixie |
| 2022-09-08 | runtime/race: use strings.Builder | cuiweixie |
| 2022-09-07 | runtime: rename _func.entryoff to entryOff | Michael Pratt |
| 2022-09-07 | runtime: rename _func.nameoff and friends to nameOff | Michael Pratt |
| 2022-09-07 | runtime: rename inlinedCall.func_ to inlinedCall.nameOff | Michael Pratt |
| 2022-09-07 | runtime: use strings.Builder | cuiweixie |
| 2022-09-07 | runtime: simplify code using unsafe.{Slice,String} | cuiweixie |
| 2022-09-06 | cmd/link,runtime: remove unused fields from inlinedCall | Michael Pratt |
| 2022-09-06 | runtime: remove unused parameter on runOpenDeferFrame | Daniel Martà |
| 2022-09-06 | runtime: add missing copyright header to signal_windows_test.go | Tobias Klauser |
| 2022-09-06 | runtime: in traceback, only jump stack if M doesn't change | Austin Clements |
| 2022-09-06 | Revert "runtime: convert local var stop,ready at TestDebugCallUnsafePoint to ... | Daniel Martà |
| 2022-09-05 | runtime: refactor finalizer goroutine status | Leonard Wang |
| 2022-09-05 | runtime: convert local var started,progress at TestStackGrowth to atomic type | cuiweixie |
| 2022-09-05 | runtime: convert local var cunlock at doTestParallelReaders to atomic type | cuiweixie |
| 2022-09-05 | runtime: convert local var ready at TestMemmoveAtomicity to atomic type | cuiweixie |
| 2022-09-05 | runtime: convert local var stop,ready at TestDebugCallUnsafePoint to atomic type | cuiweixie |
| 2022-09-05 | runtime: convert g.atomicstatus to internal atomic type | Andy Pan |
| 2022-09-04 | runtime: fast clock_gettime on FreeBSD, use physical/virtual ARM timer | Yuval Pavel Zholkover |
| 2022-09-03 | internal/syscall/unix: consolidate kernelVersion implementations | Kir Kolyshkin |
| 2022-09-02 | runtime: document implicit fields at the end of _func | Michael Pratt |
| 2022-09-02 | runtime: simplify stkframe.argMapInternal | Austin Clements |
| 2022-09-02 | runtime: consolidate stkframe and its methods into stkframe.go | Austin Clements |
| 2022-09-02 | runtime: make getStackMap a method of stkframe | Austin Clements |
| 2022-09-02 | runtime: replace stkframe.arglen/argmap with methods | Austin Clements |
| 2022-09-02 | runtime: switch gp when jumping stacks during traceback | Austin Clements |
| 2022-09-02 | runtime: document stkframe | Austin Clements |
| 2022-09-02 | runtime: drop redundant argument to getArgInfo | Austin Clements |
| 2022-09-02 | runtime: drop function context from traceback | Austin Clements |
| 2022-09-02 | cmd/compile: make runtime/internal/sys.NotInHeap intrinsic | Cuong Manh Le |
| 2022-09-02 | runtime: support MADV_DONTNEED on the BSDs and Solaris/Illumos | Tobias Klauser |
| 2022-09-01 | cmd/compile,runtime: redo growslice calling convention | Keith Randall |
| 2022-09-01 | Revert "runtime: convert ncgocall to atomic type" | Michael Pratt |
| 2022-09-01 | runtime: convert ncgocall to atomic type | cuiweixie |
| 2022-08-31 | runtime: convert consistentHeapStats.gen to atomic type | cuiweixie |
| 2022-08-31 | runtime: convert rwmutex.{readerCount,readerWait} to atomic type | cuiweixie |
| 2022-08-31 | cmd/compile: add support for unsafe.{String,StringData,SliceData} | cuiweixie |
| 2022-08-31 | runtime: convert worldIsStopped to atomic type | cuiweixie |
| 2022-08-31 | internal/poll, internal/syscall/unix, net, runtime: convert openbsd (except m... | Tobias Klauser |
| 2022-08-31 | runtime: fix comment typo in mpagealloc.go | bqyang |
| 2022-08-31 | runtime: convert semaRoot.nwait to atomic type | cuiweixie |
| 2022-08-31 | runtime: convert p.numTimers and p.deletedTimers to internal atomic types | Andy Pan |
| 2022-08-31 | runtime: convert sig.{state,delivering} to atomic type | cuiweixie |
| 2022-08-31 | runtime: convert mcache.flushGen to atomic type | cuiweixie |