]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime/mfinal.go
runtime: make alloc headers footers instead
[gostls13.git] / src / runtime / mfinal.go
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-08 cui fliterruntime: add available godoc link
2023-10-06 Keith Randallcmd/compile: pass only the itab to the assertI2I-style...
2023-09-18 Jes Cokall: clean unnecessary casts
2023-05-19 Michael Anthony... runtime: replace raw traceEv with traceBlockReason...
2023-05-19 Sven Andersonruntime: implement Pinner API for object pinning
2023-05-11 David Chaseruntime: move per-type types to internal/abi
2023-05-11 David Chaseruntime: redefine _type to abi.Type; add rtype for...
2023-05-05 David Chaseinternal/abi: refactor (basic) type struct into one...
2022-11-18 cui fliterall: add missing periods in comments
2022-11-15 Changkun Ouruntime: clarify finalizer semantics for tiny objects
2022-10-12 Michael Anthony... arena: add experimental arena package
2022-09-05 Leonard Wangruntime: refactor finalizer goroutine status
2022-08-19 Cuong Manh Leruntime: add and use runtime/internal/sys.NotInHeap
2022-08-04 Matthew Dempsky[dev.unified] all: merge master (85d87b9) into dev...
2022-08-04 Austin Clementsruntime: add mayAcquire annotation for finlock
2022-06-16 Matthew Dempsky[dev.unified] all: merge master (635b124) into dev...
2022-06-06 Russ Coxruntime, sync, sync/atomic: document happens-before...
2022-05-03 Rhys Hiltnerruntime: decrease STW pause for goroutine profile
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-11 Russ Coxall: gofmt main repo
2022-04-05 Russ Coxall: separate doc comment from //go: directives
2022-03-07 David Chase[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-03 Cherry Muiruntime: count spill slot for frame size at finalizer...
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-12-13 Russ Coxall: gofmt -w -r 'interface{} -> any' src
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
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 "all: REVERSE MERGE dev.typeparams (4d3cc84)...
2021-08-12 Matthew Dempskyall: REVERSE MERGE dev.typeparams (4d3cc84) into master
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-08-05 Matthew Dempskyruntime: warn that KeepAlive is not an unsafe.Pointer...
2021-07-26 Matthew Dempsky[dev.typeparams] all: merge master (ecaa681) into dev...
2021-07-22 Matthew Dempsky[dev.typeparams] all: merge master (798ec73) into dev...
2021-07-20 Matthew Dempsky[dev.typeparams] all: merge master (c8f4e61) into dev...
2021-07-08 Matthew Dempsky[dev.typeparams] all: merge master (296ddf2) into dev...
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-07-02 Matthew Dempsky[dev.typeparams] all: merge master (912f075) into dev...
2021-07-01 Matthew Dempsky[dev.typeparams] all: merge master (4711bf3) into dev...
2021-06-25 Cuong Manh Le[dev.typeparams] all: merge master (37f9a8f) into dev...
2021-06-21 Cuong Manh Le[dev.typeparams] all: merge master (16e82be) into dev...
2021-06-17 Michael Anthony... [dev.typeparams] runtime: fix import sort order [generated]
2021-06-17 Michael Anthony... [dev.typeparams] runtime: replace uses of runtime/inter...
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-03-11 Michael Anthony... runtime: support register ABI for finalizers
2021-02-23 Cuong Manh Lecmd/compile: simplify assert{E,I}2I{,2} calling conventions
2021-02-19 Katie Hockman[dev.fuzz] all: merge master (7764ee5) into dev.fuzz
2021-02-18 Rob Findley[dev.typeparams] merge master (2f0da6d) into dev.typeparams
2021-02-17 Russ Cox[dev.boringcrypto] all: merge master (2f0da6d) into...
2021-02-16 Cherry Zhangall: merge branch dev.regabi (d3cd4830ad) into master
2021-02-16 Cherry Zhang[dev.regabi] all: merge master (5faf941) into dev.regabi
2021-02-16 Michael Anthony... [dev.regabi] reflect: support for register ABI on amd64...
2020-12-14 Katie Hockman[dev.fuzz] all: merge master into dev.fuzz
2020-11-18 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-18 Katie Hockman[dev.boringcrypto] crypto/hmac: merge up to 2a206c7...
2020-11-03 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-28 Cuong Manh LeRevert "cmd/compile: split exported/non-exported method...
2020-10-26 Michael Anthony... runtime: break down memstats.gc_sys
2020-10-12 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-09 Cuong Manh Lecmd/compile: split exported/non-exported methods for...
2020-09-30 Jeremy Faller[dev.link] Merge branch 'master' into dev.link
2020-09-27 Changkun Ouos: document and emphasize a potential misuse of File.Fd
2019-11-19 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-11-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-11-05 Cherry Zhangcmd: merge branch 'dev.link' into master
2019-11-04 Michael Anthony... runtime: clean up power-of-two rounding code with align...
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-03-25 Keith Randallruntime: remove kindNoPointers
2018-09-06 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-07-09 Ian Lance Taylorruntime: clarify SetFinalizer docs
2018-05-18 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-05-03 Josh Bleecher Snyderruntime: convert g.waitreason from string to uint8
2018-03-13 Josh Bleecher SnyderRevert "runtime: convert g.waitreason from string to...
2018-03-12 Josh Bleecher Snyderruntime: convert g.waitreason from string to uint8
2018-02-15 Austin Clementsruntime: split object finding out of heapBitsForObject
2018-02-15 Austin Clementsruntime: replace mlookup and findObject with heapBitsFo...
2017-12-06 Russ Cox[dev.boringcrypto] all: merge master (nearly Go 1.10...
2017-08-14 Keith Randallruntime: add a use of runtime.KeepAlive's argument
2017-04-28 Austin Clementsruntime: separate spans of noscan objects
2017-03-03 Austin Clementsruntime: don't rescan finalizers queue during mark...
2016-11-02 Keith Randallcmd/compile: do more type conversion inline
2016-10-28 Austin Clementsruntime: ensure finalizers are zero-initialized before...
2016-10-28 Austin Clementsruntime: avoid write barriers to uninitialized finalize...
2016-10-25 Austin Clementsruntime: consolidate h_spans and mheap_.spans
2016-10-15 Austin Clementsruntime: mark several types go:notinheap
2016-10-03 Austin Clementsruntime: weaken claim about SetFinalizer panicking
2016-09-27 Elias Naurruntime: relax SetFinalizer documentation to allow...
2016-09-06 Erik Staabruntime: remove redundant expression from SetFinalizer
2016-07-21 Chris Broadfootall: merge master into release-branch.go1.7
2016-07-13 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-07-08 Ian Lance Taylorruntime: fix case in KeepAlive comment
2016-05-27 David Chase[dev.ssa] Merge branch 'master' into dev.ssa
2016-05-18 Ian Lance Taylorruntime: add KeepAlive function
2016-05-05 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-04-29 Rick HudsonMerge remote-tracking branch 'origin/dev.garbage'
next