-
-
Notifications
You must be signed in to change notification settings - Fork 21
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: dtolnay/rustversion
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.17
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: dtolnay/rustversion
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.18
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 8 files changed
- 1 contributor
Commits on May 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4d4666a - Browse repository at this point
Copy the full SHA 4d4666aView commit details
Commits on Jun 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c1314d0 - Browse repository at this point
Copy the full SHA c1314d0View commit details
Commits on Aug 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9a3d23f - Browse repository at this point
Copy the full SHA 9a3d23fView commit details
Commits on Sep 27, 2024
-
Ignore used_underscore_items pedantic clippy lint in test
warning: used underscore-prefixed item --> tests/test_const.rs:5:20 | 5 | const _BASIC: () = _basic(); | ^^^^^^^^ | note: item is defined here --> tests/test_const.rs:3:28 | 3 | #[rustversion::attr(all(), const)] | ____________________________^ 4 | | fn _basic() {} | |___________^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#used_underscore_items = note: `-W clippy::used-underscore-items` implied by `-W clippy::pedantic` = help: to override `-W clippy::pedantic` add `#[allow(clippy::used_underscore_items)]` warning: used underscore-prefixed item --> tests/test_const.rs:9:30 | 9 | const _UNSAFE: () = unsafe { _unsafe() }; | ^^^^^^^^^ | note: item is defined here --> tests/test_const.rs:7:28 | 7 | #[rustversion::attr(all(), const)] | ____________________________^ 8 | | unsafe fn _unsafe() {} | |___________________^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#used_underscore_items warning: used underscore-prefixed item --> tests/test_const.rs:34:24 | 34 | const _DOC_BELOW: () = _doc_below(); | ^^^^^^^^^^^^ | note: item is defined here --> tests/test_const.rs:31:28 | 31 | #[rustversion::attr(all(), const)] | ____________________________^ 32 | | /// doc 33 | | fn _doc_below() {} | |_______________^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#used_underscore_items warning: used underscore-prefixed item --> tests/test_const.rs:39:24 | 39 | const _DOC_ABOVE: () = _doc_above(); | ^^^^^^^^^^^^ | note: item is defined here --> tests/test_const.rs:37:28 | 37 | #[rustversion::attr(all(), const)] | ____________________________^ 38 | | fn _doc_above() {} | |_______________^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#used_underscore_itemsConfiguration menu - View commit details
-
Copy full SHA for 6346c4e - Browse repository at this point
Copy the full SHA 6346c4eView commit details
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 79670bd - Browse repository at this point
Copy the full SHA 79670bdView commit details -
Merge pull request #54 from dtolnay/mirai
Disregard MIRAI's rustc wrapper
Configuration menu - View commit details
-
Copy full SHA for 837b529 - Browse repository at this point
Copy the full SHA 837b529View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04f1846 - Browse repository at this point
Copy the full SHA 04f1846View 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 1.0.17...1.0.18