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-07-17
Retire stability_index query.
Camille GILLOT
-19
/
+0
2025-07-17
Querify lookup_const_stability.
Camille GILLOT
-10
/
+1
2025-07-17
Querify lookup_stability.
Camille GILLOT
-5
/
+0
2025-07-17
Querify lookup_default_body_stability.
Camille GILLOT
-5
/
+0
2025-07-17
Querify lookup_deprecation_entry.
Camille GILLOT
-5
/
+0
2025-06-26
Change const trait bound syntax from ~const to [const]
Oli Scherer
-1
/
+1
2025-06-12
Tracking the old name of renamed unstable library attribute
xizheyin
-1
/
+1
2025-05-18
Remove rustc_attr_data_structures re-export from rustc_attr_parsing
mejrs
-4
/
+4
2025-04-03
Make LevelAndSource a struct
Oli Scherer
-1
/
+1
2025-03-07
depend more on attr_data_structures and move find_attr! there
Jana Dönszelmann
-1
/
+1
2025-02-21
Move methods from Map to TyCtxt, part 3.
Nicholas Nethercote
-1
/
+1
2025-02-11
Simplify intra-crate qualifiers.
Nicholas Nethercote
-1
/
+1
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
[next]