| Age | Commit message (Expand) | Author | Lines |
| 2023-01-23 | Remove debugging-related code | Bryan Garza | -6/+2 |
| 2023-01-23 | Create stable metric to measure long computation in Const Eval | Bryan Garza | -3/+15 |
| 2023-01-23 | Rollup merge of #107153 - tmiasko:dominates, r=oli-obk | Yuki Okushi | -1/+1 |
| 2023-01-23 | Rollup merge of #107151 - tmiasko:dominators-no-inline, r=compiler-errors | Yuki Okushi | -1/+0 |
| 2023-01-22 | Auto merge of #106975 - tmiasko:basic-blocks-cache, r=cjgillot | bors | -296/+74 |
| 2023-01-21 | Consistently use dominates instead of is_dominated_by | Tomasz Miąsko | -1/+1 |
| 2023-01-21 | Instantiate dominators algorithm only once | Tomasz Miąsko | -1/+0 |
| 2023-01-17 | Stop using `BREAK` & `CONTINUE` in compiler | Scott McMurray | -1/+1 |
| 2023-01-17 | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | -5/+5 |
| 2023-01-17 | Refactor basic blocks control flow caches | Tomasz Miąsko | -296/+74 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -5/+5 |
| 2023-01-16 | Add cycle checking to cleanup control flow validation | Jakob Degen | -4/+7 |
| 2023-01-16 | Document wf constraints on control flow in cleanup blocks | Jakob Degen | -0/+7 |
| 2023-01-04 | rename find_parent_node to opt_parent_id | Michael Goulet | -1/+1 |
| 2023-01-03 | Rollup merge of #105681 - tshepang:doc-mir-visit, r=Nilstrieb | Matthias Krüger | -4/+4 |
| 2022-12-27 | Rollup merge of #106151 - TaKO8Ki:remove-unused-imports, r=jackh726 | fee1-dead | -1/+1 |
| 2022-12-26 | remove unused imports | Takayuki Maeda | -1/+1 |
| 2022-12-25 | fix more clippy::style findings | Matthias Krüger | -1/+1 |
| 2022-12-24 | Rollup merge of #105975 - jeremystucki:rustc-remove-needless-lifetimes, r=eholk | Matthias Krüger | -17/+12 |
| 2022-12-22 | Auto merge of #103957 - JakobDegen:drop-retag, r=RalfJung | bors | -8/+7 |
| 2022-12-21 | Don't run `Drop` terminators on types that do not have drop glue in const eval | Jakob Degen | -8/+7 |
| 2022-12-22 | Rollup merge of #106012 - JakobDegen:retag-raw, r=RalfJung | Matthias Krüger | -2/+4 |
| 2022-12-21 | Forbid `RetagKind::TwoPhase` as well | Jakob Degen | -2/+1 |
| 2022-12-21 | Clarify that raw retags are not permitted in Mir | Jakob Degen | -2/+5 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -17/+12 |
| 2022-12-20 | Some tracing cleanups | Oli Scherer | -4/+3 |
| 2022-12-20 | Auto merge of #105880 - Nilstrieb:make-newtypes-less-not-rust, r=oli-obk | bors | -44/+37 |
| 2022-12-19 | Revert "Auto merge of #103880 - b-naber:field-ty-mir, r=lcnr" | Rémy Rakic | -45/+13 |
| 2022-12-18 | Rollup merge of #105873 - matthiaskrgr:clippy_fmt, r=Nilstrieb | Matthias Krüger | -4/+4 |
| 2022-12-18 | A few small cleanups for `newtype_index` | Nilstrieb | -17/+10 |
| 2022-12-18 | Make `#[debug_format]` an attribute in `newtype_index` | Nilstrieb | -11/+11 |
| 2022-12-18 | Make `#[max]` an attribute in `newtype_index` | Nilstrieb | -5/+5 |
| 2022-12-18 | Use `#[derive]` instead of custom syntax in all `newtype_index` | Nilstrieb | -11/+11 |
| 2022-12-18 | don't restuct references just to reborrow | Matthias Krüger | -1/+1 |
| 2022-12-18 | use &str / String literals instead of format!() | Matthias Krüger | -4/+4 |
| 2022-12-16 | accept review suggestion | Tshepang Mbambo | -1/+1 |
| 2022-12-16 | Auto merge of #103880 - b-naber:field-ty-mir, r=lcnr | bors | -13/+45 |
| 2022-12-15 | Auto merge of #105760 - matthiaskrgr:rollup-r8beo9w, r=matthiaskrgr | bors | -0/+9 |
| 2022-12-15 | Rollup merge of #105481 - lqd:mono-stats, r=wesleywiser | Matthias Krüger | -0/+9 |
| 2022-12-15 | Auto merge of #105356 - JakobDegen:more-custom-mir, r=oli-obk | bors | -0/+5 |
| 2022-12-14 | address review | b-naber | -1/+8 |
| 2022-12-14 | add helper to get DefId from MonoItem | Rémy Rakic | -0/+9 |
| 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-14 | some fixes/improvements to mir::visit module | Tshepang Mbambo | -4/+4 |
| 2022-12-11 | Rollup merge of #105537 - kadiwa4:remove_some_imports, r=fee1-dead | Matthias Krüger | -5/+0 |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -5/+0 |
| 2022-12-09 | Remove unneeded field from `SwitchTargets` | Jakob Degen | -41/+10 |
| 2022-12-09 | Rollup merge of #105455 - lcnr:correct-reveal-in-validate, r=jackh726 | Matthias Krüger | -0/+8 |
| 2022-12-08 | Rollup merge of #105317 - RalfJung:retag-rework, r=oli-obk | Matthias Krüger | -1/+1 |