aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2012-09-27[release-branch.go1] doc: clarify that the displayed tar file name is an examplerelease-branch.go1Andrew Gerrand
2012-09-27[release-branch.go1] doc: fix OS X download linksAndrew Gerrand
2012-09-22[release-branch.go1] doc: document go1.0.3Andrew Gerrand
2012-09-22[release-branch.go1] doc/talks: remove talks, refer to talks.golang.org insteadAndrew Gerrand
2012-09-22[release-branch.go1] doc/effective_go: Closed some tags; removed extra spaces.Oling Cat
2012-09-22[release-branch.go1] doc: document OS X tarballsAndrew Gerrand
2012-09-22[release-branch.go1] effective_go: use html/template instead of text/templateRob Pike
2012-09-22[release-branch.go1] doc: Don't imply incorrect guarantees about data races.David Symonds
2012-09-22[release-branch.go1] faq: go does not have duck typingRob Pike
2012-09-22[release-branch.go1] faq: mercurial vs. gitRob Pike
2012-09-22[release-branch.go1] faq: another way to solve the closure/variable/range com...Rob Pike
2012-09-22[release-branch.go1] doc/go_spec: fix a typoOling Cat
2012-09-22[release-branch.go1] doc: fix typo in Concurrency Patterns articleAndrew Gerrand
2012-09-22[release-branch.go1] doc: link to references from docs pageAndrew Gerrand
2012-09-22[release-branch.go1] go_spec.html: clarify rune and string literalsRob Pike
2012-09-22[release-branch.go1] doc/install: we only need command line tools for Xcode o...Shenghou Ma
2012-09-22[release-branch.go1] go_spec: unary + and - are also defined for complex typesRobert Griesemer
2012-09-22[release-branch.go1] spec: clarify evaluation orderRobert Griesemer
2012-09-22[release-branch.go1] doc: add 'Get Started with Go' video, remove some older ...Andrew Gerrand
2012-09-22[release-branch.go1] doc: fix some HTML syntax errorsShenghou Ma
2012-09-22[release-branch.go1] doc: remove mention of weekly tag from source install docAndrew Gerrand
2012-09-22[release-branch.go1] doc: add two I/O talks to "Talks" sectionAndrew Gerrand
2012-09-22[release-branch.go1] faq: add status sectionRob Pike
2012-09-22[release-branch.go1] spec: correct typo in string conversion examples.Rémy Oudompheng
2012-09-22[release-branch.go1] website: various html fixesDave Cheney
2012-09-22[release-branch.go1] doc: various "the the" and other typosMatthew William Jibson
2012-09-22[release-branch.go1] doc/debugging_with_gdb: mention how to disable gc optimi...Shenghou Ma
2012-09-22[release-branch.go1] go spec: clean up section on selectorsRobert Griesemer
2012-09-22[release-branch.go1] go spec: clean up use of QualifiedIdent production.Robert Griesemer
2012-09-22[release-branch.go1] doc: drop video title from homepageAndrew Gerrand
2012-09-22[release-branch.go1] spec: clarify receive operatorRobert Griesemer
2012-09-22[release-branch.go1] doc: put A Tour of Go video on the front pageAndrew Gerrand
2012-09-22[release-branch.go1] doc/articles/slices_usage_and_internals: fix typoShenghou Ma
2012-09-22[release-branch.go1] doc: delete Mercurial Queues docShenghou Ma
2012-06-14[release-branch.go1] doc: document go1.0.2Andrew Gerrand
2012-06-13[release-branch.go1] go spec: clarify promotion rules for methods/fields of a...Robert Griesemer
2012-06-13[release-branch.go1] doc/install: we don't print 'The compiler is 6g' anymoreRuss Cox
2012-06-13[release-branch.go1] spec: clarify evaluation order of "i, x[i] = range ..."Robert Griesemer
2012-06-13[release-branch.go1] doc/install: document minimum system requirementsShenghou Ma
2012-04-26[release-branch.go1] doc: go1.0.1 release notesAndrew Gerrand
2012-04-26[release-branch.go1] doc: simplify the image_draw article example for convert...Andrew Gerrand
2012-04-26[release-branch.go1] doc: update wiki article to use html/template properly.Andrew Gerrand
2012-04-03[release-branch.go1] doc: sync playground.jsAndrew Gerrand
2012-04-20[release-branch.go1] doc: don't wrap package names in directory listingAndrew Gerrand
2012-04-19[release-branch.go1] doc/articles/image_draw.html: Change ColorImage to UniformBenny Siegert
2012-04-17[release-branch.go1] doc/code: mention $GOBINShenghou Ma
2012-04-14[release-branch.go1] doc: update Mercurial installation instructionsAndrew Gerrand
2012-04-13[release-branch.go1] doc/effective_go.html: fixed the Request channel parameterJongmin Kim
2012-04-11[release-branch.go1] doc: fix minor typo in Go 1 release notesDave Cheney
2012-04-10[release-branch.go1] doc/code: update newmath.Sqrt test case to make sure tes...Shenghou Ma