- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 17
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.15
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.17
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 3 files changed
- 1 contributor
Commits on May 7, 2024
-
Resolve unexpected_cfgs warning
warning: unexpected `cfg` condition name: `cfg_macro_not_allowed` --> src/lib.rs:235:11 | 235 | #[cfg(not(cfg_macro_not_allowed))] | ^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(cfg_macro_not_allowed)");` to the top of the `build.rs` = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default
Configuration menu - View commit details
-
Copy full SHA for 84f01fa - Browse repository at this point
Copy the full SHA 84f01faView commit details -
Merge pull request #48 from dtolnay/checkcfg
Resolve unexpected_cfgs warning
Configuration menu - View commit details
-
Copy full SHA for 746bf5a - Browse repository at this point
Copy the full SHA 746bf5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7bc274 - Browse repository at this point
Copy the full SHA c7bc274View commit details
Commits on May 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cfafcd5 - Browse repository at this point
Copy the full SHA cfafcd5View commit details -
Merge pull request #51 from dtolnay/windows
Support OUT_DIR located in `\\?\` path on Windows
Configuration menu - View commit details
-
Copy full SHA for 8759820 - Browse repository at this point
Copy the full SHA 8759820View commit details -
Configuration menu - View commit details
-
Copy full SHA for adb11fa - Browse repository at this point
Copy the full SHA adb11faView commit details
There are no files selected for viewing