summaryrefslogtreecommitdiff
path: root/src/cmd/dist
Commit message (Expand)AuthorAgeFilesLines
...
* cmd/dist: zero output variables on entry to goc2c functionsRuss Cox2014-03-271-0/+19
* cmd/dist: set -Wuninitialized only when -O is also set.Shenghou Ma2014-03-261-6/+7
* cmd/dist: enable GOARM>5 on NetBSD/ARM.Shenghou Ma2014-03-061-10/+2
* cmd/dist: support building pkg/runtime/*.Shenghou Ma2014-03-052-2/+3
* cmd/dist: use vfprintf on Windows, same as on UnixRuss Cox2014-03-051-18/+4
* cmd/dist: respect system CFLAGS/LDFLAGSJan Ziak2014-03-051-3/+27
* cmd/dist: add missing Native Client bitsDave Cheney2014-02-281-2/+14
* all: merge NaCl branch (part 1)Dave Cheney2014-02-251-1/+3
* runtime: use goc2c as much as possibleRuss Cox2014-02-202-31/+70
* cmd/addr2line: reimplement in GoRuss Cox2014-02-191-2/+0
* lib9: enable on Plan 9David du Colombier2014-02-131-15/+4
* cmd/go, cmd/cgo, make.bash: cross compiling with cgo enabledElias Naur2014-02-063-9/+21
* runtime: add support for GOOS=solarisAram H?v?rneanu2014-01-171-3/+8
* cmd/pack: rewrite in GoRob Pike2014-01-151-2/+0
* lib9, libmach, cmd/dist, go/build: add support for GOOS=solarisAram H?v?rneanu2014-01-072-0/+10
* cmd/dist: avoid use of 'go tool pack'Russ Cox2013-12-171-5/+57
* cmd/nm: reimplement in GoRuss Cox2013-12-161-3/+1
* build: do not use the host's libbio on Plan 9Anthony Martin2013-12-091-24/+5
* cmd/dist, cmd/go: pass -fmessage-length alwaysRuss Cox2013-12-091-2/+2
* cmd/dist, cmd/go: pass -fmessage-length=0 when using clangRuss Cox2013-12-091-0/+2
* cmd/dist: add liblink build informationRuss Cox2013-12-083-16/+29
* cmd/dist: revert an accidental change to the optimization settingCarl Shapiro2013-12-051-1/+1
* cmd/5g, cmd/5l, cmd/6g, cmd/6l, cmd/8g, cmd/8l, cmd/gc, runtime: generate poi...Carl Shapiro2013-12-051-1/+5
* cmd/dist, build: support building statically linked toolchainShenghou Ma2013-10-013-0/+10
* cmd/dist, cmd/go: embed default C++ compiler into cmd/goShenghou Ma2013-09-243-2/+15
* build: disable precise collection of stack framesRuss Cox2013-09-163-1/+37
* cmd/dist: Plan 9 build needs an additional include pathLucio De Re2013-09-061-0/+2
* cmd/dist: don't print misleading warning when using GOROOT_FINALIan Lance Taylor2013-09-041-1/+4
* all: compiler/bootstrap for dragonfly/amd64Joel Sing2013-08-242-0/+3
* cmd/dist: join with TMPDIR more carefully to avoid // in path.David Symonds2013-08-191-1/+3
* cmd/dist: more informative error for mkdtemp failingRob Pike2013-08-191-2/+3
* cmd/dist: fix darwin buildRuss Cox2013-08-141-7/+6
* runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex...Elias Naur2013-08-141-3/+7
* encoding: new packageRuss Cox2013-08-141-0/+4
* cmd/gc: support for "portable" optimization logicRuss Cox2013-08-121-0/+7
* cmd/dist: generate cmd/cgo/zdefaultcc.go on windows (fixes windows build)Alex Brainman2013-08-031-1/+4
* cmd/dist: fix build againRuss Cox2013-08-021-0/+44
* cmd/dist: fix buildRuss Cox2013-08-021-2/+2
* build: on OS X 10.8 and later, use clang instead of gccRuss Cox2013-08-023-13/+42
* cmd/dist: fix crash on windowsDmitriy Vyukov2013-07-271-1/+1
* all: be more idiomatic when documenting boolean return values.Rob Pike2013-07-233-3/+3
* cmd/dist, cmd/go: enable more warnings, make clang errors legibleRuss Cox2013-07-192-0/+8
* cmd/dist: generate offsets for P structureRuss Cox2013-07-191-0/+2
* cmd/dist: allow assembly code to use enumerated constants.Keith Randall2013-07-121-1/+8
* runtime: do not generate code during runtime in windows NewCallbackAlex Brainman2013-06-243-0/+47
* all: fix typosShenghou Ma2013-06-092-2/+2
* cmd/5a, cmd/dist, runtime: support m/g in the assembler, drop support for R9/R10Shenghou Ma2013-05-301-2/+0
* cmd/cov: deleteRob Pike2013-05-241-6/+3
* runtime/bytes: fast Compare for byte arrays and strings.Keith Randall2013-05-141-3/+15
* cmd/dist: fix line numbers in goc2c generated filesAnthony Martin2013-04-231-1/+2