2015-04-12 |
David Crawshaw | cmd/addr2line: skip fork test on darwin/arm64 |
commit | commitdiff | tree |
2015-04-12 |
David Crawshaw | cmd/internal/obj/x86: skip test on darwin/arm64 |
commit | commitdiff | tree |
2015-04-12 |
David Crawshaw | syscall: skip fork test on darwin/arm64 |
commit | commitdiff | tree |
2015-04-12 |
David Crawshaw | cmd/nm: skip fork test on darwin/arm64 |
commit | commitdiff | tree |
2015-04-12 |
David Crawshaw | os: adjust working dir for darwin/arm64 tests |
commit | commitdiff | tree |
2015-04-12 |
David Crawshaw | sync/atomic: skip issue 7338 test on darwin/arm64 |
commit | commitdiff | tree |
2015-04-12 |
David Crawshaw | misc/ios: pick clang arch based on GOARCH |
commit | commitdiff | tree |
2015-04-11 |
Michael Hudson... | cmd/6l: support -linkshared |
commit | commitdiff | tree |
2015-04-11 |
Matthew Dempsky | cmd/5g, cmd/internal/ld, cmd/internal/obj: destutter... |
commit | commitdiff | tree |
2015-04-11 |
Dmitry Vyukov | cmd/go: fix error message |
commit | commitdiff | tree |
2015-04-11 |
Michael Hudson... | cmd/internal/ld: make a few more symbols local |
commit | commitdiff | tree |
2015-04-11 |
Michael Hudson... | reflect, runtime: check equality, not identity, for... |
commit | commitdiff | tree |
2015-04-11 |
Michael Hudson... | cmd/go: start support for -linkshared |
commit | commitdiff | tree |
2015-04-11 |
Shenghou Ma | api: update next.txt |
commit | commitdiff | tree |
2015-04-11 |
Robert Griesemer | go/types: move go/types/internal/gcimport => go/interna... |
commit | commitdiff | tree |
2015-04-11 |
Rob Pike | doc/go1.5.txt: log: LUTC flag |
commit | commitdiff | tree |
2015-04-11 |
Rob Pike | log: add flag LUTC, to use UTC time zone for time stamp |
commit | commitdiff | tree |
2015-04-11 |
Michael Hudson... | cmd/6g: call duffcopy, duffzero via got when dynamicall... |
commit | commitdiff | tree |
2015-04-10 |
Michael Hudson... | debug/gosym: skip tests when .gosymtab section not... |
commit | commitdiff | tree |
2015-04-10 |
Ian Lance Taylor | doc/go1.5.txt: note new options for go, gc, asm, ld |
commit | commitdiff | tree |
2015-04-10 |
Shenghou Ma | test: add gccgo test case for #10407 |
commit | commitdiff | tree |
2015-04-10 |
Derek Buitenhuis | runtime: Fix GDB integration with Python 2 |
commit | commitdiff | tree |
2015-04-10 |
Rob Pike | doc/go1.5.txt: time.AppendFormat |
commit | commitdiff | tree |
2015-04-10 |
Caleb Spare | time: add Time.AppendFormat |
commit | commitdiff | tree |
2015-04-10 |
Dmitry Vyukov | cmd/gc: fix handling of OGETG in race mode |
commit | commitdiff | tree |
2015-04-10 |
Austin Clements | runtime: start concurrent GC promptly when we reach... |
commit | commitdiff | tree |
2015-04-10 |
Austin Clements | runtime: remove GoSched/GoStart trace events around GC |
commit | commitdiff | tree |
2015-04-10 |
Austin Clements | internal/trace: don't assume GC will start and end... |
commit | commitdiff | tree |
2015-04-10 |
Austin Clements | runtime: make test for freezetheworld more precise |
commit | commitdiff | tree |
2015-04-10 |
Austin Clements | debug/dwarf: document DWARF class -> Go type mapping |
commit | commitdiff | tree |
2015-04-10 |
Robert Griesemer | strconv: use 64bit uint for decimal conversion if available |
commit | commitdiff | tree |
2015-04-10 |
Dmitry Vyukov | runtime: fix tracing of syscall exit |
commit | commitdiff | tree |
2015-04-10 |
Dmitry Vyukov | syscall: correct code for cover cmd |
commit | commitdiff | tree |
2015-04-10 |
Dmitry Vyukov | test: add -update_errors flag to run script |
commit | commitdiff | tree |
2015-04-10 |
Paul Marks | net: make multi-IP resolution more flexible. |
commit | commitdiff | tree |
2015-04-10 |
Dave Cheney | cmd/internal/gc: clean up Componentgen |
commit | commitdiff | tree |
2015-04-10 |
Michael Hudson... | runtime, cmd/internal/ld: rename themoduledata to first... |
commit | commitdiff | tree |
2015-04-10 |
Daniel Theophanes | cmd/internal/obj/x86: look for go cmd in GOBIN if present. |
commit | commitdiff | tree |
2015-04-10 |
Michael Hudson... | runtime, reflect: support multiple moduledata objects |
commit | commitdiff | tree |
2015-04-10 |
Michael Hudson... | cmd/go: support -buildmode=default,archive,exe,c-shared |
commit | commitdiff | tree |
2015-04-10 |
Michael Hudson... | cmd/internal/obj/x86, cmd/internal/ld, cmd/6l: 6g/asm... |
commit | commitdiff | tree |
2015-04-10 |
Josh Bleecher... | runtime: fix arm64 build |
commit | commitdiff | tree |
2015-04-09 |
Austin Clements | runtime: report next_gc for initial heap size in gctrace |
commit | commitdiff | tree |
2015-04-09 |
Robert Griesemer | math/big: better doc strings for ErrNaN functionality |
commit | commitdiff | tree |
2015-04-09 |
David Crawshaw | runtime: add isarchive, set by the linker |
commit | commitdiff | tree |
2015-04-09 |
Rob Pike | log: logging an empty string should still print a line |
commit | commitdiff | tree |
2015-04-09 |
Rob Pike | encoding/gob: more checks for corrupted data |
commit | commitdiff | tree |
2015-04-09 |
Dave Cheney | runtime: add arm64 runtime.cmpstring and bytes.Compare |
commit | commitdiff | tree |
2015-04-09 |
Anthony Martin | syscall: reduce the set of architecture-dependent files... |
commit | commitdiff | tree |
2015-04-09 |
Daniel Morsing | net/http: handle close/response race more gracefully |
commit | commitdiff | tree |
2015-04-09 |
Billie H. Cleek | cmd/go: detect which VCS to use with Bitbucket when... |
commit | commitdiff | tree |
2015-04-09 |
Dmitry Vyukov | cmd/gc: fix escape analysis of closures |
commit | commitdiff | tree |
2015-04-09 |
Alex Brainman | runtime: make windows exception handler code arch indep... |
commit | commitdiff | tree |
2015-04-09 |
Matthew Brennan | regexp: skip backtracker for long programs |
commit | commitdiff | tree |
2015-04-09 |
Mikio Hara | net/http: don't send IPv6 zone identifier in outbound... |
commit | commitdiff | tree |
2015-04-09 |
Daniel Theophanes | os: windows Rename should overwrite destination file. |
commit | commitdiff | tree |
2015-04-09 |
Dave Cheney | cmd/internal/obj/arm64, cmd/asm/internal/asm: support... |
commit | commitdiff | tree |
2015-04-09 |
Alex Brainman | runtime: do not calculate asmstdcall address every... |
commit | commitdiff | tree |
2015-04-09 |
Nigel Tao | image/jpeg: reject multiple Start-Of-Frame markers. |
commit | commitdiff | tree |
2015-04-09 |
David Crawshaw | runtime: fix darwin/386, darwin/arm builds |
commit | commitdiff | tree |
2015-04-09 |
Alex Brainman | runtime: use (*context) ip, setip, sp and setsp everywh... |
commit | commitdiff | tree |
2015-04-09 |
Michael Hudson... | cmd/internal/ld: support for -buildmode=shared |
commit | commitdiff | tree |
2015-04-08 |
Michael Hudson... | cmd/internal/gc, etc: remove dead code |
commit | commitdiff | tree |
2015-04-08 |
David Crawshaw | cmd/internal/ld: clean up hostlink I/O |
commit | commitdiff | tree |
2015-04-08 |
David Crawshaw | runtime: darwin/amd64 library entry point |
commit | commitdiff | tree |
2015-04-08 |
Michael Hudson... | cmd/internal/ld: add -buildmode=c-shared as an alternat... |
commit | commitdiff | tree |
2015-04-08 |
David Crawshaw | cmd/internal/ld: emit macho .init_array section |
commit | commitdiff | tree |
2015-04-08 |
Håvard Haugen | encoding/gob: clean up decoderMap after errBadType |
commit | commitdiff | tree |
2015-04-08 |
Robert Griesemer | math/big: make ErrNaN actually implement the error... |
commit | commitdiff | tree |
2015-04-08 |
Rob Pike | net/rpc: document that the type must be exported, not... |
commit | commitdiff | tree |
2015-04-08 |
Rob Pike | cmd/asm: remove object file if assembly fails. |
commit | commitdiff | tree |
2015-04-08 |
Shenghou Ma | go/types/internal/gcimporter: update for 7g and 9g |
commit | commitdiff | tree |
2015-04-08 |
Robert Griesemer | go/types: more selective disabling of tests |
commit | commitdiff | tree |
2015-04-08 |
Ian Lance Taylor | cmd/internal/ld: change elf64 from int to bool |
commit | commitdiff | tree |
2015-04-08 |
Michael Hudson... | runtime, cmd/internal/ld: initialize themoduledata... |
commit | commitdiff | tree |
2015-04-08 |
Marko Tiikkaja | database/sql: Retry with a fresh connection after maxBa... |
commit | commitdiff | tree |
2015-04-08 |
Martin Möhrmann | time: unify formatting of decimals for timestamps |
commit | commitdiff | tree |
2015-04-08 |
Dave Cheney | cmd/7g: reactivate componentgen |
commit | commitdiff | tree |
2015-04-08 |
Dave Cheney | cmd/asm/internal/asm: add arm64 end to end tests |
commit | commitdiff | tree |
2015-04-08 |
David Crawshaw | androidtest.bash: copy pkg for gcimporter tests |
commit | commitdiff | tree |
2015-04-08 |
Michael Matloob | runtime: fix return type for bsdthread_register in... |
commit | commitdiff | tree |
2015-04-08 |
Péter Surányi | io: clarify Copy docs regarding error handling |
commit | commitdiff | tree |
2015-04-08 |
Shenghou Ma | doc/go1.5: mention cgo is supported on linux/arm64... |
commit | commitdiff | tree |
2015-04-08 |
Shenghou Ma | go/build: cgo is supported on linux/arm64 (external... |
commit | commitdiff | tree |
2015-04-08 |
Shenghou Ma | cmd/internal/ld: force external linking on linux/arm64... |
commit | commitdiff | tree |
2015-04-08 |
Shenghou Ma | misc/cgo/test/issue9400: add arm64 implementation |
commit | commitdiff | tree |
2015-04-08 |
Shenghou Ma | runtime: linux/arm64 cgo support |
commit | commitdiff | tree |
2015-04-08 |
Shenghou Ma | runtime/cgo: linux/arm64 cgo support |
commit | commitdiff | tree |
2015-04-08 |
Shenghou Ma | cmd/internal/obj/arm64, cmd/internal/ld, cmd/7l: remove... |
commit | commitdiff | tree |
2015-04-08 |
Shenghou Ma | cmd/internal/ld, cmd/7l: external linking support for... |
commit | commitdiff | tree |
2015-04-08 |
Shenghou Ma | cmd/api: make the test more robust |
commit | commitdiff | tree |
2015-04-08 |
Shenghou Ma | cmd/7g: enable peephole optimizer |
commit | commitdiff | tree |
2015-04-08 |
Shenghou Ma | cmd/api: re-enable TestGolden on nacl |
commit | commitdiff | tree |
2015-04-08 |
Shenghou Ma | cmd/asm/internal/asm: parse arm64 register pairs for... |
commit | commitdiff | tree |
2015-04-08 |
Robert Griesemer | go/types: enable disabled test |
commit | commitdiff | tree |
2015-04-08 |
Robert Griesemer | cmd/api: update api checker to use go/types from std... |
commit | commitdiff | tree |
2015-04-08 |
Robert Griesemer | go/types: skip failing tests (fix build) |
commit | commitdiff | tree |
2015-04-08 |
Robert Griesemer | go/types, go/exact: "vendor" go/types into std repo |
commit | commitdiff | tree |
2015-04-08 |
Nigel Tao | image/color: have CMYK.RGBA work in 16-bit color, per... |
commit | commitdiff | tree |
2015-04-08 |
Alex Brainman | all: fix race when allocating buffer for some windows... |
commit | commitdiff | tree |
next |