summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [dev.cc] cmd/internal/obj: set ctxt.Windows != 0 on windowsdev.ccRuss Cox2015-02-231-0/+5
* [dev.cc] cmd/5g etc: code cleanup: delay var decls and eliminate dead codeRuss Cox2015-02-2365-6826/+4093
* [dev.cc] cmd/6a, cmd/6g etc: replace C implementations with Go implementationsRuss Cox2015-02-23175-97603/+856
* [dev.cc] cmd/dist, cmd/go: stop building C implementations of compilers, asse...Russ Cox2015-02-234-62/+20
* [dev.cc] cmd/internal/gc: reconvert to pick up bug fixesRuss Cox2015-02-237-15/+27
* [dev.cc] test: disable syntax error testsRuss Cox2015-02-236-1/+17
* [dev.cc] cmd/asm: add end to end test for amd64Rob Pike2015-02-236-55/+212
* [dev.cc] cmd/go: do not install tools while executing themRuss Cox2015-02-231-1/+19
* [dev.cc] all: merge master (6a10f72) into dev.ccRuss Cox2015-02-2312-148/+187
|\
| * math/big: don't return io.EOF on successful call of ParseFloatRobert Griesemer2015-02-232-14/+9
| * runtime: Add prefetch to allocation codeRick Hudson2015-02-231-2/+4
| * go/token: document that column positions and file offsets are in bytesRobert Griesemer2015-02-231-3/+3
| * math/big: incorporated feedback from prior TBR reviewsRobert Griesemer2015-02-234-28/+36
| * net/mail: move RFC 2047 code to internal/mimeAlexandre Cesaro2015-02-233-101/+126
| * cmd/go: link cgo into tests on darwin/armDavid Crawshaw2015-02-231-0/+9
* | [dev.cc] misc/nacl: add testdata for cmd/internal/rsc.io/x86/x86asmRuss Cox2015-02-231-0/+9
* | [dev.cc] runtime, syscall: add names to FP offsets in freebsd, netbsd arm ass...Russ Cox2015-02-234-216/+216
* | [dev.cc] cmd/new6g, etc: reconvert to add profilingRuss Cox2015-02-236-1/+53
* | [dev.cc] all: merge master (48469a2) into dev.ccRuss Cox2015-02-2335-956/+4979
|\ \ | |/
| * cmd/ld: fix warning on Plan 9David du Colombier2015-02-231-1/+1
| * runtime: remove unneeded C header filesMatthew Dempsky2015-02-232-27/+0
| * net/http: Removed some unused constants in request.go.Aaron Jacobs2015-02-221-3/+0
| * gdb: fix "gdb.error: No struct named reflect.rtype."Jan Kratochvil2015-02-221-3/+1
| * Call --> CallSlice in two spots. No logic change, docs only.Mark Bucciarelli2015-02-221-2/+2
| * cmd/trace: add new commandDmitry Vyukov2015-02-2011-666/+4768
| * runtime/race: update race runtime to rev 229396Dmitry Vyukov2015-02-205-1/+1
| * runtime: adjust program counters in race detectorDmitry Vyukov2015-02-203-20/+7
| * runtime: split gc_m into gcMark and gcSweepRuss Cox2015-02-203-116/+76
| * runtime: unroll gc_m loopRuss Cox2015-02-201-14/+10
| * runtime: tidy GC driverRuss Cox2015-02-204-124/+96
| * runtime: fix cputicks on x86Dmitry Vyukov2015-02-204-12/+50
* | [dev.cc] cmd/go: fix expansion of cmdRuss Cox2015-02-231-1/+1
* | [dev.cc] doc/go1.5: mention cmd/go meaning of std changeRuss Cox2015-02-231-0/+1
* | [dev.cc] cmd/go: fix expansion of 'std', add 'cmd'Russ Cox2015-02-2311-60/+41
* | [dev.cc] cmd/asm/internal/asm: fix test on naclRuss Cox2015-02-211-0/+5
* | [dev.cc] cmd/asm/internal/asm: fix test on windowsRuss Cox2015-02-211-0/+2
* | [dev.cc] cmd/go: reenable verifyCompilerRuss Cox2015-02-211-1/+1
* | [dev.cc] cmd/new6g etc: reconvert from CRuss Cox2015-02-218-21/+75
* | [dev.cc] cmd/asm: fix build: broken end to end testRob Pike2015-02-212-9/+7
* | [dev.cc] cmd/asm: fix buildRob Pike2015-02-211-1/+3
* | [dev.cc] cmd/asm: add end-to-end testRob Pike2015-02-218-2/+1246
* | [dev.cc] cm/asm: fix up arm after cross-check with 5aRob Pike2015-02-214-9/+48
* | [dev.cc] crypto/md5, crypto/sha1: restore a few SP referencesRuss Cox2015-02-202-16/+16
* | [dev.cc] cmd/asm: add ppc64le supportRuss Cox2015-02-201-0/+4
* | [dev.cc] cmd/go: install cmd/asm as a toolRuss Cox2015-02-201-0/+1
* | [dev.cc] runtime: print to stderr as well as android logdDavid Crawshaw2015-02-201-0/+3
* | [dev.cc] cmd/asm: implement FMADD for ppc64Rob Pike2015-02-202-1/+9
* | [dev.cc] all: merge master (5868ce3) into dev.ccRuss Cox2015-02-20110-3709/+10175
|\ \ | |/
| * path/filepath: add example for filepath.SplitAndrew Gerrand2015-02-201-0/+28
| * net, syscall: more accurate parsers for routing messages on BSD variantsMikio Hara2015-02-2014-250/+740