summaryrefslogtreecommitdiff
path: root/src/cmd
Commit message (Expand)AuthorAgeFilesLines
...
* cmd/5c, cmd/6c, cmd/8c: make failure to optimize fatalRuss Cox2014-10-073-22/+10
* cmd/gc: fix print formatRuss Cox2014-10-071-1/+1
* runtime: crash if we see an invalid pointer into GC arenaRuss Cox2014-10-071-2/+4
* runtime: remove type-punning for Type.gc[0], gc[1]Russ Cox2014-10-072-4/+26
* cmd/ld: ignore .Linfo_stringNN variables in clang .o filesRuss Cox2014-10-061-0/+2
* cmd/gc: prohibit short variable declarations containing duplicate symbolsEvan Kroske2014-10-061-0/+11
* cmd/go: fix 'go vet' of package with external testsRuss Cox2014-10-064-5/+40
* cmd/8l: accept R_386_GOT32 in push instructionRuss Cox2014-10-061-5/+13
* cmd/cc, runtime: disallow structs without tagsRuss Cox2014-10-033-739/+477
* cmd/cgo: add missing ast.SliceExpr.Max case to AST traversal.Alan Donovan2014-09-301-0/+3
* go/format, cmd/gofmt: added missing comments, minor internal cleanupRobert Griesemer2014-09-301-6/+23
* cmd/go: sometimes name tmp test binary test.test.exe on WindowsRuss Cox2014-09-301-0/+37
* cmd/pprof: add Go implementationRuss Cox2014-09-3019-0/+7728
* cmd/gc: fix call order in array literal of slice literal of make chanRuss Cox2014-09-301-2/+12
* cmd/objdump: move armasm, x86asm into internal packagesRuss Cox2014-09-3033-24625/+35092
* go/format, cmd/gofmt: fix issues with partial Go code with indentDmitri Shuralyov2014-09-296-73/+174
* cmd/yacc: fix handling of tokens that don't start with lettersIan Lance Taylor2014-09-292-5/+11
* undo CL 141840043 / 65e21380cb2aBrad Fitzpatrick2014-09-291-3/+2
* cmd/ld: close outfile before cleanupJonathan Rudenberg2014-09-291-2/+3
* cmd/ld: don't automatically mark symbols created by -X as reachableIan Lance Taylor2014-09-282-3/+10
* cmd/go: always build _test.go files and link into testRuss Cox2014-09-267-2/+33
* cmd/yacc: fix parsing of character tokensRuss Cox2014-09-261-63/+13
* cmd/go: fix -aRuss Cox2014-09-261-1/+1
* cmd/go: make build -a skip standard packages in Go releasesRuss Cox2014-09-265-2/+67
* cmd/go: handle paths like \x.go on windowsAlex Brainman2014-09-262-2/+62
* cmd/go: document that testdata directories are ignoredRuss Cox2014-09-262-11/+21
* cmd/go: add test -o flag to control where test binary is writtenRuss Cox2014-09-263-20/+63
* cmd/go: display program name when reporting crashRuss Cox2014-09-263-0/+28
* cmd/go: make malformed import path message more preciseRuss Cox2014-09-261-2/+2
* cmd/go: re-resolve and check vcs roots during go get -uRuss Cox2014-09-263-6/+135
* cmd/go: fix 'go get vanity/repo/...' in clean GOPATHRuss Cox2014-09-262-1/+20
* cmd/go: install dependencies for 'go build -i' on a commandRuss Cox2014-09-252-47/+78
* cmd/gc: emit error for out-of-bounds slice of constant stringRuss Cox2014-09-251-10/+15
* cmd/gc: print x++ (not x += 1) in errors about x++Russ Cox2014-09-254-262/+277
* cmd/gc: avoid infinite recursion on invalid recursive typeRuss Cox2014-09-252-2/+5
* runtime: add load_g call in arm callback.Keith Randall2014-09-251-4/+4
* cgo: adjust return value location to account for stack copies.Keith Randall2014-09-251-1/+15
* cmd/go: fix bytes and net the right wayRuss Cox2014-09-241-1/+1
* 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