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
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
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
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-1
/
+1
2023-02-22
diagnostics: if AssocFn has self argument, describe as method
Michael Howell
-2
/
+2
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-2
/
+2
2022-10-01
Refactor rustc lint API
Maybe Waffle
-7
/
+4
2022-08-27
rustc_middle: Remove `Visibility::Invisible`
Vadim Petrochenkov
-1
/
+1
2022-08-05
Move stability lookup after cross-crate check
Maybe Waffle
-11
/
+11
2022-07-26
remove commented out code
Maybe Waffle
-1
/
+0
2022-07-26
Implement `#[rustc_default_body_unstable]`
Maybe Waffle
-1
/
+63
2022-07-21
avoid embedding StabilityLevel::Unstable reason string into metadata multiple...
klensy
-1
/
+7
2022-07-20
passes: improved partial stabilization diagnostic
David Wood
-0
/
+13
2022-07-20
middle: add `implies_by` to `#[unstable]`
David Wood
-1
/
+10
2022-07-14
Auto merge of #95956 - yaahc:stable-in-unstable, r=cjgillot
bors
-4
/
+15
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-1
/
+1
2022-07-08
fixes post rebase
Jane Losare-Lusby
-0
/
+2
2022-07-08
Support unstable moves via stable in unstable items
Jane Lusby
-4
/
+13
2022-06-29
Use verbose help for deprecation suggestion
Chris Denton
-1
/
+1
2022-06-13
remove unnecessary `to_string` and `String::new`
Takayuki Maeda
-1
/
+1
2022-06-04
Allow unstable items to be re-exported unstably without requiring the feature...
cole
-8
/
+69
2022-05-13
Cache more queries on disk.
Camille GILLOT
-1
/
+1
2022-05-09
Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors
bors
-3
/
+2
2022-05-02
rustc: Panic by default in `DefIdTree::parent`
Vadim Petrochenkov
-1
/
+1
2022-04-17
Stop using CRATE_DEF_INDEX.
Camille GILLOT
-3
/
+2
2022-04-14
Error on `#[rustc_deprecated]`
Jacob Pratt
-3
/
+2
2022-03-20
Filter OnceNote in diagnostic infra.
Camille GILLOT
-25
/
+10
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-2
/
+2
2022-03-03
Remove useless map.
Camille GILLOT
-4
/
+1
2022-03-03
Move the set of features to the `features` query.
Camille GILLOT
-5
/
+2
2022-02-25
Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebank
bors
-2
/
+2
2022-02-24
Auto merge of #94129 - cjgillot:rmeta-table, r=petrochenkov
bors
-7
/
+7
[next]