aboutsummaryrefslogtreecommitdiff
path: root/doc/go1.1.html
AgeCommit message (Expand)Author
2018-01-09doc: s/tool chain/toolchain/Russ Cox
2015-06-11all: fix misprints in commentsAinar Garipov
2014-07-25doc: drop scheme from links that are known to support HTTPSAndrew Gerrand
2013-10-09doc: fix a few broken linksAndrew 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-06-01doc/go1.1.html: remove extra space; close some tags.Oling Cat
2013-05-22doc: GCC 4.8.1 is not updated to Go 1.1Ian Lance Taylor
2013-05-12doc: add a "New packages" section to the 1.1 release notes.Nigel Tao
2013-05-07syscall: fix prototype of Fchflags (API change)Shenghou Ma
2013-05-02doc: only U+FEFF is a byte-order mark; U+FFFE is notRuss Cox
2013-04-30doc/go1.1: remove discussion of "go run" changeAndrew Gerrand
2013-04-21doc: add missing <code> to go1.1.htmlJonathan Rudenberg
2013-04-18doc/go1.1.html: document io.ErrNoProgressRob Pike
2013-04-18doc: misc tweaks, new links, fix broken linksBrad Fitzpatrick
2013-04-17doc/go1.1.html, mime/multipart: document quoted-printable decodingBrad Fitzpatrick
2013-04-14doc: fix typoStefan Nilsson
2013-04-08doc: fix typos in go1.1.htmlJonathan Rudenberg
2013-04-08doc: document go1.1 build tagAndrew Gerrand
2013-04-04doc/go1.1.html: mention cgo and cross compilationDave Cheney
2013-04-04doc: mention availability of race detector in go1.1 docAndrew Gerrand
2013-04-04cmd/go: run main package when no files are listedJonathan Rudenberg
2013-04-03doc: fix typos in go1.1Dmitriy Vyukov
2013-04-03doc: link the race detector document into the release notesRob Pike
2013-04-03doc/go1.1.html: document the state of gccgoRob Pike
2013-04-03doc/go1.1.html: document os/signal.StopRob Pike
2013-04-03doc/go1.1.html: state that the heap is bigger on 64-bit machinesRob Pike
2013-04-03doc/go1.1.html: additional tweaksDave Cheney
2013-04-02net: delete DialOpt and DialOption; add struct DialerBrad Fitzpatrick
2013-04-02compress/gzip: add Writer.Flush to call flate.Writer's FlushBrad Fitzpatrick
2013-04-02doc/go1.1.html: add a note about additional platformsDave Cheney
2013-03-31doc/go1.1: mention (*testing.B).ReportAllocs()Shenghou Ma
2013-03-27doc: fix go1.1.html typosJonathan Rudenberg
2013-03-27doc: consistent path names in exampleDave Cheney
2013-03-26doc/go1.1.html: net/mail, net/smtpRob Pike
2013-03-26doc/go1.1.html: describe Zone and other net changesRob Pike
2013-03-26doc: fix typo in go 1.1 docAndrew Gerrand
2013-03-25doc/go1.1.html: introductionRob Pike
2013-03-25doc: add summary of net/http additions to Go 1.1Brad Fitzpatrick
2013-03-25doc: add DialOpt and friends to go1.1.htmlBrad Fitzpatrick
2013-03-23doc/go1.1.html: performanceRob Pike
2013-03-22doc/go1.1.html: fix broken linksRobert Griesemer
2013-03-22doc/go1.1.html: blockprofile, method values, ListenUnixgram, etc.Rob Pike
2013-03-22doc/go1.1.html: return requirementsRob Pike
2013-03-21go1.1.html: bufio.Scanner and reflect; more about surrogatesRob Pike
2013-03-21debug/elf: restore Go 1.0 semantics for (*File).SymbolsRuss Cox
2013-03-21doc/go1.1.html: more TODOs doneRob Pike
2013-03-19doc/go1.1.html: add links to the text, write some new sectionsRob Pike
2013-03-18doc/go1.1.html: document the surrogate and BOM changesRob Pike
2013-03-18doc/go1.1.html: document some of the library changes.Rob Pike