| Age | Commit message (Expand) | Author | Lines |
| 2023-08-20 | coverage: Give the instrumentor its own counter type, separate from MIR | Zalathar | -15/+0 |
| 2023-08-20 | Rollup merge of #115001 - matthiaskrgr:perf_clippy, r=cjgillot | Matthias Krüger | -4/+5 |
| 2023-08-19 | instead of collecting newly formatted Strings into one String, only create a ... | Matthias Krüger | -4/+5 |
| 2023-08-19 | remove redundant var rebindings | Matthias Krüger | -5/+2 |
| 2023-08-17 | Revert "Implement references VarDebugInfo." | Camille GILLOT | -13/+2 |
| 2023-08-17 | Rollup merge of #114876 - compiler-errors:non-lifetime-binders-sized, r=wesle... | Matthias Krüger | -2/+2 |
| 2023-08-16 | Make TerminatorEdge plural. | Camille GILLOT | -13/+13 |
| 2023-08-16 | Allow apply_terminator_effect to customize edges. | Camille GILLOT | -0/+106 |
| 2023-08-16 | Auto merge of #114536 - cjgillot:eval-lint-levels, r=TaKO8Ki | bors | -1/+0 |
| 2023-08-16 | Auto merge of #114689 - m-ou-se:stabilize-thread-local-cell-methods, r=thomcc | bors | -1/+0 |
| 2023-08-16 | Don't ICE in is_trivially_sized when encountering late-bound self ty | Michael Goulet | -2/+2 |
| 2023-08-15 | Rollup merge of #114819 - estebank:issue-78124, r=compiler-errors | Matthias Krüger | -3/+3 |
| 2023-08-15 | Rollup merge of #114772 - fee1-dead-contrib:typed-did, r=b-naber | Guillaume Gomez | -41/+154 |
| 2023-08-15 | more span info | Michael Goulet | -1/+1 |
| 2023-08-15 | Auto merge of #114803 - bjorn3:less_session_mutable_state, r=fee1-dead | bors | -8/+1 |
| 2023-08-14 | Move scrutinee `HirId` into `MatchSource::TryDesugar` | Esteban Küber | -3/+3 |
| 2023-08-14 | Point at return type when it influences non-first `match` arm | Esteban Küber | -1/+1 |
| 2023-08-14 | Auto merge of #114781 - fee1-dead-contrib:param-impl-source, r=davidtwco | bors | -7/+8 |
| 2023-08-14 | Use `{Local}ModDefId` in many queries | Nilstrieb | -40/+103 |
| 2023-08-14 | Remove constness from `ImplSource::Param` | Deadbeef | -7/+8 |
| 2023-08-13 | Remove metadata_loader query | bjorn3 | -7/+0 |
| 2023-08-13 | Pass WorkProductMap to build_dep_graph instead of FxIndexMap | bjorn3 | -1/+1 |
| 2023-08-13 | Add typed `{Local}DefId` for modules | Nilstrieb | -1/+51 |
| 2023-08-11 | rustc: Move `features` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -0/+1 |
| 2023-08-10 | Rollup merge of #114622 - petrochenkov:noplugin, r=oli-obk | Michael Goulet | -13/+60 |
| 2023-08-10 | Stabilize thread local cell methods. | Mara Bos | -1/+0 |
| 2023-08-09 | Rollup merge of #114587 - ouz-a:smir_allocation, r=oli-obk | Matthias Krüger | -0/+3 |
| 2023-08-09 | Rollup merge of #111891 - rustbox:feat/riscv-isr-cconv, r=jackh726 | Matthias Krüger | -0/+2 |
| 2023-08-09 | Convert Const to Allocation in smir | ouz-a | -0/+3 |
| 2023-08-09 | rustc: Move `stable_crate_id` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -10/+18 |
| 2023-08-09 | rustc: Move `crate_types` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -3/+42 |
| 2023-08-09 | Rollup merge of #114548 - fee1-dead-contrib:migrate-to-trans, r=davidtwco | Matthias Krüger | -7/+18 |
| 2023-08-08 | feat: `riscv-interrupt-{m,s}` calling conventions | Seth Pellegrino | -0/+2 |
| 2023-08-08 | Auto merge of #114637 - matthiaskrgr:rollup-544y8p5, r=matthiaskrgr | bors | -2/+0 |
| 2023-08-08 | Rollup merge of #114615 - RalfJung:interpret-invalid-where, r=lcnr | Matthias Krüger | -2/+0 |
| 2023-08-08 | Auto merge of #114545 - fee1-dead-contrib:lower-impl-effect, r=oli-obk | bors | -2/+7 |
| 2023-08-08 | Auto merge of #114602 - compiler-errors:rpit-outlives-sadness, r=oli-obk | bors | -0/+78 |
| 2023-08-08 | Simplify via map_rpit_lifetime_to_fn_lifetime | Michael Goulet | -1/+10 |
| 2023-08-08 | Install bidirectional outlives predicates for RPITITs (and RPITs) correctly | Michael Goulet | -0/+69 |
| 2023-08-08 | interpret: remove incomplete protection against invalid where clauses | Ralf Jung | -2/+0 |
| 2023-08-08 | Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli... | Matthias Krüger | -13/+15 |
| 2023-08-07 | Store the laziness of type aliases in the DefKind | León Orell Valerian Liehr | -13/+15 |
| 2023-08-07 | Migrate a trait selection error to use diagnostic translation | Deadbeef | -7/+18 |
| 2023-08-06 | Auto merge of #114553 - matthiaskrgr:rollup-5yddunv, r=matthiaskrgr | bors | -11/+17 |
| 2023-08-06 | Rollup merge of #114505 - ouz-a:cleanup_mir, r=RalfJung | Matthias Krüger | -11/+17 |
| 2023-08-06 | cleanup misinformation regarding has_deref | ouz-a | -11/+17 |
| 2023-08-06 | lower impl const to bind to host effect param | Deadbeef | -2/+7 |
| 2023-08-06 | Do not mark shallow_lint_levels_on as eval_always. | Camille GILLOT | -1/+0 |
| 2023-08-05 | parent_module_from_def_id does not need to be a query. | Camille GILLOT | -21/+15 |
| 2023-08-05 | Auto merge of #113734 - cjgillot:no-crate-lint, r=petrochenkov | bors | -0/+5 |