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 |
2018-04-26 |
Alberto Donizetti | doc: make chart.apis.google.com link not clickable |
commit | commitdiff | tree |
2018-04-26 |
Lubomir I.... | os/exec: fix Win32 tests missing 'chcp' |
commit | commitdiff | tree |
2018-04-26 |
Lubomir I.... | path/filepath: fix Win32 tests missing 'chcp' |
commit | commitdiff | tree |
2018-04-26 |
Josh Bleecher... | cmd/compile: use prove pass to detect Ctz of non-zero... |
commit | commitdiff | tree |
2018-04-26 |
Michael Munday | cmd/compile/internal/ssa: regenerate rewrite rules |
commit | commitdiff | tree |
2018-04-26 |
Ian Lance Taylor | syscall: 32-bit MIPS splice system call returns int... |
commit | commitdiff | tree |
2018-04-26 |
Diogo Pinela | archive/zip: prevent writing data for a directory |
commit | commitdiff | tree |
2018-04-26 |
Alberto Donizetti | strings: clarify Replacer's replacement order |
commit | commitdiff | tree |
2018-04-26 |
Balaram Makam | cmd/asm: add VSRI instruction on ARM64 |
commit | commitdiff | tree |
2018-04-26 |
Keith Randall | cmd/link: fix test flag |
commit | commitdiff | tree |
2018-04-26 |
Balaram Makam | cmd/compile: optimize ARM64 code with CMN/TST |
commit | commitdiff | tree |
2018-04-26 |
Carlos Eduardo Seo | cmd/compile, cmd/internal/obj/ppc64: make math.Round... |
commit | commitdiff | tree |
2018-04-26 |
Matthew Dempsky | cmd/compile: allow SSA of multi-field structs while... |
commit | commitdiff | tree |
2018-04-26 |
Yuval Pavel... | runtime: FreeBSD fast clock_gettime HPET timecounter... |
commit | commitdiff | tree |
2018-04-26 |
Russ Cox | cmd/go: respect vet typecheck failures again |
commit | commitdiff | tree |
2018-04-26 |
Russ Cox | cmd/go: disambiguate for-test packages in failure output |
commit | commitdiff | tree |
2018-04-26 |
Russ Cox | cmd/go: add go list -test to describe test binaries |
commit | commitdiff | tree |
2018-04-25 |
Josh Bleecher... | cmd/compile: use intrinsic for LeadingZeros8 on amd64 |
commit | commitdiff | tree |
2018-04-25 |
Josh Bleecher... | cmd/compile: optimize LeadingZeros(16|32) on amd64 |
commit | commitdiff | tree |
2018-04-25 |
Josh Bleecher... | cmd/compile: optimize TrailingZeros(8|16) on amd64 |
commit | commitdiff | tree |
next |