| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-08-30 | mv compiler to compiler/ | mark | -57/+0 | |
| 2020-07-04 | ConstCx to LocalDefId | Bastian Kauschke | -2/+2 | |
| 2020-06-13 | Add `CheckLiveDrops` pass | Dylan MacKenzie | -0/+1 | |
| 2020-05-07 | Use `hir::ConstContext` instead of local enums | Dylan MacKenzie | -65/+3 | |
| 2020-04-23 | Modify `as_local_hir_id` to return a bare `HirId` | marmeladema | -1/+1 | |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -5/+5 | |
| 2020-04-23 | Use ConstCx in more places | Oliver Scherer | -0/+9 | |
| 2020-04-23 | Rename `Item` to `ConstCx`. | Oliver Scherer | -3/+3 | |
| This renaming was already done in some modules via import renaming. It's strictly used as a context, and it contains a `TyCtxt`. | ||||
| 2020-04-22 | Use `Body` everywhere | Dylan MacKenzie | -6/+2 | |
| 2020-04-18 | check_consts: make ops module private | Ralf Jung | -1/+1 | |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -2/+2 | |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -2/+2 | |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -1/+2 | |
| 2019-12-22 | Format the world | Mark Rousskov | -9/+2 | |
| 2019-12-20 | 1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}. | Mazdak Farrokhzad | -2/+2 | |
| 2. mir::Mutability -> ast::Mutability. | ||||
| 2019-12-05 | rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ↵ | Paul Daniel Faria | -2/+2 | |
| Index impl, remove body fn rustc_codegen_ssa: Fix BodyAndCache reborrow to Body and change instances of body() call to derefence rustc_mir: Fix BodyAndCache reborrow to Body and change intances of body() call to derefence | ||||
| 2019-12-05 | update comment to explain the importance of this check more clearly | Remy Rakic | -2/+3 | |
| 2019-12-05 | make const-qualif look at more `const fn`s | Remy Rakic | -1/+5 | |
| the unstables ones in libcore, with the unstable feature disabled, were not checked | ||||
| 2019-12-02 | Fix type errors created during rebasing | Paul Daniel Faria | -2/+2 | |
| 2019-11-15 | Remove `requires_sync` | Dylan MacKenzie | -10/+0 | |
| 2019-11-10 | Merge hir::Mutability into ast::Mutability. | Camille GILLOT | -2/+2 | |
| 2019-10-25 | Use `is_lang_panic_fn` from `check_consts` in `promote_consts` | Dylan MacKenzie | -1/+2 | |
| 2019-10-25 | Make `Item` fields pub | Dylan MacKenzie | -5/+5 | |
| 2019-10-25 | Make `check_consts::Item` work on non-const fns | Dylan MacKenzie | -25/+73 | |
| This was originally only needed for validation, which is never run on non-const `fn`s. The new promotion pass wants to use it, however. | ||||
| 2019-10-26 | rustc_mir: use the new validator's Qualif in promotion. | Eduard-Mihai Burtescu | -1/+24 | |
| 2019-09-28 | Add description for every module in `check_consts` | Dylan MacKenzie | -0/+6 | |
| 2019-09-28 | Move non-const ops into their own module | Dylan MacKenzie | -1/+2 | |
| 2019-09-28 | Add dataflow-based const validation | Dylan MacKenzie | -0/+45 | |
