aboutsummaryrefslogtreecommitdiff
path: root/src/context
AgeCommit message (Expand)Author
2026-03-17context: fix package doc description of WithDeadlineCause and WithTimeoutCauseyongqijia
2026-03-10context: modernize AfterFunc example using WaitGroup.GoKrushnal Patil
2025-11-24context: don't return the wrong error when Cause races cancellationDamien Neil
2025-10-17all: remove unnecessary loop variable copies in testsTobias Klauser
2025-09-18context: don't return a non-nil from Err before Done is closedDamien Neil
2025-08-08all: update blog linkjiahua wang
2025-06-24context: fix typo in context_test.goWerner Spiegel
2025-04-08context: don't return a nil Cause for a canceled custom contextDamien Neil
2025-03-04context: skip allocs test with -asanDamien Neil
2025-03-03context: use atomic operation in ctx.ErrDamien Neil
2025-02-20context: replace newAfterFuncContext with a global declaration using blank id...Jes Cok
2025-01-03context: use "canceled" in docs to refer to timed-out contextsDamien Neil
2024-11-06context: listen on localhost in exampleRuss Cox
2024-09-30context: link to context and structs blog postMatt T. Proud
2024-09-03context: document that WithValue returns a derived contextIan Lance Taylor
2024-07-10context: handle nil values for valueCtx.String()Sean Liao
2024-03-26all: fix a large number of commentscui fliter
2024-02-17context: update doc comment to link to context interfaceALX99
2024-02-09context: improve valueCtx.StringJoe Tsai
2023-09-20all: stop using fmt.Sprintf in t.Error/t.FatalKir Kolyshkin
2023-09-18context: avoid key collisions in test afterfunc mapDamien Neil
2023-09-13context: support non-standard Context in CauseIan Lance Taylor
2023-08-21context: fix synchronization in ExampleAfterFunc_condBryan C. Mills
2023-06-11context: fix doc tipo (s/timout/timeout)Ian Lance Taylor
2023-06-06context: add godoc linksOlivier Mengué
2023-05-08all: make safe for new vet analyzerRuss Cox
2023-04-19context: add AfterFuncDamien Neil
2023-04-05context: clean up test filesSameer Ajmani
2023-03-29context: add WithoutCancelSameer Ajmani
2023-02-10context: reduce init-time allocationsCarlo Alberto Ferraris
2023-02-03context: remove one allocation in timerCtxCarlo Alberto Ferraris
2023-01-25context: eliminate arbitrary timeouts in examplesBryan C. Mills
2023-01-20context: add APIs for setting a cancelation cause when deadline or timer expiresSameer Ajmani
2022-11-28context: add lock in Cause to avoid raceIan Lance Taylor
2022-11-28context: canceLLationRuss Cox
2022-11-08context: add APIs for writing and reading cancelation causeSameer Ajmani
2022-08-29context: convert goroutines to atomic typecuiweixie
2022-08-08context: Revert "context: use CompareAndSwap in cancelCtx.Done"Cuong Manh Le
2022-08-08context: use CompareAndSwap in cancelCtx.DoneCuong Manh Le
2022-04-11all: gofmt main repoRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-02context: implement Context.Value using iteration rather than recursionroudkerk
2021-04-10all: fix spellingsNaman Gera
2021-02-24context: avoid importing context package twiceKevin Burke
2021-02-24context: reduce contention in cancelCtx.DoneJosh Bleecher Snyder
2021-02-23context: fix XTestInterlockedCancelsKeiichi Hirobe
2020-03-31context: fix a flaky timeout in TestLayersTimeoutBryan C. Mills
2020-03-18context: prevent creation of invalid contextsKyle Nusbaum
2020-03-13context: deflake time-sensitive testsBryan C. Mills
2019-10-29context: mark testDeadline as a testing helper methodIan Lance Taylor