| 2015-12-11 | 
Keith Randall | [dev.ssa] cmd/compile: allocate the flag register in...  | 
commit | commitdiff | tree | 
| 2015-12-07 | 
Todd Neal | [dev.ssa] test: use new go:noinline feature | 
commit | commitdiff | tree | 
| 2015-11-17 | 
Keith Randall | [dev.ssa] Merge remote-tracking branch 'origin/master...  | 
commit | commitdiff | tree | 
| 2015-11-16 | 
Russ Cox | cmd/compile: fix value range check for complex constants | 
commit | commitdiff | tree | 
| 2015-11-16 | 
Russ Cox | cmd/compile: do not emit args_stackmap for func _ | 
commit | commitdiff | tree | 
| 2015-11-16 | 
Russ Cox | cmd/compile: reject identifiers beginning with non...  | 
commit | commitdiff | tree | 
| 2015-11-16 | 
Russ Cox | cmd/compile: document -trimpath | 
commit | commitdiff | tree | 
| 2015-11-16 | 
Ian Lance Taylor | cmd/compile: add special case for testing first field...  | 
commit | commitdiff | tree | 
| 2015-11-16 | 
Ian Lance Taylor | runtime: add optional expensive check for invalid cgo...  | 
commit | commitdiff | tree | 
| 2015-11-16 | 
Ian Lance Taylor | cmd/dist: check more GOOS/GOARCH combinations in mkdeps...  | 
commit | commitdiff | tree | 
| 2015-11-16 | 
Rahul Chaudhry | cmd/go: set buildmode=pie default for android/arm64. | 
commit | commitdiff | tree | 
| 2015-11-16 | 
Austin Clements | runtime: handle sysReserve returning a pointer below...  | 
commit | commitdiff | tree | 
| 2015-11-16 | 
Austin Clements | runtime: avoid stat underflow crash | 
commit | commitdiff | tree | 
| 2015-11-16 | 
Marcel van...  | unicode/utf8: removed uses of ranging over string | 
commit | commitdiff | tree | 
| 2015-11-15 | 
Michael Hudson...  | cmd/dist, cmd/go: run testshared on arm64 | 
commit | commitdiff | tree | 
| 2015-11-15 | 
Michael Hudson...  | cmd/link: work around arm64 linker bugs with GOT reloca...  | 
commit | commitdiff | tree | 
| 2015-11-15 | 
Michael Hudson...  | cmd/internal/obj, cmd/link: access global data via...  | 
commit | commitdiff | tree | 
| 2015-11-15 | 
Shenghou Ma | crypto/tls: add TLS_RSA_WITH_AES_128_GCM_SHA256 and...  | 
commit | commitdiff | tree | 
| 2015-11-15 | 
Jingguo Yao | math/rand: add a comment for the i=0 iteration | 
commit | commitdiff | tree | 
| 2015-11-15 | 
Michael Hudson...  | cmd/go, runtime: always use position-independent code...  | 
commit | commitdiff | tree | 
| 2015-11-15 | 
Ian Lance Taylor | runtime: remove go:nosplit comment from reflect.typelinks | 
commit | commitdiff | tree | 
| 2015-11-14 | 
HÃ¥vard Haugen | encoding/json: use reflect.SetBytes when decoding bytes | 
commit | commitdiff | tree | 
| 2015-11-14 | 
Didier Spezia | cmd/compile: regenerate builtin.go | 
commit | commitdiff | tree | 
| 2015-11-14 | 
Shenghou Ma | cmd/dist: disable shootout/spectralnorm on linux/mips64...  | 
commit | commitdiff | tree | 
| 2015-11-14 | 
Ian Lance Taylor | cmd/link, cmd/go, cmd/dist: use copy of libgcc.a for...  | 
commit | commitdiff | tree | 
| 2015-11-14 | 
Brad Fitzpatrick | crypto/tls, crypto/aes: remove allocations when Writing...  | 
commit | commitdiff | tree | 
| 2015-11-14 | 
Robert Griesemer | cmd/compile/internal/gc: consume at least one token...  | 
commit | commitdiff | tree | 
| 2015-11-14 | 
Russ Cox | cmd/dist: default to clang, not gcc, on freebsd | 
commit | commitdiff | tree | 
| 2015-11-14 | 
Robert Griesemer | cmd/compile: associate tracking issue numbers with...  | 
commit | commitdiff | tree | 
| 2015-11-14 | 
Robert Griesemer | cmd/compile: cleanup in parser (3) | 
commit | commitdiff | tree | 
| 2015-11-14 | 
Robert Griesemer | cmd/compile: cleanup in parser.go (2) | 
commit | commitdiff | tree | 
| 2015-11-14 | 
Robert Griesemer | cmd/compile: cleanup in parser.go | 
commit | commitdiff | tree | 
| 2015-11-14 | 
Robert Griesemer | cmd/compile: better syntax error handling for new parser | 
commit | commitdiff | tree | 
| 2015-11-13 | 
Matthew Dempsky | runtime: remove zgoarch_*.go files | 
commit | commitdiff | tree | 
| 2015-11-13 | 
Marcel van...  | net/rpc: verify that embedding works with changed semantics | 
commit | commitdiff | tree | 
| 2015-11-13 | 
Brad Fitzpatrick | A+C: add Steve Newman (Google CLA) | 
commit | commitdiff | tree | 
| 2015-11-13 | 
Robert Griesemer | cmd/compile/internal/gc: recursive-descent parser | 
commit | commitdiff | tree | 
| 2015-11-13 | 
Ian Lance Taylor | cmd/go: fix build -n when adding to archive with gc...  | 
commit | commitdiff | tree | 
| 2015-11-13 | 
Brad Fitzpatrick | A+C: automated updates | 
commit | commitdiff | tree | 
| 2015-11-13 | 
David Crawshaw | Revert "cmd/internal/obj/arm64, cmd/link: use two instr...  | 
commit | commitdiff | tree | 
| 2015-11-13 | 
Brad Fitzpatrick | net/http: require valid methods in NewRequest and Trans...  | 
commit | commitdiff | tree | 
| 2015-11-13 | 
Brad Fitzpatrick | net/http: add method constants | 
commit | commitdiff | tree | 
| 2015-11-13 | 
Shenghou Ma | doc: add mips64/mips64le to supported GOARCHes | 
commit | commitdiff | tree | 
| 2015-11-13 | 
Shenghou Ma | api: update next.txt | 
commit | commitdiff | tree | 
| 2015-11-13 | 
Joe Tsai | compress/gzip: specify when Reader.Header is valid | 
commit | commitdiff | tree | 
| 2015-11-13 | 
Shenghou Ma | cmd/internal/obj/arm64: rewrite branches that are too far | 
commit | commitdiff | tree | 
| 2015-11-13 | 
Matthew Dempsky | runtime: move m's OS-specific semaphore fields into mOS | 
commit | commitdiff | tree | 
| 2015-11-13 | 
Shenghou Ma | cmd/dist: set timeout for go1 benchmark too | 
commit | commitdiff | tree | 
| 2015-11-13 | 
Matt Layher | archive/tar: make output deterministic | 
commit | commitdiff | tree | 
| 2015-11-13 | 
Matthew Dempsky | runtime: replace tls0 with m0.tls | 
commit | commitdiff | tree | 
| 2015-11-13 | 
Yasuhiro Matsumoto | net: make TestInterfaceList work on non-English Windows | 
commit | commitdiff | tree | 
| 2015-11-13 | 
Shenghou Ma | runtime: disable prefetching on 386 | 
commit | commitdiff | tree | 
| 2015-11-13 | 
Shenghou Ma | os: add document for ErrInvalid | 
commit | commitdiff | tree | 
| 2015-11-13 | 
Michael Hudson...  | cmd/dist: run testshared on linux/ppc64le | 
commit | commitdiff | tree | 
| 2015-11-13 | 
Michael Hudson...  | cmd/link, runtime: implement & call addmoduledata on...  | 
commit | commitdiff | tree | 
| 2015-11-13 | 
Michael Hudson...  | cmd/internal/obj/ppc64: avoid calling morestack via...  | 
commit | commitdiff | tree | 
| 2015-11-13 | 
Michael Hudson...  | cmd/internal/obj, cmd/link: access global data via...  | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Michael Hudson...  | cmd/go, cmd/link: enable -buildmode=shared on linux...  | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Michael Hudson...  | cmd/internal/obj, runtime: implement IE model TLS on...  | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Michael Hudson...  | cmd/internal/obj, cmd/link: generate position independe...  | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Michael Hudson...  | cmd/compile, cmd/link, runtime: on ppc64x, maintain...  | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Matthew Dempsky | runtime: update newosproc asm to access m.id directly | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Michael Hudson...  | cmd/internal/obj, cmd/link, runtime: use a larger stack...  | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Michael Hudson...  | cmd/internal/obj, cmd/link, runtime: increase stack...  | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Matthew Dempsky | runtime/internal/sys: remove Intptr | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Dmitry Vyukov | runtime/race: update race runtime | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Shenghou Ma | runtime, runtime/internal/sys: fix build for linux...  | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Michael Matloob | runtime: delete runtime/internal/atomic/textflag.h | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Michael Hudson...  | runtime: ignore rt_sigaction error if it is for SIGRTMAX | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Daniel Theophanes | runtime: use WriteConsole to implement print and panic...  | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Yasuhiro Matsumoto | path/filepath: in Rel use case-insensitive comparison...  | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Shenghou Ma | cmd/dist: copy textflag.h for runtime/internal/* too | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Michael Matloob | runtime: move arch_mips64(le)?.go into runtime/internal/sys | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Alberto Bertogli | testing: only call flag.Parse if it has not been called...  | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Austin Clements | test: really force heap profile update in heapsampling.go | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Michael Matloob | runtime/internal/atomic: delete arch1_*.go files | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Austin Clements | runtime: make SIGPROF skip stacks that are being copied | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Burcu Dogan | Revert "cmd/go: use shallow clones for new git checkouts" | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Michael Matloob | cmd/compile: delete the runtime_internal_atomic.go...  | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Brad Fitzpatrick | misc/sortac: add tool to sort the AUTHORS and CONTRIBUT...  | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Russ Cox | cmd/dist: remove race binaries when rebuilding everything | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Michael Matloob | runtime: break out system-specific constants into packa...  | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Austin Clements | test: force heap profile update in heapsampling.go...  | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Ian Lance Taylor | cmd/go: subdirs of runtime other than runtime/internal...  | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Keith Randall | [dev.ssa] cmd/compile: better register allocation | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Ralph Corderoy | A+C: alter email-address description to cover more...  | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Matthew Dempsky | runtime: fix vet warning about println | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Matthew Dempsky | runtime: fix vet warning about +build rule | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Shenghou Ma | doc: update go1.6.txt | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Yao Zhang | cmd/dist: added support for GOARCH=mips64{,le} | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Yao Zhang | test: fix nosplit.go, fixedbugs/issue11656.go and skip...  | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Yao Zhang | runtime/debug: skip TestFreeOSMemory for mips64{,le} | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Yao Zhang | internal/syscall/unix: added support for linux/mips64...  | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Yao Zhang | net/http: fixed TestLinuxSendfile for mips64 | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Yao Zhang | hash/crc32: added mips64{,le} build tags | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Yao Zhang | debug/elf: added MIPS ELF relocations | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Yao Zhang | reflect: added support for mips64{,le} | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Yao Zhang | math, math/big: added support for mips64{,le} | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Yao Zhang | sync/atomic: added support for mips64{,le} | 
commit | commitdiff | tree | 
| 2015-11-12 | 
Yao Zhang | syscall: added support for linux/mips64{,le} | 
commit | commitdiff | tree | 
| next |