| Commit message (Expand) | Author | Age | Files | Lines |
* | cmd/fix: remove os.Wait gofix. | David Symonds | 2012-02-22 | 1 | -3/+1 |
* | doc: move styles to style.css | Andrew Gerrand | 2012-02-22 | 1 | -6/+0 |
* | doc/go1: delete obsolete reference to FileStat | Rob Pike | 2012-02-21 | 1 | -2/+2 |
* | os: drop the Wait function and the options to Process.Wait | Rob Pike | 2012-02-20 | 1 | -3/+14 |
* | doc/go1: update for runtime, unsafe API changes | Russ Cox | 2012-02-19 | 1 | -2/+47 |
* | cmd/cgo: bug fixes | Russ Cox | 2012-02-19 | 1 | -1/+18 |
* | doc: Fixed type in documentation for FormatFloat. | Marcel van Lohuizen | 2012-02-19 | 1 | -1/+1 |
* | os: remove Getenverror | Brad Fitzpatrick | 2012-02-18 | 1 | -0/+7 |
* | go 1: add a description of the os error changes. | Rob Pike | 2012-02-19 | 1 | -12/+32 |
* | doc: fix tables | Russ Cox | 2012-02-17 | 1 | -0/+6 |
* | doc: provide example filepath.Walk for go1 | Mike Rosset | 2012-02-17 | 1 | -4/+16 |
* | os: delete os.EINVAL and so on | Rob Pike | 2012-02-17 | 1 | -1/+20 |
* | net/url: Rename ParseWithReference to ParseWithFragment. | David Symonds | 2012-02-16 | 1 | -0/+4 |
* | fix: add fix for bufio, gzip, zlib NewWriterXxx changes.weekly.2012-02-14 | Nigel Tao | 2012-02-15 | 1 | -9/+13 |
* | go1.tmpl: fix merge | Adam Langley | 2012-02-14 | 1 | -50/+173 |
* | archive/zip: hide Write method from *Writer type | Andrew Gerrand | 2012-02-14 | 1 | -0/+12 |
* | os/signal: selective signal handling | Russ Cox | 2012-02-13 | 1 | -0/+33 |
* | crypto/...: more fixes for bug 2841 | Adam Langley | 2012-02-13 | 1 | -163/+58 |
* | cmd/fix: warn about exp, old, deleted packages | Russ Cox | 2012-02-12 | 1 | -8/+0 |
* | go1: fix old reference to Sys method | Rob Pike | 2012-02-13 | 1 | -1/+1 |
* | go1: update recipe for recovering Stat_t | Rob Pike | 2012-02-12 | 1 | -8/+4 |
* | flate: delete WrongValueError type. | Nigel Tao | 2012-02-11 | 1 | -4/+9 |
* | go/printer: implement SourcePos mode | Robert Griesemer | 2012-02-10 | 1 | -0/+20 |
* | compress: make flate, gzip and zlib's NewWriterXxx functions all return | Nigel Tao | 2012-02-10 | 1 | -0/+14 |
* | testing/script: delete | Rob Pike | 2012-02-10 | 1 | -0/+11 |
* | os: delete Exec, NewFile takes uintptr, rename ShellExpand, doc fixes | Brad Fitzpatrick | 2012-02-10 | 1 | -4/+13 |
* | os: remove Time; callers should use time.Time. | Brad Fitzpatrick | 2012-02-10 | 1 | -1/+12 |
* | log/syslog: fix documentation for NewLogger | Rob Pike | 2012-02-09 | 1 | -2/+16 |
* | encoding/binary: add Size, to replace the functionality of the old TotalSize | Rob Pike | 2012-02-09 | 1 | -1/+2 |
* | doc/go1: mention that the compiler catches TotalSize and NewReaderSize | Rob Pike | 2012-02-09 | 1 | -3/+2 |
* | go/scanner: clean up error interface | Robert Griesemer | 2012-02-08 | 1 | -0/+10 |
* | net/http: panic on duplicate registrations | Russ Cox | 2012-02-08 | 1 | -1/+7 |
* | encoding/binary: hide TotalSize | Rob Pike | 2012-02-08 | 1 | -44/+55 |
* | bufio: drop error return for NewReaderSize and NewWriterSize | Rob Pike | 2012-02-08 | 1 | -0/+16 |
* | image: delete the image.Repeated type. | Nigel Tao | 2012-02-08 | 1 | -4/+1 |
* | doc/go1.html: style tweak for expvar notes. | David Symonds | 2012-02-04 | 1 | -1/+1 |
* | expvar: revise API. | David Symonds | 2012-02-04 | 1 | -0/+17 |
* | docs: replace references to gofix etc. with tool invocations | Rob Pike | 2012-02-04 | 1 | -28/+30 |
* | os/signal: move to exp/signal. | David Symonds | 2012-02-02 | 1 | -1/+1 |
* | net: ListenMulticastUDP to listen concurrently across multiple listeners | Mikio Hara | 2012-02-01 | 1 | -2/+7 |
* | doc: add image/{bmp,tiff} renames to go1.tmpl. | Nigel Tao | 2012-01-31 | 1 | -0/+5 |
* | doc: update Go1 release notes in light of the crypto/hmac change. | Adam Langley | 2012-01-27 | 1 | -0/+13 |
* | doc/go1: minor html fixes | Robert Hencke | 2012-01-25 | 1 | -4/+4 |
* | doc/go1: add encoding/xml changes | Gustavo Niemeyer | 2012-01-26 | 1 | -6/+50 |
* | doc/go1: fix urls | Gustavo Niemeyer | 2012-01-25 | 1 | -10/+10 |
* | doc/go1: add net/url changes | Gustavo Niemeyer | 2012-01-25 | 1 | -0/+68 |
* | go/doc: revert API change (per former discussion) and cleanup | Robert Griesemer | 2012-01-25 | 1 | -3/+2 |
* | go1: sub-repositories | Rob Pike | 2012-01-25 | 1 | -6/+49 |
* | doc/go1: mime, filepath.Walk | Rob Pike | 2012-01-24 | 1 | -1/+49 |
* | doc/go1: add more info about hash and net changes, delete reference to html | Rob Pike | 2012-01-24 | 1 | -11/+28 |