aboutsummaryrefslogtreecommitdiff
path: root/doc/go_mem.html
AgeCommit message (Expand)Author
2024-03-04doc: close HTML tagscui fliter
2023-08-03doc: fix html tagscui fliter
2023-07-31doc/go_mem: explain arrays, structs, and complex numbersRuss Cox
2022-06-10doc: fix typos in Go memory modelDominik Honnef
2022-06-06doc/go_mem: update revision dateRuss Cox
2022-06-04doc: update Go memory modelRuss Cox
2020-03-03doc/mem: remove unnecessary pre tags within same snippetJingwei
2018-12-21doc: go_mem: clarify Once docsIan Lance Taylor
2015-03-16doc/go_mem.html: correct the channel exampleShenghou Ma
2014-10-27doc/go_mem.html: don't be cleverRob Pike
2014-06-05doc: fix happens-before rules for buffered channelsDmitriy Vyukov
2014-03-24doc: allow buffered channel as semaphore without initializationRuss Cox
2013-10-04doc: move spec and memory model back to /ref/Andrew Gerrand
2013-09-16doc: re-organize golang.org site contentAndrew Gerrand
2013-08-23doc: correct a minor go_mem.html mistakeJan Mercl
2012-09-11doc: Don't imply incorrect guarantees about data races.David Symonds
2012-03-19doc: various typos, remove apostrophes from ordinalsJeremy Jackins
2012-03-08doc: fix metadata in go_mem.htmlAndrew Gerrand
2012-03-08doc/go_mem: init-created goroutine behavior changes for Go 1Shenghou Ma
2012-03-05doc: add command docs page, canonicalize reference pathsAndrew Gerrand
2012-01-19godoc: specify HTML page metadata with a JSON blobAndrew Gerrand
2011-09-26doc: fix memory model read visibility bugRuss Cox
2011-06-10Go memory model: minor clarificationRobert Griesemer
2011-05-16doc/go_mem.html: close happens before receive on closed channelRuss Cox
2010-12-14typoRuss Cox
2010-12-13go_mem: goroutine exit is not specialRuss Cox
2010-09-20doc/go_mem.html: update location of "once".Rob Pike
2010-04-06doc/go_mem: remove semicolonsDavid Symonds
2010-02-22go_mem: clarified unbuffered channel sync exampleAndrew Gerrand
2009-11-08assorted cleanupRuss Cox
2009-11-01fixups for memory model documentRob Pike
2009-10-01Factored out boilerplate from all html docs in doc directory:Robert Griesemer
2009-09-29make the sidebars consistentRob Pike
2009-09-17A step towards "externalizing" some Go docs.Larry Hosken
2009-03-22change file name so it can be copied without name change to a more public place.Rob Pike