2018-03-28 |
Ian Lance Taylor | cmd/go: add more C compiler/linker options to whitelist |
commit | commitdiff | tree |
2018-03-28 |
Jakob Weisblat | crypto/x509: improve error when parsing bad ECDSA cert |
commit | commitdiff | tree |
2018-03-28 |
Diogo Pinela | regexp: document behavior of FindAll* functions when... |
commit | commitdiff | tree |
2018-03-27 |
Ian Lance Taylor | cmd/go: if -race, don't run coverage on runtime packages |
commit | commitdiff | tree |
2018-03-27 |
Filippo Valsorda | crypto/tls: parse certificate first in X509KeyPair... |
commit | commitdiff | tree |
2018-03-27 |
Filippo Valsorda | crypto/x509: cache the result of SystemCertPool |
commit | commitdiff | tree |
2018-03-27 |
Ian Lance Taylor | cmd/go: with -x, don't report removing a non-existent... |
commit | commitdiff | tree |
2018-03-27 |
erifan01 | math: optimize Exp and Exp2 on arm64 |
commit | commitdiff | tree |
2018-03-27 |
Yuval Pavel... | cmd/internal/obj/arm: add DMB instruction |
commit | commitdiff | tree |
2018-03-27 |
Ben Shi | cmd/internal/obj/arm64: add LDPW/LDPSW/STPW to arm64... |
commit | commitdiff | tree |
2018-03-27 |
Hana Kim | cmd/trace: assign a unique span id for slice representation |
commit | commitdiff | tree |
2018-03-27 |
Michael Munday | cmd/compile: simplify Neg lowering on s390x |
commit | commitdiff | tree |
2018-03-27 |
Matthew Dempsky | cmd/compile: fix method set computation for shadowed... |
commit | commitdiff | tree |
2018-03-27 |
Daniel Theophanes | database/sql: check to see if ctx is cancelable before... |
commit | commitdiff | tree |
2018-03-27 |
Alberto Donizetti | cmd/compile: reduce allocations in regAllocState.regalloc |
commit | commitdiff | tree |
2018-03-27 |
Tobias Klauser | runtime: parse auxv for page size on netbsd |
commit | commitdiff | tree |
2018-03-27 |
Carlos Eduardo Seo | math/big: improve performance of addVW/subVW for ppc64x |
commit | commitdiff | tree |
2018-03-27 |
HaraldNordgren | cmd/go: print each import error only once |
commit | commitdiff | tree |
2018-03-27 |
Meng Zhuo | runtime: use vDSO for clock_gettime on linux/arm64 |
commit | commitdiff | tree |
2018-03-27 |
Alberto Donizetti | cmd/compile: allocate less in regalloc's liveValues |
commit | commitdiff | tree |
2018-03-27 |
Alberto Donizetti | cmd/compile: use more ORs in generic.rules |
commit | commitdiff | tree |
2018-03-27 |
David du Colombier | os: fix TestDevNullFile on Plan 9 |
commit | commitdiff | tree |
2018-03-27 |
Tim Wright | cmd/go, cmd/link, runtime: enable PIE build mode, cgo... |
commit | commitdiff | tree |
2018-03-26 |
Andrew Bonventre | database/sql: fix docs to correctly refer to time.RFC33... |
commit | commitdiff | tree |
2018-03-26 |
Brad Fitzpatrick | all: use strings.Builder instead of bytes.Buffer where... |
commit | commitdiff | tree |
2018-03-26 |
Hana Kim | cmd/trace: add /userspans, /userspan pages |
commit | commitdiff | tree |
2018-03-26 |
Adam Langley | crypto/x509: matching any requested EKU should be suffi... |
commit | commitdiff | tree |
2018-03-26 |
Austin Clements | cmd/compile: clarify unsigned interpretation of AuxInt |
commit | commitdiff | tree |
2018-03-26 |
Tobias Klauser | cmd/cgo: add support for GOARCH=sparc64 |
commit | commitdiff | tree |
2018-03-26 |
David Chase | cmd/compile: invoke gdb more carefully in ssa/debug_test.go |
commit | commitdiff | tree |
2018-03-26 |
Ilya Tocar | cmd/internal/obj/x86: use PutOpBytesLit in more places |
commit | commitdiff | tree |
2018-03-26 |
David Chase | cmd/compile: finish GOEXPERIMENT=preemptibleloops repair |
commit | commitdiff | tree |
2018-03-26 |
Michael Munday | cmd/compile: use 32-bit comparisons where possible... |
commit | commitdiff | tree |
2018-03-26 |
Zhou Peng | runtime: fix comment typo |
commit | commitdiff | tree |
2018-03-26 |
Erwin Oegema | path/filepath: change example to print the correct... |
commit | commitdiff | tree |
2018-03-26 |
Agniva De Sarker | io: document that ReadAtLeast and ReadFull can drop... |
commit | commitdiff | tree |
2018-03-26 |
Hana Kim | internal/trace: compute span stats as computing gorouti... |
commit | commitdiff | tree |
2018-03-26 |
Ilya Tocar | cmd/compile/internal/ssa: optimize away double NEG... |
commit | commitdiff | tree |
2018-03-26 |
Hana (Hyang... | cmd/trace: beautify goroutine page |
commit | commitdiff | tree |
2018-03-26 |
Alex Brainman | os: do not test Lstat in TestDevNullFile |
commit | commitdiff | tree |
2018-03-25 |
Alberto Donizetti | cmd/compile: avoid some allocations in regalloc |
commit | commitdiff | tree |
2018-03-25 |
Agniva De Sarker | net/http: use top-level font media type |
commit | commitdiff | tree |
2018-03-25 |
Alex Brainman | os: treat "nul" as DevNull file on windows |
commit | commitdiff | tree |
2018-03-25 |
Josh Bleecher... | net: deflake lookup tests |
commit | commitdiff | tree |
2018-03-25 |
Kevin Burke | database/sql: add more examples |
commit | commitdiff | tree |
2018-03-25 |
Alex Brainman | os: document DevNull on windows |
commit | commitdiff | tree |
2018-03-24 |
Daniel Martí | all: remove some unused return parameters |
commit | commitdiff | tree |
2018-03-24 |
Daniel Martí | cmd/compile/internal/gc: various cleanups |
commit | commitdiff | tree |
2018-03-24 |
Agniva De Sarker | net/http: add sniffing support for woff2 |
commit | commitdiff | tree |
2018-03-24 |
Daniel Nephin | cmd/test2json: document missing "skip" action |
commit | commitdiff | tree |
2018-03-24 |
Alberto Donizetti | test/codegen: port tbz/tbnz arm64 tests |
commit | commitdiff | tree |
2018-03-24 |
Tobias Klauser | runtime: adjust GOARM floating point compatibility... |
commit | commitdiff | tree |
2018-03-24 |
Giovanni Bajo | cmd/compile: in prove, shortcircuit self-facts |
commit | commitdiff | tree |
2018-03-24 |
Giovanni Bajo | cmd/compile: in prove, fail fast when unsat is found |
commit | commitdiff | tree |
2018-03-24 |
Giovanni Bajo | cmd/compile: add patterns for bit set/clear/complement... |
commit | commitdiff | tree |
2018-03-24 |
isharipo | cmd/compile/internal/gc: properly initialize ssa.Func... |
commit | commitdiff | tree |
2018-03-24 |
Matthew Dempsky | cmd/compile: always write pack files |
commit | commitdiff | tree |
2018-03-24 |
Matthew Dempsky | cmd/link: skip __.PKGDEF in archives |
commit | commitdiff | tree |
2018-03-23 |
Matthew Dempsky | cmd/link: make sure we're hashing __.PKGDEF in genhash |
commit | commitdiff | tree |
2018-03-23 |
Yuval Pavel... | runtime: fix AT_HWCAP auxv parsing on freebsd |
commit | commitdiff | tree |
2018-03-23 |
Michael Munday | crypto/rc4: optimize generic implementation slightly |
commit | commitdiff | tree |
2018-03-23 |
Hyang-Ah Hana Kim | Revert "cmd/vendor/.../pprof: refresh from upstream... |
commit | commitdiff | tree |
2018-03-23 |
Hana (Hyang... | cmd/vendor/.../pprof: refresh from upstream@a74ae6f |
commit | commitdiff | tree |
2018-03-22 |
Matthew Dempsky | cmd/compile: change unsafeUintptrTag from var to const |
commit | commitdiff | tree |
2018-03-22 |
Adam Langley | crypto/x509: follow OpenSSL and emit Extension structur... |
commit | commitdiff | tree |
2018-03-22 |
Mike Danese | crypto/tls: support keying material export |
commit | commitdiff | tree |
2018-03-22 |
Daniel Martí | cmd/compile: use more range fors in gc |
commit | commitdiff | tree |
2018-03-22 |
Austin Clements | cmd/compile: fix GOEXPERIMENT=preemptibleloops type... |
commit | commitdiff | tree |
2018-03-22 |
Travis Bischel | cmd/compile: specialize Move up to 79B on amd64 |
commit | commitdiff | tree |
2018-03-22 |
Alberto Donizetti | test/codegen: port direct comparisons with memory tests |
commit | commitdiff | tree |
2018-03-22 |
Carlos Eduardo Seo | cmd/compile/internal/ppc64, runtime internal/atomic... |
commit | commitdiff | tree |
2018-03-22 |
Giovanni Bajo | doc: first version of new contribute guide |
commit | commitdiff | tree |
2018-03-21 |
Ilya Tocar | compress/bzip2: remove bit-tricks |
commit | commitdiff | tree |
2018-03-21 |
Tim Wright | all: enable c-shared/c-archive support for freebsd... |
commit | commitdiff | tree |
2018-03-21 |
isharipo | runtime,sync/atomic: replace asm BYTEs with insts for x86 |
commit | commitdiff | tree |
2018-03-21 |
Ross Light | net/url: fix contradiction in PathUnescape docs |
commit | commitdiff | tree |
2018-03-21 |
Tobias Klauser | runtime: parse auxv on freebsd |
commit | commitdiff | tree |
2018-03-21 |
Daniel Martí | cmd/doc: use empty GOPATH when running the tests |
commit | commitdiff | tree |
2018-03-21 |
Alberto Donizetti | cmd/trace: remove unused variable in tests |
commit | commitdiff | tree |
2018-03-20 |
Hiroshi Ioka | go/internal/srcimporter: simplify and fix package file... |
commit | commitdiff | tree |
2018-03-20 |
Paul Querna | net/http: remove extraneous call to VerifyHostname |
commit | commitdiff | tree |
2018-03-20 |
Adam Langley | crypto/x509: support the PSS certificates that OpenSSL... |
commit | commitdiff | tree |
2018-03-20 |
Ilya Tocar | cmd/compile/internal/ssa: update regalloc in loops |
commit | commitdiff | tree |
2018-03-20 |
Alberto Donizetti | test/codegen: port comparisons tests to codegen |
commit | commitdiff | tree |
2018-03-20 |
Than McIntosh | cmd/compile: fix regression in DWARF inlined routine... |
commit | commitdiff | tree |
2018-03-20 |
Michael Munday | cmd/compile: mark LAA and LAAG as clobbering flags... |
commit | commitdiff | tree |
2018-03-20 |
Fangming.Fang | cmd/asm: fix bug about VMOV instruction (move a vector... |
commit | commitdiff | tree |
2018-03-20 |
Fangming.Fang | cmd/asm: fix bug about VMOV instruction (move register... |
commit | commitdiff | tree |
2018-03-20 |
Vladimir Kuzmin | cmd/compile: avoid mapaccess at m[k]=append(m[k].. |
commit | commitdiff | tree |
2018-03-20 |
Cherry Zhang | Revert "bytes: add optimized Compare for arm64" |
commit | commitdiff | tree |
2018-03-20 |
fanzha02 | bytes: add optimized Compare for arm64 |
commit | commitdiff | tree |
2018-03-19 |
fanzha02 | cmd/asm: add ARM64 assembler check for incorrect input |
commit | commitdiff | tree |
2018-03-19 |
Andrew Bonventre | Revert "doc: remove non-prime from list of primes in... |
commit | commitdiff | tree |
2018-03-19 |
Vlad Krasnov | math/big: reduce amount of copying in Montgomery multip... |
commit | commitdiff | tree |
2018-03-19 |
jimmyfrasche | go/constant: add examples for working with constant... |
commit | commitdiff | tree |
2018-03-19 |
Andrew Bonventre | doc: remove non-prime from list of primes in spec |
commit | commitdiff | tree |
2018-03-19 |
Alberto Donizetti | math/big: add 0 shift fastpath to shl and shr |
commit | commitdiff | tree |
2018-03-19 |
jimmyfrasche | go/format: move example to external test file |
commit | commitdiff | tree |
2018-03-19 |
Brad Fitzpatrick | net: treat a nil *Resolver as a zero one, as documented |
commit | commitdiff | tree |
2018-03-19 |
Alberto Donizetti | test/codegen: port maps test to codegen |
commit | commitdiff | tree |
next |