• Russ Cox's avatar
    cmd/go: improvements · 42526e21
    Russ Cox authored
    Print all the syntax errors.  Fixes issue 2811.
    
    Change Windows binary removal strategy.
    This should keep the temporary files closer to
    the binaries they are for, which will make it
    more likely that the rename is not cross-device
    and also make it easier to clean them up.
    Fixes #2604 (as much as we can).
    
    The standard build does not use the go command
    to install the go command anymore, so issue 2604
    is less of a concern than it originally was.
    (It uses the go_bootstrap command to install
    the go command.)
    
    Buffer 'go list' output.
    
    R=golang-dev, bradfitz, r
    CC=golang-dev
    https://golang.org/cl/5604048
    42526e21
Name
Last commit
Last update
..
buildscript Loading commit data...
cmd Loading commit data...
lib9 Loading commit data...
libbio Loading commit data...
libmach Loading commit data...
pkg Loading commit data...
Make.ccmd Loading commit data...
Make.clib Loading commit data...
Make.cmd Loading commit data...
Make.common Loading commit data...
Make.ctool Loading commit data...
Make.inc Loading commit data...
all-qemu.bash Loading commit data...
all.bash Loading commit data...
buildinfo.sh Loading commit data...
buildscript.sh Loading commit data...
clean.bash Loading commit data...
env.bash Loading commit data...
make.bash Loading commit data...
quietgcc.bash Loading commit data...
run.bash Loading commit data...
sudo.bash Loading commit data...
version.bash Loading commit data...