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_mir_transform
/
src
/
check_const_item_mutation.rs
Age
Commit message (
Expand
)
Author
Lines
2025-04-02
Only look at trait impls in the current crate when looking for `Drop` impls
Oli Scherer
-3
/
+7
2025-04-01
Remove an unnecessary dtor computation and use the cached query result instead
Oli Scherer
-1
/
+1
2025-02-21
Rename `ClearCrossCrate::assert_crate_local`.
Nicholas Nethercote
-1
/
+1
2025-01-31
Move `find_self_call`.
Nicholas Nethercote
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-09-11
Simplify some nested if statements
Michael Goulet
-12
/
+12
2024-09-10
Improve comment formatting.
Nicholas Nethercote
-0
/
+1
2024-09-09
Reduce visibilities, and add `warn(unreachable_pub)`.
Nicholas Nethercote
-1
/
+1
2024-09-03
Move `MirPass` to `rustc_mir_transform`.
Nicholas Nethercote
-2
/
+2
2024-01-23
Rename `TyCtxt::emit_spanned_lint` as `TyCtxt::emit_node_span_lint`.
Nicholas Nethercote
-2
/
+2
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-8
/
+3
2023-10-13
Format all the let chains in compiler
Michael Goulet
-7
/
+9
2023-05-02
Migrate `mir_transform` to translatable diagnostics
clubby789
-32
/
+33
2023-04-16
Move some utils out of `rustc_const_eval`
Nilstrieb
-1
/
+6
2023-03-14
Wrap the whole LocalInfo in ClearCrossCrate.
Camille GILLOT
-1
/
+1
2023-03-03
Match unmatched backticks in comments in compiler/
est31
-1
/
+1
2022-10-01
Refactor rustc lint API
Maybe Waffle
-9
/
+9
2022-07-05
lint: `LintDiagnosticBuilder` into `rustc_errors`
David Wood
-2
/
+1
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-2
/
+2
2022-02-23
rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".
Eduard-Mihai Burtescu
-1
/
+1
2021-12-07
Remove `in_band_lifetimes` from `rustc_mir_transform`
Scott McMurray
-2
/
+2
2021-12-02
Update passes with new interface
Dylan MacKenzie
-3
/
+3
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-0
/
+157