2015-01-04 |
Mikio Hara | net: add test cases for parsing ipv4-mapped ipv6 address |
commit | commitdiff | tree |
2015-01-04 |
Matthew Dempsky | runtime: fix slicecopy return value for zero-width... |
commit | commitdiff | tree |
2015-01-03 |
Shenghou Ma | runtime: fix TestCgoExternalThreadSIGPROF again |
commit | commitdiff | tree |
2015-01-03 |
Shenghou Ma | runtime: skip TestCgoExternalThreadSIGPROF on OS X... |
commit | commitdiff | tree |
2015-01-02 |
Brad Fitzpatrick | doc: add a section for performance improvements in... |
commit | commitdiff | tree |
2015-01-02 |
Josh Bleecher... | runtime: use SETEQ instead of JZ for cas |
commit | commitdiff | tree |
2015-01-02 |
Josh Bleecher... | cmd/go: put user ldflags at the end of the linker invoc... |
commit | commitdiff | tree |
2015-01-02 |
Martin Möhrmann | os: replace itod on posix with general itoa and fix... |
commit | commitdiff | tree |
2015-01-02 |
Alberto Donizetti | cmd/gc: update issue tracker link |
commit | commitdiff | tree |
2015-01-02 |
Shenghou Ma | include: remove unnecessary stuff on windows |
commit | commitdiff | tree |
2015-01-02 |
Shenghou Ma | cmd/gc: give an error if only one argument is given... |
commit | commitdiff | tree |
2015-01-01 |
David Crawshaw | runtime: remove unused export_test declarations |
commit | commitdiff | tree |
2015-01-01 |
Mikio Hara | net: don't return io.EOF on reading data from datagram... |
commit | commitdiff | tree |
2015-01-01 |
Mikio Hara | net: remove redundant test case for lookupIP with threa... |
commit | commitdiff | tree |
2015-01-01 |
Shenghou Ma | runtime: provide a dummy value of _SIGPROF on plan9... |
commit | commitdiff | tree |
2015-01-01 |
Shenghou Ma | runtime/cgo: remove unused variable |
commit | commitdiff | tree |
2015-01-01 |
Shenghou Ma | runtime/cgo: initialize our pthread_create wrapper... |
commit | commitdiff | tree |
2014-12-31 |
Shenghou Ma | cmd/gc: fix filename output format verb for -s |
commit | commitdiff | tree |
2014-12-31 |
Shenghou Ma | runtime: ignore SIGPROF to foreign threads before cgoca... |
commit | commitdiff | tree |
2014-12-31 |
David Symonds | doc: 2015 will be the Year of the Gopher. |
commit | commitdiff | tree |
2014-12-30 |
Martin Möhrmann | strconv: optimize decimal to string conversion |
commit | commitdiff | tree |
2014-12-30 |
Alan Donovan | go/parser: add {map,chan,interface} to expression looka... |
commit | commitdiff | tree |
2014-12-30 |
Brad Fitzpatrick | archive/tar: document Reader.Next's behavior at the end |
commit | commitdiff | tree |
2014-12-30 |
Brad Fitzpatrick | doc: add http server trailers support to go1.5.txt |
commit | commitdiff | tree |
2014-12-30 |
Anthony Martin | runtime: consolidate arch-specific signal handlers... |
commit | commitdiff | tree |
2014-12-30 |
Emil Hessman | doc: update links in FAQ |
commit | commitdiff | tree |
2014-12-30 |
Brad Fitzpatrick | net/http: support for setting trailers from a server... |
commit | commitdiff | tree |
2014-12-29 |
Chris Manghane | cmd/gc: logical operators should produce untyped bool... |
commit | commitdiff | tree |
2014-12-29 |
Chris Manghane | test: add fixed GoSmith bugs reported on the gcc Bugzilla |
commit | commitdiff | tree |
2014-12-29 |
Robert Griesemer | testing/iotest: fix copy/paste error in comment |
commit | commitdiff | tree |
2014-12-29 |
David du Colombier | runtime: rename atoi to _atoi on Plan 9 |
commit | commitdiff | tree |
2014-12-29 |
Keith Randall | runtime: remove go prefix from a few routines |
commit | commitdiff | tree |
2014-12-29 |
Shenghou Ma | liblink, cmd/ld, runtime: remove stackguard1 |
commit | commitdiff | tree |
2014-12-28 |
Brad Fitzpatrick | doc: add net/smtp TLSConnectionState note in go1.5.txt |
commit | commitdiff | tree |
2014-12-28 |
Brad Fitzpatrick | net/smtp: add TLSConnectionState accessor |
commit | commitdiff | tree |
2014-12-28 |
Emil Hessman | encoding/gob: address go vet report |
commit | commitdiff | tree |
2014-12-28 |
Keith Randall | runtime: get rid of goalg, no longer needed |
commit | commitdiff | tree |
2014-12-28 |
Emil Hessman | encoding/json: address go vet reports |
commit | commitdiff | tree |
2014-12-28 |
Emil Hessman | cmd/pack: address go vet reports |
commit | commitdiff | tree |
2014-12-28 |
Keith Randall | runtime: rename gothrow to throw |
commit | commitdiff | tree |
2014-12-27 |
Guobiao Mei | net/http: use t.Fatalf rather than t.Fatal in cookie_te... |
commit | commitdiff | tree |
2014-12-27 |
Martin Möhrmann | strconv/itoa: add test to generate the longest output... |
commit | commitdiff | tree |
2014-12-26 |
Shenghou Ma | doc: mention the crypto/cipher.Stream clarification... |
commit | commitdiff | tree |
2014-12-26 |
Shenghou Ma | crypto/cipher: update docs for the Stream interface |
commit | commitdiff | tree |
2014-12-26 |
Shenghou Ma | doc/go_spec: fix typo |
commit | commitdiff | tree |
2014-12-26 |
mattn | reflect, runtime: gofmt |
commit | commitdiff | tree |
2014-12-26 |
Shenghou Ma | cmd/ld: put .bss from external objects into real .bss... |
commit | commitdiff | tree |
2014-12-25 |
Dmitry Vyukov | runtime: simplify procresize |
commit | commitdiff | tree |
2014-12-24 |
Michael Matloob | regexp: fix typo in comment: s/onpass/onepass/ |
commit | commitdiff | tree |
2014-12-24 |
Keith Randall | reflect: fix func layout test for nacl build |
commit | commitdiff | tree |
2014-12-24 |
Marko Tiikkaja | database/sql: Remove unnecessary call to maybeOpenNewCo... |
commit | commitdiff | tree |
2014-12-24 |
Shenghou Ma | misc/cgo/test: get rid of the backdoor package |
commit | commitdiff | tree |
2014-12-24 |
Shenghou Ma | test/fixedbugs/issue9355: fix build on arm and power64 |
commit | commitdiff | tree |
2014-12-23 |
Martin Möhrmann | sort: simplify rotate and reduce calls to it |
commit | commitdiff | tree |
2014-12-23 |
Carlos Castillo | go/build: add variable expansion to cgo lines |
commit | commitdiff | tree |
2014-12-23 |
Keith Randall | reflect: more function layout tests |
commit | commitdiff | tree |
2014-12-23 |
Alexandre Cesaro | mime/multipart: moved some code to mime/internal/quoted... |
commit | commitdiff | tree |
2014-12-23 |
David du Colombier | runtime: fix exit on Plan 9 |
commit | commitdiff | tree |
2014-12-23 |
Guobiao Mei | math/rand: fix example_test to show with the correct... |
commit | commitdiff | tree |
2014-12-23 |
David du Colombier | test: disable bug248 and bug345 tests on Plan 9 |
commit | commitdiff | tree |
2014-12-23 |
David du Colombier | cmd/dist: fatal shouldn't print errstr on Plan 9 |
commit | commitdiff | tree |
2014-12-23 |
Alex Brainman | runtime: remove thunk_windows.s |
commit | commitdiff | tree |
2014-12-23 |
Shenghou Ma | runtime: add comments for blank import of "unsafe" |
commit | commitdiff | tree |
2014-12-23 |
Brad Fitzpatrick | cmd/api: work around Windows rename issue on the builders |
commit | commitdiff | tree |
2014-12-23 |
Shenghou Ma | runtime: fix build for arm and ppc64/ppc64le |
commit | commitdiff | tree |
2014-12-23 |
Andrew Gerrand | build: give freebsd longer to run tests |
commit | commitdiff | tree |
2014-12-23 |
Alex Brainman | runtime: import unsafe in os_windows.go (fixes windows... |
commit | commitdiff | tree |
2014-12-23 |
Keith Randall | reflect: add kindNoPointers if a function layout has... |
commit | commitdiff | tree |
2014-12-23 |
Russ Cox | runtime: remove thunk.s |
commit | commitdiff | tree |
2014-12-23 |
Austin Clements | misc/cgo: fix issue 9400 test on 386 |
commit | commitdiff | tree |
2014-12-23 |
Ian Lance Taylor | runtime: correct ptrSize test in Linux version of sysRe... |
commit | commitdiff | tree |
2014-12-23 |
Austin Clements | runtime: run libc SIGSETXID and SIGCANCEL handlers... |
commit | commitdiff | tree |
2014-12-23 |
George Shammas | net/http/cgi: Correctly pass down the REMOTE_PORT value... |
commit | commitdiff | tree |
2014-12-23 |
Josh Bleecher... | test: fix windows build |
commit | commitdiff | tree |
2014-12-23 |
Keith Randall | runtime: make stack frames fixed size by modifying... |
commit | commitdiff | tree |
2014-12-22 |
Austin Clements | cmd/9l: improve R_CALLPOWER error messages |
commit | commitdiff | tree |
2014-12-22 |
Mikio Hara | syscall: fix the deprecated way of parsing routing... |
commit | commitdiff | tree |
2014-12-22 |
Keith Randall | runtime: fix nacl build, hashmap overflow field offset... |
commit | commitdiff | tree |
2014-12-22 |
Ian Lance Taylor | test: add test case that gccgo failed to link |
commit | commitdiff | tree |
2014-12-22 |
Austin Clements | cmd/5l,6l,8l: remove bogus dynsym section indexes |
commit | commitdiff | tree |
2014-12-22 |
Austin Clements | cmd/ld: add a text generation pass |
commit | commitdiff | tree |
2014-12-22 |
Austin Clements | liblink: code for debugging bad returns |
commit | commitdiff | tree |
2014-12-22 |
Josh Bleecher... | test: migrate remaining tests to run.go |
commit | commitdiff | tree |
2014-12-22 |
Joe Shaw | syscall: update go.sys doc reference to golang.org... |
commit | commitdiff | tree |
2014-12-22 |
Keith Randall | runtime: a better fallback hash |
commit | commitdiff | tree |
2014-12-22 |
Keith Randall | runtime: hashmap: move overflow pointer to end of bucket |
commit | commitdiff | tree |
2014-12-22 |
Josh Bleecher... | cmd/gc: update hashmap code location in comments |
commit | commitdiff | tree |
2014-12-22 |
Brad Fitzpatrick | go/build: fix test on Windows |
commit | commitdiff | tree |
2014-12-22 |
Brad Fitzpatrick | go/build: fix field mismatch in unkeyed struct literal |
commit | commitdiff | tree |
2014-12-22 |
David Crawshaw | syscall: check recorded version of ppid instead of 1 |
commit | commitdiff | tree |
2014-12-22 |
Josh Bleecher... | sort: reduce leaf calls in Stable |
commit | commitdiff | tree |
2014-12-22 |
Stan Schwertly | encoding/binary: check for unsigned integers in intData... |
commit | commitdiff | tree |
2014-12-22 |
Austin Clements | cmd/ld: clean up nested if when loading bind local... |
commit | commitdiff | tree |
2014-12-22 |
Brad Fitzpatrick | cmd/api: fix race in run.go with multiple builders... |
commit | commitdiff | tree |
2014-12-22 |
Peter Armitage | syscall: fs_nacl: Unlock() should be deferred. |
commit | commitdiff | tree |
2014-12-22 |
Austin Clements | liblink: remove class from %#D formatter on 6l |
commit | commitdiff | tree |
2014-12-22 |
Brad Fitzpatrick | doc: fix comment type typo |
commit | commitdiff | tree |
2014-12-22 |
Josh Bleecher... | doc: note encoding/base64 unpadded encodings in go1... |
commit | commitdiff | tree |
2014-12-22 |
Bryan Ford | encoding/base64: add unpadded encodings, and test all... |
commit | commitdiff | tree |
2014-12-22 |
Rob Pike | fmt: fix bug in scanning of hex strings |
commit | commitdiff | tree |
next |