2014-06-22 |
Rui Ueyama | undo CL 101330053 / c19c9a063fe8 |
commit | commitdiff | tree |
2014-06-22 |
Dave Cheney | test: add test case for issue 8074. |
commit | commitdiff | tree |
2014-06-22 |
Rui Ueyama | strings: use sync.Pool to cache buffer |
commit | commitdiff | tree |
2014-06-21 |
Dmitriy Vyukov | doc: say that race detector is supported on freebsd |
commit | commitdiff | tree |
2014-06-21 |
Dmitriy Vyukov | doc: say that race detector is supported on freebsd |
commit | commitdiff | tree |
2014-06-21 |
Dmitriy Vyukov | run.bash: run race tests on freebsd |
commit | commitdiff | tree |
2014-06-21 |
Dmitriy Vyukov | runtime/race: support freebsd |
commit | commitdiff | tree |
2014-06-20 |
Dmitriy Vyukov | runtime/race: update linux runtime |
commit | commitdiff | tree |
2014-06-20 |
Dmitriy Vyukov | runtime/race: update runtime to tip |
commit | commitdiff | tree |
2014-06-20 |
Rui Ueyama | strings: speed up byteReplacer.Replace |
commit | commitdiff | tree |
2014-06-20 |
Dmitriy Vyukov | sync: detect incorrect usages of RWMutex |
commit | commitdiff | tree |
2014-06-20 |
Dmitriy Vyukov | net: simplify code |
commit | commitdiff | tree |
2014-06-20 |
Dmitriy Vyukov | runtime: remove obsolete afterprologue check |
commit | commitdiff | tree |
2014-06-20 |
Rui Ueyama | strings: define byteBitmap.isSet |
commit | commitdiff | tree |
2014-06-19 |
Rui Ueyama | encoding/base64, encoding/base32: speed up Encode |
commit | commitdiff | tree |
2014-06-19 |
Rui Ueyama | strings: reduce allocation in byteStringReplacer.WriteS... |
commit | commitdiff | tree |
2014-06-19 |
Bill Thiede | image/jpeg: encode *image.Gray as grayscale JPEGs. |
commit | commitdiff | tree |
2014-06-19 |
Caleb Spare | testing/quick: brought Check parameter name in line... |
commit | commitdiff | tree |
2014-06-19 |
Nigel Tao | image/jpeg: use a look-up table to speed up Huffman... |
commit | commitdiff | tree |
2014-06-19 |
Andrew Gerrand | tag go1.3 |
commit | commitdiff | tree |
2014-06-19 |
Andrew Gerrand | doc: document Go 1.3 |
commit | commitdiff | tree |
2014-06-19 |
ChaiShushan | image: add RGBAAt, Gray16At, etc. |
commit | commitdiff | tree |
2014-06-18 |
Rui Ueyama | encoding/base64, encoding/base32: make Encode faster |
commit | commitdiff | tree |
2014-06-18 |
Robert Dinu | testing: fix timing format inconsistency |
commit | commitdiff | tree |
2014-06-18 |
Rob Pike | fmt: include ±Inf and NaN in the complex format test |
commit | commitdiff | tree |
2014-06-18 |
David Symonds | go/build: update doc.go for go1.3 build tag. |
commit | commitdiff | tree |
2014-06-18 |
Rui Ueyama | strings: add fast path to Replace |
commit | commitdiff | tree |
2014-06-18 |
Keith Randall | runtime: fix gogetcallerpc. |
commit | commitdiff | tree |
2014-06-17 |
Rob Pike | fmt: fix signs when zero padding. |
commit | commitdiff | tree |
2014-06-17 |
Dominik Honnef | misc/emacs: add new function godoc-at-point |
commit | commitdiff | tree |
2014-06-17 |
Dominik Honnef | misc/emacs: replace hacky go--delete-whole-line with... |
commit | commitdiff | tree |
2014-06-17 |
Robert Griesemer | text/scanner: fix comment |
commit | commitdiff | tree |
2014-06-17 |
Keith Randall | runtime: fix stringw test. |
commit | commitdiff | tree |
2014-06-17 |
Josh Bleecher... | test: speed up chan/select5 |
commit | commitdiff | tree |
2014-06-17 |
Robert Griesemer | go/parser: don't accept trailing explicit semicolon |
commit | commitdiff | tree |
2014-06-17 |
Keith Randall | undo CL 105260044 / afd6f214cc81 |
commit | commitdiff | tree |
2014-06-17 |
Keith Randall | runtime: disable funky wide string test for now. |
commit | commitdiff | tree |
2014-06-17 |
Keith Randall | runtime: reconstitute runetochar for use by gostringw. |
commit | commitdiff | tree |
2014-06-17 |
Keith Randall | undo CL 93380044 / 7f0999348917 |
commit | commitdiff | tree |
2014-06-17 |
Shenghou Ma | cmd/5c, cmd/6c, cmd/8c, cmd/cc: remove unused global... |
commit | commitdiff | tree |
2014-06-17 |
Keith Randall | runtime: implement string ops in Go |
commit | commitdiff | tree |
2014-06-17 |
Keith Randall | runtime: implement eqstring in assembly. |
commit | commitdiff | tree |
2014-06-17 |
Rui Ueyama | net: avoid array copy when shuffling SRV records |
commit | commitdiff | tree |
2014-06-16 |
Robert Griesemer | text/scanner: provide facility for custom identifiers |
commit | commitdiff | tree |
2014-06-16 |
Matthew Dempsky | bufio: handle excessive white space in ScanWords |
commit | commitdiff | tree |
2014-06-16 |
Rob Pike | fmt: don't put 0x on every byte of a compact hex-encode... |
commit | commitdiff | tree |
2014-06-14 |
Alex Brainman | os: disable TestGetppid on plan9 |
commit | commitdiff | tree |
2014-06-14 |
Alan Shreve | syscall: implement syscall.Getppid() on Windows |
commit | commitdiff | tree |
2014-06-14 |
Ian Lance Taylor | A+C: Alan Shreve (individual CLA) |
commit | commitdiff | tree |
2014-06-13 |
Ian Lance Taylor | runtime: fix VDSO lookup to use dynamic hash table |
commit | commitdiff | tree |
2014-06-13 |
Nigel Tao | compress/lzw: add commentary that TIFF's LZW differs... |
commit | commitdiff | tree |
2014-06-13 |
Nigel Tao | image/png: fix compare-to-golden-file test. |
commit | commitdiff | tree |
2014-06-13 |
Andrew Gerrand | doc: link to new downloads page |
commit | commitdiff | tree |
2014-06-13 |
Russ Cox | undo CL 101970047 / 30307cc8bef2 |
commit | commitdiff | tree |
2014-06-13 |
Andrew Gerrand | tag go1.3rc2 |
commit | commitdiff | tree |
2014-06-13 |
Russ Cox | runtime: revise CL 105140044 (defer nil) to work on... |
commit | commitdiff | tree |
2014-06-13 |
Rob Pike | time: micro symbol for microseconds |
commit | commitdiff | tree |
2014-06-13 |
Russ Cox | lib/codereview: fix doc/go1.*.txt exception |
commit | commitdiff | tree |
2014-06-13 |
Russ Cox | doc: add go1.4.txt |
commit | commitdiff | tree |
2014-06-13 |
Rob Pike | time: change formatting of microseconds duration to... |
commit | commitdiff | tree |
2014-06-12 |
Russ Cox | codereview: no LGTM needed for doc/go1.x.txt |
commit | commitdiff | tree |
2014-06-12 |
Russ Cox | runtime: do not trace past jmpdefer during pprof traceb... |
commit | commitdiff | tree |
2014-06-12 |
Russ Cox | runtime: fix defer of nil func |
commit | commitdiff | tree |
2014-06-12 |
Rob Pike | time: avoid broken fix for buggy TestOverflowRuntimeTimer |
commit | commitdiff | tree |
2014-06-12 |
Brad Fitzpatrick | encoding/json: remove unused field from Encoder struct |
commit | commitdiff | tree |
2014-06-12 |
Josh Bleecher... | testing: make benchmarking faster |
commit | commitdiff | tree |
2014-06-12 |
Alan Donovan | doc: add release note for 'godoc -analysis' |
commit | commitdiff | tree |
2014-06-12 |
Rui Ueyama | encoding/ascii85: remove unused field |
commit | commitdiff | tree |
2014-06-12 |
Rui Ueyama | net: efficient text processing |
commit | commitdiff | tree |
2014-06-12 |
Rui Ueyama | net: do not call time.Now() twice |
commit | commitdiff | tree |
2014-06-12 |
Andrew Gerrand | doc: link to release history from /doc/ |
commit | commitdiff | tree |
2014-06-12 |
Andrew Gerrand | misc/makerelease: update default tag to release-branch... |
commit | commitdiff | tree |
2014-06-12 |
Rui Ueyama | bytes, strings: optimize Repeat |
commit | commitdiff | tree |
2014-06-12 |
Rui Ueyama | mime/multipart: fix format |
commit | commitdiff | tree |
2014-06-12 |
Keith Randall | runtime: add test for issue 8047. |
commit | commitdiff | tree |
2014-06-11 |
Robert Griesemer | math: remove Nextafter64 alias in favor of existing... |
commit | commitdiff | tree |
2014-06-11 |
Rui Ueyama | encoding/base64, encoding/base32: make DecodeString... |
commit | commitdiff | tree |
2014-06-11 |
Russ Cox | cmd/gc: fix &result escaping into result |
commit | commitdiff | tree |
2014-06-11 |
Robert Griesemer | math/big: implement Rat.Float32 |
commit | commitdiff | tree |
2014-06-11 |
Robert Griesemer | math: implement Nextafter32 |
commit | commitdiff | tree |
2014-06-11 |
Russ Cox | cmd/gc: fix escape analysis for &x inside switch x... |
commit | commitdiff | tree |
2014-06-11 |
Shenghou Ma | nacltest.bash, misc/nacl/README: update NaCl docs. |
commit | commitdiff | tree |
2014-06-10 |
Brad Fitzpatrick | net/http: fix double Content-Length in response |
commit | commitdiff | tree |
2014-06-10 |
Ian Lance Taylor | cmd/ld: fix PC deltas in DWARF line number table |
commit | commitdiff | tree |
2014-06-10 |
Rob Pike | docs: link to the assembler document from the Documents tab |
commit | commitdiff | tree |
2014-06-10 |
Rob Pike | doc/install.html: fix erroneous HTML annotation |
commit | commitdiff | tree |
2014-06-06 |
Russ Cox | runtime: fix panic stack during runtime.Goexit during... |
commit | commitdiff | tree |
2014-06-05 |
Russ Cox | cmd/6g: fix stack zeroing on native client |
commit | commitdiff | tree |
2014-06-05 |
Russ Cox | codereview: do not add defaultcc for private CLs |
commit | commitdiff | tree |
2014-06-05 |
Ian Lance Taylor | cmd/cgo: for typedef of untagged struct, use typedef... |
commit | commitdiff | tree |
2014-06-05 |
Dmitriy Vyukov | doc: fix happens-before rules for buffered channels |
commit | commitdiff | tree |
2014-06-04 |
Shenghou Ma | doc/install-source.html: document that GO386 will be... |
commit | commitdiff | tree |
2014-06-03 |
Ian Lance Taylor | debug/elf: support DWARF that needs relocs for 386 |
commit | commitdiff | tree |
2014-06-03 |
Ian Lance Taylor | compress/gzip: allow Reset on Reader without NewReader |
commit | commitdiff | tree |
2014-06-03 |
Russ Cox | cmd/gc: fix escape analysis of func returning indirect... |
commit | commitdiff | tree |
2014-06-03 |
Brad Fitzpatrick | crypto/tls: fix typo referencing the required Config... |
commit | commitdiff | tree |
2014-06-03 |
Brad Fitzpatrick | time: support version 3 zone records |
commit | commitdiff | tree |
2014-06-03 |
Russ Cox | cmd/gc: fix liveness for address-taken variables in... |
commit | commitdiff | tree |
2014-06-03 |
Russ Cox | runtime: fix 1-byte return during x.(T) for 0-byte T |
commit | commitdiff | tree |
2014-06-02 |
Rob Pike | cmd/gc: don't generate zillions of linehists for wrappe... |
commit | commitdiff | tree |
next |