| Age | Commit message (Expand) | Author | Lines |
| 2023-10-25 | Auto merge of #117172 - matthiaskrgr:rollup-s56bm2f, r=matthiaskrgr | bors | -416/+1820 |
| 2023-10-25 | Refactor away the need for some `descr` methods. | Oli Scherer | -38/+32 |
| 2023-10-25 | Rename in preparation for moving the `async` printing out of `CoroutineSource` | Oli Scherer | -8/+8 |
| 2023-10-25 | Add a IsIdentity extension trait for CanonicalUserType | Michael Goulet | -7/+11 |
| 2023-10-25 | Uplift Canonical to rustc_type_ir | Michael Goulet | -95/+201 |
| 2023-10-25 | Make `Iterator` a lang item | Oli Scherer | -0/+8 |
| 2023-10-25 | Rename `AsyncCoroutineKind` to `CoroutineSource` | Oli Scherer | -10/+10 |
| 2023-10-25 | Rename `AsyncCoroutineKind` to `CoroutineSource` | Oli Scherer | -59/+59 |
| 2023-10-25 | Remove unnecessary CVarArgs name skipping logic | DaniPopes | -9/+2 |
| 2023-10-25 | Rollup merge of #117168 - oli-obk:coroutine_cleanups, r=JohnTitor | Matthias Krüger | -2/+2 |
| 2023-10-25 | Rollup merge of #117160 - cuishuang:master, r=lqd | Matthias Krüger | -1/+1 |
| 2023-10-25 | Rollup merge of #117158 - matthewjasper:thir-unused-unsafe, r=oli-obk | Matthias Krüger | -395/+1683 |
| 2023-10-25 | Rollup merge of #117150 - weihanglo:update-cargo, r=weihanglo | Matthias Krüger | -0/+0 |
| 2023-10-25 | Rollup merge of #117136 - compiler-errors:defid-list, r=oli-obk | Matthias Krüger | -3/+16 |
| 2023-10-25 | Rollup merge of #117133 - compiler-errors:coherence-constrained, r=oli-obk | Matthias Krüger | -15/+87 |
| 2023-10-25 | Rollup merge of #116801 - clubby789:issue-113326-test, r=compiler-errors | Matthias Krüger | -0/+31 |
| 2023-10-25 | Print variadic argument pattern in HIR pretty printer | DaniPopes | -7/+40 |
| 2023-10-25 | Auto merge of #117165 - RalfJung:miri, r=RalfJung | bors | -250/+442 |
| 2023-10-25 | Update library/core/src/primitive_docs.rs | Joshua Liebow-Feeser | -0/+4 |
| 2023-10-25 | Add support for i586-unknown-netbsd as target. | Havard Eidnes | -0/+29 |
| 2023-10-25 | Build the sysroot and run more tests | Antoni Boucher | -69/+167 |
| 2023-10-25 | Only call `mir_const_qualif` if absolutely necessary | Oli Scherer | -3/+23 |
| 2023-10-25 | Fix some coroutine sentences that don't make sense anymore. | Oli Scherer | -2/+2 |
| 2023-10-25 | Regenerate intrinsics mapping | Guillaume Gomez | -0/+1455 |
| 2023-10-25 | Auto merge of #117113 - celinval:smir-stable-ty, r=oli-obk | bors | -421/+155 |
| 2023-10-25 | compiletest: Display compilation errors in mir-opt tests | Tomasz Miąsko | -1/+1 |
| 2023-10-25 | Apply suggestions | Benoît du Garreau | -19/+37 |
| 2023-10-25 | implement C ABI lowering for CSKY | dirreke | -10/+38 |
| 2023-10-25 | Remove `cfg_match` from the prelude | Caio | -89/+91 |
| 2023-10-25 | Remove the `internal_warn` lint category | Alex Macleod | -53/+36 |
| 2023-10-25 | Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua... | Oli Scherer | -2/+12 |
| 2023-10-25 | Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua... | Oli Scherer | -80/+661 |
| 2023-10-25 | Fix problematic comment | cui fliter | -1/+1 |
| 2023-10-25 | Auto merge of #117102 - devnexen:dfbsd_stack_overflow_upd, r=thomcc | bors | -2/+12 |
| 2023-10-25 | Make THIR unused_unsafe lint consistent with MIR | Matthew Jasper | -395/+1683 |
| 2023-10-25 | Auto merge of #117076 - oli-obk:privacy_visitor_types, r=petrochenkov | bors | -81/+191 |
| 2023-10-25 | Auto merge of #3141 - rust-lang:rustup-2023-10-25, r=RalfJung | bors | -1404/+3149 |
| 2023-10-25 | CLOCK_UPTIME_RAW exists on all macos targets, not just the ARM ones | Ralf Jung | -9/+5 |
| 2023-10-25 | Auto merge of #116236 - dtolnay:builtinmacrocomment, r=cjgillot | bors | -94/+112 |
| 2023-10-25 | Do not merge fn pointer casts. | Camille GILLOT | -3/+272 |
| 2023-10-25 | FileCheck gvn. | Camille GILLOT | -1699/+1526 |
| 2023-10-25 | Valtrees for primitive types are fine. | Camille GILLOT | -2/+3 |
| 2023-10-25 | Complete comments. | Camille GILLOT | -8/+5 |
| 2023-10-25 | Disambiguate non-deterministic constants. | Camille GILLOT | -53/+238 |
| 2023-10-25 | Take an AllocId in intern_const_alloc_for_constprop. | Camille GILLOT | -9/+3 |
| 2023-10-25 | Do not require absence of metadata. | Camille GILLOT | -4/+2 |
| 2023-10-25 | Fortify transmute check. | Camille GILLOT | -4/+3 |
| 2023-10-25 | Explain why we check variant equality. | Camille GILLOT | -0/+15 |
| 2023-10-25 | Move provenance checks out of interning method. | Camille GILLOT | -17/+20 |
| 2023-10-25 | Directly intern values instead of copying them. | Camille GILLOT | -4/+53 |