]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime/slice.go
runtime: implement experiment to replace heap bitmap with alloc headers
[gostls13.git] / src / runtime / slice.go
2023-11-09 Michael Anthony... runtime: implement experiment to replace heap bitmap...
2023-10-03 qiulaidongfengcmd/compile,runtime: remove runtime.mulUintptr
2023-09-04 Egon Elbreruntime: introduce nextslicecap
2023-09-04 Egon Elbreruntime: optimize growslice
2023-05-05 David Chaseinternal/abi: refactor (basic) type struct into one...
2023-02-27 Joe Tsaibytes, strings: avoid unnecessary zero initialization
2022-10-18 Youlin Fengruntime: replace all uses of CtzXX with TrailingZerosXX
2022-10-15 Joe Tsaireflect: add Value.Grow
2022-09-01 Keith Randallcmd/compile,runtime: redo growslice calling convention
2022-08-31 cuiweixiecmd/compile: add support for unsafe.{String,StringData...
2022-08-19 Cuong Manh Leruntime: add and use runtime/internal/sys.NotInHeap
2022-08-16 Keith Randallruntime: redo heap bitmap
2022-08-10 Keith Randallruntime: fix gofmt error
2022-08-09 Keith RandallRevert "runtime: redo heap bitmap"
2022-08-08 Keith Randallcmd/compile: avoid assignment conversion in append...
2022-08-08 Keith Randallruntime: redo heap bitmap
2022-08-08 cuiweixiecmd/compile,runtime: panic when unsafe.Slice param...
2022-05-11 Cuong Manh Lecmd/compile,runtime: open code unsafe.Slice
2022-02-08 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-02-05 Ian Lance Taylorruntime: change sys.PtrSize to goarch.PtrSize in comments
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-11-02 fanzha02runtime, syscall: add calls to asan functions
2021-10-13 Matthew Dempskyunsafe: optimize Slice bounds checking
2021-10-13 Matthew Dempskyunsafe: allow unsafe.Slice up to end of address space
2021-09-27 Keith Randallruntime: make slice growth formula a bit smoother
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 Matthew Dempsky[dev.typeparams] all: merge master (46fd547) into dev...
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-28 Matthew Dempskycmd/compile,runtime: change unsafe.Slice((*T)(nil)...
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-06-16 Cuong Manh Le[dev.typeparams] all: merge master (785a8f6) into dev...
2021-06-14 Matthew Dempsky[dev.typeparams] all: merge master (fdab5be) into dev...
2021-06-07 Matthew Dempsky[dev.typeparams] all: merge master (8212707) into dev...
2021-06-01 Cherry Mui[dev.typeparams] all: merge master (2725522) into dev...
2021-05-25 Matthew Dempsky[dev.typeparams] all: merge master (f22ec51) into dev...
2021-05-21 Cherry Mui[dev.typeparams] runtime: replace funcPC with internal...
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-05-02 Matthew Dempskycmd/compile: implement unsafe.Add and unsafe.Slice
2020-12-14 Katie Hockman[dev.fuzz] all: merge master into dev.fuzz
2020-11-18 Katie Hockman[dev.boringcrypto] crypto/hmac: merge up to 2a206c7...
2020-11-17 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-09-30 Jeremy Faller[dev.link] Merge branch 'master' into dev.link
2020-09-25 Keith Randallruntime: use old capacity to decide on append growth...
2020-09-16 Martin Möhrmanncmd/compile: unify reflect, string and slice copy runti...
2020-07-09 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-05-08 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-05-07 Martin Möhrmannruntime: do not attempt bulkBarrierPreWrite when dst...
2020-05-07 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-05-07 Martin Möhrmanncmd/compile: optimize make+copy pattern to avoid memclr
2020-04-10 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-08 Josh Bleecher Snydercmd/compile,runtime: pass only ptr and len to some...
2020-04-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-04-08 Ian Lance Taylorruntime: only check for pointers up to ptrdata, not...
2020-02-28 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-02-25 Keith Randallruntime: reorder race detector calls in slicecopy
2019-11-15 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-11-15 Ville Skyttäall: fix a bunch of misspellings
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-03-25 Keith Randallruntime: remove kindNoPointers
2019-03-25 Josh Bleecher Snyderruntime: skip wb call in growslice when unnecessary
2018-11-14 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-10-29 Martin Möhrmanncmd/compile: move slice construction to callers of...
2018-10-25 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-10-23 Martin Möhrmannruntime: remove unused maxSliceCap function and maxElem...
2018-10-23 Martin Möhrmannruntime: use multiplication with overflow check for...
2018-10-23 Martin Möhrmannruntime: use multiplication with overflow check for...
2018-09-06 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-08-24 Martin Möhrmannruntime: do not execute write barrier on newly allocate...
2018-08-24 Martin Möhrmannruntime: replace typedmemmmove with bulkBarrierPreWrite...
2018-05-18 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-05-06 Martin Möhrmanncmd/compile: optimize append(x, make([]T, y)...) slice...
2018-04-21 Josh Bleecher Snyderruntime: use sys.PtrSize in growslice
2018-04-13 Ilya Tocarruntime: avoid division in growslice
2018-02-15 Austin Clementsruntime: replace _MaxMem with maxAlloc
2017-12-06 Russ Cox[dev.boringcrypto] all: merge master (nearly Go 1.10...
2017-11-01 Martin Möhrmannruntime: protect growslice against newcap*et.size overflow
2017-10-29 Austin Clementsruntime: eliminate remaining recordspan write barriers
2017-09-22 Austin Clementsruntime: remove getcallerpc argument
2017-08-24 Martin Möhrmannruntime: avoid infinite loop in growslice
2017-08-15 Martin Möhrmannruntime: simplify memory capacity check in growslice
2016-10-28 Austin Clementsruntime, cmd/compile: rename memclr -> memclrNoHeapPointers
2016-10-04 Carl Mastrangeloruntime: make append only clear uncopied memory
2016-08-29 Martin Möhrmanncmd/compile: generate makeslice calls with int arguments
2016-05-05 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-04-27 Rick Hudson[dev.garbage] Merge remote-tracking branch 'origin...
next