• 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
..
darwin_386.sh Loading commit data...
darwin_amd64.sh Loading commit data...
freebsd_386.sh Loading commit data...
freebsd_amd64.sh Loading commit data...
linux_386.sh Loading commit data...
linux_amd64.sh Loading commit data...
linux_arm.sh Loading commit data...
netbsd_386.sh Loading commit data...
netbsd_amd64.sh Loading commit data...
openbsd_386.sh Loading commit data...
openbsd_amd64.sh Loading commit data...
plan9_386.sh Loading commit data...
windows_386.sh Loading commit data...
windows_amd64.sh Loading commit data...