summaryrefslogtreecommitdiff
path: root/compiler/rustc_mir_transform/src/check_const_item_mutation.rs
Commit message (Expand)AuthorAgeFilesLines
* Migrate `mir_transform` to translatable diagnosticsclubby7892023-05-021-32/+33
* Move some utils out of `rustc_const_eval`Nilstrieb2023-04-161-1/+6
* Wrap the whole LocalInfo in ClearCrossCrate.Camille GILLOT2023-03-141-1/+1
* Match unmatched backticks in comments in compiler/est312023-03-031-1/+1
* Refactor rustc lint APIMaybe Waffle2022-10-011-9/+9
* lint: `LintDiagnosticBuilder` into `rustc_errors`David Wood2022-07-051-2/+1
* rustc_error: make ErrorReported impossible to constructmark2022-03-161-2/+2
* rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".Eduard-Mihai Burtescu2022-02-231-1/+1
* Remove `in_band_lifetimes` from `rustc_mir_transform`Scott McMurray2021-12-071-2/+2
* Update passes with new interfaceDylan MacKenzie2021-12-021-3/+3
* Move rustc_mir::transform to rustc_mir_transform.Camille GILLOT2021-09-071-0/+157