aboutsummaryrefslogtreecommitdiff
path: root/doc/go1.html
AgeCommit message (Expand)Author
2012-02-11flate: delete WrongValueError type.Nigel Tao
2012-02-10go/printer: implement SourcePos modeRobert Griesemer
2012-02-10compress: make flate, gzip and zlib's NewWriterXxx functions all returnNigel Tao
2012-02-10testing/script: deleteRob Pike
2012-02-10os: delete Exec, NewFile takes uintptr, rename ShellExpand, doc fixesBrad Fitzpatrick
2012-02-10os: remove Time; callers should use time.Time.Brad Fitzpatrick
2012-02-09log/syslog: fix documentation for NewLoggerRob Pike
2012-02-09encoding/binary: add Size, to replace the functionality of the old TotalSizeRob Pike
2012-02-09doc/go1: mention that the compiler catches TotalSize and NewReaderSizeRob Pike
2012-02-08go/scanner: clean up error interfaceRobert Griesemer
2012-02-08net/http: panic on duplicate registrationsRuss Cox
2012-02-08encoding/binary: hide TotalSizeRob Pike
2012-02-08bufio: drop error return for NewReaderSize and NewWriterSizeRob Pike
2012-02-08image: delete the image.Repeated type.Nigel Tao
2012-02-04doc/go1.html: style tweak for expvar notes.David Symonds
2012-02-04expvar: revise API.David Symonds
2012-02-04docs: replace references to gofix etc. with tool invocationsRob Pike
2012-02-02os/signal: move to exp/signal.David Symonds
2012-02-01net: ListenMulticastUDP to listen concurrently across multiple listenersMikio Hara
2012-01-31doc: add image/{bmp,tiff} renames to go1.tmpl.Nigel Tao
2012-01-27doc: update Go1 release notes in light of the crypto/hmac change.Adam Langley
2012-01-25doc/go1: minor html fixesRobert Hencke
2012-01-26doc/go1: add encoding/xml changesGustavo Niemeyer
2012-01-25doc/go1: fix urlsGustavo Niemeyer
2012-01-25doc/go1: add net/url changesGustavo Niemeyer
2012-01-25go/doc: revert API change (per former discussion) and cleanupRobert Griesemer
2012-01-25go1: sub-repositoriesRob Pike
2012-01-24doc/go1: mime, filepath.WalkRob Pike
2012-01-24doc/go1: add more info about hash and net changes, delete reference to htmlRob Pike
2012-01-23doc/go1: image changesRob Pike
2012-01-20doc/go1: flag, runtime, testingRob Pike
2012-01-20doc/go1: rearrange a bit, sort the packagesRob Pike
2012-01-20doc/go1.html: fix broken linksRobert Griesemer
2012-01-19godoc: specify HTML page metadata with a JSON blobAndrew Gerrand
2012-01-18net: change SetTimeout to SetDeadlineBrad Fitzpatrick
2012-01-18doc/go1.*: documented changes to go/* package treeRobert Griesemer
2012-01-18doc/go1.html: add notes about hash.HashRuss Cox
2012-01-17utf8.String: move to exp/utf8string.StringRob Pike
2012-01-17doc: I have modified the broken links.Jongmin Kim
2012-01-09doc: only trim newlines in tmpltohtml, gofmt progsAndrew Gerrand
2012-01-06doc: trim spaces from code snippetsAndrew Gerrand
2011-12-12doc/go1: timeRob Pike
2011-12-12doc/go1: more package updatesRob Pike
2011-12-12doc/go1: the simpler package changesRob Pike
2011-12-09doc/go1: syscalls, strconvRob Pike
2011-12-09doc/go1: the rest of the language changesRob Pike
2011-12-08doc/go1: most of the simple language changesRob Pike
2011-12-08doc/go1: document rearranged package hierarchyRob Pike
2011-12-07doc/go1: map deletionRob Pike
2011-12-07doc: skeleton for release note documentRob Pike