| Age | Commit message (Expand) | Author | Lines |
| 2023-08-23 | Allow MaybeUninit in input and output of inline assembly | Taiki Endo | -19/+34 |
| 2023-08-22 | Rollup merge of #115077 - estebank:issue-115019, r=compiler-errors | Michael Goulet | -1/+15 |
| 2023-08-22 | Do not emit invalid suggestion in E0191 when spans overlap | Esteban Küber | -1/+15 |
| 2023-08-22 | unknown unstable lint command line | mojave2 | -0/+1 |
| 2023-08-20 | Add projection obligations when comparing impl too | Jack Huey | -1/+8 |
| 2023-08-16 | Rollup merge of #114746 - compiler-errors:atb-no-const, r=TaKO8Ki | Matthias Krüger | -10/+28 |
| 2023-08-15 | Rollup merge of #114772 - fee1-dead-contrib:typed-did, r=b-naber | Guillaume Gomez | -9/+9 |
| 2023-08-14 | Rollup merge of #114752 - RickleAndMortimer:issue-113788-fix, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-08-14 | fixed *const [type error] does not implement the Copy trait | nxya | -1/+1 |
| 2023-08-14 | Use `{Local}ModDefId` in many queries | Nilstrieb | -8/+8 |
| 2023-08-14 | Auto merge of #114787 - compiler-errors:issue-114783, r=jackh726 | bors | -1/+10 |
| 2023-08-13 | Select obligations before processing wf obligation in compare_method_predicat... | Michael Goulet | -1/+10 |
| 2023-08-13 | Add typed `{Local}DefId` for modules | Nilstrieb | -1/+1 |
| 2023-08-12 | Opaques do not constrain generic params | Michael Goulet | -1/+1 |
| 2023-08-11 | Only check outlives goals on impl compared to trait | Jack Huey | -12/+39 |
| 2023-08-11 | Don't add associated type bound for non-types | Michael Goulet | -10/+28 |
| 2023-08-08 | Auto merge of #114545 - fee1-dead-contrib:lower-impl-effect, r=oli-obk | bors | -32/+55 |
| 2023-08-08 | Auto merge of #114602 - compiler-errors:rpit-outlives-sadness, r=oli-obk | bors | -190/+56 |
| 2023-08-08 | Simplify via map_rpit_lifetime_to_fn_lifetime | Michael Goulet | -144/+11 |
| 2023-08-08 | Stop using identity args for opaque type wf checks and instead load the args ... | Oli Scherer | -76/+113 |
| 2023-08-08 | Install bidirectional outlives predicates for RPITITs (and RPITs) correctly | Michael Goulet | -66/+28 |
| 2023-08-08 | Unconditionally record lifetime mapping | Michael Goulet | -1/+1 |
| 2023-08-08 | Rollup merge of #114594 - compiler-errors:new-solver-resolve-aliases, r=lcnr | Matthias Krüger | -1/+1 |
| 2023-08-08 | Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli... | Matthias Krüger | -22/+21 |
| 2023-08-07 | Structurally normalize weak and inherent too | Michael Goulet | -1/+1 |
| 2023-08-07 | Fix ICE | Deadbeef | -17/+48 |
| 2023-08-07 | Store the laziness of type aliases in the DefKind | León Orell Valerian Liehr | -22/+21 |
| 2023-08-06 | Add a new `compare_bytes` intrinsic instead of calling `memcmp` directly | Scott McMurray | -0/+4 |
| 2023-08-06 | lower impl const to bind to host effect param | Deadbeef | -35/+27 |
| 2023-08-05 | Consolidate opaque ty and async fn lowering code | Michael Goulet | -1/+1 |
| 2023-08-04 | Rollup merge of #114253 - fmease:compute-variances-for-lazy-ty-aliases, r=oli... | Matthias Krüger | -9/+63 |
| 2023-08-03 | Forbid old-style `simd_shuffleN` intrinsics | Oli Scherer | -14/+0 |
| 2023-08-03 | Compute variances for lazy type aliases | León Orell Valerian Liehr | -9/+63 |
| 2023-08-02 | Remove constness from `TraitPredicate` | Deadbeef | -74/+18 |
| 2023-08-02 | Rollup merge of #114314 - compiler-errors:sized-crit, r=lcnr | Matthias Krüger | -1/+1 |
| 2023-08-02 | Rollup merge of #114301 - compiler-errors:dont-error-on-missing-region-outliv... | Matthias Krüger | -4/+5 |
| 2023-08-01 | Fix a comment | Michael Goulet | -1/+1 |
| 2023-08-01 | Suppress unnecessary outlives | Michael Goulet | -4/+5 |
| 2023-07-31 | Rollup merge of #114267 - compiler-errors:rpitit-opaque-bounds, r=spastorino | Matthias Krüger | -17/+47 |
| 2023-07-30 | No need to expect RPITIT projections in opaque item bounds | Michael Goulet | -15/+1 |
| 2023-07-30 | Remap explicit item bounds of RPITIT's opaque back to ty::Opaque | Michael Goulet | -2/+46 |
| 2023-07-30 | Check lazy type aliases for well-formedness | León Orell Valerian Liehr | -2/+5 |
| 2023-07-29 | Take RPITITs inherit the assumed_wf_types of their parent fn | Michael Goulet | -88/+11 |
| 2023-07-29 | Auto merge of #114156 - calebzulawski:simd-bswap, r=compiler-errors | bors | -0/+4 |
| 2023-07-28 | Auto merge of #114181 - matthiaskrgr:rollup-14m8s7f, r=matthiaskrgr | bors | -4/+22 |
| 2023-07-28 | Type-check generic const items | León Orell Valerian Liehr | -103/+122 |
| 2023-07-28 | Lower generic const items to HIR | León Orell Valerian Liehr | -2/+2 |
| 2023-07-28 | Rollup merge of #114147 - compiler-errors:missing-rpitits, r=spastorino | Matthias Krüger | -4/+22 |
| 2023-07-27 | Add SIMD bitreverse, ctlz, cttz intrinsics | Caleb Zulawski | -0/+3 |
| 2023-07-27 | Add simd_bswap intrinsic | Caleb Zulawski | -0/+1 |