| Age | Commit message (Expand) | Author | Lines |
| 2024-02-15 | Skip coroutines in jump threading to avoid query cycles | Tomasz Miąsko | -0/+6 |
| 2024-02-15 | Reinstate some delayed bugs. | Nicholas Nethercote | -1/+2 |
| 2024-02-14 | Rollup merge of #121071 - nnethercote:fewer-delayed-bugs, r=oli-obk | Oli Scherer | -5/+6 |
| 2024-02-14 | Rollup merge of #121039 - cjgillot:gvn-adjust, r=compiler-errors | Oli Scherer | -5/+9 |
| 2024-02-14 | Use fewer delayed bugs. | Nicholas Nethercote | -5/+6 |
| 2024-02-13 | Bump `indexmap` | clubby789 | -1/+2 |
| 2024-02-13 | Fix handling of adjustment casts. | Camille GILLOT | -5/+9 |
| 2024-02-13 | coverage: Simplify code for adding `prev` to pending dups | Zalathar | -40/+12 |
| 2024-02-13 | coverage: Move `prev_original_span` into `PrevCovspan` | Zalathar | -19/+11 |
| 2024-02-13 | coverage: Split `CoverageSpan` into several distinct structs | Zalathar | -83/+139 |
| 2024-02-13 | coverage: Don't track `curr_original_span` explicitly | Zalathar | -11/+2 |
| 2024-02-13 | coverage: When merging spans, keep `prev` and merge `curr` into it | Zalathar | -9/+3 |
| 2024-02-12 | Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obk | Matthias Krüger | -32/+30 |
| 2024-02-12 | Rollup merge of #120950 - compiler-errors:miri-async-closurs, r=RalfJung,oli-obk | Matthias Krüger | -2/+2 |
| 2024-02-12 | Teach llvm backend how to fall back to default bodies | Oli Scherer | -3/+4 |
| 2024-02-12 | Rollup merge of #120944 - compiler-errors:inliner-abi, r=oli-obk | Matthias Krüger | -0/+12 |
| 2024-02-12 | Rollup merge of #120917 - chenyukang:yukang-dead-parameters, r=compiler-errors | Matthias Krüger | -13/+6 |
| 2024-02-12 | Make `is_intrinsic` query return the intrinsic name | Oli Scherer | -8/+5 |
| 2024-02-12 | Dejargnonize subst | Shoyu Vanilla | -32/+30 |
| 2024-02-12 | remove a bunch of dead parameters in fn | yukang | -13/+6 |
| 2024-02-11 | Auto merge of #120619 - compiler-errors:param, r=lcnr | bors | -4/+1 |
| 2024-02-11 | is_closure_like | Michael Goulet | -2/+2 |
| 2024-02-11 | Check that the ABI of the instance we are inlining is correct | Michael Goulet | -0/+12 |
| 2024-02-11 | Auto merge of #120405 - cjgillot:gvn-pointer, r=oli-obk | bors | -19/+115 |
| 2024-02-10 | Auto merge of #117206 - cjgillot:jump-threading-default, r=tmiasko | bors | -479/+1 |
| 2024-02-10 | validation: descend from consts into statics | Ralf Jung | -3/+4 |
| 2024-02-10 | Remove unnecessary `min_specialization` after bootstrap | Zalathar | -1/+1 |
| 2024-02-09 | Remove ConstGoto and SeparateConstSwitch. | Camille GILLOT | -478/+0 |
| 2024-02-09 | Enable by default. | Camille GILLOT | -1/+1 |
| 2024-02-09 | Remove untested arithmetic ops. | Camille GILLOT | -19/+5 |
| 2024-02-09 | Const-prop pointers. | Camille GILLOT | -0/+13 |
| 2024-02-09 | Split gvn wide ptr tests. | Camille GILLOT | -0/+3 |
| 2024-02-09 | Compute binary ops between pointers in GVN. | Camille GILLOT | -6/+60 |
| 2024-02-09 | Compute unsizing casts in GVN. | Camille GILLOT | -0/+10 |
| 2024-02-09 | Fold consecutive PtrToPtr casts. | Camille GILLOT | -13/+43 |
| 2024-02-09 | Auto merge of #120843 - matthiaskrgr:rollup-med37z5, r=matthiaskrgr | bors | -4/+5 |
| 2024-02-09 | Rollup merge of #120817 - compiler-errors:more-mir-errors, r=oli-obk | Matthias Krüger | -2/+5 |
| 2024-02-09 | Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco | Matthias Krüger | -2/+0 |
| 2024-02-09 | Auto merge of #120594 - saethlin:delayed-debug-asserts, r=oli-obk | bors | -0/+39 |
| 2024-02-09 | Don't ICE in ByMoveBody when coroutine is tainted | Michael Goulet | -2/+5 |
| 2024-02-08 | Rollup merge of #120782 - oli-obk:track_errors8, r=WaffleLapkin | Matthias Krüger | -0/+1 |
| 2024-02-08 | Rollup merge of #120778 - zetanumbers:refactor_try_instance_mir, r=compiler-e... | Matthias Krüger | -15/+10 |
| 2024-02-08 | Rollup merge of #120590 - compiler-errors:dead, r=Nilstrieb | Matthias Krüger | -7/+2 |
| 2024-02-08 | Add a new debug_assertions instrinsic (compiler) | Ben Kimock | -0/+14 |
| 2024-02-08 | InstSimplify rustc_nounwind calls | Ben Kimock | -0/+25 |
| 2024-02-08 | Fix mir pass ICE in the presence of other errors | Oli Scherer | -0/+1 |
| 2024-02-08 | Deduplicate `tcx.instance_mir(instance)` calls in `try_instance_mir` | zetanumbers | -15/+10 |
| 2024-02-08 | Auto merge of #120767 - matthiaskrgr:rollup-0k8ib1c, r=matthiaskrgr | bors | -2/+2 |
| 2024-02-08 | Continue to borrowck even if there were previous errors | Oli Scherer | -0/+1 |
| 2024-02-08 | Rollup merge of #120688 - cjgillot:gvn-partial-move, r=oli-obk | Matthias Krüger | -2/+2 |