• Russ Cox's avatar
    cmd/go: a raft of fixes · 9f333170
    Russ Cox authored
    * add -work option to save temporary files (Fixes issue 2980)
    * fix go test -i to work with cgo packages (Fixes issue 2936)
    * do not overwrite/remove empty directories or non-object
      files during build (Fixes issue 2829)
    * remove package main vs package non-main heuristic:
      a directory must contain only one package (Fixes issue 2864)
    * to make last item workable, ignore +build tags for files
      named on command line: go build x.go builds x.go even
      if it says // +build ignore.
    * add // +build ignore tags to helper programs
    
    R=golang-dev, r, r
    CC=golang-dev
    https://golang.org/cl/5674043
    9f333170
Name
Last commit
Last update
..
alert.go Loading commit data...
cipher_suites.go Loading commit data...
common.go Loading commit data...
conn.go Loading commit data...
conn_test.go Loading commit data...
generate_cert.go Loading commit data...
handshake_client.go Loading commit data...
handshake_client_test.go Loading commit data...
handshake_messages.go Loading commit data...
handshake_messages_test.go Loading commit data...
handshake_server.go Loading commit data...
handshake_server_test.go Loading commit data...
key_agreement.go Loading commit data...
parse-gnutls-cli-debug-log.py Loading commit data...
prf.go Loading commit data...
prf_test.go Loading commit data...
root_darwin.go Loading commit data...
root_stub.go Loading commit data...
root_test.go Loading commit data...
root_unix.go Loading commit data...
root_windows.go Loading commit data...
tls.go Loading commit data...