| Age | Commit message (Expand) | Author | Lines |
| 2023-10-20 | Auto merge of #116838 - gurry:116836-dup-macro-invoc-diag, r=petrochenkov | bors | -4/+4 |
| 2023-10-20 | Auto merge of #116875 - nnethercote:rustc_monomorphize, r=wesleywiser | bors | -53/+12 |
| 2023-10-19 | Auto merge of #116874 - compiler-errors:elaborator-nits, r=wesleywiser | bors | -42/+39 |
| 2023-10-19 | Auto merge of #115214 - Urgau:rfc-3127-trim-paths, r=compiler-errors | bors | -86/+387 |
| 2023-10-19 | Rollup merge of #116906 - compiler-errors:version-0, r=oli-obk | Matthias Krüger | -5/+5 |
| 2023-10-19 | Rollup merge of #116896 - cjgillot:single-inline, r=oli-obk | Matthias Krüger | -13/+22 |
| 2023-10-19 | Rollup merge of #116650 - RalfJung:miri-intptrcast, r=oli-obk | Matthias Krüger | -0/+10 |
| 2023-10-19 | Rollup merge of #116912 - compiler-errors:rustc_type_ir-bikeshedding, r=jackh726 | León Orell Valerian Liehr | -57/+61 |
| 2023-10-19 | Rollup merge of #116908 - estebank:issue-78206, r=compiler-errors | León Orell Valerian Liehr | -4/+19 |
| 2023-10-19 | Rollup merge of #116829 - fmease:rust-aint-c, r=compiler-errors | León Orell Valerian Liehr | -4/+18 |
| 2023-10-19 | Rollup merge of #116663 - compiler-errors:resolve-regions, r=lcnr | León Orell Valerian Liehr | -8/+20 |
| 2023-10-19 | Fix duplicate labels emitted in `render_multispan_macro_backtrace()` | Gurinder Singh | -4/+4 |
| 2023-10-18 | Tweak wording of type errors involving type params | Esteban Küber | -4/+19 |
| 2023-10-18 | Some renaming nits for rustc_type_ir | Michael Goulet | -52/+61 |
| 2023-10-18 | Remove unused variant BinderListTy | Michael Goulet | -5/+0 |
| 2023-10-18 | Use v0.0.0 in compiler crates | Michael Goulet | -5/+5 |
| 2023-10-18 | Auto merge of #116493 - compiler-errors:coinductive-cycle-lint, r=lcnr | bors | -2/+2 |
| 2023-10-18 | Don't ICE when encountering unresolved regions in fully_resolve | Michael Goulet | -8/+20 |
| 2023-10-18 | Bump COINDUCTIVE_OVERLAP_IN_COHERENCE | Michael Goulet | -2/+2 |
| 2023-10-18 | Auto merge of #116046 - Zalathar:fn-cov-info, r=cjgillot | bors | -636/+435 |
| 2023-10-18 | Only check in a single place if a pass is enabled. | Camille GILLOT | -13/+22 |
| 2023-10-18 | Make `#[repr(Rust)]` and `#[repr(C)]` incompatible with one another | León Orell Valerian Liehr | -4/+18 |
| 2023-10-18 | Auto merge of #116887 - lcnr:alias-ty-constructor, r=compiler-errors | bors | -38/+45 |
| 2023-10-18 | coverage: Explicitly note that counter/expression IDs are function-local | Zalathar | -0/+17 |
| 2023-10-18 | coverage: Update docs for `StatementKind::Coverage` | Zalathar | -5/+10 |
| 2023-10-18 | coverage: Store expression data in function coverage info | Zalathar | -171/+86 |
| 2023-10-18 | Remove unused `TyCtxt` from `remove_dead_blocks` | Zalathar | -9/+9 |
| 2023-10-18 | coverage: Store all of a function's mappings in function coverage info | Zalathar | -239/+86 |
| 2023-10-18 | AliasTy::new instead of tcx method | lcnr | -38/+45 |
| 2023-10-18 | Auto merge of #116885 - aliemjay:rollup-plbeppt, r=aliemjay | bors | -136/+91 |
| 2023-10-18 | coverage: Make expression simplification non-destructive | Zalathar | -22/+58 |
| 2023-10-18 | Rollup merge of #116879 - aliemjay:revert-opaque-bubble, r=oli-obk | Ali MJ Al-Nasrawy | -81/+18 |
| 2023-10-18 | Rollup merge of #116870 - compiler-errors:host-param-by-name, r=fee1-dead | Ali MJ Al-Nasrawy | -11/+10 |
| 2023-10-18 | Rollup merge of #116865 - estebank:issue-46969, r=compiler-errors | Ali MJ Al-Nasrawy | -44/+58 |
| 2023-10-18 | Rollup merge of #116812 - rmehri01:missing_copy_implementations_non_exhaustiv... | Ali MJ Al-Nasrawy | -0/+5 |
| 2023-10-18 | coverage: Collect a function's coverage mappings into a single list | Zalathar | -75/+65 |
| 2023-10-18 | coverage: Rename `Operand` to `CovTerm` | Zalathar | -49/+51 |
| 2023-10-18 | coverage: Store the number of counters/expressions in function coverage info | Zalathar | -102/+69 |
| 2023-10-18 | coverage: Attach an optional `FunctionCoverageInfo` to `mir::Body` | Zalathar | -54/+74 |
| 2023-10-18 | Auto merge of #116815 - Nilstrieb:more-funny-pretty-printers, r=compiler-errors | bors | -310/+214 |
| 2023-10-18 | Auto merge of #116814 - estebank:windows-ice-path, r=petrochenkov | bors | -3/+8 |
| 2023-10-18 | revert rust-lang/rust#114586 | Ali MJ Al-Nasrawy | -81/+18 |
| 2023-10-18 | Auto merge of #116713 - estebank:issue-116703, r=compiler-errors | bors | -46/+60 |
| 2023-10-18 | Auto merge of #116830 - nnethercote:rustc_type_ir, r=compiler-errors | bors | -128/+41 |
| 2023-10-18 | Remove `UnknownPartitionStrategy` error. | Nicholas Nethercote | -6/+0 |
| 2023-10-18 | Streamline `build_skip_move_check_fns`. | Nicholas Nethercote | -31/+10 |
| 2023-10-18 | Inline and remove `item_requires_monomorphization`. | Nicholas Nethercote | -7/+2 |
| 2023-10-18 | Remove empty `MirUsedCollector::visit_local`. | Nicholas Nethercote | -8/+0 |
| 2023-10-18 | Remove unneeded dependencies from `rustc_monomorphize`. | Nicholas Nethercote | -1/+0 |
| 2023-10-18 | Make sure that non-pretty-printing usages are using the correct elaborator | Michael Goulet | -10/+12 |