aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-23[dev.cc] cmd/internal/obj: set ctxt.Windows != 0 on windowsdev.ccRuss Cox
2015-02-23[dev.cc] cmd/5g etc: code cleanup: delay var decls and eliminate dead codeRuss Cox
2015-02-23[dev.cc] cmd/6a, cmd/6g etc: replace C implementations with Go implementationsRuss Cox
2015-02-23[dev.cc] cmd/dist, cmd/go: stop building C implementations of compilers, asse...Russ Cox
2015-02-23[dev.cc] cmd/internal/gc: reconvert to pick up bug fixesRuss Cox
2015-02-23[dev.cc] test: disable syntax error testsRuss Cox
2015-02-23[dev.cc] cmd/asm: add end to end test for amd64Rob Pike
2015-02-23[dev.cc] cmd/go: do not install tools while executing themRuss Cox
2015-02-23[dev.cc] all: merge master (6a10f72) into dev.ccRuss Cox
2015-02-23math/big: don't return io.EOF on successful call of ParseFloatRobert Griesemer
2015-02-23runtime: Add prefetch to allocation codeRick Hudson
2015-02-23go/token: document that column positions and file offsets are in bytesRobert Griesemer
2015-02-23math/big: incorporated feedback from prior TBR reviewsRobert Griesemer
2015-02-23net/mail: move RFC 2047 code to internal/mimeAlexandre Cesaro
2015-02-23cmd/go: link cgo into tests on darwin/armDavid Crawshaw
2015-02-23[dev.cc] misc/nacl: add testdata for cmd/internal/rsc.io/x86/x86asmRuss Cox
2015-02-23[dev.cc] runtime, syscall: add names to FP offsets in freebsd, netbsd arm ass...Russ Cox
2015-02-23[dev.cc] cmd/new6g, etc: reconvert to add profilingRuss Cox
2015-02-23[dev.cc] all: merge master (48469a2) into dev.ccRuss Cox
2015-02-23[dev.cc] cmd/go: fix expansion of cmdRuss Cox
2015-02-23[dev.cc] doc/go1.5: mention cmd/go meaning of std changeRuss Cox
2015-02-23[dev.cc] cmd/go: fix expansion of 'std', add 'cmd'Russ Cox
2015-02-23cmd/ld: fix warning on Plan 9David du Colombier
2015-02-23runtime: remove unneeded C header filesMatthew Dempsky
2015-02-22net/http: Removed some unused constants in request.go.Aaron Jacobs
2015-02-22gdb: fix "gdb.error: No struct named reflect.rtype."Jan Kratochvil
2015-02-22Call --> CallSlice in two spots. No logic change, docs only.Mark Bucciarelli
2015-02-21[dev.cc] cmd/asm/internal/asm: fix test on naclRuss Cox
2015-02-21[dev.cc] cmd/asm/internal/asm: fix test on windowsRuss Cox
2015-02-21[dev.cc] cmd/go: reenable verifyCompilerRuss Cox
2015-02-21[dev.cc] cmd/new6g etc: reconvert from CRuss Cox
2015-02-21[dev.cc] cmd/asm: fix build: broken end to end testRob Pike
2015-02-21[dev.cc] cmd/asm: fix buildRob Pike
2015-02-21[dev.cc] cmd/asm: add end-to-end testRob Pike
2015-02-21[dev.cc] cm/asm: fix up arm after cross-check with 5aRob Pike
2015-02-20[dev.cc] crypto/md5, crypto/sha1: restore a few SP referencesRuss Cox
2015-02-20[dev.cc] cmd/asm: add ppc64le supportRuss Cox
2015-02-20[dev.cc] cmd/go: install cmd/asm as a toolRuss Cox
2015-02-20cmd/trace: add new commandDmitry Vyukov
2015-02-20[dev.cc] runtime: print to stderr as well as android logdDavid Crawshaw
2015-02-20runtime/race: update race runtime to rev 229396Dmitry Vyukov
2015-02-20runtime: adjust program counters in race detectorDmitry Vyukov
2015-02-20runtime: split gc_m into gcMark and gcSweepRuss Cox
2015-02-20runtime: unroll gc_m loopRuss Cox
2015-02-20runtime: tidy GC driverRuss Cox
2015-02-20runtime: fix cputicks on x86Dmitry Vyukov
2015-02-20[dev.cc] cmd/asm: implement FMADD for ppc64Rob Pike
2015-02-20[dev.cc] all: merge master (5868ce3) into dev.ccRuss Cox
2015-02-20[dev.cc] cmd/go: disable verifyCompilerRuss Cox
2015-02-20path/filepath: add example for filepath.SplitAndrew Gerrand