summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* spec: typographical adjustment for ellipsisRob Pike2012-02-131-3/+3
* go1: fix old reference to Sys methodRob Pike2012-02-132-2/+2
* go1: update recipe for recovering Stat_tRob Pike2012-02-122-16/+8
* effective_go: use new map deletion syntaxRob Pike2012-02-122-8/+8
* flate: delete WrongValueError type.Nigel Tao2012-02-112-8/+18
* go/printer: implement SourcePos modeRobert Griesemer2012-02-102-0/+40
* compress: make flate, gzip and zlib's NewWriterXxx functions all returnNigel Tao2012-02-102-0/+28
* testing/script: deleteRob Pike2012-02-102-0/+22
* os: delete Exec, NewFile takes uintptr, rename ShellExpand, doc fixesBrad Fitzpatrick2012-02-102-8/+26
* os: remove Time; callers should use time.Time.Brad Fitzpatrick2012-02-102-2/+24
* log/syslog: fix documentation for NewLoggerRob Pike2012-02-092-2/+28
* encoding/binary: add Size, to replace the functionality of the old TotalSizeRob Pike2012-02-092-2/+6
* doc: new document about compatibility of releasesRob Pike2012-02-091-0/+157
* spec: address CL 5647054 commentsRuss Cox2012-02-081-5/+5
* spec: send on closed channel counts as "proceeding"Russ Cox2012-02-081-2/+2
* doc/go1: mention that the compiler catches TotalSize and NewReaderSizeRob Pike2012-02-092-6/+4
* go/scanner: clean up error interfaceRobert Griesemer2012-02-082-0/+20
* spec: disallow recursive embedded interfacesRuss Cox2012-02-081-2/+23
* spec: add forward links from 'method set' to where it gets usedRuss Cox2012-02-081-1/+7
* net/http: panic on duplicate registrationsRuss Cox2012-02-082-2/+14
* weekly.2012-02-07weekly.2012-02-07Andrew Gerrand2012-02-081-0/+190