| Age | Commit message (Expand) | Author | Lines |
| 2023-09-19 | Don't complain on a single non-exhaustive 1-zst | Michael Goulet | -19/+29 |
| 2023-09-17 | Auto merge of #115334 - RalfJung:transparent-aligned-zst, r=compiler-errors | bors | -37/+21 |
| 2023-09-14 | Auto merge of #115677 - matthewjasper:let-expr-recovery, r=b-naber | bors | -1/+5 |
| 2023-09-14 | Paper over an accidental regression | Oli Scherer | -1/+9 |
| 2023-09-11 | Move let expression checking to parsing | Matthew Jasper | -1/+1 |
| 2023-09-11 | Don't create drop scopes after item statements | Matthew Jasper | -1/+5 |
| 2023-09-11 | Rollup merge of #115727 - fee1-dead-contrib:effect-fallback, r=oli-obk | Matthias Krüger | -1/+1 |
| 2023-09-11 | add `is_host_effect` to `GenericParamDefKind::Const` and address review | Deadbeef | -1/+1 |
| 2023-09-07 | Don't emit refining_impl_trait for private items | Michael Goulet | -0/+28 |
| 2023-09-07 | Use self instead of the actual self ty | Michael Goulet | -3/+15 |
| 2023-09-07 | Implement refinement lint for RPITIT | Michael Goulet | -0/+279 |
| 2023-08-30 | Auto merge of #114908 - cjgillot:no-let-under, r=compiler-errors | bors | -1/+1 |
| 2023-08-29 | repr(transparent): it's fine if the one non-1-ZST field is a ZST | Ralf Jung | -37/+21 |
| 2023-08-23 | Allow MaybeUninit in input and output of inline assembly | Taiki Endo | -19/+34 |
| 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-19 | Do not compute unneeded results. | Camille GILLOT | -1/+1 |
| 2023-08-15 | Rollup merge of #114772 - fee1-dead-contrib:typed-did, r=b-naber | Guillaume Gomez | -5/+5 |
| 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 | -4/+4 |
| 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-11 | Only check outlives goals on impl compared to trait | Jack Huey | -12/+39 |
| 2023-08-08 | Auto merge of #114602 - compiler-errors:rpit-outlives-sadness, r=oli-obk | bors | -124/+28 |
| 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 | Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli... | Matthias Krüger | -1/+1 |
| 2023-08-07 | Store the laziness of type aliases in the DefKind | León Orell Valerian Liehr | -1/+1 |
| 2023-08-06 | Add a new `compare_bytes` intrinsic instead of calling `memcmp` directly | Scott McMurray | -0/+4 |
| 2023-08-04 | Rollup merge of #114253 - fmease:compute-variances-for-lazy-ty-aliases, r=oli... | Matthias Krüger | -4/+22 |
| 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 | -4/+22 |
| 2023-08-02 | Remove constness from `TraitPredicate` | Deadbeef | -10/+3 |
| 2023-08-02 | Rollup merge of #114301 - compiler-errors:dont-error-on-missing-region-outliv... | Matthias Krüger | -4/+5 |
| 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 | -15/+1 |
| 2023-07-30 | No need to expect RPITIT projections in opaque item bounds | Michael Goulet | -15/+1 |
| 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 | -33/+77 |
| 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 |
| 2023-07-27 | Insert RPITITs that were shadowed by missing ADTs that resolve to type error | Michael Goulet | -4/+22 |
| 2023-07-27 | Remove `constness` from `ParamEnv` | Deadbeef | -19/+8 |
| 2023-07-27 | Rollup merge of #114075 - matthiaskrgr:fmt_args_rustc_3, r=wesleywiser | Matthias Krüger | -13/+11 |
| 2023-07-25 | Rollup merge of #113661 - oli-obk:tait_wtf, r=lcnr | Matthias Krüger | -4/+175 |