summaryrefslogtreecommitdiff
path: root/src/cmd
Commit message (Expand)AuthorAgeFilesLines
* [dev.power64] build: merge default into dev.power64Austin Clements2014-10-22193-2132/+2765
|\
| * cmd/dist: remove goc2cRuss Cox2014-09-073-860/+0
| * cmd/yacc: move cmd/yacc/expr to cmd/yacc/testdata/exprRuss Cox2014-09-064-2/+3
| * runtime: use reflect.call during panic instead of newstackcallRuss Cox2014-09-051-0/+2
| * runtime: convert panic/recover to GoKeith Randall2014-09-055-7/+8
| * cmd/dist: another attempt at textflag.hRuss Cox2014-09-043-14/+23
| * cmd/dist: make textflag.h available in runtime, avoid android/linux conflictsRuss Cox2014-09-043-6/+23
| * runtime: more C to Go conversion adjustmentsRuss Cox2014-09-041-0/+1
| * cmd/api: don't depend on os/user or USER to check apiBrad Fitzpatrick2014-09-041-3/+1
| * runtime: reconvert sigqueue.goc from C to GoRuss Cox2014-09-041-0/+1
| * runtime: convert netpoll to GoDmitriy Vyukov2014-09-041-0/+3
| * runtime: deferproc/deferreturn in GoKeith Randall2014-09-031-1/+2
| * cmd/cgo, runtime: write cgo stub wrappers in Go, not CRuss Cox2014-09-031-94/+108
| * runtime: convert a few traceback-related functions from proc.c to traceback.goRuss Cox2014-09-031-1/+11
| * runtime: convert select implementation to Go.Keith Randall2014-09-022-1/+3
| * runtime: convert traceback*.c to GoRuss Cox2014-09-021-7/+24
| * cmd/gc: fix runtime print(hex(x))Russ Cox2014-09-021-1/+1
| * runtime: convert mprof.goc to mprof.goRuss Cox2014-09-012-2/+3
| * cmd/ld: diagnose Go calling CRuss Cox2014-08-314-0/+57
| * cmd/cc: generate error if #pragma pack off does anythingRuss Cox2014-08-303-9/+18
| * runtime: convert type algorithms to GoDmitriy Vyukov2014-08-301-17/+2
| * runtime: include constants and defs_*_*.h types in generated Go defsRuss Cox2014-08-292-5/+20
| * cmd/gc: allow runtime to define a hex integer type for printingRuss Cox2014-08-293-9/+14
| * cmd/internal/objfile: fix dissassembly of Plan 9 object filesAnthony Martin2014-08-281-0/+15
| * runtime: move finalizer thread to Go.Keith Randall2014-08-281-14/+2
| * cmd/api: more runtime fixesRuss Cox2014-08-281-1/+1
| * cmd/cc: translate C Eface type as Go interface{}Russ Cox2014-08-271-3/+5
| * cmd/api: fix for Lock?Mutex changeRuss Cox2014-08-271-1/+1
| * cmd/5l, cmd/6l, cmd/8l: fix nacl binary corruption bugRuss Cox2014-08-273-10/+10
| * cmd/cc, runtime: preserve C runtime type names in generated GoRuss Cox2014-08-272-43/+14
| * cmd/{addr2line,objdump}: fix finding pclntab and symtab for pe and plan9objMatthew Dempsky2014-08-273-16/+52
| * cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into...Matthew Dempsky2014-08-2717-119/+118
| * cmd/cc, runtime: convert C compilers to use Go calling conventionRuss Cox2014-08-2716-69/+221
| * cmd/gc: fix undefined behaviour warnings in mparith3.cDave Cheney2014-08-271-2/+2
| * cmd/go: add missing doc for GOOS and GOARCHChaiShushan2014-08-251-0/+4
| * cmd/gofmt: don't permit -w with stdinRobert Griesemer2014-08-251-1/+6
| * cmd/go: clean up a couple of inconsequential nits in generateRob Pike2014-08-252-2/+1
| * cmd/gc, runtime: treat slices and strings like pointers in garbage collectionRuss Cox2014-08-2514-54/+59
| * cmd/go: add GOOS and GOARCH to generateRob Pike2014-08-252-1/+19
| * cmd/go: add simple test for generate's line parserRob Pike2014-08-251-0/+46
| * runtime: convert async semaphores to GoDmitriy Vyukov2014-08-251-0/+1
| * cmd/gc: fix order of channel evaluation of receive channelsRuss Cox2014-08-251-0/+8
| * runtime: convert NewCallback and NewCallbackCDecl to GoAlex Brainman2014-08-252-2/+8
| * cmd/5g, cmd/6g, cmd/8g: clear Addr node when registerizingJosh Bleecher Snyder2014-08-243-0/+3
| * cmd/gc: fix buildRuss Cox2014-08-242-1/+1
| * cmd/5g, cmd/8g: registerize small structs and arraysRuss Cox2014-08-242-6/+147
| * cmd/gc: re-enable IfacePointerOnlyRuss Cox2014-08-241-1/+1
| * cmd/link: fix testdata generationMatthew Dempsky2014-08-249-8/+11
| * cmd/yacc: remove Makefile and build expr using go generateRob Pike2014-08-244-17/+35
| * cmd/go: add go generateRob Pike2014-08-247-2/+491