1. 06 Sep, 2019 1 commit
  2. 18 Jan, 2019 1 commit
    • libgo: update to Go1.12beta2 · 4f4a855d
          
          Reviewed-on: https://go-review.googlesource.com/c/158019
      
      gotools/:
      	* Makefile.am (go_cmd_vet_files): Update for Go1.12beta2 release.
      	(GOTOOLS_TEST_TIMEOUT): Increase to 600.
      	(check-runtime): Export LD_LIBRARY_PATH before computing GOARCH
      	and GOOS.
      	(check-vet): Copy golang.org/x/tools into check-vet-dir.
      	* Makefile.in: Regenerate.
      
      gcc/testsuite/:
      	* go.go-torture/execute/names-1.go: Stop using debug/xcoff, which
      	is no longer externally visible.
      
      From-SVN: r268084
      Ian Lance Taylor committed
  3. 24 Sep, 2018 1 commit
  4. 09 Jan, 2018 1 commit
    • libgo: update to Go1.10beta1 · 1a2f01ef
          
          Update the Go library to the 1.10beta1 release.
          
          Requires a few changes to the compiler for modifications to the map
          runtime code, and to handle some nowritebarrier cases in the runtime.
          
          Reviewed-on: https://go-review.googlesource.com/86455
      
      gotools/:
      	* Makefile.am (go_cmd_vet_files): New variable.
      	(go_cmd_buildid_files, go_cmd_test2json_files): New variables.
      	(s-zdefaultcc): Change from constants to functions.
      	(noinst_PROGRAMS): Add vet, buildid, and test2json.
      	(cgo$(EXEEXT)): Link against $(LIBGOTOOL).
      	(vet$(EXEEXT)): New target.
      	(buildid$(EXEEXT)): New target.
      	(test2json$(EXEEXT)): New target.
      	(install-exec-local): Install all $(noinst_PROGRAMS).
      	(uninstall-local): Uninstasll all $(noinst_PROGRAMS).
      	(check-go-tool): Depend on $(noinst_PROGRAMS).  Copy down
      	objabi.go.
      	(check-runtime): Depend on $(noinst_PROGRAMS).
      	(check-cgo-test, check-carchive-test): Likewise.
      	(check-vet): New target.
      	(check): Depend on check-vet.  Look at cmd_vet-testlog.
      	(.PHONY): Add check-vet.
      	* Makefile.in: Rebuild.
      
      From-SVN: r256365
      Ian Lance Taylor committed
  5. 22 Jul, 2016 1 commit
  6. 03 Feb, 2016 1 commit
  7. 31 Oct, 2015 1 commit
  8. 16 Jul, 2013 1 commit