| Age | Commit message (Expand) | Author | Lines |
| 2024-03-20 | Add a test | Ben Kimock | -4/+14 |
| 2024-03-19 | Account for #[link_name] intrinsics shims | Ben Kimock | -0/+1 |
| 2024-03-16 | Handle calls to upstream monomorphizations in compiler_builtins | Ben Kimock | -9/+94 |
| 2024-03-15 | Auto merge of #122341 - compiler-errors:alias-wfness, r=lcnr | bors | -20/+8 |
| 2024-03-15 | Auto merge of #122555 - GuillaumeGomez:rollup-tr6wu54, r=GuillaumeGomez | bors | -250/+139 |
| 2024-03-15 | Rollup merge of #122530 - klensy:as_str, r=fee1-dead | Guillaume Gomez | -3/+4 |
| 2024-03-15 | Rollup merge of #122513 - petrochenkov:somehir4, r=fmease | Guillaume Gomez | -159/+107 |
| 2024-03-15 | Rollup merge of #122468 - beepster4096:borrowck_prefixes_cleanup, r=Nadrieril | Guillaume Gomez | -88/+28 |
| 2024-03-15 | Auto merge of #121297 - michaelwoerister:set-pdb-alt-path, r=wesleywiser | bors | -0/+9 |
| 2024-03-15 | Rollup merge of #122527 - fmease:clean-up-hir-ty-lowering, r=compiler-errors | Matthias Krüger | -208/+142 |
| 2024-03-15 | Rollup merge of #122526 - Zalathar:thir-expr-docs, r=oli-obk | Matthias Krüger | -1/+12 |
| 2024-03-15 | Rollup merge of #122523 - compiler-errors:ensure-associated-types, r=oli-obk | Matthias Krüger | -0/+2 |
| 2024-03-15 | Rollup merge of #122515 - jieyouxu:ice-self-ty-mismatch, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-03-15 | Rollup merge of #122471 - RalfJung:const-eval-span, r=oli-obk | Matthias Krüger | -5/+11 |
| 2024-03-15 | Rollup merge of #122174 - notriddle:master, r=TaKO8Ki | Matthias Krüger | -10/+50 |
| 2024-03-15 | Rollup merge of #121207 - chriswailes:z-external-clangrt, r=michaelwoerister | Matthias Krüger | -10/+21 |
| 2024-03-15 | less symbols interner locks | klensy | -3/+4 |
| 2024-03-15 | Clean up AstConv | León Orell Valerian Liehr | -208/+142 |
| 2024-03-15 | Docs for `thir::ExprKind::Use` and `thir::ExprKind::Let` | Zalathar | -1/+12 |
| 2024-03-15 | Auto merge of #122517 - petrochenkov:bodihash, r=oli-obk | bors | -20/+38 |
| 2024-03-14 | Ensure RPITITs are created before def-id freezing | Michael Goulet | -0/+2 |
| 2024-03-15 | Auto merge of #122511 - matthiaskrgr:rollup-swzilin, r=matthiaskrgr | bors | -313/+734 |
| 2024-03-14 | preserve span when evaluating mir::ConstOperand | Ralf Jung | -5/+11 |
| 2024-03-14 | Fill in HIR hash for associated opaque types | Vadim Petrochenkov | -20/+38 |
| 2024-03-14 | Pass the correct DefId when suggesting writing the aliased Self type out | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-03-14 | hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id` | Vadim Petrochenkov | -159/+107 |
| 2024-03-14 | Rollup merge of #122503 - compiler-errors:trait-alias-wf, r=Nilstrieb | Matthias Krüger | -1/+2 |
| 2024-03-14 | Rollup merge of #122487 - GuillaumeGomez:rename-stmtkind-local, r=oli-obk | Matthias Krüger | -49/+49 |
| 2024-03-14 | Rollup merge of #122373 - surechen:fix_121331, r=petrochenkov | Matthias Krüger | -22/+86 |
| 2024-03-14 | Rollup merge of #122322 - Zalathar:branch, r=oli-obk | Matthias Krüger | -57/+385 |
| 2024-03-14 | Rollup merge of #122212 - erikdesjardins:byval-align2, r=wesleywiser | Matthias Krüger | -75/+95 |
| 2024-03-14 | Rollup merge of #121764 - Zoxc:incr-sess-no-source, r=oli-obk | Matthias Krüger | -99/+101 |
| 2024-03-14 | Rollup merge of #117118 - bzEq:aix-linker, r=wesleywiser | Matthias Krüger | -10/+16 |
| 2024-03-14 | Auto merge of #119849 - lcnr:eagerly-instantiate-binders, r=compiler-errors | bors | -23/+50 |
| 2024-03-14 | Restore correct version of comment and fix logic bug | Chris Wailes | -5/+5 |
| 2024-03-14 | Make `SubdiagMessageOp` well-formed | Michael Goulet | -1/+2 |
| 2024-03-14 | Auto merge of #122497 - matthiaskrgr:rollup-pg9ux4r, r=matthiaskrgr | bors | -175/+224 |
| 2024-03-14 | rebase | lcnr | -1/+1 |
| 2024-03-14 | eagerly instantiate binders to avoid relying on `sub` | lcnr | -22/+49 |
| 2024-03-14 | Consolidate WF for aliases | Michael Goulet | -20/+8 |
| 2024-03-14 | Rollup merge of #122482 - weiznich:fix/122446, r=compiler-errors | Matthias Krüger | -1/+0 |
| 2024-03-14 | Rollup merge of #122477 - surechen:change_attribute_only_local_20240314, r=lcnr | Matthias Krüger | -18/+55 |
| 2024-03-14 | Rollup merge of #122406 - compiler-errors:next-solver-asynckind-wf, r=lcnr | Matthias Krüger | -2/+3 |
| 2024-03-14 | Rollup merge of #122397 - oli-obk:machine-read-hook2, r=RalfJung | Matthias Krüger | -145/+132 |
| 2024-03-14 | Rollup merge of #122368 - pavedroad:master, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-03-14 | Rollup merge of #122287 - RalfJung:simd-static-assert, r=pnkfelix | Matthias Krüger | -8/+15 |
| 2024-03-14 | Rollup merge of #122238 - fee1-dead-contrib:builtin-impl-next-solver-dox, r=lcnr | Matthias Krüger | -0/+18 |
| 2024-03-14 | Auto merge of #120943 - petrochenkov:somehir3, r=oli-obk | bors | -29/+67 |
| 2024-03-14 | Rename some things around validation error reporting to signal that it is in ... | Oli Scherer | -13/+15 |
| 2024-03-14 | Move the entire success path into `eval_body_using_ecx` | Oli Scherer | -41/+33 |