summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* godoc: bring back highlighting, selections, and alertsRobert Griesemer2012-02-231-0/+25
* go spec: import path implementation restrictionRobert Griesemer2012-02-221-1/+10
* weekly.2012-02-22weekly.2012-02-22Andrew Gerrand2012-02-231-0/+119
* spec: refine the wording about variables in type switchesRob Pike2012-02-221-2/+3
* cmd/fix: remove os.Wait gofix.David Symonds2012-02-222-6/+2
* doc: move styles to style.cssAndrew Gerrand2012-02-223-12/+3
* spec: make all comparison results untyped boolRuss Cox2012-02-211-20/+37
* godoc: adjust line height in pre blocksAndrew Gerrand2012-02-221-0/+3
* godoc: fix playground urlAndrew Gerrand2012-02-221-1/+1
* doc: support redirect-on-shareAndrew Gerrand2012-02-222-12/+21
* doc: fix links in installation instructionsAndrew Gerrand2012-02-212-8/+8
* doc: link to self-hosted articles from docs.htmlAndrew Gerrand2012-02-211-3/+3
* doc/go1: delete obsolete reference to FileStatRob Pike2012-02-212-4/+4
* os: drop the Wait function and the options to Process.WaitRob Pike2012-02-202-6/+28
* FAQ: many small fixes and adjustmentsRob Pike2012-02-201-18/+28
* doc/go1: update for runtime, unsafe API changesRuss Cox2012-02-192-4/+94
* doc: update contrib.htmlBobby Powers2012-02-201-5/+5
* doc/install.html: fix linkRob Pike2012-02-201-1/+1
* cmd/cgo: bug fixesRuss Cox2012-02-192-2/+36
* doc: Fixed type in documentation for FormatFloat.Marcel van Lohuizen2012-02-192-2/+2
* os: remove GetenverrorBrad Fitzpatrick2012-02-182-0/+14
* go 1: add a description of the os error changes.Rob Pike2012-02-192-23/+63
* doc: update gccgo_contribute.htmlIan Lance Taylor2012-02-181-55/+60
* doc: various updates to doc/code.htmlShenghou Ma2012-02-181-4/+5
* doc: fix tablesRuss Cox2012-02-172-0/+12
* doc: clarify gccgo support for segmented stacksIan Lance Taylor2012-02-171-2/+2
* faq: add entry about nil interfaces vs. nil pointersRob Pike2012-02-171-0/+79
* doc: provide example filepath.Walk for go1Mike Rosset2012-02-173-8/+39
* os: delete os.EINVAL and so onRob Pike2012-02-177-13/+58
* go spec: struct comparison only compares non-blank fieldsRobert Griesemer2012-02-161-3/+4
* net/url: Rename ParseWithReference to ParseWithFragment.David Symonds2012-02-162-0/+8
* fix: add fix for bufio, gzip, zlib NewWriterXxx changes.weekly.2012-02-14Nigel Tao2012-02-152-18/+26
* doc: fix snapshot notesAndrew Gerrand2012-02-151-3/+4
* weekly.2012-02-14Andrew Gerrand2012-02-151-0/+119
* doc: fix codewalk/markov.goLai Jiangshan2012-02-151-2/+2
* doc: add playground.jsAndrew Gerrand2012-02-153-35/+240
* doc: add App Engine docs to 'learn' and 'reference' pagesAndrew Gerrand2012-02-152-0/+12
* doc: grey out line numbersAndrew Gerrand2012-02-151-0/+3
* go1.tmpl: fix mergeAdam Langley2012-02-142-100/+346
* doc: update install.html for binary distros, add install-source.htmlAndrew Gerrand2012-02-143-369/+548
* godoc: list examples in indexAndrew Gerrand2012-02-141-4/+18
* doc: color commentsAndrew Gerrand2012-02-141-0/+3
* archive/zip: hide Write method from *Writer typeAndrew Gerrand2012-02-142-0/+24
* spec: clarify implementation restrictions on untyped floatsIan Lance Taylor2012-02-131-3/+35
* os/signal: selective signal handlingRuss Cox2012-02-132-0/+66
* crypto/...: more fixes for bug 2841Adam Langley2012-02-132-326/+116
* spec: strings are more slices than arraysRob Pike2012-02-131-2/+2
* godoc: new designAndrew Gerrand2012-02-1312-716/+599
* cmd/fix: warn about exp, old, deleted packagesRuss Cox2012-02-122-16/+0
* go spec: method names must be uniqueRobert Griesemer2012-02-121-11/+20