| Age | Commit message (Expand) | Author | Lines |
| 2023-06-22 | Handle weak type aliases by immediately resolving them to their aliased type | Oli Scherer | -9/+14 |
| 2023-06-22 | ICE on types that should not be defining opaque types | Oli Scherer | -1/+3 |
| 2023-06-22 | Document what is going on in `opaque_types_defined_by` | Oli Scherer | -0/+3 |
| 2023-06-22 | Move some field extraction logic onto a method on `Node` | Oli Scherer | -7/+26 |
| 2023-06-22 | Re-use error code for duplicate error | Oli Scherer | -1/+1 |
| 2023-06-22 | Treat opaque types failing the signature defining scope check as defining, as... | Oli Scherer | -2/+3 |
| 2023-06-22 | Stop failing eagerly, and collect all opaque types even if some are erroneous. | Oli Scherer | -12/+6 |
| 2023-06-22 | Point to argument/return type instead of the whole function header | Oli Scherer | -7/+32 |
| 2023-06-22 | Only create the opaque collector once and visit it many times | Oli Scherer | -20/+10 |
| 2023-06-22 | Move `opaque_type_origin_unchecked` onto `TyCtxt` and re-use it where it was ... | Oli Scherer | -15/+14 |
| 2023-06-22 | Auto merge of #112695 - nnethercote:inline-before-merging-cgus, r=wesleywiser | bors | -92/+65 |
| 2023-06-22 | Auto merge of #112914 - matthiaskrgr:rollup-f0kdqh9, r=matthiaskrgr | bors | -76/+97 |
| 2023-06-22 | Rollup merge of #112908 - spastorino:add-def-id-to-early-bound-region-debug, ... | Matthias Krüger | -1/+1 |
| 2023-06-22 | Rollup merge of #112876 - compiler-errors:check-subst-compat-in-OpaqueTypeCol... | Matthias Krüger | -75/+96 |
| 2023-06-22 | Auto merge of #112814 - antoyo:sync-cg_gcc-2023-06-19, r=bjorn3 | bors | -265/+245 |
| 2023-06-22 | Tweak CGU size estimate code. | Nicholas Nethercote | -14/+17 |
| 2023-06-21 | Auto merge of #103503 - thomcc:tvos-support, r=workingjubilee | bors | -7/+27 |
| 2023-06-21 | Print def_id on EarlyBoundRegion debug | Santiago Pastorino | -1/+1 |
| 2023-06-22 | Merge root and inlined item placement. | Nicholas Nethercote | -71/+44 |
| 2023-06-22 | Inline before merging CGUs. | Nicholas Nethercote | -16/+14 |
| 2023-06-22 | Streamline some comments. | Nicholas Nethercote | -6/+5 |
| 2023-06-21 | Reorder `tvos_*` functions in apple_base.rs to avoid breaking sorted order | Thom Chiovoloni | -10/+12 |
| 2023-06-21 | Fix rustc_target::spec::apple::tests | Thom Chiovoloni | -1/+4 |
| 2023-06-21 | Fix the tvOS targets to use the right LLVM target and respect the deployment ... | Thom Chiovoloni | -5/+19 |
| 2023-06-21 | Fix busted data_layout (mismatch vs LLVM) in x86_64 tvOS simulator target | Thom Chiovoloni | -1/+2 |
| 2023-06-21 | Rollup merge of #112892 - petrochenkov:cleanres, r=oli-obk | Guillaume Gomez | -51/+38 |
| 2023-06-21 | Rollup merge of #112868 - compiler-errors:liberate-afit-sugg, r=WaffleLapkin | Guillaume Gomez | -13/+10 |
| 2023-06-21 | Rollup merge of #112538 - ndrewxie:issue-84447-partial-1, r=compiler-errors | Guillaume Gomez | -16/+13 |
| 2023-06-21 | Don't substitute a GAT that has mismatched generics in OpaqueTypeCollector | Michael Goulet | -75/+96 |
| 2023-06-21 | Liberate bound vars properly when suggesting missing AFIT | Michael Goulet | -13/+10 |
| 2023-06-21 | resolve: Minor cleanup to `fn resolve_path_with_ribs` | Vadim Petrochenkov | -51/+38 |
| 2023-06-21 | Auto merge of #112890 - GuillaumeGomez:rollup-7e01q69, r=GuillaumeGomez | bors | -3/+14 |
| 2023-06-21 | Rollup merge of #112885 - imor:fix_span_bug_msg, r=cjgillot | Guillaume Gomez | -1/+1 |
| 2023-06-21 | Rollup merge of #112883 - oli-obk:tracing_queries, r=cjgillot | Guillaume Gomez | -1/+9 |
| 2023-06-21 | Rollup merge of #112853 - GuillaumeGomez:type_alias_type, r=oli-obk | Guillaume Gomez | -1/+4 |
| 2023-06-21 | Add `lazy_type_alias` feature gate | Guillaume Gomez | -1/+4 |
| 2023-06-21 | Fix msg passed to span_bug | Raminder Singh | -1/+1 |
| 2023-06-21 | Auto merge of #112834 - oli-obk:mir_opts_considered_unsound, r=cjgillot | bors | -2/+6 |
| 2023-06-21 | Make queries traceable again | Oli Scherer | -1/+9 |
| 2023-06-21 | Disable two mir opts that are known to be unsound | Oli Scherer | -2/+6 |
| 2023-06-21 | Rollup merge of #112844 - Vanille-N:unique, r=RalfJung | Nilstrieb | -0/+1 |
| 2023-06-21 | Rollup merge of #112830 - nnethercote:more-codegen-cleanups, r=oli-obk | Nilstrieb | -56/+37 |
| 2023-06-21 | Rollup merge of #112790 - WaffleLapkin:syntactically, r=Nilstrieb | Nilstrieb | -2/+41 |
| 2023-06-21 | Rollup merge of #112772 - compiler-errors:clauses-1, r=lcnr | Nilstrieb | -551/+667 |
| 2023-06-21 | Rollup merge of #112759 - cjgillot:closure-names, r=oli-obk | Nilstrieb | -102/+100 |
| 2023-06-21 | Auto merge of #112119 - zirconium-n:issue-113072-merge-borrow-kind, r=lcnr | bors | -120/+118 |
| 2023-06-21 | Remove Queries::ongoing_codegen. | Nicholas Nethercote | -22/+15 |
| 2023-06-21 | Inline and remove `WorkItem::start_profiling` and `execute_work_item`. | Nicholas Nethercote | -34/+22 |
| 2023-06-20 | Auto merge of #112835 - lcnr:proof-tree-nits, r=BoxyUwU | bors | -295/+310 |
| 2023-06-20 | Auto merge of #112847 - bvanjoi:fix-112831, r=Nilstrieb | bors | -40/+53 |