2015-03-24 |
Nigel Tao | image/internal/imageutil: generate subsample-ratio... |
commit | commitdiff | tree |
2015-03-24 |
Matthew Dempsky | debug/dwarf, encoding/asn1, go/ast: fix old comments |
commit | commitdiff | tree |
2015-03-24 |
Matthew Dempsky | cmd/internal/ld: edit into more idiomatic Go code |
commit | commitdiff | tree |
2015-03-23 |
Nigel Tao | image/internal/imageutil: new package, used by image... |
commit | commitdiff | tree |
2015-03-23 |
Sebastien Binet | cmd/go: allow go get with local path |
commit | commitdiff | tree |
2015-03-23 |
Brad Fitzpatrick | regexp: fix link to RE2 syntax |
commit | commitdiff | tree |
2015-03-23 |
Brad Fitzpatrick | doc: add cmd/trace to go1.5.txt |
commit | commitdiff | tree |
2015-03-23 |
Brad Fitzpatrick | doc: update go1.5.txt |
commit | commitdiff | tree |
2015-03-23 |
Robert Griesemer | doc/go1.5.txt: updated (composite literal lang. change... |
commit | commitdiff | tree |
2015-03-23 |
David Crawshaw | syscall: disable test that forks on darwin/arm |
commit | commitdiff | tree |
2015-03-23 |
Joe Harrison | mime: add "image/svg+xml" type for extension ".svg" |
commit | commitdiff | tree |
2015-03-23 |
Michael Matloob | regexp: port RE2's bitstate backtracker to the regexp... |
commit | commitdiff | tree |
2015-03-23 |
Michael MacInnis | syscall: Add Foreground and Pgid to SysProcAttr |
commit | commitdiff | tree |
2015-03-23 |
David Crawshaw | net/http: enable segfaulting test on darwin/arm |
commit | commitdiff | tree |
2015-03-23 |
Mikio Hara | net: fix TestInterfaces, TestInterfaceAddrs on platform... |
commit | commitdiff | tree |
2015-03-23 |
Brad Fitzpatrick | net/http: ignore the Unix epoch time in ServeContent |
commit | commitdiff | tree |
2015-03-21 |
Nigel Tao | image/color: add alpha-premultiplied comment. |
commit | commitdiff | tree |
2015-03-21 |
Joel Sing | runtime: fix return values for open/read/write/close... |
commit | commitdiff | tree |
2015-03-21 |
Dave Cheney | runtime: fix linux/amd64p32 build |
commit | commitdiff | tree |
2015-03-20 |
Robert Griesemer | spec: extend type omission rules for composite literal... |
commit | commitdiff | tree |
2015-03-20 |
Jeremy Schlatter | cmd/go: Delete some unused code. |
commit | commitdiff | tree |
2015-03-20 |
Robert Griesemer | go/parser: permit type elision from composite literal... |
commit | commitdiff | tree |
2015-03-20 |
Robert Griesemer | math/big: enable pure Go (no assembly) build with build tag |
commit | commitdiff | tree |
2015-03-20 |
Russ Cox | cmd/internal/gc: inline x := y.(*T) and x, ok := y... |
commit | commitdiff | tree |
2015-03-20 |
Russ Cox | cmd/internal/gc: move cgen, regalloc, et al to portable... |
commit | commitdiff | tree |
2015-03-20 |
Rob Pike | html/template: fix crash when escaping incomplete template |
commit | commitdiff | tree |
2015-03-20 |
areski | bytes, os/exec, strings: fix a few BUG comments |
commit | commitdiff | tree |
2015-03-20 |
Kato Kazuyoshi | os: don't return Chmod's error from Mkdir and OpenFile |
commit | commitdiff | tree |
2015-03-20 |
Robert Griesemer | cmd/internal/gc: remove dead code |
commit | commitdiff | tree |
2015-03-20 |
Robert Griesemer | cmd/internal/gc: use big.Int to represent Mpint bits |
commit | commitdiff | tree |
2015-03-20 |
Austin Clements | runtime: exit getfull barrier if there are partial... |
commit | commitdiff | tree |
2015-03-20 |
Austin Clements | runtime: document subtlety around entering mark termination |
commit | commitdiff | tree |
2015-03-20 |
Alexandre Cesaro | mime/quotedprintable: add writer |
commit | commitdiff | tree |
2015-03-20 |
Russ Cox | runtime: fix arm build |
commit | commitdiff | tree |
2015-03-20 |
Russ Cox | cmd/internal/gc: move componentgen into portable code |
commit | commitdiff | tree |
2015-03-20 |
Russ Cox | cmd/internal/gc: increase registerization limits |
commit | commitdiff | tree |
2015-03-20 |
Russ Cox | cmd/internal/gc: cache ProgInfo in Prog |
commit | commitdiff | tree |
2015-03-20 |
Russ Cox | cmd/internal/obj: replace Addr.U struct {...} with... |
commit | commitdiff | tree |
2015-03-20 |
Russ Cox | runtime: implement atomicand8 atomically |
commit | commitdiff | tree |
2015-03-20 |
Russ Cox | cmd/6g: allow componentgen of slice inside struct |
commit | commitdiff | tree |
2015-03-20 |
Russ Cox | cmd/internal/obj/x86: fix duffcopy/duffzero for GOEXPER... |
commit | commitdiff | tree |
2015-03-20 |
Shenghou Ma | testing: document that flag.Parse is not called when... |
commit | commitdiff | tree |
2015-03-20 |
Shenghou Ma | crypto/x509: document that DecryptPEMBlock cannot detec... |
commit | commitdiff | tree |
2015-03-20 |
Russ Cox | cmd/internal/obj: shuffle link.go to put declarations... |
commit | commitdiff | tree |
2015-03-20 |
Russ Cox | cmd/internal/gc: change Naddr to take a *Addr to fill in |
commit | commitdiff | tree |
2015-03-20 |
Russ Cox | cmd/dist: add //line to copied bootstrap files |
commit | commitdiff | tree |
2015-03-20 |
Russ Cox | runtime: add GODEBUG=sbrk=1 to bypass memory allocator... |
commit | commitdiff | tree |
2015-03-19 |
Russ Cox | Revert "cmd/internal/gc: add internConcat for alloc... |
commit | commitdiff | tree |
2015-03-19 |
Josh Bleecher... | cmd/internal/gc: add internConcat for alloc-free string... |
commit | commitdiff | tree |
2015-03-19 |
Quoc-Viet Nguyen | net/http/pprof: Correct body tag in index template |
commit | commitdiff | tree |
2015-03-19 |
David Crawshaw | cmd/dist: re-disable android test |
commit | commitdiff | tree |
2015-03-19 |
David Crawshaw | cmd/dist: update android testing TODO, add iOS |
commit | commitdiff | tree |
2015-03-19 |
Robert Griesemer | cmd/internal/gc: remove duplicate copyright notice |
commit | commitdiff | tree |
2015-03-19 |
Josh Bleecher... | cmd/internal/gc: fix broken build |
commit | commitdiff | tree |
2015-03-19 |
Josh Bleecher... | cmd/internal/gc, runtime: speed up some cases of _... |
commit | commitdiff | tree |
2015-03-19 |
Josh Bleecher... | cmd/internal/gc: clean up walk conv* and assert* |
commit | commitdiff | tree |
2015-03-19 |
Austin Clements | runtime: combine gcWorkProducer into gcWork |
commit | commitdiff | tree |
2015-03-19 |
Austin Clements | runtime: don't use cached wbuf in markroot |
commit | commitdiff | tree |
2015-03-19 |
Austin Clements | runtime: run concurrent mark phase on regular stack |
commit | commitdiff | tree |
2015-03-19 |
Austin Clements | runtime: improve comment in concurrent GC |
commit | commitdiff | tree |
2015-03-19 |
Austin Clements | runtime: remove pointless harvestwbufs |
commit | commitdiff | tree |
2015-03-19 |
Austin Clements | runtime: remove out of date comment |
commit | commitdiff | tree |
2015-03-18 |
Josh Bleecher... | runtime: delete old .h files |
commit | commitdiff | tree |
2015-03-18 |
Josh Bleecher... | cmd/internal/gc: speed up large string switches |
commit | commitdiff | tree |
2015-03-18 |
Josh Bleecher... | runtime: fix minor typo |
commit | commitdiff | tree |
2015-03-18 |
Josh Bleecher... | all: use "reports whether" in place of "returns true... |
commit | commitdiff | tree |
2015-03-18 |
Dmitry Vyukov | runtime: add a select test |
commit | commitdiff | tree |
2015-03-18 |
Aaron Jacobs | bufio: fix incorrect comment on Scanner.Scan |
commit | commitdiff | tree |
2015-03-18 |
Adam Langley | crypto/tls: disable RC4 by default. |
commit | commitdiff | tree |
2015-03-18 |
Adam Langley | crypto/tls: panic with unknown hash functions. |
commit | commitdiff | tree |
2015-03-18 |
Adam Langley | crypto/{ecdsa,rsa}: always use io.ReadFull with crypto... |
commit | commitdiff | tree |
2015-03-18 |
Ian Lance Taylor | cmd/go: don't crash on unknown GOARCH unless we actuall... |
commit | commitdiff | tree |
2015-03-17 |
Robert Griesemer | math/big: clearer semantics for Float.Scan |
commit | commitdiff | tree |
2015-03-17 |
David Chase | cmd/internal/gc: add a comment to esc.go |
commit | commitdiff | tree |
2015-03-17 |
Russ Cox | runtime: fix writebarrier throw in lock_sema |
commit | commitdiff | tree |
2015-03-17 |
Rick Hudson | runtime: Remove write barriers during STW. |
commit | commitdiff | tree |
2015-03-17 |
David Crawshaw | runtime: copy env strings on startup |
commit | commitdiff | tree |
2015-03-17 |
Robert Griesemer | math/big: cleaner handling of exponent under/overflow |
commit | commitdiff | tree |
2015-03-17 |
Dmitry Vyukov | runtime: fix comment |
commit | commitdiff | tree |
2015-03-17 |
Dmitry Vyukov | runtime: remove futile wakeups from trace |
commit | commitdiff | tree |
2015-03-17 |
David Crawshaw | runtime/cgo: catch EXC_BAD_ACCESS on darwin/arm |
commit | commitdiff | tree |
2015-03-17 |
Dave Cheney | test: fix recover4 test on 64kb systems |
commit | commitdiff | tree |
2015-03-17 |
Jeremy Jackins | cmd/yacc: fix path in documentation |
commit | commitdiff | tree |
2015-03-17 |
Dave Cheney | Revert "test: disable recover4 test to fix ppc64 builds" |
commit | commitdiff | tree |
2015-03-17 |
Dave Cheney | test: disable recover4 test to fix ppc64 builds |
commit | commitdiff | tree |
2015-03-17 |
Austin Clements | runtime: factor object dumping code out of greyobject |
commit | commitdiff | tree |
2015-03-17 |
Austin Clements | runtime: fix out of date comment |
commit | commitdiff | tree |
2015-03-17 |
Russ Cox | cmd/internal/gc: mv builtins builtin |
commit | commitdiff | tree |
2015-03-17 |
Russ Cox | cmd/6g: make proginfo register bits constants |
commit | commitdiff | tree |
2015-03-17 |
Russ Cox | cmd/internal/obj/x86: minor optimization |
commit | commitdiff | tree |
2015-03-17 |
Russ Cox | cmd/internal/gc: fmt.Sprintf elimination and minor... |
commit | commitdiff | tree |
2015-03-17 |
Russ Cox | cmd/...: remove use of func() { ... }() in loop increment |
commit | commitdiff | tree |
2015-03-17 |
Russ Cox | cmd/internal/gc: add -d disablenil debug option to... |
commit | commitdiff | tree |
2015-03-17 |
Russ Cox | cmd/gc: rewrite argtype to substitute in a single pass |
commit | commitdiff | tree |
2015-03-17 |
Russ Cox | cmd/dist: show reason for command failure |
commit | commitdiff | tree |
2015-03-17 |
Russ Cox | cmd/internal/obj: reimplement line history |
commit | commitdiff | tree |
2015-03-16 |
Joël Stemmer | crypto/tls: return correct hash function when using... |
commit | commitdiff | tree |
2015-03-16 |
Nick Sullivan | crypto/rsa: implement crypto.Decrypter |
commit | commitdiff | tree |
2015-03-16 |
Russ Cox | cmd/internal/obj: add basic test of line history |
commit | commitdiff | tree |
2015-03-16 |
Russ Cox | cmd/internal/obj: use map for symbol table |
commit | commitdiff | tree |
next |