| 2018-05-03 | Josh Bleecher... | runtime: convert g.waitreason from string to uint8 | commit | commitdiff | tree | 
| 2018-05-03 | Elias Naur | misc/ios: retry lldb launch if the iOS app is busy | commit | commitdiff | tree | 
| 2018-05-03 | Elias Naur | misc/ios: clean up debugger instance on failure | commit | commitdiff | tree | 
| 2018-05-03 | Elias Naur | misc/ios: ensure deferred cleanup functions are run... | commit | commitdiff | tree | 
| 2018-05-03 | Elias Naur | misc/ios: retry app install | commit | commitdiff | tree | 
| 2018-05-02 | Antonin Amand | archive/zip: avoid data descriptor when writing directories | commit | commitdiff | tree | 
| 2018-05-02 | Elias Naur | misc/ios: don't override TMPDIR on idevice | commit | commitdiff | tree | 
| 2018-05-02 | Robert Griesemer | go/types: add doc strings to various undocumented expor... | commit | commitdiff | tree | 
| 2018-05-02 | Fangming.Fang | runtime: enable memory sanitizer on arm64 | commit | commitdiff | tree | 
| 2018-05-02 | Anmol Sethi | testing: fix racey access to t.failed | commit | commitdiff | tree | 
| 2018-05-02 | Robert Griesemer | go/types: fix internal documentation and strengthen... | commit | commitdiff | tree | 
| 2018-05-02 | fanzha02 | cmd/asm/internal/asm: update the test cases in arm64enc... | commit | commitdiff | tree | 
| 2018-05-02 | Wei Xiao | cmd/compile: intrinsify runtime.getcallerpc on all... | commit | commitdiff | tree | 
| 2018-05-02 | Alessandro... | cmd/link: let writelines work when pcstmt symbol doesn... | commit | commitdiff | tree | 
| 2018-05-02 | Tobias Klauser | os: remove superfluous comments | commit | commitdiff | tree | 
| 2018-05-02 | Alberto Donizetti | cmd/go: enable upx compression test on linux/386 | commit | commitdiff | tree | 
| 2018-05-02 | Martin Möhrmann | cmd/compile: refactor memclrrange for arrays and slices | commit | commitdiff | tree | 
| 2018-05-01 | Matthew Dempsky | cmd/compile: explicitly disallow mixing -iexport={false... | commit | commitdiff | tree | 
| 2018-05-01 | Agniva De Sarker | go/ast: hide unexported fields in composite literals | commit | commitdiff | tree | 
| 2018-05-01 | Josh Bleecher... | cmd/compile: recognize some OpRsh64Ux64 Values as non... | commit | commitdiff | tree | 
| 2018-05-01 | Josh Bleecher... | runtime: allow inlining of stackmapdata | commit | commitdiff | tree | 
| 2018-05-01 | Eric Pauley | bytes, strings: improve EqualFold fast version for... | commit | commitdiff | tree | 
| 2018-05-01 | Matthew Dempsky | cmd/compile: update liveness comments | commit | commitdiff | tree | 
| 2018-05-01 | Josh Bleecher... | runtime: use staticbytes in intstring for small v | commit | commitdiff | tree | 
| 2018-05-01 | Brad Fitzpatrick | os: fix missing break bug in earlier CL 110295's use... | commit | commitdiff | tree | 
| 2018-05-01 | Martin Möhrmann | internal/cpu: remove platform specific prefix from... | commit | commitdiff | tree | 
| 2018-05-01 | Michael Munday | cmd/compile: allow R11 to be allocated on s390x | commit | commitdiff | tree | 
| 2018-05-01 | Martin Möhrmann | strconv: use bounded bits.TrailingZeros instead of... | commit | commitdiff | tree | 
| 2018-05-01 | erifan01 | internal/bytealg: optimize Index (substring lengths... | commit | commitdiff | tree | 
| 2018-05-01 | Martin Möhrmann | math/bits: move tests into their own package | commit | commitdiff | tree | 
| 2018-05-01 | Ian Lance Taylor | net, syscall: make ECONNRESET/ECONNABORTED only tempora... | commit | commitdiff | tree | 
| 2018-05-01 | Alexey Palazhchenko | database/sql: trivial documentation fixes | commit | commitdiff | tree | 
| 2018-05-01 | Josh Bleecher... | cmd/compile: optimize bvec routines | commit | commitdiff | tree | 
| 2018-05-01 | Josh Bleecher... | runtime: avoid unnecessary scanblock calls | commit | commitdiff | tree | 
| 2018-05-01 | Josh Bleecher... | runtime: add BenchmarkScanStack | commit | commitdiff | tree | 
| 2018-05-01 | Daniel Martí | cmd: remove some unnecessary gotos | commit | commitdiff | tree | 
| 2018-05-01 | Daniel Martí | cmd/doc: skip directories like other go tools | commit | commitdiff | tree | 
| 2018-05-01 | Daniel Martí | cmd/compile: apply TODO now that gcCompat is gone | commit | commitdiff | tree | 
| 2018-05-01 | Keith Randall | runtime: move open/close/read/write from syscall to... | commit | commitdiff | tree | 
| 2018-05-01 | Keith Randall | runtime: move more syscalls to libc on Darwin | commit | commitdiff | tree | 
| 2018-05-01 | Matthew Dempsky | runtime: eliminate scase.receivedp | commit | commitdiff | tree | 
| 2018-05-01 | Matthew Dempsky | cmd/compile: open code select{send,recv,default} | commit | commitdiff | tree | 
| 2018-05-01 | Matthew Dempsky | runtime: eliminate runtime.hselect | commit | commitdiff | tree | 
| 2018-05-01 | Hiroshi Ioka | cmd/cgo: visit cgo type inside ellipsis node | commit | commitdiff | tree | 
| 2018-05-01 | Elias Naur | runtime: implement darwin raise with pthread_self and... | commit | commitdiff | tree | 
| 2018-05-01 | Keith Randall | runtime: convert exit to use pthread library on Darwin | commit | commitdiff | tree | 
| 2018-05-01 | Brian Kessler | math/big: handle negative moduli in ModInverse | commit | commitdiff | tree | 
| 2018-04-30 | Brian Kessler | math/big: return nil for nonexistent ModInverse | commit | commitdiff | tree | 
| 2018-04-30 | Elias Naur | runtime: perform crashes outside systemstack | commit | commitdiff | tree | 
| 2018-04-30 | Balaram Makam | cmd/asm: add vector instructions for ChaCha20Poly1305... | commit | commitdiff | tree | 
| 2018-04-30 | Richard Musiol | all: skip unsupported tests for js/wasm | commit | commitdiff | tree | 
| 2018-04-30 | Austin Clements | cmd/internal/obj/arm: fix/rationalize checkpool distanc... | commit | commitdiff | tree | 
| 2018-04-30 | Richard Musiol | syscall: enable some nacl code to be shared with js... | commit | commitdiff | tree | 
| 2018-04-30 | Brad Fitzpatrick | os: find Hostname using Uname to fix Android | commit | commitdiff | tree | 
| 2018-04-30 | Andrew Bonventre | doc: document Go 1.10.2 | commit | commitdiff | tree | 
| 2018-04-30 | Andrew Bonventre | doc: document Go 1.9.6 | commit | commitdiff | tree | 
| 2018-04-30 | Kevin Burke | crypto/tls: add examples for [Load]X509KeyPair | commit | commitdiff | tree | 
| 2018-04-30 | Tobias Klauser | cmd/cgo: add support for GOARCH=riscv64 | commit | commitdiff | tree | 
| 2018-04-30 | Elias Naur | misc/ios: script lldb directly with Python | commit | commitdiff | tree | 
| 2018-04-30 | Keith Randall | runtime: fix newosproc darwin+arm/arm64 | commit | commitdiff | tree | 
| 2018-04-30 | Alberto Donizetti | doc: update FAQ on binary sizes | commit | commitdiff | tree | 
| 2018-04-30 | Martin Möhrmann | runtime,cmd/compile: adjust and correct path names... | commit | commitdiff | tree | 
| 2018-04-30 | Wei Xiao | cmd/compile: intrinsify runtime.getcallerpc on arm64 | commit | commitdiff | tree | 
| 2018-04-30 | Keith Randall | runtime,cmd/ld: on darwin, create theads using libc | commit | commitdiff | tree | 
| 2018-04-30 | Josh Bleecher... | cmd/compile: use AuxInt to store shift boundedness | commit | commitdiff | tree | 
| 2018-04-29 | Hana Kim | cmd/trace: use different colors for tasks | commit | commitdiff | tree | 
| 2018-04-29 | Alberto Donizetti | cmd/compile: better formatting for ssa phases options doc | commit | commitdiff | tree | 
| 2018-04-29 | Josh Bleecher... | cmd/compile: simplify shifts using bounds from prove... | commit | commitdiff | tree | 
| 2018-04-29 | ChrisALiles | cmd/compile: pass arguments to convt2E/I integer functi... | commit | commitdiff | tree | 
| 2018-04-29 | Giovanni Bajo | cmd/compile: teach prove to handle expressions like... | commit | commitdiff | tree | 
| 2018-04-29 | Giovanni Bajo | cmd/compile: in prove, detect loops with negative incre... | commit | commitdiff | tree | 
| 2018-04-29 | Giovanni Bajo | cmd/compile: improve testing of induction variables | commit | commitdiff | tree | 
| 2018-04-29 | Giovanni Bajo | cmd/compile: remove loopbce pass | commit | commitdiff | tree | 
| 2018-04-29 | Giovanni Bajo | cmd/compile: implement loop BCE in prove | commit | commitdiff | tree | 
| 2018-04-29 | Giovanni Bajo | cmd/compile: in prove, infer unsigned relations while... | commit | commitdiff | tree | 
| 2018-04-29 | Giovanni Bajo | cmd/compile: in prove, add transitive closure of relations | commit | commitdiff | tree | 
| 2018-04-29 | Josh Bleecher... | runtime: iterate over set bits in adjustpointers | commit | commitdiff | tree | 
| 2018-04-29 | Josh Bleecher... | runtime: add fast version of getArgInfo | commit | commitdiff | tree | 
| 2018-04-29 | Austin Clements | runtime: use entry stack map at function entry | commit | commitdiff | tree | 
| 2018-04-28 | bill_ofarrell | cmd/asm: add s390x VMSLG instruction | commit | commitdiff | tree | 
| 2018-04-28 | fanzha02 | cmd/internal/obj/arm64: reorder the assembler's optab... | commit | commitdiff | tree | 
| 2018-04-27 | Richard Musiol | misc/wasm: wasm_exec: non-zero exit code on compile... | commit | commitdiff | tree | 
| 2018-04-27 | Ben Shi | cmd/compile: optimize ARM64 with shifted register index... | commit | commitdiff | tree | 
| 2018-04-27 | Cherry Zhang | cmd/link: fix plugin on linux/arm64 | commit | commitdiff | tree | 
| 2018-04-27 | Milan Knezevic | cmd/compile: add softfloat support to mips64{,le} | commit | commitdiff | tree | 
| 2018-04-27 | Josh Bleecher... | cmd/internal/obj: convert unicode C to ASCII C | commit | commitdiff | tree | 
| 2018-04-27 | Zhou Peng | testing: fix typo mistake | commit | commitdiff | tree | 
| 2018-04-27 | Yasuhiro Matsumoto | os: os: make Stat("*.txt") fail on windows | commit | commitdiff | tree | 
| 2018-04-27 | Daniel Martí | cmd/compile: add initial README | commit | commitdiff | tree | 
| 2018-04-27 | Josh Bleecher... | cmd/compile: increase initial allocation of LSym.R | commit | commitdiff | tree | 
| 2018-04-27 | Josh Bleecher... | cmd/compile: log Ctz non-zero proofs | commit | commitdiff | tree | 
| 2018-04-27 | Kevin Burke | cmd/vet: remove "only" from error message | commit | commitdiff | tree | 
| 2018-04-27 | Daniel Martí | cmd/link/internal/ld: simple cleanups | commit | commitdiff | tree | 
| 2018-04-26 | Matthew Dempsky | cmd/compile: cleaner solution for importing init functions | commit | commitdiff | tree | 
| 2018-04-26 | Cherry Zhang | runtime: remove stale comment about getcallerpc/sp | commit | commitdiff | tree | 
| 2018-04-26 | Hana Kim | cmd/trace: have tasks in a separate section (process... | commit | commitdiff | tree | 
| 2018-04-26 | Hana Kim | misc/trace:  update trace_viewer_full.html | commit | commitdiff | tree | 
| 2018-04-26 | Josh Bleecher... | cmd/compile: convert amd64 BSFL and BSRL from tuple... | commit | commitdiff | tree | 
| 2018-04-26 | Cherry Zhang | cmd/link, cmd/go: enable DWARF on darwin/arm and darwin... | commit | commitdiff | tree | 
| 2018-04-26 | Cherry Zhang | runtime: remove the dummy arg of getcallersp | commit | commitdiff | tree | 
| next |