-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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: rust-lang/rust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: shepmaster/rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: rework
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 151 files changed
- 1 contributor
Commits on Mar 28, 2025
-
Move eager translation to a method on
Diag
This will allow us to eagerly translate messages on a top-level diagnostic, such as a `LintDiagnostic`. As a bonus, we can remove the awkward closure passed into Subdiagnostic and make better use of `Into`.
Configuration menu - View commit details
-
Copy full SHA for 2733a3b - Browse repository at this point
Copy the full SHA 2733a3bView commit details
Commits on Mar 29, 2025
-
Extend HIR to track the source and syntax of a lifetime
An upcoming lint will want to be able to know if a lifetime is hidden (e.g. `&u8`, `ContainsLifetime`) or anonymous: (e.g. `&'_ u8`, `ContainsLifetime<'_>`). It will also want to know if the lifetime is related to a reference (`&u8`) or a path (`ContainsLifetime`).
Configuration menu - View commit details
-
Copy full SHA for 9b312a2 - Browse repository at this point
Copy the full SHA 9b312a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3704bd0 - Browse repository at this point
Copy the full SHA 3704bd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 162c588 - Browse repository at this point
Copy the full SHA 162c588View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b30a6f - Browse repository at this point
Copy the full SHA 5b30a6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9662508 - Browse repository at this point
Copy the full SHA 9662508View commit details -
Configuration menu - View commit details
-
Copy full SHA for bef669b - Browse repository at this point
Copy the full SHA bef669bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27a5e71 - Browse repository at this point
Copy the full SHA 27a5e71View commit details -
Configuration menu - View commit details
-
Copy full SHA for d923925 - Browse repository at this point
Copy the full SHA d923925View commit details -
Configuration menu - View commit details
-
Copy full SHA for db3f5a1 - Browse repository at this point
Copy the full SHA db3f5a1View commit details -
Replace
elided_lifetime_in_paths
with multiple renamed lintsRemoving the `issue-91763` test as the implementation is completely different now. Bootstrap forces `rust_2018_idioms` to the warning level in the rustc_lint doctests using `-Zcrate-attr`. This overrides the doctest's crate-level `deny` attributes, so I've changed those to be statement-level attributes.
Configuration menu - View commit details
-
Copy full SHA for 718d201 - Browse repository at this point
Copy the full SHA 718d201View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c08642 - Browse repository at this point
Copy the full SHA 5c08642View 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 master...rework