2016-08-30 |
Dave Cheney | reflect: avoid zeroing memory that will be overwritten |
commit | commitdiff | tree |
2016-08-30 |
Brad Fitzpatrick | cmd/go: make C compiler warnings fatal on builders |
commit | commitdiff | tree |
2016-08-30 |
Brad Fitzpatrick | net/http: stop timeout timer if user cancels a request |
commit | commitdiff | tree |
2016-08-30 |
Jonathan Boulle | os: fix typo in comment (Readir -> Readdir) |
commit | commitdiff | tree |
2016-08-30 |
Brad Fitzpatrick | all: use time.Until where applicable |
commit | commitdiff | tree |
2016-08-30 |
Josh Bleecher... | go/types: fix bad variable shadowing in offsetsof |
commit | commitdiff | tree |
2016-08-30 |
Sam Whited | time: Add Until helper function |
commit | commitdiff | tree |
2016-08-29 |
Brad Fitzpatrick | os: don't let File.Readdir return an empty slice and... |
commit | commitdiff | tree |
2016-08-29 |
Matthew Dempsky | net: restore per-query timeout logic |
commit | commitdiff | tree |
2016-08-29 |
Carlos Eduardo Seo | runtime: insufficient padding in the `p` structure |
commit | commitdiff | tree |
2016-08-29 |
Ian Lance Taylor | cmd/go: for -msan build runtime/cgo with -fsanitize... |
commit | commitdiff | tree |
2016-08-29 |
Aliaksandr... | cmd/vet: check for copying of array of locks |
commit | commitdiff | tree |
2016-08-29 |
Aliaksandr... | cmd/vet: properly handle indexed arguments in printf |
commit | commitdiff | tree |
2016-08-29 |
Ethan Miller | math/big: add assembly implementation of arith for... |
commit | commitdiff | tree |
2016-08-29 |
Robert Griesemer | cmd/compile: use printer in typefmt, Tconv |
commit | commitdiff | tree |
2016-08-29 |
Kevin Burke | cmd/compile: document more Node fields |
commit | commitdiff | tree |
2016-08-29 |
Martin Möhrmann | cmd/compile: generate makeslice calls with int arguments |
commit | commitdiff | tree |
2016-08-29 |
Robert Griesemer | cmd/compile: remove ignored bool from exported ODCL... |
commit | commitdiff | tree |
2016-08-29 |
Jaana Burcu... | os: add example for OpenFile |
commit | commitdiff | tree |
2016-08-29 |
Carlos C | mime/quotedprintable: add examples |
commit | commitdiff | tree |
2016-08-29 |
Ian Lance Taylor | database/sql: don't hang if the driver Exec method... |
commit | commitdiff | tree |
2016-08-29 |
Josh Bleecher... | doc: add cmd/go pkgdir changes to go1.8.txt |
commit | commitdiff | tree |
2016-08-29 |
Josh Bleecher... | androidtest.bash: use go list to get pkg dir |
commit | commitdiff | tree |
2016-08-29 |
Josh Bleecher... | androidtest.bash: fix pkg dir |
commit | commitdiff | tree |
2016-08-29 |
Josh Bleecher... | androidtest.bash: require GOARCH |
commit | commitdiff | tree |
2016-08-29 |
Emmanuel Odeke | all: fix obsolete inferno-os links |
commit | commitdiff | tree |
2016-08-29 |
Giovanni Bajo | doc: improve issue template |
commit | commitdiff | tree |
2016-08-28 |
Cherry Zhang | cmd/compile: fix load int32 to FP register on big-endia... |
commit | commitdiff | tree |
2016-08-28 |
Radu Berinde | hash/crc32: fix nil Castagnoli table problem |
commit | commitdiff | tree |
2016-08-28 |
Keith Randall | cmd/compile: fix noopt build |
commit | commitdiff | tree |
2016-08-28 |
Keith Randall | cmd/compile: intrinsify the rest of runtime/internal... |
commit | commitdiff | tree |
2016-08-28 |
Alex Brainman | time: always use $GOROOT/lib/time/zoneinfo.zip with... |
commit | commitdiff | tree |
2016-08-28 |
Radu Berinde | hash/crc32: improve the AMD64 implementation using... |
commit | commitdiff | tree |
2016-08-27 |
Joonas Kuorilehto | crypto/tls: add KeyLogWriter for debugging |
commit | commitdiff | tree |
2016-08-27 |
Keith Randall | Revert "hash/crc32: improve the AMD64 implementation... |
commit | commitdiff | tree |
2016-08-27 |
Radu Berinde | hash/crc32: improve the AMD64 implementation using... |
commit | commitdiff | tree |
2016-08-27 |
Robert Griesemer | cmd/compile: make dumpdepth a global again |
commit | commitdiff | tree |
2016-08-26 |
Matthew Dempsky | Revert "cmd/compile: use printer in typefmt, Tconv" |
commit | commitdiff | tree |
2016-08-26 |
Robert Griesemer | cmd/compile: use printer in typefmt, Tconv |
commit | commitdiff | tree |
2016-08-26 |
Robert Griesemer | cmd/compile: use printer in exprfmt |
commit | commitdiff | tree |
2016-08-26 |
Josh Bleecher... | go/build: don't alter InstallSuffix for default compile... |
commit | commitdiff | tree |
2016-08-26 |
Robert Griesemer | cmd/compile: use printer in stmtfmt, hconv |
commit | commitdiff | tree |
2016-08-26 |
Robert Griesemer | cmd/compile: use printer in sconv, symfmt |
commit | commitdiff | tree |
2016-08-26 |
Robert Griesemer | cmd/compile: use printer in vconv |
commit | commitdiff | tree |
2016-08-26 |
Robert Griesemer | cmd/compile: introduce printer for internal formatting... |
commit | commitdiff | tree |
2016-08-26 |
Robert Griesemer | cmd/compile: reintroduce support for version 0 export... |
commit | commitdiff | tree |
2016-08-26 |
Robert Griesemer | go/internal/gcimporter: fail gracefully on export forma... |
commit | commitdiff | tree |
2016-08-26 |
David Crawshaw | runtime: have typelinksinit work forwards |
commit | commitdiff | tree |
2016-08-26 |
David Crawshaw | cmd/link: make DynlinkingGo a method |
commit | commitdiff | tree |
2016-08-26 |
Cherry Zhang | cmd/compile: add MIPS64 optimizations, SSA on by default |
commit | commitdiff | tree |
2016-08-26 |
Michael Munday | math: optimize Ceil, Floor and Trunc on s390x |
commit | commitdiff | tree |
2016-08-26 |
Michael Munday | cmd/internal/obj/s390x: add FIDBR and FIEBR instructions |
commit | commitdiff | tree |
2016-08-26 |
Michael Munday | cmd/internal/obj/s390x: add atomic operation instructions |
commit | commitdiff | tree |
2016-08-26 |
David Crawshaw | cmd/compile: qualify unexported fields of unnamed types |
commit | commitdiff | tree |
2016-08-26 |
Hiroshi Ioka | os: fix build error on plan9 |
commit | commitdiff | tree |
2016-08-26 |
Robert Griesemer | spec: clarify text on init functions |
commit | commitdiff | tree |
2016-08-26 |
Hiroshi Ioka | os: prevent infinite symlink loop of Stat on Windows |
commit | commitdiff | tree |
2016-08-26 |
Robert Griesemer | cmd/compile: fail gracefully on export format skew |
commit | commitdiff | tree |
2016-08-26 |
Michael Hudson... | cmd/link: hide funcsym symbols |
commit | commitdiff | tree |
2016-08-26 |
Josh Bleecher... | syscall: fix plan9/386 RawSyscall6 |
commit | commitdiff | tree |
2016-08-25 |
Josh Bleecher... | net/http, cmd/compile: minor vet fixes |
commit | commitdiff | tree |
2016-08-25 |
Keith Randall | cmd/compile: inline atomics from runtime/internal/atomi... |
commit | commitdiff | tree |
2016-08-25 |
Josh Bleecher... | all: fix assembly vet issues |
commit | commitdiff | tree |
2016-08-25 |
Joe Tsai | archive/tar: isolate regular and sparse file handling... |
commit | commitdiff | tree |
2016-08-25 |
Sina Siadat | net/http: send Content-Range if no byte range overlaps |
commit | commitdiff | tree |
2016-08-25 |
Josh Bleecher... | cmd/compile: when inlining ==, don’t take the address... |
commit | commitdiff | tree |
2016-08-25 |
Ian Lance Taylor | path/filepath: don't return SkipDir at top |
commit | commitdiff | tree |
2016-08-25 |
Josh Bleecher... | cmd/compile/internal/obj/x86: clean up "is leaf?" check |
commit | commitdiff | tree |
2016-08-25 |
Josh Bleecher... | cmd/internal/obj/x86: remove pointless NOPs |
commit | commitdiff | tree |
2016-08-25 |
Egon Elbre | website: recreate 16px and 32px favicon |
commit | commitdiff | tree |
2016-08-25 |
Cherry Zhang | cmd/compile: get MIPS64 SSA working |
commit | commitdiff | tree |
2016-08-25 |
Dave Cheney | cmd/{asm,compile/internal}: delete dead code |
commit | commitdiff | tree |
2016-08-25 |
Ian Lance Taylor | runtime: remove unused type sigtabtt |
commit | commitdiff | tree |
2016-08-25 |
Josh Bleecher... | cmd/compile: optimize integer "in range" expressions |
commit | commitdiff | tree |
2016-08-25 |
Dave Cheney | cmd/link/internal, cmd/internal/obj: introduce ctxt... |
commit | commitdiff | tree |
2016-08-25 |
Dave Cheney | cmd/link/internal/ld: move ld.Cpos to coutbuf.Offset |
commit | commitdiff | tree |
2016-08-25 |
Michael Munday | runtime: use clock_gettime for time.now() on s390x |
commit | commitdiff | tree |
2016-08-25 |
Dave Cheney | cmd/internal/*: only call ctx.Bso.Flush when something... |
commit | commitdiff | tree |
2016-08-25 |
Matthew Dempsky | cmd/go: refactor cgo logic |
commit | commitdiff | tree |
2016-08-24 |
Josh Bleecher... | cmd/asm, go/build: invoke cmd/asm only once per package |
commit | commitdiff | tree |
2016-08-24 |
Josh Bleecher... | cmd/compile: handle OCONV[NOP] in samesafeexpr |
commit | commitdiff | tree |
2016-08-24 |
Robert Griesemer | spec: complete list of special comma-ok forms |
commit | commitdiff | tree |
2016-08-24 |
Robert Griesemer | cmd/compile: remove unused importimport function |
commit | commitdiff | tree |
2016-08-24 |
Keith Randall | cmd/objdump: implement objdump of .o files |
commit | commitdiff | tree |
2016-08-24 |
Ian Lance Taylor | net: use runtime.Keepalive for *netFD values |
commit | commitdiff | tree |
2016-08-24 |
Ian Lance Taylor | os: use runtime.Keepalive for *Process values |
commit | commitdiff | tree |
2016-08-24 |
Hiroshi Ioka | internal/testenv: make MustHaveSymlink message friendly |
commit | commitdiff | tree |
2016-08-24 |
Josh Bleecher... | cmd/compile: minor cleanup in mapinit |
commit | commitdiff | tree |
2016-08-24 |
Josh Bleecher... | cmd/compile: convert getdyn int arg to bool |
commit | commitdiff | tree |
2016-08-24 |
Josh Bleecher... | cmd/compile: convert Dodata to a bool, rename to IsStatic |
commit | commitdiff | tree |
2016-08-24 |
Josh Bleecher... | cmd/compile: simplify isglobal |
commit | commitdiff | tree |
2016-08-24 |
Alex Brainman | syscall, internal/syscall/windows, internal/syscall... |
commit | commitdiff | tree |
2016-08-24 |
Mikio Hara | vendor: update vendored route |
commit | commitdiff | tree |
2016-08-23 |
Jess Frazelle | cmd/go: updates go get to return exit status 0 for... |
commit | commitdiff | tree |
2016-08-23 |
Keith Randall | cmd/compile: clean up ctz ops |
commit | commitdiff | tree |
2016-08-23 |
Robert Griesemer | cmd/compile: export package for _ (blank) struct fields |
commit | commitdiff | tree |
2016-08-23 |
Robert Griesemer | cmd/compile: simplify field/method export (internal... |
commit | commitdiff | tree |
2016-08-23 |
Ross Light | reflect: document equality guarantee for Type |
commit | commitdiff | tree |
2016-08-23 |
Ian Lance Taylor | flag: improve comment for calling String with zero... |
commit | commitdiff | tree |
2016-08-23 |
Than McIntosh | test: add test for gccgo issue #15722 |
commit | commitdiff | tree |
next |