about summary refs log tree commit diff
path: root/src/librustc_mir/transform/check_consts/mod.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-57/+0
2020-07-04ConstCx to LocalDefIdBastian Kauschke-2/+2
2020-06-13Add `CheckLiveDrops` passDylan MacKenzie-0/+1
2020-05-07Use `hir::ConstContext` instead of local enumsDylan MacKenzie-65/+3
2020-04-23Modify `as_local_hir_id` to return a bare `HirId`marmeladema-1/+1
2020-04-23Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId`marmeladema-5/+5
2020-04-23Use ConstCx in more placesOliver Scherer-0/+9
2020-04-23Rename `Item` to `ConstCx`.Oliver Scherer-3/+3
2020-04-22Use `Body` everywhereDylan MacKenzie-6/+2
2020-04-18check_consts: make ops module privateRalf Jung-1/+1
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-2/+2
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-2/+2
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-1/+2
2019-12-22Format the worldMark Rousskov-9/+2
2019-12-201. ast::Mutability::{Mutable -> Mut, Immutable -> Not}.Mazdak Farrokhzad-2/+2
2019-12-05rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ...Paul Daniel Faria-2/+2
2019-12-05update comment to explain the importance of this check more clearlyRemy Rakic-2/+3
2019-12-05make const-qualif look at more `const fn`sRemy Rakic-1/+5
2019-12-02Fix type errors created during rebasingPaul Daniel Faria-2/+2
2019-11-15Remove `requires_sync`Dylan MacKenzie-10/+0
2019-11-10Merge hir::Mutability into ast::Mutability.Camille GILLOT-2/+2
2019-10-25Use `is_lang_panic_fn` from `check_consts` in `promote_consts`Dylan MacKenzie-1/+2
2019-10-25Make `Item` fields pubDylan MacKenzie-5/+5
2019-10-25Make `check_consts::Item` work on non-const fnsDylan MacKenzie-25/+73
2019-10-26rustc_mir: use the new validator's Qualif in promotion.Eduard-Mihai Burtescu-1/+24
2019-09-28Add description for every module in `check_consts`Dylan MacKenzie-0/+6
2019-09-28Move non-const ops into their own moduleDylan MacKenzie-1/+2
2019-09-28Add dataflow-based const validationDylan MacKenzie-0/+45