2012-10-07 |
Rémy Oudompheng | cmd/gc: more graceful handling of invalid fields in... |
commit | commitdiff | tree |
2012-10-07 |
Russ Cox | cmd/gc: avoid crash in %N print |
commit | commitdiff | tree |
2012-10-07 |
Dmitriy Vyukov | io/ioutil: fix data race under the race detector |
commit | commitdiff | tree |
2012-10-07 |
Dmitriy Vyukov | race: sync/atomic changes |
commit | commitdiff | tree |
2012-10-07 |
Dmitriy Vyukov | race: sync changes |
commit | commitdiff | tree |
2012-10-07 |
Dmitriy Vyukov | race: runtime changes |
commit | commitdiff | tree |
2012-10-07 |
Shenghou Ma | runtime: disable TestParForParallel for now on 32-bit... |
commit | commitdiff | tree |
2012-10-07 |
Shenghou Ma | test/run.go: use correct executable filename on Windows... |
commit | commitdiff | tree |
2012-10-07 |
Brad Fitzpatrick | os: make TestMkdirAllWithSymlink more robust |
commit | commitdiff | tree |
2012-10-07 |
Brad Fitzpatrick | net/http/httptest: mimic the normal HTTP server's Respo... |
commit | commitdiff | tree |
2012-10-07 |
Rémy Oudompheng | test: use rundir and errorcheckdir for a few more tests. |
commit | commitdiff | tree |
2012-10-07 |
Shenghou Ma | testing: fix extra tabs when t.Log("string") |
commit | commitdiff | tree |
2012-10-07 |
Shenghou Ma | syscall: fix Statfs and Fstatfs on Linux/ARM |
commit | commitdiff | tree |
2012-10-07 |
Rémy Oudompheng | cmd/gc: replace "typechecking loop" by nicer errors... |
commit | commitdiff | tree |
2012-10-07 |
Daniel Morsing | cmd/gc: Don't accept qualified names as literal keys |
commit | commitdiff | tree |
2012-10-07 |
Nigel Tao | image/jpeg: move the huffman bit decoder state higher... |
commit | commitdiff | tree |
2012-10-07 |
Shenghou Ma | cmd/gc: fix output filename generation on Windows |
commit | commitdiff | tree |
2012-10-07 |
Akshat Kumar | cmd/gc: don't dereference a nil Type pointer in widstruct |
commit | commitdiff | tree |
2012-10-07 |
Daniel Morsing | cmd/gc: Don't export embedded builtins |
commit | commitdiff | tree |
2012-10-07 |
Dave Cheney | cmd/5g: avoid temporary in slice bounds check |
commit | commitdiff | tree |
2012-10-07 |
Nigel Tao | image/jpeg: move the level-shift and clip out of the... |
commit | commitdiff | tree |
2012-10-07 |
Nigel Tao | image/jpeg: clean up BenchmarkDecode and BenchmarkEncod... |
commit | commitdiff | tree |
2012-10-07 |
Robert Hencke | doc/debugging_with_gdb: fix minor typo (space before... |
commit | commitdiff | tree |
2012-10-06 |
Nigel Tao | image/jpeg: add DCT tests, do a small optimization... |
commit | commitdiff | tree |
2012-10-06 |
Rémy Oudompheng | cmd/gc: avoid clobbering the AST in cgen_callmeth. |
commit | commitdiff | tree |
2012-10-06 |
Rémy Oudompheng | cmd/6g: fix out of registers when chaining integer... |
commit | commitdiff | tree |
2012-10-06 |
Rémy Oudompheng | cmd/gc: make rnd() more 64-bit-friendly. |
commit | commitdiff | tree |
2012-10-06 |
Rob Pike | text/template: fix nil crash on Templates |
commit | commitdiff | tree |
2012-10-06 |
Rob Pike | text/template: add an unexported method to Node |
commit | commitdiff | tree |
2012-10-06 |
Dave Cheney | cmd/5g: avoid temporary during constant asop |
commit | commitdiff | tree |
2012-10-06 |
Rémy Oudompheng | runtime: fix a panic when growing zero-width-element... |
commit | commitdiff | tree |
2012-10-06 |
Dmitriy Vyukov | pprof: add goroutine blocking profiling |
commit | commitdiff | tree |
2012-10-06 |
Daniel Morsing | test: Add rundir, rundircmpout and errorcheckdir comman... |
commit | commitdiff | tree |
2012-10-06 |
Jan Ziak | cmd/cc: map C int to int32 in Go defs |
commit | commitdiff | tree |
2012-10-06 |
Dave Cheney | cmd/5g: avoid temporary during constant OINDEX |
commit | commitdiff | tree |
2012-10-05 |
Rémy Oudompheng | cmd/5g: fix out of registers in nested calls, add compi... |
commit | commitdiff | tree |
2012-10-05 |
Dmitry Chestnykh | crypto/sha256, crypto/sha512: 1.3x speedup |
commit | commitdiff | tree |
2012-10-05 |
Akshat Kumar | runtime: mask SSE exceptions on plan9/amd64 |
commit | commitdiff | tree |
2012-10-05 |
Shenghou Ma | doc/codewalk: make it work with jQuery 1.8.2 |
commit | commitdiff | tree |
2012-10-05 |
Robert Griesemer | go/printer: don't forget the .0 in 1.0 |
commit | commitdiff | tree |
2012-10-05 |
Robert Griesemer | go/printer: parenthesize literal function types in... |
commit | commitdiff | tree |
2012-10-05 |
Robert Griesemer | go/parser: unify parsing of const and var declarations |
commit | commitdiff | tree |
2012-10-05 |
Graham Miller | net/mail: make address parsing (more) public |
commit | commitdiff | tree |
2012-10-04 |
Jeff Wendling | crypto/x509: add DecryptBlock function for loading... |
commit | commitdiff | tree |
2012-10-04 |
Shenghou Ma | lib/godoc/godoc.html: try Google hosted jQuery first... |
commit | commitdiff | tree |
2012-10-04 |
Andrew Gerrand | godoc: make examples editable and runnable in playground |
commit | commitdiff | tree |
2012-10-04 |
Andrew Gerrand | godoc: add jQuery to Go repository, rewrite godocs... |
commit | commitdiff | tree |
2012-10-04 |
Shenghou Ma | cmd/go: add support for -test.benchmem |
commit | commitdiff | tree |
2012-10-04 |
Rob Pike | src/run.bat: add new flag for api tool |
commit | commitdiff | tree |
2012-10-04 |
Rob Pike | cmd/api: add exception file |
commit | commitdiff | tree |
2012-10-04 |
Andrew Gerrand | godoc: show contents in correct order, expand sections... |
commit | commitdiff | tree |
2012-10-03 |
Andrew Gerrand | go/doc: add nil to list of predeclared constants |
commit | commitdiff | tree |
2012-10-03 |
Andrew Gerrand | go/doc: rewrite whole file examples for playground |
commit | commitdiff | tree |
2012-10-03 |
Robert Griesemer | go spec: conversion types starting with "func" must... |
commit | commitdiff | tree |
2012-10-03 |
Brad Fitzpatrick | misc/dashboard: set charset utf-8 on build log downloads |
commit | commitdiff | tree |
2012-10-03 |
Andrew Gerrand | godoc: move Examples above Index and make them both... |
commit | commitdiff | tree |
2012-10-03 |
Shenghou Ma | testing: update package docs to use ResetTimer() instea... |
commit | commitdiff | tree |
2012-10-03 |
Rob Pike | text/template: better error messages during execution, |
commit | commitdiff | tree |
2012-10-03 |
Robert Griesemer | go/ast: track position of <- for channel types |
commit | commitdiff | tree |
2012-10-03 |
Shivakumar GN | os/user : use username as fullname if all else fails... |
commit | commitdiff | tree |
2012-10-02 |
Robert Griesemer | go/parser: correctly parse <-chan T(x) as <-(chan T)(x) |
commit | commitdiff | tree |
2012-10-02 |
Robert Hencke | codereview.py: suggest installing Mercurial from offici... |
commit | commitdiff | tree |
2012-10-02 |
Rémy Oudompheng | cmd/8g: do not take the address of string/slice for... |
commit | commitdiff | tree |
2012-10-02 |
Dmitriy Vyukov | race: gc changes |
commit | commitdiff | tree |
2012-10-01 |
Andrew Gerrand | go/doc: strip example output comment from synthesized... |
commit | commitdiff | tree |
2012-10-01 |
Dave Cheney | cmd/5g: avoid temporary during constant binary op |
commit | commitdiff | tree |
2012-10-01 |
Jeremy Jackins | archive/tar: fix inconsistent namespace usage in example |
commit | commitdiff | tree |
2012-10-01 |
Adam Langley | math/big: avoid some allocation in Exp |
commit | commitdiff | tree |
2012-10-01 |
Robert Griesemer | cmd/godoc: clearer comments in FormatSelections |
commit | commitdiff | tree |
2012-10-01 |
Adam Langley | A+C: add Jeff Wendling (Individual CLA) |
commit | commitdiff | tree |
2012-10-01 |
Akshat Kumar | cmd/go/build: Add magic data for Plan 9 binaries. |
commit | commitdiff | tree |
2012-10-01 |
Luuk van Dijk | cmd/gc: Missing break in esc switch. |
commit | commitdiff | tree |
2012-10-01 |
Akshat Kumar | pkg/syscall: Plan 9, 64-bit: Update error checks from... |
commit | commitdiff | tree |
2012-09-30 |
Rémy Oudompheng | test/fixedbugs: forgotten test cases for issues 3907... |
commit | commitdiff | tree |
2012-09-30 |
David Symonds | exp/types: permit importing packages without available... |
commit | commitdiff | tree |
2012-09-30 |
David Symonds | exp/types: better diagnosis for compile failures. |
commit | commitdiff | tree |
2012-09-29 |
Shenghou Ma | test/fixedbugs/bug454.go: add a test for CL 6564052 |
commit | commitdiff | tree |
2012-09-29 |
Mikio Hara | syscall: add ipv4 ancillary data for darwin |
commit | commitdiff | tree |
2012-09-28 |
Robert Griesemer | go spec: arguments for append may overlap |
commit | commitdiff | tree |
2012-09-28 |
Paul Chang | cmd/godoc: fix minor bug in FormatSelections. |
commit | commitdiff | tree |
2012-09-28 |
Robert Griesemer | CONTRIBUTORS: added Paul Chang (Google CLA) |
commit | commitdiff | tree |
2012-09-28 |
Robert Griesemer | container/list: slightly better code factoring |
commit | commitdiff | tree |
2012-09-28 |
Robert Griesemer | container/list: Correctly maintain internal invariants |
commit | commitdiff | tree |
2012-09-28 |
Ian Lance Taylor | test: match gccgo error messages |
commit | commitdiff | tree |
2012-09-28 |
Eric Roshan... | strings: implement a faster single-string Replacer |
commit | commitdiff | tree |
2012-09-28 |
Eric Roshan... | testing: remove redundant whitespace in output |
commit | commitdiff | tree |
2012-09-27 |
Akshat Kumar | pkg/syscall: Plan 9, 64-bit: Update error checks from... |
commit | commitdiff | tree |
2012-09-27 |
Andrew Gerrand | doc: clarify that the displayed tar file name is an... |
commit | commitdiff | tree |
2012-09-27 |
Andrew Gerrand | doc: fix OS X download links |
commit | commitdiff | tree |
2012-09-27 |
Rémy Oudompheng | cmd/[568]g: header cleanup. |
commit | commitdiff | tree |
2012-09-27 |
Michael Chaten | bufio: Implement io.WriterTo for (*Reader) |
commit | commitdiff | tree |
2012-09-27 |
Josh Holland | text/template: fix typo of errorf as error in comment. |
commit | commitdiff | tree |
2012-09-27 |
Rob Pike | CLA: Josh Holland <jrh@joshh.co.uk> individual contributor |
commit | commitdiff | tree |
2012-09-27 |
Rob Pike | cmd/api: delete redundant text from deletion message |
commit | commitdiff | tree |
2012-09-27 |
Nigel Tao | lzw: fix Write returning the wrong number of bytes... |
commit | commitdiff | tree |
2012-09-26 |
Rob Pike | fmt: allow # and x together for strings |
commit | commitdiff | tree |
2012-09-26 |
Sébastien Paolacci | net: spread fd over several pollservers. |
commit | commitdiff | tree |
2012-09-26 |
Rémy Oudompheng | cmd/6g, cmd/8g: fix two "out of fixed registers" cases. |
commit | commitdiff | tree |
2012-09-26 |
Daniel Morsing | cmd/gc: Don't calculate second value in range if it... |
commit | commitdiff | tree |
2012-09-26 |
David du Colombier | crypto/x509: add Plan 9 root certificate location |
commit | commitdiff | tree |
next |