| Age | Commit message (Expand) | Author | Lines |
| 2023-02-02 | Put a DefId in AggregateKind. | Camille GILLOT | -6/+15 |
| 2023-01-31 | Review changes | Maybe Waffle | -1/+1 |
| 2023-01-30 | Use `Mutability::{is_mut, is_not}` | Maybe Waffle | -5/+1 |
| 2023-01-29 | Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obk | bors | -0/+1 |
| 2023-01-28 | Remove `HirId -> LocalDefId` map from HIR. | Camille GILLOT | -1/+1 |
| 2023-01-27 | Restrict amount of ignored locals. | Camille GILLOT | -0/+2 |
| 2023-01-23 | Create stable metric to measure long computation in Const Eval | Bryan Garza | -0/+1 |
| 2023-01-23 | Rollup merge of #107153 - tmiasko:dominates, r=oli-obk | Yuki Okushi | -1/+1 |
| 2023-01-22 | Auto merge of #106975 - tmiasko:basic-blocks-cache, r=cjgillot | bors | -3/+0 |
| 2023-01-21 | Consistently use dominates instead of is_dominated_by | Tomasz Miąsko | -1/+1 |
| 2023-01-17 | Refactor basic blocks control flow caches | Tomasz Miąsko | -3/+0 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -1/+1 |
| 2023-01-04 | rename find_parent_node to opt_parent_id | Michael Goulet | -1/+1 |
| 2022-12-25 | fix more clippy::style findings | Matthias Krüger | -1/+1 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -2/+2 |
| 2022-12-20 | Auto merge of #105880 - Nilstrieb:make-newtypes-less-not-rust, r=oli-obk | bors | -17/+15 |
| 2022-12-19 | Revert "Auto merge of #103880 - b-naber:field-ty-mir, r=lcnr" | Rémy Rakic | -2/+2 |
| 2022-12-18 | A few small cleanups for `newtype_index` | Nilstrieb | -7/+5 |
| 2022-12-18 | Make `#[debug_format]` an attribute in `newtype_index` | Nilstrieb | -5/+5 |
| 2022-12-18 | Use `#[derive]` instead of custom syntax in all `newtype_index` | Nilstrieb | -5/+5 |
| 2022-12-16 | Auto merge of #103880 - b-naber:field-ty-mir, r=lcnr | bors | -2/+2 |
| 2022-12-15 | Auto merge of #105356 - JakobDegen:more-custom-mir, r=oli-obk | bors | -0/+5 |
| 2022-12-14 | Remove one more usage of `mk_substs_trait` | Oli Scherer | -1/+1 |
| 2022-12-14 | Fix unsafetyck disabling for custom MIR | Jakob Degen | -0/+5 |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -1/+0 |
| 2022-12-02 | Use zero based indexing for pass_count | Oli Scherer | -2/+2 |
| 2022-12-02 | Remove an impl and replace its only use with a method call | Oli Scherer | -6/+0 |
| 2022-12-01 | Remove needless `Cow` | Oli Scherer | -6/+2 |
| 2022-12-01 | Don't go through the formatting infrastructure just to get the name of a phase | Oli Scherer | -24/+1 |
| 2022-11-28 | Simplify calls to `tcx.mk_const` | Maybe Waffle | -2/+1 |
| 2022-11-23 | use no type in ProjectionElem::Field for PlaceBuilder::UpVar | b-naber | -2/+2 |
| 2022-11-22 | Auto merge of #103578 - petrochenkov:nofict, r=nagisa | bors | -8/+8 |
| 2022-11-21 | Remove an unnecessary query + subst round | Oli Scherer | -1/+1 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -8/+8 |
| 2022-11-17 | Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-dead | bors | -6/+4 |
| 2022-11-16 | cleanup and dedupe CTFE and Miri error reporting | Ralf Jung | -1/+1 |
| 2022-11-15 | Introduce composite debuginfo. | Camille GILLOT | -0/+53 |
| 2022-11-13 | Store a LocalDefId in hir::GenericParam. | Camille GILLOT | -6/+4 |
| 2022-11-13 | fix some typos in comments | cui fliter | -1/+1 |
| 2022-11-11 | Rollup merge of #103960 - AndyJado:var_path_only_diag, r=davidtwco | Manish Goregaokar | -0/+1 |
| 2022-11-10 | Use const_error_with_guaranteed more | Michael Goulet | -1/+3 |
| 2022-11-09 | var_subdiag refinement | AndyJado | -0/+1 |
| 2022-11-08 | Add support for custom MIR parsing | Jakob Degen | -0/+59 |
| 2022-11-04 | Refactor tcx mk_const parameters. | Mateusz | -4/+2 |
| 2022-10-31 | Use `br` instead of `switch` in more cases. | Nicholas Nethercote | -0/+5 |
| 2022-10-27 | Revert "Make ClosureOutlivesRequirement not rely on an unresolved type" | Michael Goulet | -1/+1 |
| 2022-10-23 | Split phase change from `MirPass` | Jakob Degen | -5/+34 |
| 2022-10-19 | Make ClosureOutlivesRequirement not rely on an unresolved type | Michael Goulet | -1/+1 |
| 2022-10-17 | mir constants: type traversing bye bye | lcnr | -4/+4 |
| 2022-10-14 | Make dyn* cast into a coercion | Michael Goulet | -2/+2 |