summaryrefslogtreecommitdiff
path: root/src/cmd
Commit message (Expand)AuthorAgeFilesLines
* cmd/gc: don't walk static nodes generated by anylit.R?my Oudompheng2014-09-151-0/+2
* cmd/gc: generate type alg after calling dowidth.R?my Oudompheng2014-09-151-1/+1
* cmd/8g: remove unused variable (fix build)Robert Griesemer2014-09-121-1/+0
* cmd/gc: fix racewalk after writebarrier changeDmitriy Vyukov2014-09-121-0/+25
* runtime: remove a few untyped allocationsRuss Cox2014-09-121-4/+5
* cmd/cc, cmd/gc: stop generating 'argsize' PCDATARuss Cox2014-09-1212-97/+0
* runtime: tell the truth about BitVector typeRuss Cox2014-09-121-1/+5
* cmd/gc: turn Go prototypes into ptr liveness maps for assembly functionsRuss Cox2014-09-122-4/+47
* runtime: get rid of copyable check - all G frames are copyable.Keith Randall2014-09-113-214/+0
* cmd/gc: emit write barriersRuss Cox2014-09-117-13/+183
* runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFramesRuss Cox2014-09-091-0/+2
* cmd/cc: fix undefined behaviour warning in bv.cDave Cheney2014-09-081-1/+1
* cmd/gc: fix undefined behaviour warning in subr.cDave Cheney2014-09-081-1/+1
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-0845-192/+192
* 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