-
-
Notifications
You must be signed in to change notification settings - Fork 403
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: dominikh/go-tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2020.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: dominikh/go-tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2020.2.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 20 files changed
- 2 contributors
Commits on Dec 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cdfeb40 - Browse repository at this point
Copy the full SHA cdfeb40View commit details
Commits on Jan 19, 2021
-
doc: update docs to reflect recent 'unused' changes
(cherry picked from commit 3c24ef8)
Configuration menu - View commit details
-
Copy full SHA for 82fcb65 - Browse repository at this point
Copy the full SHA 82fcb65View commit details -
lintcmd: don't mention the -explain flag
Mentioning the flag on every run that produces diagnostics has turned out to be too annoying. Most users will remember that the flag exists after the first time we've told them about it. After that, we're just making output longer and more noisy for people. This is especially evident when run from inside editors. Instead of adding more heuristics or flags to control this behavior, remove it. We'll have to figure out a better way of teaching our users. This reverts 9cc924a, 9b21780 and 08a27f4. (cherry picked from commit 731fdc8)
Configuration menu - View commit details
-
Copy full SHA for 947c2e7 - Browse repository at this point
Copy the full SHA 947c2e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 256a52c - Browse repository at this point
Copy the full SHA 256a52cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ad3234 - Browse repository at this point
Copy the full SHA 6ad3234View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dba964 - Browse repository at this point
Copy the full SHA 6dba964View commit details -
staticcheck: improve extractConsts helper
In commit ae60410 we changed extractConsts to not collect all distinct constants from phi nodes. We didn't notice that the function no longer returned more than one constant and didn't need to return a slice anymore. In this change, we change the signature and name, and replace all looping with a single if != nil check. Additionally, we introduce the extractConstExpectKind helper, which takes care of checking that the constant is of the right kind, and not untyped nil. This helper removes a lot of boilerplate. (cherry picked from commit 1735532)
Configuration menu - View commit details
-
Copy full SHA for 7643f65 - Browse repository at this point
Copy the full SHA 7643f65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 267d147 - Browse repository at this point
Copy the full SHA 267d147View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90cfbce - Browse repository at this point
Copy the full SHA 90cfbceView commit details
Commits on Jan 20, 2021
-
Update dependency on golang.org/x/tools to v0.1.0
This addresses https://blog.golang.org/path-security. (cherry picked from commit f563184)
Configuration menu - View commit details
-
Copy full SHA for 6da2419 - Browse repository at this point
Copy the full SHA 6da2419View commit details -
Configuration menu - View commit details
-
Copy full SHA for c560d3b - Browse repository at this point
Copy the full SHA c560d3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 341a1b1 - Browse repository at this point
Copy the full SHA 341a1b1View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2020.2...2020.2.1