aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2013-10-18go1.2rc2go1.2rc2Andrew Gerrand
2013-10-18api: add go1.2.txt, use in testsAndrew Gerrand
2013-10-15cmd/cgo: simpler fix for issue 6506.Shenghou Ma
2013-10-15cmd/cgo: print the builtin prolog after the per-file preambleRuss Cox
2013-10-15cmd/cgo: fix Xcode 5 incompatibility for #defined expressionsRuss Cox
2013-10-15cmd/cgo: work around bug in clang debug info for builtins like memsetRuss Cox
2013-10-14cmd/gc: fix comment about performing indexing at compile time.Keith Randall
2013-10-14cmd/api: make it work even when cgo is disabledShenghou Ma
2013-10-10cmd/gc: re-word some error messagesShenghou Ma
2013-10-09cmd/go: add any .c/.cc files to the SWIG shared libraryIan Lance Taylor
2013-10-08cmd/go, runtime: express armv5t architecture constraint differentlyCarl Shapiro
2013-10-03gofmt: explain why lower bounds aren't automatically simplifiedRobert Hencke
2013-10-03cmd/gc: support -installsuffix in the compiler and builderDave Day
2013-10-02cmd/go: document relative importsRuss Cox
2013-10-02cmd/gc: qualified embedded fields with owner package.Rémy Oudompheng
2013-10-01cmd/dist, build: support building statically linked toolchainShenghou Ma
2013-10-01cmd/go: use -installsuffix to determine the includes directory listDave Day
2013-09-25cmd/go: "go test -c -test.bench=XX fmt" shouldn't hangShenghou Ma
2013-09-24cmd/cgo: fix so that tests pass again when using gccgoIan Lance Taylor
2013-09-24cmd/cgo: retain Go pointer passed to C call for duration of callRuss Cox
2013-09-24cmd/dist, cmd/go: embed default C++ compiler into cmd/goShenghou Ma
2013-09-23cmd/cgo: update #cgo docs to reflect realityRuss Cox
2013-09-23cmd/ld: fix "_image_base__ not defined" problem for cmd/8l.Shenghou Ma
2013-09-22cmd/api: always do API check if hg is availableBrad Fitzpatrick
2013-09-20cmd/yacc: report correct line for 'default action causes potential type clash'Russ Cox
2013-09-20cmd/gc: fix imported and not used error for import .Russ Cox
2013-09-20cmd/gc: print expression in 'duplicate case in switch' errorRuss Cox
2013-09-20cmd/ld: fix "ld -s" to not discard pclntab.Shenghou Ma
2013-09-19cmd/gc: cleanup SWITCH nodes after walk.Rémy Oudompheng
2013-09-19cmd/ld: handle IMAGE_SYM_CLASS_LABEL symbols.Shenghou Ma
2013-09-19cmd/go: fix missing __mingw_fprintf symbol for cgo on windowsShenghou Ma
2013-09-18cmd/ld: handle duplicate static symbols in COFF and Mach-O files.Shenghou Ma
2013-09-19cmd/go: write the WORK=/tmp/... line to stderrRob Pike
2013-09-18cmd/gc: fix set but not used errorDave Cheney
2013-09-17cmd/go: add basic docs on calling between Go and C/C++Ian Lance Taylor
2013-09-17cmd/gc: eliminate redundant &x.Field nil checksRuss Cox
2013-09-17cmd/cgo: rearrange and update documentationIan Lance Taylor
2013-09-17cmd/6c, cmd/6g, cmd/cc: fix undefined behavior warningsDave Cheney
2013-09-16cmd/gc, runtime: inline append in frontend.Rémy Oudompheng
2013-09-16cmd/nm: make -S listing a bit more accurateRuss Cox
2013-09-16build: disable precise collection of stack framesRuss Cox
2013-09-16cmd/cgo: remove inaccurate commentIan Lance Taylor
2013-09-16cmd/gc: do not report fields when looking for methodsRuss Cox
2013-09-16cmd/gc: fix divide by zero error in compilerRuss Cox
2013-09-16cmd/cgo: allow C.malloc(0) alwaysRuss Cox
2013-09-16cmd/go: document that "main" is a reserved import pathRob Pike
2013-09-16cmd/nm: put the -S flag in the usage messageRob Pike
2013-09-16cmd/gofmt: document -s transformationsAndrew Gerrand
2013-09-14cmd/gc: don't generate algs for internal map types.Rémy Oudompheng
2013-09-13cmd/5l: fix handling of RET.EQ in wrapper functionRuss Cox