| 2015-02-25 | Carlos Castillo | os: Use GetComputerNameEx to get Hostname on win32 | commit | commitdiff | tree | 
| 2015-02-25 | Robert Griesemer | math/big: clean up Float.SetPrec, use shorter internal... | commit | commitdiff | tree | 
| 2015-02-25 | Robert Griesemer | math/big: apply a round of go vet | commit | commitdiff | tree | 
| 2015-02-25 | Robert Griesemer | math/big: improve some doc strings | commit | commitdiff | tree | 
| 2015-02-25 | David Crawshaw | runtime/cgo: fix darwin/arm build | commit | commitdiff | tree | 
| 2015-02-25 | David Crawshaw | runtime/cgo: set the initial working directory | commit | commitdiff | tree | 
| 2015-02-25 | Dave Cheney | runtime: skip failing gdb test on linux/arm | commit | commitdiff | tree | 
| 2015-02-25 | Keith Randall | runtime: fix build, divide by constant 0 is a compile... | commit | commitdiff | tree | 
| 2015-02-25 | Lloyd Dewolf | doc/install-source.html: fix cd command, already in... | commit | commitdiff | tree | 
| 2015-02-25 | Keith Randall | runtime: mark pages we return to kernel as NOHUGEPAGE | commit | commitdiff | tree | 
| 2015-02-25 | Keith Randall | runtime: handle holes in the heap | commit | commitdiff | tree | 
| 2015-02-25 | Rob Pike | cmd/internal/obj: make Dconv a portable top-level function | commit | commitdiff | tree | 
| 2015-02-25 | Chris Manghane | cmd/internal/gc: omit non-explicit capacity in errors... | commit | commitdiff | tree | 
| 2015-02-25 | David Crawshaw | runtime: fallback to 128M address space on 32bit | commit | commitdiff | tree | 
| 2015-02-25 | Chris Manghane | cmd/internal/gc: do not show computed value in type... | commit | commitdiff | tree | 
| 2015-02-25 | Chris Manghane | cmd/internal/gc: method selector should not auto-deref... | commit | commitdiff | tree | 
| 2015-02-25 | Russ Cox | cmd/internal/obj: fix index panic on invalid instruction | commit | commitdiff | tree | 
| 2015-02-25 | Russ Cox | cmd/internal/gc: expand DBG macro in lex.go | commit | commitdiff | tree | 
| 2015-02-25 | Robert Griesemer | math/big: permit passing of an *Int to Float.Int to... | commit | commitdiff | tree | 
| 2015-02-25 | Rob Pike | cmd/go: make asm the first assembler | commit | commitdiff | tree | 
| 2015-02-25 | Robert Griesemer | math/big: implemented Float.Rat | commit | commitdiff | tree | 
| 2015-02-25 | Rob Pike | cmd/asm: add end to end test for 386 | commit | commitdiff | tree | 
| 2015-02-25 | Rob Pike | cmd/asm: add a couple of operand parses discovered... | commit | commitdiff | tree | 
| 2015-02-25 | Austin Clements | runtime: simplify gcResetGState | commit | commitdiff | tree | 
| 2015-02-25 | Austin Clements | runtime: consolidate gcworkdone/gcscanvalid clearing... | commit | commitdiff | tree | 
| 2015-02-25 | Austin Clements | runtime: remove unnecessary gcworkdone resetting loop | commit | commitdiff | tree | 
| 2015-02-25 | Matthew Dempsky | runtime: remove gogetcallerpc and gogetcallersp functions | commit | commitdiff | tree | 
| 2015-02-25 | Matthew Dempsky | runtime: simplify NetBSD semaphores | commit | commitdiff | tree | 
| 2015-02-25 | Dave Cheney | syscall: generate AT_* constants and regenerate ztypes_... | commit | commitdiff | tree | 
| 2015-02-25 | Jan Kratochvil | gdb: fix map prettyprinter | commit | commitdiff | tree | 
| 2015-02-25 | Matthew Dempsky | runtime: simplify OpenBSD semaphores | commit | commitdiff | tree | 
| 2015-02-25 | Dave Cheney | syscall: split implementation of Dup2 per linux GOOS | commit | commitdiff | tree | 
| 2015-02-25 | Adam Langley | doc/go1.5: mention the change in certificate wildcard... | commit | commitdiff | tree | 
| 2015-02-25 | Robert Griesemer | math/big: permit passing of (possibly nil) *Float to... | commit | commitdiff | tree | 
| 2015-02-25 | Dave Cheney | syscall: split implementation of Pipe/Pipe2 per GOOS | commit | commitdiff | tree | 
| 2015-02-25 | Dave Cheney | cmd/dist: respect runtime.NumCPU when bootstrapping... | commit | commitdiff | tree | 
| 2015-02-25 | Rick Hudson | runtime: reset gcscanvalid and gcworkdone when GODEBUG... | commit | commitdiff | tree | 
| 2015-02-24 | Dave Cheney | syscall: rebuild zsyscall_linux_*.go | commit | commitdiff | tree | 
| 2015-02-24 | Robert Griesemer | math/big: fix test for 32bit platforms (fix build) | commit | commitdiff | tree | 
| 2015-02-24 | Robert Griesemer | go/ast, go/parser: correct End() position for *ast... | commit | commitdiff | tree | 
| 2015-02-24 | Robert Griesemer | math/big: change Float.SetMantExp to always multiply... | commit | commitdiff | tree | 
| 2015-02-24 | Rob Pike | cmd/asm: fix build for new aliases | commit | commitdiff | tree | 
| 2015-02-24 | Rob Pike | cmd/asm: add alias for MOVOA=MOVO on amd64 | commit | commitdiff | tree | 
| 2015-02-24 | Adam Langley | crypto/x509: make behaviour of absolute DNS names match... | commit | commitdiff | tree | 
| 2015-02-24 | Adam Langley | crypto/x509: allow wildcards only as the first label. | commit | commitdiff | tree | 
| 2015-02-24 | Adam Langley | crypto/tls: allow larger initial records. | commit | commitdiff | tree | 
| 2015-02-24 | Adam Langley | crypto/x509: don't reject certs with critical policy... | commit | commitdiff | tree | 
| 2015-02-24 | Robert Griesemer | math/big: fix several issues with string->Float conversion | commit | commitdiff | tree | 
| 2015-02-24 | David Crawshaw | cmd/go: limit default darwin/arm parallelism | commit | commitdiff | tree | 
| 2015-02-24 | Dmitry Vyukov | sync: add active spinning to Mutex | commit | commitdiff | tree | 
| 2015-02-24 | Mikio Hara | net: enable TestTCPReadWriteAllocs in short mode | commit | commitdiff | tree | 
| 2015-02-24 | Adam Langley | crypto/rsa: drop the primality check in crypto/rsa... | commit | commitdiff | tree | 
| 2015-02-23 | Charlie Dorian | math: Dim, Max, Min - allow more bit patterns for NaN | commit | commitdiff | tree | 
| 2015-02-23 | Russ Cox | all: merge dev.cc (a91c2e0) into master | commit | commitdiff | tree | 
| 2015-02-23 | Austin Clements | runtime: eliminate unnecessary assumption in heapBitsFo... | commit | commitdiff | tree | 
| 2015-02-23 | Russ Cox | [dev.cc] cmd/internal/obj: set ctxt.Windows != 0 on... | commit | commitdiff | tree | 
| 2015-02-23 | Russ Cox | [dev.cc] cmd/5g etc: code cleanup: delay var decls... | commit | commitdiff | tree | 
| 2015-02-23 | Robert Griesemer | math/big: fix formatting for 'b' format | commit | commitdiff | tree | 
| 2015-02-23 | Shenghou Ma | runtime/pprof: make TestBlockProfile more robust | commit | commitdiff | tree | 
| 2015-02-23 | Charles Dorian | math: faster Cbrt | commit | commitdiff | tree | 
| 2015-02-23 | Russ Cox | [dev.cc] cmd/6a, cmd/6g etc: replace C implementations... | commit | commitdiff | tree | 
| 2015-02-23 | Russ Cox | [dev.cc] cmd/dist, cmd/go: stop building C implementati... | commit | commitdiff | tree | 
| 2015-02-23 | Russ Cox | [dev.cc] cmd/internal/gc: reconvert to pick up bug... | commit | commitdiff | tree | 
| 2015-02-23 | Russ Cox | [dev.cc] test: disable syntax error tests | commit | commitdiff | tree | 
| 2015-02-23 | Rob Pike | [dev.cc] cmd/asm: add end to end test for amd64 | commit | commitdiff | tree | 
| 2015-02-23 | Russ Cox | [dev.cc] cmd/go: do not install tools while executing... | commit | commitdiff | tree | 
| 2015-02-23 | Russ Cox | [dev.cc] all: merge master (6a10f72) into dev.cc | commit | commitdiff | tree | 
| 2015-02-23 | Robert Griesemer | math/big: don't return io.EOF on successful call of... | commit | commitdiff | tree | 
| 2015-02-23 | Rick Hudson | runtime: Add prefetch to allocation code | commit | commitdiff | tree | 
| 2015-02-23 | Robert Griesemer | go/token: document that column positions and file offse... | commit | commitdiff | tree | 
| 2015-02-23 | Robert Griesemer | math/big: incorporated feedback from prior TBR reviews | commit | commitdiff | tree | 
| 2015-02-23 | Alexandre Cesaro | net/mail: move RFC 2047 code to internal/mime | commit | commitdiff | tree | 
| 2015-02-23 | David Crawshaw | cmd/go: link cgo into tests on darwin/arm | commit | commitdiff | tree | 
| 2015-02-23 | Russ Cox | [dev.cc] misc/nacl: add testdata for cmd/internal/rsc... | commit | commitdiff | tree | 
| 2015-02-23 | Russ Cox | [dev.cc] runtime, syscall: add names to FP offsets... | commit | commitdiff | tree | 
| 2015-02-23 | Russ Cox | [dev.cc] cmd/new6g, etc: reconvert to add profiling | commit | commitdiff | tree | 
| 2015-02-23 | Russ Cox | [dev.cc] all: merge master (48469a2) into dev.cc | commit | commitdiff | tree | 
| 2015-02-23 | Russ Cox | [dev.cc] cmd/go: fix expansion of cmd | commit | commitdiff | tree | 
| 2015-02-23 | Russ Cox | [dev.cc] doc/go1.5: mention cmd/go meaning of std change | commit | commitdiff | tree | 
| 2015-02-23 | Russ Cox | [dev.cc] cmd/go: fix expansion of 'std', add 'cmd' | commit | commitdiff | tree | 
| 2015-02-23 | David du Colombier | cmd/ld: fix warning on Plan 9 | commit | commitdiff | tree | 
| 2015-02-23 | Matthew Dempsky | runtime: remove unneeded C header files | commit | commitdiff | tree | 
| 2015-02-22 | Aaron Jacobs | net/http: Removed some unused constants in request.go. | commit | commitdiff | tree | 
| 2015-02-22 | Jan Kratochvil | gdb: fix "gdb.error: No struct named reflect.rtype." | commit | commitdiff | tree | 
| 2015-02-22 | Mark Bucciarelli | Call --> CallSlice in two spots.  No logic change,... | commit | commitdiff | tree | 
| 2015-02-21 | Russ Cox | [dev.cc] cmd/asm/internal/asm: fix test on nacl | commit | commitdiff | tree | 
| 2015-02-21 | Russ Cox | [dev.cc] cmd/asm/internal/asm: fix test on windows | commit | commitdiff | tree | 
| 2015-02-21 | Russ Cox | [dev.cc] cmd/go: reenable verifyCompiler | commit | commitdiff | tree | 
| 2015-02-21 | Russ Cox | [dev.cc] cmd/new6g etc: reconvert from C | commit | commitdiff | tree | 
| 2015-02-21 | Rob Pike | [dev.cc] cmd/asm: fix build: broken end to end test | commit | commitdiff | tree | 
| 2015-02-21 | Rob Pike | [dev.cc] cmd/asm: fix build | commit | commitdiff | tree | 
| 2015-02-21 | Rob Pike | [dev.cc] cmd/asm: add end-to-end test | commit | commitdiff | tree | 
| 2015-02-21 | Rob Pike | [dev.cc] cm/asm: fix up arm after cross-check with 5a | commit | commitdiff | tree | 
| 2015-02-20 | Russ Cox | [dev.cc] crypto/md5, crypto/sha1: restore a few SP... | commit | commitdiff | tree | 
| 2015-02-20 | Russ Cox | [dev.cc] cmd/asm: add ppc64le support | commit | commitdiff | tree | 
| 2015-02-20 | Russ Cox | [dev.cc] cmd/go: install cmd/asm as a tool | commit | commitdiff | tree | 
| 2015-02-20 | Dmitry Vyukov | cmd/trace: add new command | commit | commitdiff | tree | 
| 2015-02-20 | David Crawshaw | [dev.cc] runtime: print to stderr as well as android... | commit | commitdiff | tree | 
| 2015-02-20 | Dmitry Vyukov | runtime/race: update race runtime to rev 229396 | commit | commitdiff | tree | 
| 2015-02-20 | Dmitry Vyukov | runtime: adjust program counters in race detector | commit | commitdiff | tree | 
| next |