aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2013-05-06go1.1rc2go1.1rc2Andrew Gerrand
2013-05-06api: add go1.1.txt; update cmd/api to use itBrad Fitzpatrick
2013-05-03cmd/ld: add .note.GNU-stack section for external linkingShenghou Ma
2013-05-02cmd/ld: fix SDYNIMPORT symbol testAlex Brainman
2013-05-01cmd/ld: fix another unsigned value causing bugs on Plan 9Rob Pike
2013-05-01cmd/cgo: correct pragma name in commentIan Lance Taylor
2013-05-01cmd/ld: fix syms that are both cgo_import_static & cgo_import_dynamicIan Lance Taylor
2013-04-30cmd/ld: when linking externally, only generate dwarf info for ELFRob Pike
2013-04-30cmd/go: undo CL 8119049Russ Cox
2013-04-30cmd/ld: emit relocs for DWARF info when doing an external linkIan Lance Taylor
2013-04-30cmd/ld: another attempt at the relocation overflow fixRob Pike
2013-04-30cmd/ld: fix check for address wrap in relocationRob Pike
2013-04-30cmd/ld: disable relocation range check so build can go green while we debug t...Rob Pike
2013-04-29cmd/gc: fix some overflows in the compilerRob Pike
2013-04-29cmd/ld: fix some 64-bit issuesRob Pike
2013-04-25cmd/gc: initialize t->width in dgcsym() if requiredJan Ziak
2013-04-24cmd/vet: clean up the testRob Pike
2013-04-24cmd/5g, cmd/6g, cmd/8g: more nil ptr to large struct checksIan Lance Taylor
2013-04-23cmd/dist: fix line numbers in goc2c generated filesAnthony Martin
2013-04-20cmd/ld: do not relocate ignored PE sectionsAlex Brainman
2013-04-20cmd/ld: don't show cursym in gcc invocation failure messageShenghou Ma
2013-04-16cmd/dist, make.bash: pass -mmacosx-version-min=10.6 to gcc on DarwinShenghou Ma
2013-04-15cmd/ld: ignore PE sections that are not code or dataIan Lance Taylor
2013-04-13cmd/gc: disable inlining of method valuesDaniel Morsing
2013-04-12cmd/go: quote command line arguments in debug outputVolker Dobler
2013-04-12cmd/go: quote command line arguments in debug outputVolker Dobler
2013-04-12cmd/ld: always do external link for -linkmode=externalIan Lance Taylor
2013-04-12cmd/ld: if we fail from an unexpected PE flags value, print itIan Lance Taylor
2013-04-11gc: escape unicode BOM in exported string literalsVolker Dobler
2013-04-10 cmd/cgo, cmd/go: remove #cgo directive parsing from cmd/cgoAndrew Wilkins
2013-04-10cmd/ld: fix scope of static objects in symbol tableAnthony Martin
2013-04-11cmd/ld: fix argument passing in doc.goShenghou Ma
2013-04-10cmd/ld: fix inconsistency in internal linking of common symbols.Rémy Oudompheng
2013-04-09cmd/cgo: record CGO_LDFLAGS env var in _cgo_flagsAndrew Wilkins
2013-04-08cmd/gc: properly set variadic flag on method values.Rémy Oudompheng
2013-04-07cmd/go: fix a misleading sentenceRob Pike
2013-04-08cmd/go: clarify what "pkg.test" means wrt the -c flagAndrew Gerrand
2013-04-08cmd/go: document usage of external test packagesKamil Kisiel
2013-04-07cmd/go: fix capitalization of Bitbucket, document Git supportJohn Howard Palevich
2013-04-05cmd/gc: fix Offsetof computation.Rémy Oudompheng
2013-04-04cmd/gc: fix a typoCarl Shapiro
2013-04-03cmd/nm: don't add filename elements for m symbolsAnthony Martin
2013-04-04cmd/go: run main package when no files are listedJonathan Rudenberg
2013-04-03doc: link the race detector document into the release notesRob Pike
2013-04-03go/parser: ParseExpr must accept type expressionsRobert Griesemer
2013-04-03cmd/gc: be more tolerant with recursive types when checking map types.Rémy Oudompheng
2013-04-03cmd/gc: preserve safe annotation of package def.David Symonds
2013-04-02cmd/gofmt: handle ... in rewrite of callsRobert Griesemer
2013-04-03cmd/go: fix typo in docsShenghou Ma
2013-04-02cmd/godoc: don't linkify index entriesRobert Griesemer