aboutsummaryrefslogtreecommitdiff
path: root/doc/articles
AgeCommit message (Expand)Author
2020-03-20doc/articles/wiki: use correct variable name in closures guideHowJMay
2020-03-02doc: race condition in unsynchronized send/closeChangkun Ou
2020-02-25doc/articles/race_detector: mention memory leak potentialKevin Burke
2020-01-03doc: document atexit_sleep_ms flag in race_detectorDaniel Martí
2019-12-10all: fix a number of misuses of the word "an"Daniel Martí
2019-11-14doc: convert remaining bash tests to GoBryan C. Mills
2019-10-28doc/articles: format error string as per go styleAditya Harindar
2019-09-18all: remove trailing whitespace from HTML filesDaniel Martí
2019-08-08doc: update list of archs supporting -raceAlberto Donizetti
2018-02-14doc/articles/wiki: highlight the use of _ warningAgniva De Sarker
2018-01-09doc: s/tool chain/toolchain/Russ Cox
2017-09-28doc: fix minor capitalization typoAgniva De Sarker
2017-08-31doc/articles/wiki: fix final-test.patchMatthew Dempsky
2017-08-31doc: add error handling on http.ListenAndServeFrancesc Campoy Flores
2017-03-14*.bash: always use the same string equality operatorDaniel Martí
2016-11-30doc, cmd/go: adjust documentation for default GOPATHRuss Cox
2016-10-31doc: replace code.google.com/p/sitesearch with its new destinationJaana Burcu Dogan
2016-08-18cmd/yacc: remove go tool yaccBrad Fitzpatrick
2015-06-17doc/articles/wiki: remove generated final-test.go after testAlex Brainman
2015-06-15doc/articles/wiki: don't run tests when 'patch' command unavailableAndrew Gerrand
2015-06-14wiki article: remove "flag" import from the codeAlex Schroeder
2015-04-17doc/articles/go_command.html: mention go generateRob Pike
2014-11-10all: use golang.org/x/... import pathsAndrew Gerrand
2014-09-08build: adjustments for move from src/pkg to srcRuss Cox
2014-06-21doc: say that race detector is supported on freebsdDmitriy Vyukov
2014-05-20all: fix "the the" typos.Shenghou Ma
2014-04-07build: remove depdenency on GNU makeAndrew Gerrand
2014-03-18build: fix race in doc/articles/wiki testRick Arnold
2014-02-11doc: restore race detector manualAndrew Gerrand
2013-12-15doc/articles/wiki: remove GNU make dependencyAram Hăvărneanu
2013-10-08doc/articles/wiki: fix path handling and clean up test processAndrew Gerrand
2013-10-04doc: move spec and memory model back to /ref/Andrew Gerrand
2013-09-27doc: update links to spec and memory modelAndrew Gerrand
2013-09-16doc: re-organize golang.org site contentAndrew Gerrand
2013-08-16doc: describe halt_on_error race detector parameterDmitriy Vyukov
2013-08-07doc/articles/laws_of_reflection.html: fix name of variableRob Pike
2013-07-29doc/articles: state that slices/arrays start at the 0th elementAndrew Gerrand
2013-07-22doc: fix wiki content errorAndrew Gerrand
2013-06-04doc/articles: use C90 standard functions in the cgo article.Shenghou Ma
2013-04-24all: fix typosShenghou Ma
2013-04-23doc: fix typo in race_detector.htmlJeremy Jackins
2013-04-19doc: fix another broken linkBrad Fitzpatrick
2013-04-18doc: fix another broken linkBrad Fitzpatrick
2013-04-03doc: link the race detector document into the release notesRob Pike
2013-03-26doc/articles: update reference to obsolete "package documentation".David Symonds
2013-02-28doc/articles/image_package.html: fix x/y mistakeRob Pike
2013-02-26doc: fix wiki codelab description of template parsingAndrew Gerrand
2013-02-19doc: fix old broken linkBrad Fitzpatrick
2013-02-11doc: link to wiki Projects page instead of old Project Dashboard.Greg Ward
2013-01-23doc/articles/race_detector: fix some format.Oling Cat