index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_middle
/
src
/
middle
/
stability.rs
Age
Commit message (
Expand
)
Author
Lines
2025-01-15
Rollup merge of #135003 - RalfJung:deprecate-allowed-through-unstable, r=davi...
Guillaume Gomez
-9
/
+12
2025-01-15
late_report_deprecation: move fast-path closer to the core logic
Ralf Jung
-9
/
+12
2025-01-14
Enforce syntactical stability of const traits in HIR
Michael Goulet
-2
/
+87
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-12-16
rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures
Jonathan Dönszelmann
-1
/
+1
2024-12-16
split attributes
Jonathan Dönszelmann
-2
/
+2
2024-11-18
stability: remove skip_stability_check_due_to_privacy
Ralf Jung
-28
/
+1
2024-11-03
use backticks instead of single quotes when reporting "use of unstable librar...
dianne
-2
/
+2
2024-10-22
terminology: #[feature] *enables* a feature (instead of "declaring" or "activ...
Ralf Jung
-4
/
+4
2024-09-29
cleanup: don't clone types that are Copy
Matthias Krüger
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-09-11
Simplify some nested if statements
Michael Goulet
-4
/
+5
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+4
2024-07-19
Avoid ref when using format! in compiler
Yuri Astrakhan
-1
/
+1
2024-06-18
Remove redundant argument from `subdiagnostic` method
Oli Scherer
-1
/
+1
2024-05-27
Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercote
bors
-11
/
+10
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_middle`.
Nicholas Nethercote
-0
/
+1
2024-05-23
Remove `LintDiagnostic::msg`
León Orell Valerian Liehr
-11
/
+10
2024-05-21
Rename buffer_lint_with_diagnostic to buffer_lint
Xiretza
-1
/
+1
2024-05-21
Make early lints translatable
Xiretza
-14
/
+7
2024-05-21
Port DeprecatedMacro to diag structs
Xiretza
-85
/
+103
2024-05-21
Generate lint diagnostic message from BuiltinLintDiag
Xiretza
-2
/
+2
2024-04-29
Remove `extern crate rustc_macros` from `rustc_middle`.
Nicholas Nethercote
-0
/
+1
2024-03-05
Rename `BuiltinLintDiagnostics` as `BuiltinLintDiag`.
Nicholas Nethercote
-2
/
+2
2024-03-05
Rename all `ParseSess` variables/fields/lifetimes as `psess`.
Nicholas Nethercote
-1
/
+1
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-2
/
+2
2024-02-19
Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers.
Nicholas Nethercote
-2
/
+2
2024-02-15
Replace `NonZero::<_>::new` with `NonZero::new`.
Markus Reiter
-1
/
+1
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-4
/
+4
2024-01-23
Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`.
Nicholas Nethercote
-2
/
+2
2024-01-13
Add check for ui_testing via promoting parameters from `ParseSess` to `Session`
George-lewis
-2
/
+1
2024-01-04
Make iteration order of stability_index query stable
Michael Woerister
-6
/
+5
2024-01-04
Replace a number of FxHashMaps/Sets with stable-iteration-order alternatives.
Michael Woerister
-1
/
+2
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-1
/
+1
2023-12-15
Don't pass lint back out of lint decorator
Michael Goulet
-2
/
+1
2023-12-12
Move some methods from `tcx.hir()` to `tcx`
zetanumbers
-1
/
+1
2023-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-1
/
+1
2023-10-30
Add method for checking if deprecation is a rustc version
David Tolnay
-1
/
+1
2023-10-30
Descriptive variant name deprecation versions outside the standard library
David Tolnay
-1
/
+3
2023-10-30
Represent absence of 'since' attribute as a variant of DeprecatedSince
David Tolnay
-5
/
+5
2023-10-30
Add a DeprecatedSince::Err variant for versions that fail to parse
David Tolnay
-9
/
+10
2023-10-30
Move deprecation_in_effect to inherent method on Deprecation
David Tolnay
-16
/
+3
2023-10-29
Store version of `deprecated` attribute in structured form
David Tolnay
-34
/
+12
2023-10-26
Parse rustc version at compile time
David Tolnay
-15
/
+12
2023-10-13
Format all the let chains in compiler
Michael Goulet
-1
/
+3
2023-10-05
Rename `Features::active_features`.
Nicholas Nethercote
-3
/
+3
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-7
/
+7
2023-05-29
Use `Cow` in `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-6
/
+6
2023-05-24
Use `Option::is_some_and` and `Result::is_ok_and` in the compiler
Maybe Waffle
-1
/
+1
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-4
/
+4
[next]