summaryrefslogtreecommitdiff
path: root/doc/go1.html
Commit message (Expand)AuthorAgeFilesLines
...
* testing/script: deleteRob Pike2012-02-101-0/+11
* os: delete Exec, NewFile takes uintptr, rename ShellExpand, doc fixesBrad Fitzpatrick2012-02-101-4/+13
* os: remove Time; callers should use time.Time.Brad Fitzpatrick2012-02-101-1/+12
* log/syslog: fix documentation for NewLoggerRob Pike2012-02-091-2/+16
* encoding/binary: add Size, to replace the functionality of the old TotalSizeRob Pike2012-02-091-1/+2
* doc/go1: mention that the compiler catches TotalSize and NewReaderSizeRob Pike2012-02-091-3/+2
* go/scanner: clean up error interfaceRobert Griesemer2012-02-081-0/+10
* net/http: panic on duplicate registrationsRuss Cox2012-02-081-1/+7
* encoding/binary: hide TotalSizeRob Pike2012-02-081-44/+55
* bufio: drop error return for NewReaderSize and NewWriterSizeRob Pike2012-02-081-0/+16
* image: delete the image.Repeated type.Nigel Tao2012-02-081-4/+1
* doc/go1.html: style tweak for expvar notes.David Symonds2012-02-041-1/+1
* expvar: revise API.David Symonds2012-02-041-0/+17
* docs: replace references to gofix etc. with tool invocationsRob Pike2012-02-041-28/+30
* os/signal: move to exp/signal.David Symonds2012-02-021-1/+1
* net: ListenMulticastUDP to listen concurrently across multiple listenersMikio Hara2012-02-011-2/+7
* doc: add image/{bmp,tiff} renames to go1.tmpl.Nigel Tao2012-01-311-0/+5
* doc: update Go1 release notes in light of the crypto/hmac change.Adam Langley2012-01-271-0/+13
* doc/go1: minor html fixesRobert Hencke2012-01-251-4/+4
* doc/go1: add encoding/xml changesGustavo Niemeyer2012-01-261-6/+50
* doc/go1: fix urlsGustavo Niemeyer2012-01-251-10/+10
* doc/go1: add net/url changesGustavo Niemeyer2012-01-251-0/+68
* go/doc: revert API change (per former discussion) and cleanupRobert Griesemer2012-01-251-3/+2
* go1: sub-repositoriesRob Pike2012-01-251-6/+49
* doc/go1: mime, filepath.WalkRob Pike2012-01-241-1/+49
* doc/go1: add more info about hash and net changes, delete reference to htmlRob Pike2012-01-241-11/+28
* doc/go1: image changesRob Pike2012-01-231-1/+119
* doc/go1: flag, runtime, testingRob Pike2012-01-201-4/+72
* doc/go1: rearrange a bit, sort the packagesRob Pike2012-01-201-243/+302
* doc/go1.html: fix broken linksRobert Griesemer2012-01-201-19/+21
* godoc: specify HTML page metadata with a JSON blobAndrew Gerrand2012-01-191-1/+3
* net: change SetTimeout to SetDeadlineBrad Fitzpatrick2012-01-181-2/+13
* doc/go1.*: documented changes to go/* package treeRobert Griesemer2012-01-181-0/+64
* doc/go1.html: add notes about hash.HashRuss Cox2012-01-181-0/+15
* utf8.String: move to exp/utf8string.StringRob Pike2012-01-171-1/+5
* doc: I have modified the broken links.Jongmin Kim2012-01-171-2/+2
* doc: only trim newlines in tmpltohtml, gofmt progsAndrew Gerrand2012-01-091-9/+9
* doc: trim spaces from code snippetsAndrew Gerrand2012-01-061-30/+18
* doc/go1: timeRob Pike2011-12-121-11/+83
* doc/go1: more package updatesRob Pike2011-12-121-0/+119
* doc/go1: the simpler package changesRob Pike2011-12-121-29/+149
* doc/go1: syscalls, strconvRob Pike2011-12-091-3/+117
* doc/go1: the rest of the language changesRob Pike2011-12-091-1/+151
* doc/go1: most of the simple language changesRob Pike2011-12-081-2/+224
* doc/go1: document rearranged package hierarchyRob Pike2011-12-081-10/+105
* doc/go1: map deletionRob Pike2011-12-071-3/+50
* doc: skeleton for release note documentRob Pike2011-12-071-0/+81