2012-10-29 |
Adam Langley | crypto/x509: always write validity times in UTC. |
commit | commitdiff | tree |
2012-10-29 |
Adam Langley | encoding/asn1: don't convert UTCTime to UTC. |
commit | commitdiff | tree |
2012-10-29 |
Luuk van Dijk | cmd/gc: inlining functions with local variables |
commit | commitdiff | tree |
2012-10-29 |
Luuk van Dijk | cmd/gc: escape analysis to track flow of in to out... |
commit | commitdiff | tree |
2012-10-29 |
Andrew Radev | misc/vim: fix reimport guard and remove K mapping. |
commit | commitdiff | tree |
2012-10-29 |
David Symonds | A+C: Andrey Radev (individual CLA). |
commit | commitdiff | tree |
2012-10-29 |
David Symonds | misc/dashboard/codereview: only accept "NOT LGTM" on... |
commit | commitdiff | tree |
2012-10-28 |
Rémy Oudompheng | cmd/5g: introduce componentgen for better registerization. |
commit | commitdiff | tree |
2012-10-28 |
Taj Khattra | container/list: fix typo |
commit | commitdiff | tree |
2012-10-27 |
Patrick Smith | sort: Fixed a typo in the documentation for SearchStrings. |
commit | commitdiff | tree |
2012-10-26 |
Ian Lance Taylor | syscall: fix creds_test to reliably close os.File |
commit | commitdiff | tree |
2012-10-26 |
Shenghou Ma | encoding/binary: ReadVarint reads a signed number,... |
commit | commitdiff | tree |
2012-10-26 |
Dave Cheney | net: avoid allocation in setAddr |
commit | commitdiff | tree |
2012-10-26 |
Dave Cheney | cmd/5g: peep.c: reactivate some optimisations |
commit | commitdiff | tree |
2012-10-26 |
Rémy Oudompheng | reflect: stop thinking that MaxFloat32 overflows float32. |
commit | commitdiff | tree |
2012-10-26 |
Dmitriy Vyukov | runtime: switch to 64-bit goroutine ids |
commit | commitdiff | tree |
2012-10-25 |
Rémy Oudompheng | cmd/6g: fix crash in cgen_bmul. |
commit | commitdiff | tree |
2012-10-25 |
Marcel van... | exp/locale/collate: slightly changed collation elements: |
commit | commitdiff | tree |
2012-10-25 |
Shenghou Ma | syscall: implement (*PtraceRegs).PC() and SetPC() |
commit | commitdiff | tree |
2012-10-25 |
Andrew Gerrand | doc: remove misplaced articles from references page |
commit | commitdiff | tree |
2012-10-24 |
Marcel van... | exp/locale/collate/build: fixed problem where blocks... |
commit | commitdiff | tree |
2012-10-24 |
Marcel van... | exp/locale/collate: clarification in comments on use... |
commit | commitdiff | tree |
2012-10-24 |
Marcel van... | exp/locale/collate/tools/colcmp: add locale to output... |
commit | commitdiff | tree |
2012-10-23 |
Russ Cox | cmd/gc, cmd/ld: use go.weak instead of weak as the... |
commit | commitdiff | tree |
2012-10-22 |
Shenghou Ma | runtime, runtime/race: add missing if(raceenabled)... |
commit | commitdiff | tree |
2012-10-22 |
Robert Griesemer | exp/type/staging: implemented recent spec changes |
commit | commitdiff | tree |
2012-10-22 |
Daniel Morsing | cmd/gc: Mark use of builtin functions as calls. |
commit | commitdiff | tree |
2012-10-22 |
Shenghou Ma | cmd/5l, cmd/6l, cmd/8l: put floating point numbers... |
commit | commitdiff | tree |
2012-10-22 |
Luuk van Dijk | cmd/gc: escape analysis to track flow of in to out... |
commit | commitdiff | tree |
2012-10-22 |
Luuk van Dijk | cmd/gc: track parameter flow, step 0: synthesize name... |
commit | commitdiff | tree |
2012-10-22 |
Luuk van Dijk | cmd/gc: fix strict tree property for AST for OAS2RECV... |
commit | commitdiff | tree |
2012-10-22 |
Roger Peppe | cmd/go: add join template function. |
commit | commitdiff | tree |
2012-10-22 |
Rémy Oudompheng | cmd/gc: fix inlining bug for composite literals in... |
commit | commitdiff | tree |
2012-10-22 |
Shenghou Ma | lib9, cmd/dist, cmd/5l: embed GOARM into cmd/5l and... |
commit | commitdiff | tree |
2012-10-22 |
Nigel Tao | os: fix documentation typos: s/an array/a slice/. |
commit | commitdiff | tree |
2012-10-22 |
Patrick Smith | encoding/xml: expand allowed entity names |
commit | commitdiff | tree |
2012-10-22 |
Jingcheng Zhang | runtime: sizeclass in MSpan should be int32. |
commit | commitdiff | tree |
2012-10-22 |
Russ Cox | A+C: Jingcheng Zhang and Patrick Smith (individual... |
commit | commitdiff | tree |
2012-10-22 |
Nigel Tao | go/build: document the behavior of multiple build const... |
commit | commitdiff | tree |
2012-10-21 |
Andrew Gerrand | A+C: Richard Eric Gavaletz (individual CLA) |
commit | commitdiff | tree |
2012-10-21 |
Jan Ziak | runtime: store types of allocated objects |
commit | commitdiff | tree |
2012-10-21 |
Mikio Hara | net: add test for Conn, PacketConn and Listener |
commit | commitdiff | tree |
2012-10-21 |
Russ Cox | cmd/gc: rebuild builtin.c |
commit | commitdiff | tree |
2012-10-21 |
Lucio De Re | build: u.h for plan9 arm |
commit | commitdiff | tree |
2012-10-21 |
Evan Shaw | reflect: make Index and Slice accept strings |
commit | commitdiff | tree |
2012-10-21 |
Daniel Morsing | cmd/gc: fix confusing error when using variable as... |
commit | commitdiff | tree |
2012-10-21 |
Daniel Morsing | cmd/gc: Friendlier errors on oversized arrays. |
commit | commitdiff | tree |
2012-10-21 |
Shenghou Ma | runtime: update docs for MemStats.PauseNs |
commit | commitdiff | tree |
2012-10-21 |
Shenghou Ma | gophertool: fix links |
commit | commitdiff | tree |
2012-10-21 |
Adam Langley | A+C: add Willem van der Schyff (Individual CLA). |
commit | commitdiff | tree |
2012-10-20 |
Shenghou Ma | cmd/go: make package list order predicable |
commit | commitdiff | tree |
2012-10-20 |
Shenghou Ma | codereview: protect against read-only upstream repository |
commit | commitdiff | tree |
2012-10-20 |
Shenghou Ma | runtime: ~3.7x speed up of div/mod on ARM |
commit | commitdiff | tree |
2012-10-20 |
Nigel Tao | bufio: remove a little unnecessary indirection in tests. |
commit | commitdiff | tree |
2012-10-19 |
Robert Griesemer | go spec: constant divisors must not be zero |
commit | commitdiff | tree |
2012-10-19 |
Robert Griesemer | go spec: define make() restrictions as for index expres... |
commit | commitdiff | tree |
2012-10-19 |
Oling Cat | unsafe: fix a typo |
commit | commitdiff | tree |
2012-10-19 |
Nigel Tao | bufio: make Writer.ReadFrom not flush prematurely.... |
commit | commitdiff | tree |
2012-10-19 |
Michael Chaten | bufio: Implement io.ReaderFrom for (*Writer). |
commit | commitdiff | tree |
2012-10-19 |
Nigel Tao | runtime: update comment for the "extern register" varia... |
commit | commitdiff | tree |
2012-10-18 |
Nigel Tao | image/draw: fast-path for 4:4:0 chroma subsampled sources. |
commit | commitdiff | tree |
2012-10-18 |
Ian Lance Taylor | encoding/xml: correctly escape newline, carriage return... |
commit | commitdiff | tree |
2012-10-18 |
Rémy Oudompheng | image/jpeg: make TestDCT faster. |
commit | commitdiff | tree |
2012-10-18 |
Stephen McQuay | net: add LookupNS(domain string) |
commit | commitdiff | tree |
2012-10-18 |
Mikio Hara | A+C: Stephen McQuay (Individual CLA) |
commit | commitdiff | tree |
2012-10-17 |
Nigel Tao | exp/html: update package docs and add an example; a... |
commit | commitdiff | tree |
2012-10-17 |
Oling Cat | doc/codewalk/markov: fix the highlight range of the... |
commit | commitdiff | tree |
2012-10-17 |
Rémy Oudompheng | cmd/gc: don't squash complex literals when inlining. |
commit | commitdiff | tree |
2012-10-17 |
Shane Hansen | crypto/cipher: panic on invalid IV length |
commit | commitdiff | tree |
2012-10-17 |
Adam Langley | A+C: add Shane Hansen (Individual CLA) |
commit | commitdiff | tree |
2012-10-17 |
Robert Griesemer | go spec: restrictions for index and slice expressions |
commit | commitdiff | tree |
2012-10-17 |
Daniel Morsing | cmd/go: Dedup package arguments before building. |
commit | commitdiff | tree |
2012-10-17 |
Adam Langley | math/big: add 4-bit, fixed window exponentiation. |
commit | commitdiff | tree |
2012-10-17 |
Shenghou Ma | sync/atomic: FreeBSD/ARM support |
commit | commitdiff | tree |
2012-10-17 |
Rob Pike | path/filepath: better documentation for WalkFunc |
commit | commitdiff | tree |
2012-10-16 |
Dave Cheney | net: return error from pollster rather than panicing |
commit | commitdiff | tree |
2012-10-16 |
Robert Griesemer | math/big: fix big.Exp and document better |
commit | commitdiff | tree |
2012-10-16 |
Adam Langley | crypto/tls: make closeNotify a warning alert. |
commit | commitdiff | tree |
2012-10-16 |
Robert Griesemer | exp/types/staging: index and slice type checks |
commit | commitdiff | tree |
2012-10-16 |
Dmitriy Vyukov | runtime: fix spurious deadlock crashes |
commit | commitdiff | tree |
2012-10-16 |
Shenghou Ma | doc: NetBSD is fully supported now |
commit | commitdiff | tree |
2012-10-16 |
Shenghou Ma | misc/dist: support packaging for NetBSD |
commit | commitdiff | tree |
2012-10-16 |
Shenghou Ma | doc/godoc.js: put focus on div#page when necessary |
commit | commitdiff | tree |
2012-10-16 |
Rémy Oudompheng | cmd/5g, cmd/6g, cmd/8g: fix out of registers. |
commit | commitdiff | tree |
2012-10-16 |
Brad Fitzpatrick | pprof: filter out runtime.settype and fix --svg mode... |
commit | commitdiff | tree |
2012-10-16 |
Brad Fitzpatrick | builder: label the race builder as "race" |
commit | commitdiff | tree |
2012-10-16 |
Rob Pike | spec: more clarification about deferred functions |
commit | commitdiff | tree |
2012-10-15 |
Dmitriy Vyukov | runtime: add missing if(raceenabled) |
commit | commitdiff | tree |
2012-10-15 |
Nigel Tao | image/jpeg: re-organize the processSOS code. |
commit | commitdiff | tree |
2012-10-15 |
Nigel Tao | image/jpeg: decode progressive JPEGs. |
commit | commitdiff | tree |
2012-10-14 |
David Symonds | time: accept numbers larger than 2^32 in ParseDuration. |
commit | commitdiff | tree |
2012-10-13 |
Shenghou Ma | io/ioutil: use pathname instead of name in docs to... |
commit | commitdiff | tree |
2012-10-12 |
Anthony Martin | compress/bzip2: use io.ByteReader instead of internal... |
commit | commitdiff | tree |
2012-10-12 |
Shenghou Ma | runtime: FreeBSD/ARM support |
commit | commitdiff | tree |
2012-10-12 |
Shenghou Ma | doc: remove ExpressivenessOfGo.pdf |
commit | commitdiff | tree |
2012-10-12 |
Shenghou Ma | syscall: FreeBSD/ARM support |
commit | commitdiff | tree |
2012-10-12 |
Shenghou Ma | cmd/5l: reorder some struct fields to reduce memory... |
commit | commitdiff | tree |
2012-10-12 |
Shenghou Ma | cmd/dist: fix superfluous and confusing "binaries ... |
commit | commitdiff | tree |
2012-10-12 |
Rob Pike | fmt: document some undocumented details |
commit | commitdiff | tree |
2012-10-12 |
Evan Shaw | bytes, strings: add (*Reader).WriteTo |
commit | commitdiff | tree |
next |