]> Cypherpunks.ru repositories - gostls13.git/history - src/context
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / context /
2023-09-20 Kir Kolyshkinall: stop using fmt.Sprintf in t.Error/t.Fatal
2023-09-18 Damien Neilcontext: avoid key collisions in test afterfunc map
2023-09-13 Ian Lance Taylorcontext: support non-standard Context in Cause
2023-08-21 Bryan C. Millscontext: fix synchronization in ExampleAfterFunc_cond
2023-06-11 Ian Lance Taylorcontext: fix doc tipo (s/timout/timeout)
2023-06-06 Olivier Menguécontext: add godoc links
2023-05-08 Russ Coxall: make safe for new vet analyzer
2023-04-19 Damien Neilcontext: add AfterFunc
2023-04-05 Sameer Ajmanicontext: clean up test files
2023-03-29 Sameer Ajmanicontext: add WithoutCancel
2023-02-10 Carlo Alberto Ferrariscontext: reduce init-time allocations
2023-02-03 Carlo Alberto Ferrariscontext: remove one allocation in timerCtx
2023-01-25 Bryan C. Millscontext: eliminate arbitrary timeouts in examples
2023-01-20 Sameer Ajmanicontext: add APIs for setting a cancelation cause when...
2022-11-28 Ian Lance Taylorcontext: add lock in Cause to avoid race
2022-11-28 Russ Coxcontext: canceLLation
2022-11-08 Sameer Ajmanicontext: add APIs for writing and reading cancelation...
2022-08-29 cuiweixiecontext: convert goroutines to atomic type
2022-08-08 Cuong Manh Lecontext: Revert "context: use CompareAndSwap in cancelC...
2022-08-08 Cuong Manh Lecontext: use CompareAndSwap in cancelCtx.Done
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-11 Russ Coxall: gofmt main repo
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-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-10-02 roudkerkcontext: implement Context.Value using iteration rather...
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
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-10 Naman Geraall: fix spellings
2021-02-24 Kevin Burkecontext: avoid importing context package twice
2021-02-24 Josh Bleecher Snydercontext: reduce contention in cancelCtx.Done
2021-02-23 Keiichi Hirobecontext: fix XTestInterlockedCancels
2020-04-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-04-02 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-31 Bryan C. Millscontext: fix a flaky timeout in TestLayersTimeout
2020-03-27 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-18 Kyle Nusbaumcontext: prevent creation of invalid contexts
2020-03-13 Bryan C. Millscontext: deflake time-sensitive tests
2019-11-19 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-11-01 Than McIntosh[dev.link] all: merge branch 'master' into dev.link
2019-10-29 Ian Lance Taylorcontext: mark testDeadline as a testing helper method
2019-09-26 Russ Coxcontext: use fewer goroutines in WithCancel/WithTimeout
2019-09-18 Egon Elbrecontext: mention asynchronous cancellation propagation
2019-09-03 Katie Hockman[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-08-02 Damien Neilall: remove os.ErrTimeout
2019-08-01 Damien Neilall: remove os.ErrTemporary
2019-06-05 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-05-20 Alex Myasoedovcontext: document CancelFunc to be safe for simultaneou...
2019-05-04 Damien Neilall: add Unwrap and Is methods to various error types
2019-04-16 Josh Bleecher Snyderall: s/cancelation/cancellation/
2019-04-16 喜欢兰花山丘context: simplify stringify with a type switch
2019-03-27 Brad Fitzpatrickcontext: don't depend on fmt
2019-03-25 Michael Fraenkelcontext: remove dependency on reflect
2018-10-15 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-10-03 Weerasak Chongnguluamcontext: avoid duplicate removeChild
2018-09-06 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-08-22 Dominik Honnefcontext: don't talk about tools that don't exist
2018-07-03 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-06-12 Ioannis Georgoulascontext: add docs to ExampleWithValue
2018-06-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-05-29 Carl Mastrangelocontext: add benchmarks for context cancellation
2018-05-18 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-04-15 Keegan Carruthers... context: avoid defer in the cancelCtx.Err method
2017-12-06 Russ Cox[dev.boringcrypto] all: merge master (nearly Go 1.10...
2017-09-21 Michael Darakanandacontext: fix references to "d" in WithDeadline docs
2017-09-15 Kunpei Sakaiall: fix article typos
2017-09-12 Aliaksandr Valialkinruntime: improve timers scalability on multi-CPU systems
2017-08-30 Michael Stapelbergcontext: fix lint warning “drop = 0 from declaration”
2017-04-26 Russ Coxcontext: define behavior for Err before Done is closed
2017-04-03 Eric Lagergrenall: fix minor misspellings
2017-02-22 Ian Lance Taylorcontext: document that Err is unspecified before Done
2017-02-01 Josh Bleecher Snydercontext: lazily initialize cancelCtx done channel
2017-02-01 Russ Coxall: merge dev.inline into master
2016-12-08 Brad Fitzpatrickall: make spelling consistent
2016-11-12 Brad Fitzpatrickcontext: document appropriate WithValue key type more
2016-11-03 Russ Coxcontext: adjust tests to avoid importing "testing"...
2016-10-26 Jaana Burcu Dogancontext: add comments to the WithCancel example, apply...
2016-10-05 Russ Coxcontext: make DeadlineExceeded implement net.Error
2016-09-30 Matt Layhercontext: discourage use of basic types as keys in WithValue
2016-09-09 Carlos Ccontext: add examples
2016-09-09 Jack Lindamoodcontext: reduce memory usage of context tree
2016-08-30 Brad Fitzpatrickall: use time.Until where applicable
2016-08-19 Jaana Burcu Dogancontext: test WithCancel with canceled parent
2016-08-04 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-08-02 Chris Broadfootall: merge master into release-branch.go1.7
2016-07-26 Jack Lindamoodcontext: add test for WithDeadline in the past
2016-07-13 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-06-30 Alan Donovancontext: cancel the context in ExampleWithTimeout,...
2016-06-24 Sameer Ajmanicontext: update documentation on cancelation and go...
2016-06-15 Sameer Ajmanicontext: document how to release resources associated...
2016-06-14 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-06-01 Kenny Grantcontext: fix typo in comments
2016-05-27 David Chase[dev.ssa] Merge branch 'master' into dev.ssa
2016-05-19 Brad Fitzpatrickcontext: make DeadlineExceeded have a Timeout method
2016-05-05 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-05-05 Shenghou Macontext: use https in docs
2016-04-29 Rick HudsonMerge remote-tracking branch 'origin/dev.garbage'
next