summaryrefslogtreecommitdiff
path: root/src/cmd
Commit message (Expand)AuthorAgeFilesLines
* liblink: use pc-relative addressing for all memory references in amd64 codeRuss Cox2014-08-182-7/+20
* cmd/6g: fix undefined behavior in reg.cDave Cheney2014-08-191-1/+1
* runtime: don't acquirem on malloc fast pathDmitriy Vyukov2014-08-181-1/+4
* cmd/ld: fix operator precedenceDave Cheney2014-08-161-1/+1
* cmd/ld: fix operator precedenceShenghou Ma2014-08-161-1/+1
* cmd/dist: goc2c ignores GOROOT_FINALHenning Schmiedehausen2014-08-153-6/+12
* cmd/go: fix a couple of errors found by "go vet"Rob Pike2014-08-152-2/+2
* cmd/gc: disallow pointer constantsMatthew Dempsky2014-08-151-2/+6
* cmd/cgo: check for compiler errors in the C preambleMatthew Dempsky2014-08-141-3/+12
* cmd/cgo, debug/dwarf: fix translation of zero-size arraysMatthew Dempsky2014-08-131-34/+31
* cmd/dist: Reuse streq whenever possible.Thiago Fransosi Farina2014-08-133-13/+13
* all: copy cmd/ld/textflag.h into pkg/GOOS_GOARCHRob Pike2014-08-124-4/+9
* cmd/6c, cmd/6g: avoid address-as-constant in amd64 instructionsRuss Cox2014-08-123-14/+3
* cmd/go: adjust import comment errorRuss Cox2014-08-122-2/+2
* cmd/ld: handle large link base addressesRuss Cox2014-08-122-8/+8
* cmd/go, go/build: implement import comment checkingRuss Cox2014-08-1212-1/+58
* cmd/cgo: make C function pointers non-assignableMatthew Dempsky2014-08-122-2/+8
* dist: Make vaddn private to buf.cThiago Fransosi Farina2014-08-121-1/+1
* cmd/cgo: fix default alignment for empty structsMatthew Dempsky2014-08-111-0/+3
* cmd/cgo: iterate over names in deterministic orderMatthew Dempsky2014-08-111-1/+2
* cmd/gc: comma-ok assignments produce untyped bool as 2nd resultChris Manghane2014-08-113-3/+18
* cmd/8g: fix buildShenghou Ma2014-08-111-2/+2
* cmd/6g, cmd/8g: fix, test byte-sized magic multiplyRuss Cox2014-08-114-2/+12
* cmd/link: fix zig-zag decodingMatthew Dempsky2014-08-111-1/+1
* cmd/go: fix build in airplane modeMikio Hara2014-08-081-0/+3
* cmd/go: download test dependencies of all named packagesAndrew Gerrand2014-08-082-1/+14
* cmd/go: don't pass --buildid=none on OpenBSDIan Lance Taylor2014-08-071-1/+1
* runtime: convert equality functions to GoKeith Randall2014-08-076-100/+74
* runtime: convert interface routines from C to Go.Keith Randall2014-08-071-1/+1
* cmd/go: don't pass --buildid=none on FreeBSDIan Lance Taylor2014-08-071-1/+1
* cmd/go: pass --build-id=none when generating a cgo .oIan Lance Taylor2014-08-071-1/+17
* cmd/addr2line, cmd/nm: factor object reading into cmd/internal/objfileRuss Cox2014-08-0711-383/+444
* cmd/fix: mention -help instead of the non-existent -? flagAndrew Gerrand2014-08-071-1/+1
* cmd/cc, runtime: eliminate use of the unnamed substructure C extensionPeter Collingbourne2014-08-071-6/+3
* cmd/gc: remove ignored debugging arguments in Fconv printRuss Cox2014-08-071-1/+1
* cmd/go: revise disallowInternalRuss Cox2014-08-061-7/+28
* cmd/go: implement 'internal' conventionRuss Cox2014-08-065-5/+83
* runtime: shorten hash declarationsKeith Randall2014-08-061-1/+1
* cmd/gc: make liveness ~10x fasterRuss Cox2014-08-064-35/+69
* cmd/cgo: consistently map void* to *byte under -{c,go}defsMatthew Dempsky2014-08-061-30/+12
* dist: fix Plan 9 buildDavid du Colombier2014-08-061-2/+5
* undo CL 114420043 / b613f2acdf69Shenghou Ma2014-08-061-1/+1
* liblink, cmd/dist, cmd/5l: introduce %^ and move C_* constants.Shenghou Ma2014-08-063-47/+72
* cmd/cc, cmd/gc: set ctxt->debugvlog with debug['v']Shenghou Ma2014-08-062-0/+2
* cmd/5l, cmd/6l, cmd/8l, cmd/ld: remove unused code, consolidate enumsShenghou Ma2014-08-066-216/+12
* cmd/ld: fix operator precedenceShenghou Ma2014-08-061-1/+1
* cmd/cgo: fix recursive type mappingMatthew Dempsky2014-08-051-13/+44
* cmd/cgo: fix handling of defs_linux.goMatthew Dempsky2014-08-052-9/+5
* cmd/cgo: for -godefs, promote first field of anonymous unionIan Lance Taylor2014-08-051-2/+21
* runtime: remove type.goDmitriy Vyukov2014-08-051-2/+2