2012-05-25 |
Russ Cox | cmd/gc: fix parallel assignment in range |
commit | commitdiff | tree |
2012-05-25 |
Russ Cox | runtime: handle and test large map values |
commit | commitdiff | tree |
2012-05-25 |
Brad Fitzpatrick | misc/dist: use archive/tar.FileInfoHeader |
commit | commitdiff | tree |
2012-05-25 |
Andrew Balholm | exp/html: adjust parseForeignContent to match spec |
commit | commitdiff | tree |
2012-05-24 |
Nigel Tao | hash/adler32: optimize. |
commit | commitdiff | tree |
2012-05-24 |
Robert Griesemer | strconv: better documentation for FormatInt, FormatUint. |
commit | commitdiff | tree |
2012-05-24 |
Bill Thiede | net/mail: more liberal parsing of Date headers. |
commit | commitdiff | tree |
2012-05-24 |
David Symonds | C: Bill Thiede (Google CLA) |
commit | commitdiff | tree |
2012-05-24 |
Alexey Borzenkov | net/rpc: fix race condition when request write partiall... |
commit | commitdiff | tree |
2012-05-24 |
Brad Fitzpatrick | archive/tar: fix windows test failure |
commit | commitdiff | tree |
2012-05-24 |
Russ Cox | cmd/gc: faster code, mainly for rotate |
commit | commitdiff | tree |
2012-05-24 |
Rob Pike | runtime: fix docs for Caller and Callers |
commit | commitdiff | tree |
2012-05-24 |
Brad Fitzpatrick | archive/tar: add FileInfoHeader function |
commit | commitdiff | tree |
2012-05-24 |
Russ Cox | exp/locale/collate: avoid 16-bit math |
commit | commitdiff | tree |
2012-05-24 |
Russ Cox | cmd/gc: fix small integer bounds check bug |
commit | commitdiff | tree |
2012-05-24 |
Robert Griesemer | spec: clarify evaluation order of "i, x[i] = range... |
commit | commitdiff | tree |
2012-05-24 |
Robert Griesemer | godoc: correctly categorize interface methods, performa... |
commit | commitdiff | tree |
2012-05-24 |
Robert Griesemer | math/big: make Rat.Denom() always return a reference |
commit | commitdiff | tree |
2012-05-24 |
Russ Cox | cmd/6g: peephole fixes/additions |
commit | commitdiff | tree |
2012-05-24 |
Shenghou Ma | cmd/cc: fix uint right shift in constant evaluation |
commit | commitdiff | tree |
2012-05-24 |
Dmitriy Vyukov | runtime: faster GC mark phase |
commit | commitdiff | tree |
2012-05-24 |
Andrew Balholm | exp/html: detect "integration points" in SVG and MathML... |
commit | commitdiff | tree |
2012-05-24 |
David Symonds | flag: include flag name in redefinition panic. |
commit | commitdiff | tree |
2012-05-24 |
Joel Sing | runtime: make go work on netbsd/amd64 |
commit | commitdiff | tree |
2012-05-24 |
Andrew Balholm | exp/html: update test data |
commit | commitdiff | tree |
2012-05-24 |
Brad Fitzpatrick | encoding/json: documentation fix |
commit | commitdiff | tree |
2012-05-23 |
Robert Griesemer | go/parser: resolve all parameter types |
commit | commitdiff | tree |
2012-05-23 |
Brad Fitzpatrick | cmd/api: add flag to specify contexts |
commit | commitdiff | tree |
2012-05-23 |
Brad Fitzpatrick | net/http: fix response Connection: close, close client... |
commit | commitdiff | tree |
2012-05-23 |
Robert Griesemer | go/parser: minor cleanup |
commit | commitdiff | tree |
2012-05-23 |
Brad Fitzpatrick | net/http: clarify ErrBodyNotAllowed error message |
commit | commitdiff | tree |
2012-05-23 |
Shenghou Ma | cmd/ld: fix Linux/ARM build |
commit | commitdiff | tree |
2012-05-23 |
Alex Brainman | syscall: implement SetsockoptLinger for windows |
commit | commitdiff | tree |
2012-05-23 |
Brad Fitzpatrick | cmd/api: add api/next.txt |
commit | commitdiff | tree |
2012-05-23 |
Andrew Balholm | exp/html: adjust the last few insertion modes to match... |
commit | commitdiff | tree |
2012-05-23 |
Robert Griesemer | math/big: implement JSON un/marshaling support for... |
commit | commitdiff | tree |
2012-05-22 |
Ugorji Nwoke | text/template: exec should accept interface value as... |
commit | commitdiff | tree |
2012-05-22 |
Shenghou Ma | cmd/ld, cmd/6l, cmd/8l, cmd/5l: fix hidden/local symbol... |
commit | commitdiff | tree |
2012-05-22 |
Shenghou Ma | cmd/ld: take section symbols' value into account for PE |
commit | commitdiff | tree |
2012-05-22 |
Shenghou Ma | sync/atomic: use cas64 to implement {Load,Store,Add... |
commit | commitdiff | tree |
2012-05-22 |
Shenghou Ma | runtime: support conditional execution in ARM softfloat |
commit | commitdiff | tree |
2012-05-22 |
Russ Cox | undo CL 6112054 / 2eec2501961c |
commit | commitdiff | tree |
2012-05-22 |
Russ Cox | unicode: fix comment about variable types |
commit | commitdiff | tree |
2012-05-22 |
Jan Ziak | cmd/gc: export constants in hexadecimal |
commit | commitdiff | tree |
2012-05-22 |
Russ Cox | crypto/md5: faster inner loop, 3x faster overall |
commit | commitdiff | tree |
2012-05-22 |
Russ Cox | net/http: refactor body logic in test |
commit | commitdiff | tree |
2012-05-22 |
Dmitriy Vyukov | runtime: faster GC sweep phase |
commit | commitdiff | tree |
2012-05-22 |
Robert Griesemer | go/ast: document CommentGroup.Text and add test case. |
commit | commitdiff | tree |
2012-05-22 |
Brad Fitzpatrick | net/http: improve TestServerExpect |
commit | commitdiff | tree |
2012-05-22 |
Robert Griesemer | go/parser: fix comment grouping (day 1 bug) |
commit | commitdiff | tree |
2012-05-22 |
Robert Griesemer | godoc: slightly smarter synopsis extraction |
commit | commitdiff | tree |
2012-05-22 |
Robert Griesemer | go/scanner: strip carriage returns from commments |
commit | commitdiff | tree |
2012-05-22 |
Alexey Borzenkov | net/url: better parsing of urls with @ symbol in authority |
commit | commitdiff | tree |
2012-05-22 |
Russ Cox | cmd/6a: delete dead code |
commit | commitdiff | tree |
2012-05-22 |
Joel Sing | syscall: implement nametomib() on netbsd |
commit | commitdiff | tree |
2012-05-22 |
Benjamin Black | crypto/x509: Add ECDSA support |
commit | commitdiff | tree |
2012-05-22 |
Adam Langley | crypto/ecdsa: add full set of NIST test vectors. |
commit | commitdiff | tree |
2012-05-22 |
Adam Langley | crypto/ecdsa: fix case where p != 0 mod 8 and the hash... |
commit | commitdiff | tree |
2012-05-22 |
Andrew Balholm | exp/html: adjust inSelectIM to match spec |
commit | commitdiff | tree |
2012-05-22 |
Russ Cox | cmd/8a, cmd/8l: add BSWAPL |
commit | commitdiff | tree |
2012-05-22 |
Russ Cox | cmd/6a, cmd/6l: add BSWAPL, BSWAPQ |
commit | commitdiff | tree |
2012-05-22 |
Russ Cox | runtime: relax TestGcSys |
commit | commitdiff | tree |
2012-05-22 |
Matthew Horsnell | debug/elf: Expose entry point from Header in File struct. |
commit | commitdiff | tree |
2012-05-22 |
Andrew Balholm | exp/html: adjust inCellIM to match spec |
commit | commitdiff | tree |
2012-05-21 |
Russ Cox | crypto/rsa: add SHA-224 hash prefix |
commit | commitdiff | tree |
2012-05-21 |
Brad Fitzpatrick | net/http: fix duplicate status code in Response.Write |
commit | commitdiff | tree |
2012-05-21 |
Volker Dobler | net/http: add cookies from jar to POST request. |
commit | commitdiff | tree |
2012-05-21 |
Brad Fitzpatrick | net/http: fix regression and mute known test failure... |
commit | commitdiff | tree |
2012-05-21 |
Russ Cox | cmd/6g: allow use of R14, R15 now |
commit | commitdiff | tree |
2012-05-20 |
Joel Sing | net: reduce dial tests on netbsd |
commit | commitdiff | tree |
2012-05-20 |
Joel Sing | syscall: fix SockaddrDatalink on netbsd |
commit | commitdiff | tree |
2012-05-20 |
Andrew Balholm | exp/html: adjust inRowIM to match spec |
commit | commitdiff | tree |
2012-05-19 |
Mikio Hara | net: fix leak in test |
commit | commitdiff | tree |
2012-05-18 |
Mikio Hara | syscall: add comment |
commit | commitdiff | tree |
2012-05-18 |
James Gray | net/http: non-keepalive connections close successfully |
commit | commitdiff | tree |
2012-05-18 |
Brad Fitzpatrick | A+C: add James Gray (Individual CLA) |
commit | commitdiff | tree |
2012-05-18 |
Benjamin Black | tls: add AES256 ciphers |
commit | commitdiff | tree |
2012-05-18 |
Adam Langley | A+C: b@b3k.us |
commit | commitdiff | tree |
2012-05-17 |
Maxim Pimenov | go/build: fix some comments |
commit | commitdiff | tree |
2012-05-17 |
Marcel van... | exp/locale/collate: implementation of main collation... |
commit | commitdiff | tree |
2012-05-17 |
Andrew Gerrand | api: undo go1.txt additions made by 27d0a516b7eb |
commit | commitdiff | tree |
2012-05-17 |
Russ Cox | net: avoid the Mac firewall (again) |
commit | commitdiff | tree |
2012-05-17 |
Russ Cox | cmd/go: fix typo |
commit | commitdiff | tree |
2012-05-17 |
Gustavo Niemeyer | encoding/xml: fix decoding of unknown entities in non... |
commit | commitdiff | tree |
2012-05-17 |
Gustavo Niemeyer | encoding/xml: handle anonymous pointer fields |
commit | commitdiff | tree |
2012-05-17 |
Andrew Gerrand | runtime: disable gc test on non-amd64 systems |
commit | commitdiff | tree |
2012-05-16 |
Akshat Kumar | pkg/runtime: Fix semasleep on Plan 9 |
commit | commitdiff | tree |
2012-05-16 |
Shenghou Ma | misc/chrome/gophertool: lower CL number's lower bound... |
commit | commitdiff | tree |
2012-05-16 |
Shenghou Ma | cmd/5c: re-enable regopt() |
commit | commitdiff | tree |
2012-05-16 |
Shenghou Ma | codereview: support mercurial 2.2.1 |
commit | commitdiff | tree |
2012-05-16 |
Benny Siegert | log: fix typo in comment |
commit | commitdiff | tree |
2012-05-16 |
Shenghou Ma | doc/install: document minimum system requirements |
commit | commitdiff | tree |
2012-05-15 |
Ian Lance Taylor | test: add bug439, valid code that caused a gccgo crash |
commit | commitdiff | tree |
2012-05-15 |
Robert Griesemer | go/printer: don't print newlines for empty statements |
commit | commitdiff | tree |
2012-05-15 |
Joel Sing | runtime: implement getcontext and sigprocmask for netbsd |
commit | commitdiff | tree |
2012-05-15 |
Joel Sing | runtime: fix netbsd syscalls |
commit | commitdiff | tree |
2012-05-15 |
Russ Cox | cmd/go: invoke godoc with import path when possible |
commit | commitdiff | tree |
2012-05-15 |
Jan Ziak | 8l,5l: 2% faster |
commit | commitdiff | tree |
2012-05-15 |
Russ Cox | cmd/gc: make append(nil, x) error more precise |
commit | commitdiff | tree |
2012-05-15 |
Joel Sing | runtime: fix netbsd signal handling |
commit | commitdiff | tree |
next |