An error occurred fetching the project authors.
  1. 30 Oct, 2017 1 commit
  2. 20 Sep, 2017 1 commit
  3. 24 Aug, 2017 1 commit
  4. 02 Jun, 2017 1 commit
  5. 26 Mar, 2017 1 commit
  6. 11 Mar, 2017 1 commit
  7. 02 Mar, 2017 1 commit
  8. 28 Feb, 2017 1 commit
  9. 21 Feb, 2017 2 commits
  10. 31 Oct, 2016 1 commit
  11. 25 Oct, 2016 1 commit
  12. 14 Sep, 2016 1 commit
  13. 10 Sep, 2016 1 commit
    • Josh Bleecher Snyder's avatar
      cmd/vet: add vet runner script for core · 5de2e5b7
      Josh Bleecher Snyder authored
      This CL adds a script to run vet on std and cmd.
      
      There are a considerable number of false positives,
      mostly from legitimate but unusual assembly in
      the runtime and reflect packages.
      
      There are also a few false positives that need fixes.
      They are noted as such in the whitelists;
      they're not worth holding this CL for.
      
      The unsafe pointer check is disabled.
      The false positive rate is just too high to be worth it.
      
      There is no cmd/dist/test integration yet.
      The tentative plan is that we'll check the local platform
      during all.bash, and that there'll be a fast builder that
      checks all platforms (to cover platforms that can't exec).
      
      Fixes #11041
      
      Change-Id: Iee4ed32b05447888368ed86088e3ed3771f84442
      Reviewed-on: https://go-review.googlesource.com/27811Reviewed-by: default avatarRob Pike <r@golang.org>
      5de2e5b7