]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime/stubs.go
runtime: implement experiment to replace heap bitmap with alloc headers
[gostls13.git] / src / runtime / stubs.go
2023-11-09 Michael Anthony... runtime: implement experiment to replace heap bitmap...
2023-10-30 Russ Coxmath/rand/v2: start of new API
2023-09-18 Jes Cokall: clean unnecessary casts
2023-05-17 Cherry Muiruntime/cgo: store M for C-created thread in pthread key
2023-05-05 Chressie HimpelRevert "runtime/cgo: store M for C-created thread in...
2023-04-26 Michael Prattruntime/cgo: store M for C-created thread in pthread key
2023-04-17 Michael PrattRevert "runtime/cgo: store M for C-created thread in...
2023-04-03 doujiang24runtime/cgo: store M for C-created thread in pthread key
2023-03-31 Cherry MuiRevert "runtime/cgo: store M for C-created thread in...
2023-03-24 doujiang24runtime/cgo: store M for C-created thread in pthread key
2023-03-10 Austin Clementsruntime: use inlineUnwinder
2023-02-24 Keith Randallcmd/compile: batch write barrier calls
2022-11-10 Ian Lance Taylorruntime: consolidate some low-level error reporting
2022-11-09 Guoqi Chenruntime: using wyrand for fastrand on linux/loong64
2022-10-25 Russ Coxmath/rand: auto-seed global source
2022-04-27 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-21 zhangyunhaonet: use fastrand64 in randInt
2022-04-20 zhangyunhaoruntime: add fastrand64
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-05 Russ Coxall: separate doc comment from //go: directives
2022-03-29 Nicolas Hillegeer[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-18 Cherry Muireflect, runtime: drop RegabiArgs conditions
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-10-07 Meng Zhuoruntime,sync: using fastrandn instead of modulo reduction
2021-09-24 Meng Zhuoruntime: using wyrand for fastrand
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-09-02 Carlo Alberto Ferrarisruntime: constify a test variable
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-08-11 Cherry Mui[dev.typeparams] internal/buildcfg: always enable regab...
2021-08-03 Austin Clements[dev.typeparams] runtime,cmd/compile,cmd/link: replace...
2021-07-30 Austin Clements[dev.typeparams] Revert "[dev.typeparams] runtime,cmd...
2021-07-30 Austin Clements[dev.typeparams] runtime,cmd/compile,cmd/link: replace...
2021-07-30 Austin Clements[dev.typeparams] runtime: use func() for deferred functions
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-06-16 Cherry Mui[dev.typeparams] Revert "[dev.typeparams] runtime:...
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-08 Cherry Mui[dev.typeparams] runtime: make deferproc take a func...
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-04-12 Austin Clementsruntime: port performance-critical functions to regabi
2021-04-09 Austin Clementsruntime: use sigpanic0 on all OSes
2021-04-08 Austin Clementsinternal/goexperiment: consolidate experiment-enabled...
2021-04-01 Michael Anthony... reflect,runtime: assume register ABI with GOEXPERIMENT...
2021-03-11 Michael Anthony... runtime: support register ABI for finalizers
2021-03-10 Cherry Zhangruntime: update signature of reflectcall functions
2021-02-24 Filippo Valsorda[dev.boringcrypto] all: merge master (5b76343) into...
2021-02-19 Robert Griesemer[dev.typeparams] all: merge master (06b86e9) into dev...
2021-02-19 Katie Hockman[dev.fuzz] all: merge master (7764ee5) into dev.fuzz
2021-02-19 Russ Coxruntime: delete gosave (dead code)
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...
2021-02-12 Cherry Zhang[dev.regabi] all: merge master (ff0e93e) into dev.regabi
2021-02-09 Rob Findley[dev.typeparams] merge dev.regabi (618e3c1) into dev...
2021-02-08 Cherry Zhang[dev.regabi] all: merge master (1901853) into dev.regabi
2021-02-08 Cherry Zhang[dev.regabi] runtime: initialize special registers...
2021-02-05 Cherry Zhang[dev.regabi] runtime: delete gosave function
2021-02-02 Robert Griesemer[dev.typeparams] all: merge dev.regabi (23b0c1f) into...
2021-02-02 Robert Griesemer[dev.regabi] all: merge master (fca94ab) into dev.regabi
2021-01-29 Cherry Zhangruntime: document pointer write atomicity for memclrNoH...
2020-12-14 Robert Griesemer[dev.typeparams] merge: merge branch 'dev.regabi' into...
2020-12-14 Katie Hockman[dev.fuzz] all: merge master into dev.fuzz
2020-12-03 Russ Cox[dev.regabi] all: merge master (d0c0dc682c1f) into...
2020-12-02 Russ Coxos: add ReadFile, WriteFile, CreateTemp (was TempFile...
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-26 Austin Clementsruntime,cmd/cgo: simplify C -> Go call path
2020-10-12 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-12 Russ Coxnet: remove dependency on math/rand
2020-10-05 Austin Clementsruntime: define and use call16 everywhere
2020-07-09 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-06-26 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-06-22 Cholerae Huruntime: fix comment about memequal implementation...
2020-04-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-03-27 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-20 Austin Clementsruntime: fix rounding in materializeGCProg
2020-01-31 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-01-22 Austin Clementsruntime: document special memmove requirements
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-06-27 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-06-10 Keith RandallRevert "Revert "cmd/compile,runtime: allocate defer...
2019-06-05 Keith RandallRevert "cmd/compile,runtime: allocate defer records...
2019-06-04 Keith Randallcmd/compile,runtime: allocate defer records on the...
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-05-09 Russ Coxruntime: fix vet complaints for linux/386
2019-05-09 Russ Coxcmd/vet/all: update whitelist for vet fixes
2019-02-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-12-02 Tobias Klauserall: use "reports whether" consistently instead of...
next