summaryrefslogtreecommitdiff
path: root/src/cmd
Commit message (Expand)AuthorAgeFilesLines
* cmd/go: strip -fsanitize= flags when building cgo objectDmitriy Vyukov2014-09-251-0/+8
* build: fix elf buildsRuss Cox2014-09-242-4/+13
* cmd/cc, cmd/ld, runtime: disallow conservative data/bss objectsRuss Cox2014-09-245-3/+24
* cmd/gc: fix import of package with var func returning _Russ Cox2014-09-241-10/+5
* cmd/gc: run escape analysis always (even in -N mode)Russ Cox2014-09-243-13/+7
* cmd/go: prohibit C sources files unless using cgoRuss Cox2014-09-244-0/+26
* cmd/pack: fix c command for existing fileRob Pike2014-09-233-20/+57
* cmd/go: fix typoSameer Ajmani2014-09-191-2/+2
* cmd/go, testing: add TestMain supportRuss Cox2014-09-191-2/+44
* lib9, cmd/ld: fixes for cross-linking on a Windows hostIan Lance Taylor2014-09-181-0/+4
* cmd/go: use pkg-config include pathes in swig and don't double compile c++ fi...Ahmed Waheed Moanes2014-09-161-32/+61
* cmd/5g, cmd/8g: make 'out of registers' a fatal errorRuss Cox2014-09-162-3/+3
* runtime: remove untyped allocation of ParForRuss Cox2014-09-161-0/+1
* runtime: remove duplicated Go constantsRuss Cox2014-09-162-2/+50
* cmd/gc: say 'non-constant array bound' instead of 'invalid array bound'Russ Cox2014-09-161-1/+4
* cmd/gc: make runtime escape an error, not a fatal errorRuss Cox2014-09-162-2/+2
* cmd/ld: document that -X overwrites initialized variablesJosh Bleecher Snyder2014-09-151-3/+3
* cmd/api: internal debugging supprtRobert Griesemer2014-09-151-9/+20
* 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