- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 116
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/proc-macro2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.78
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: dtolnay/proc-macro2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.79
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 6 files changed
- 1 contributor
Commits on Feb 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5cd21eb - Browse repository at this point
Copy the full SHA 5cd21ebView commit details
Commits on Feb 8, 2024
-
Ignore dead_code warning in test
warning: trait `IsNotImplemented` is never used --> tests/marker.rs:24:27 | 24 | trait IsNotImplemented { | ^^^^^^^^^^^^^^^^ ... 47 | assert_impl!(Group is not Send or Sync); | --------------------------------------- in this macro invocation | = note: `#[warn(dead_code)]` on by default = note: this warning originates in the macro `assert_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
Configuration menu - View commit details
-
Copy full SHA for 18c75c6 - Browse repository at this point
Copy the full SHA 18c75c6View commit details
Commits on Feb 10, 2024
-
Ignore incompatible_msrv clippy lint for conditionally compiled code
warning: current MSRV (Minimum Supported Rust Version) is `1.56.0` but this item is stable since `1.66.0` --> src/wrapper.rs:514:36 | 514 | Span::Compiler(s) => s.source_text(), | ^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv = note: `-W clippy::incompatible-msrv` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::incompatible_msrv)]`
Configuration menu - View commit details
-
Copy full SHA for e94f432 - Browse repository at this point
Copy the full SHA e94f432View commit details
Commits on Mar 12, 2024
-
Fix dead_code warning on fallback SourceFile
warning: struct `SourceFile` is never constructed --> src/fallback.rs:301:19 | 301 | pub(crate) struct SourceFile { | ^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: methods `path` and `is_real` are never used --> src/fallback.rs:307:12 | 305 | impl SourceFile { | --------------- methods in this implementation 306 | /// Get the path to this source file as a string. 307 | pub fn path(&self) -> PathBuf { | ^^^^ ... 311 | pub fn is_real(&self) -> bool { | ^^^^^^^
Configuration menu - View commit details
-
Copy full SHA for b9cd864 - Browse repository at this point
Copy the full SHA b9cd864View commit details -
Configuration menu - View commit details
-
Copy full SHA for b176581 - Browse repository at this point
Copy the full SHA b176581View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ba4ab1 - Browse repository at this point
Copy the full SHA 4ba4ab1View commit details
There are no files selected for viewing