| Age | Commit message (Expand) | Author | Lines |
| 2024-02-08 | Add a new debug_assertions instrinsic (compiler) | Ben Kimock | -12/+71 |
| 2024-02-08 | InstSimplify rustc_nounwind calls | Ben Kimock | -0/+25 |
| 2024-02-08 | Don't lower assume in unoptimized builds | Ben Kimock | -2/+5 |
| 2024-02-08 | Auto merge of #120767 - matthiaskrgr:rollup-0k8ib1c, r=matthiaskrgr | bors | -642/+630 |
| 2024-02-08 | Continue to borrowck even if there were previous errors | Oli Scherer | -10/+48 |
| 2024-02-08 | Rollup merge of #120739 - lukas-code:pp-dyn-assoc, r=compiler-errors | Matthias Krüger | -33/+81 |
| 2024-02-08 | Rollup merge of #120734 - nnethercote:SubdiagnosticMessageOp, r=compiler-errors | Matthias Krüger | -169/+61 |
| 2024-02-08 | Rollup merge of #120727 - Nadrieril:tweak-int-reporting, r=compiler-errors | Matthias Krüger | -5/+3 |
| 2024-02-08 | Rollup merge of #120688 - cjgillot:gvn-partial-move, r=oli-obk | Matthias Krüger | -2/+2 |
| 2024-02-08 | Rollup merge of #120214 - Nadrieril:fix-120210, r=pnkfelix | Matthias Krüger | -54/+53 |
| 2024-02-08 | Rollup merge of #120206 - petrochenkov:somehir, r=compiler-errors | Matthias Krüger | -320/+314 |
| 2024-02-08 | Rollup merge of #120103 - compiler-errors:concrete-afits, r=oli-obk | Matthias Krüger | -50/+66 |
| 2024-02-08 | Rollup merge of #119592 - petrochenkov:unload, r=compiler-errors | Matthias Krüger | -9/+50 |
| 2024-02-08 | Taint borrowck results without running any borrowck if the MIR body was alrea... | Oli Scherer | -4/+5 |
| 2024-02-08 | inline a function that is only used in clippy | Oli Scherer | -4/+0 |
| 2024-02-08 | Already poison the `type_of` result of the anon const used in the `typeof` ex... | Oli Scherer | -20/+18 |
| 2024-02-08 | Auto merge of #120558 - oli-obk:missing_impl_item_ice, r=estebank | bors | -13/+46 |
| 2024-02-08 | Add `SubdiagnosticMessageOp` as a trait alias. | Nicholas Nethercote | -169/+61 |
| 2024-02-08 | Auto merge of #120381 - fee1-dead-contrib:reconstify-add, r=compiler-errors | bors | -0/+4 |
| 2024-02-07 | Prefer "0..MAX not covered" to "_ not covered" | Nadrieril | -5/+3 |
| 2024-02-07 | address review comments and add more tests | Lukas Markeffsky | -10/+15 |
| 2024-02-07 | Rollup merge of #120746 - compiler-errors:kind-ty, r=oli-obk | Guillaume Boisseau | -4/+18 |
| 2024-02-07 | Rollup merge of #120735 - nnethercote:rm-some-unchecked_claims, r=oli-obk | Guillaume Boisseau | -32/+39 |
| 2024-02-07 | Rollup merge of #120733 - klensy:trait-const-fn, r=oli-obk | Guillaume Boisseau | -12/+25 |
| 2024-02-07 | Rollup merge of #120633 - Nadrieril:place_info, r=compiler-errors | Guillaume Boisseau | -40/+57 |
| 2024-02-07 | Rollup merge of #120564 - Zalathar:increment-site, r=oli-obk | Guillaume Boisseau | -80/+79 |
| 2024-02-07 | Rollup merge of #120479 - estebank:issue-61788, r=wesleywiser | Guillaume Boisseau | -18/+100 |
| 2024-02-07 | Rollup merge of #120470 - estebank:issue-54196, r=compiler-errors | Guillaume Boisseau | -2/+2 |
| 2024-02-07 | Rollup merge of #120302 - oli-obk:const_intern_cleanups, r=RalfJung | Guillaume Boisseau | -63/+61 |
| 2024-02-07 | Rollup merge of #119162 - heiher:direct-access-external-data, r=petrochenkov | Guillaume Boisseau | -10/+37 |
| 2024-02-07 | Rollup merge of #110482 - chrisnc:armv8r-target, r=wesleywiser | Guillaume Boisseau | -0/+36 |
| 2024-02-07 | Record coroutine kind in generics | Michael Goulet | -4/+18 |
| 2024-02-07 | improve pretty printing for trait objects | Lukas Markeffsky | -32/+75 |
| 2024-02-07 | MirPass: make name more const | klensy | -12/+25 |
| 2024-02-07 | Rename `unchecked_claim_error_was_emitted` as `unchecked_error_guaranteed`. | Nicholas Nethercote | -6/+6 |
| 2024-02-07 | Tighten up `ErrorGuaranteed` handling. | Nicholas Nethercote | -13/+22 |
| 2024-02-07 | Remove an `unchecked_claim_error_was_emitted` call. | Nicholas Nethercote | -7/+8 |
| 2024-02-07 | hir: Add some FIXMEs for future work | Vadim Petrochenkov | -0/+6 |
| 2024-02-07 | hir: Remove `fn opt_hir_id` and `fn opt_span` | Vadim Petrochenkov | -288/+234 |
| 2024-02-07 | hir: Make sure all `HirId`s have corresponding HIR `Node`s | Vadim Petrochenkov | -36/+78 |
| 2024-02-07 | Update tests | r0cky | -47/+2 |
| 2024-02-07 | Make traits / trait methods detected by the dead code lint! | r0cky | -20/+71 |
| 2024-02-07 | Remove return value from `emit_stashed_diagnostics`. | Nicholas Nethercote | -7/+4 |
| 2024-02-06 | Rollup merge of #120707 - compiler-errors:suitable-region, r=nnethercote | Matthias Krüger | -1/+1 |
| 2024-02-06 | Rollup merge of #120513 - compiler-errors:normalize-regions-for-nll, r=lcnr | Matthias Krüger | -91/+209 |
| 2024-02-06 | Rollup merge of #120507 - estebank:issue-108428, r=davidtwco | Matthias Krüger | -37/+21 |
| 2024-02-06 | Rollup merge of #120502 - clubby789:remove-ffi-returns-twice, r=compiler-errors | Matthias Krüger | -53/+18 |
| 2024-02-06 | Rollup merge of #120435 - chenyukang:yukang-fix-120427-cfg-name, r=Urgau,Nils... | Matthias Krüger | -10/+40 |
| 2024-02-06 | Rollup merge of #120423 - RalfJung:indirect-structural-match, r=petrochenkov | Matthias Krüger | -200/+51 |
| 2024-02-06 | Rollup merge of #120396 - estebank:method-on-unbounded-type-param, r=nnethercote | Matthias Krüger | -14/+27 |