]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime/runtime_test.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / runtime / runtime_test.go
2023-04-06 Johan Brandhorst... runtime: add remaining wasip1 files
2022-10-02 hopehookall: use time.Since instead of time.Now().Sub
2022-08-04 Matthew Dempsky[dev.unified] all: merge master (85d87b9) into dev...
2022-07-29 Ian Lance Taylorcmd/dist: always pass -short=true with -quick
2022-05-03 Rhys Hiltnerruntime/pprof: stress test goroutine profiler
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-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-01-24 Michael Prattruntime: replace TestFutexsleep with TestTimediv
2021-12-13 Russ Coxall: gofmt -w -r 'interface{} -> any' src
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
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: document, clean up internal/sys
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-08 Gerrit Code ReviewMerge "cmd: merge branch 'dev.link' into master"
2019-11-06 Ian Lance Taylorruntime: mark testSetPanicOnFault as go:nocheckptr
2019-10-25 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-10-21 Ian Lance Taylorruntime: change read and write to return negative errno...
2019-10-16 Bryan C. MillsRevert "cmd/compile, cmd/link, runtime: make defers...
2019-10-16 Dan Scalescmd/compile, cmd/link, runtime: make defers low-cost...
2019-10-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-10-09 Brad Fitzpatrickall: remove the nacl port (part 1)
2019-09-25 Dan Scalesmisc, runtime, test: extra tests and benchmarks for...
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-02-27 Josh Bleecher Snyderruntime: speed up ifaceeq for direct ifaces
2018-05-18 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-04-30 Richard Musiolall: skip unsupported tests for js/wasm
2017-12-06 Russ Cox[dev.boringcrypto] all: merge master (nearly Go 1.10...
2017-10-31 Russ Coxruntime: shorten tests in all.bash
2017-09-13 Daniel Martícmd/compile: add TestIntendedInlining from runtime
2017-08-24 Josh Bleecher Snyderruntime: mask shifts in map implementation on x86
2017-08-24 Josh Bleecher Snyderruntime: always rebuild in TestIntendedInlining
2017-08-23 Josh Bleecher Snyderruntime: strength reduce key pointer calculations in...
2017-08-22 Josh Bleecher Snyderruntime: add TestIntendedInlining
2017-08-22 Martin Möhrmanncmd/compile: replace eqstring with memequal
2017-04-19 Daniel Martíall: remove redundant returns
2017-03-24 Keith Randallcmd/compile: simplify efaceeq and ifaceeq
2016-12-05 Russ Coxruntime: check that Version does not contain \r \n
2016-05-05 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-03-02 Austin Clements[dev.garbage] Merge branch 'master' into dev.garbage
2016-03-02 Brad Fitzpatrickall: single space after period.
2016-03-01 Brad Fitzpatrickall: make copyright headers consistent with one space...
2016-02-29 Gerrit Code ReviewMerge "[dev.ssa] Merge remote-tracking branch 'origin...
2016-02-29 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-02-24 Martin Möhrmannall: fix typos and spelling
2016-02-11 Gerrit Code ReviewMerge "[dev.ssa] Merge remote-tracking branch 'origin...
2016-02-10 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-02-03 Rick HudsonMerge remote-tracking branch 'origin/master' into toc
2016-02-02 Russ Coxruntime: deflake TestGoroutineProfileTrivial
2016-01-27 Russ Coxruntime: fix crash in GoroutineProfile
2016-01-19 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-01-15 Austin Clementsruntime: use at least "system" traceback level for...
2015-07-01 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-06-26 Russ Coxruntime: reduce slice growth during append to 2x
2015-05-28 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-05-11 Daniel Morsingruntime: enable profiling on g0
2015-05-07 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-04-13 David Crawshawruntime: skip fork test on darwin/arm64
2015-04-01 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-03-14 Joel Singall: remove dragonfly/386 port
2015-03-03 Keith Randallruntime: Update open/close/read/write to return -1...
2015-02-26 David Crawshawruntime: skip test on darwin/arm
2015-01-15 Russ Cox[dev.cc] all: merge master (d1210ac) into dev.cc
2015-01-08 Keith Randallruntime: fix 32-bit build
2015-01-08 Keith Randallcmd/gc: pad structs which end in zero-sized fields
2014-10-22 Austin Clements[dev.power64] all: merge default into dev.power64
2014-10-22 Austin Clementsbuild: merge the great pkg/ rename into dev.power64
2014-10-03 Russ Cox[dev.garbage] merge default into dev.garbage
2014-09-21 Keith Randallruntime: be very careful with bad pointer tests
2014-09-19 Russ Coxruntime: revise TestSetPanicOnFault
2014-09-08 Russ Coxbuild: move package sources from src/pkg to src