| Age | Commit message (Expand) | Author | Lines |
| 2023-08-14 | fixed *const [type error] does not implement the Copy trait | nxya | -0/+16 |
| 2023-08-15 | fix the error check | dirreke | -2/+2 |
| 2023-08-14 | Auto merge of #114781 - fee1-dead-contrib:param-impl-source, r=davidtwco | bors | -143/+81 |
| 2023-08-14 | add features-gate for csky target feature | Dirreke | -0/+1 |
| 2023-08-14 | add `rustc_codegen_ssa` support for csky and correct some code | Dirreke | -1/+1 |
| 2023-08-14 | check for non-defining uses of RPIT | lcnr | -10/+95 |
| 2023-08-14 | match scrutinee need necessary parentheses for structs | yukang | -0/+50 |
| 2023-08-14 | Implement Step for AsciiChar | ltdk | -1/+1 |
| 2023-08-14 | Remove constness from `ImplSource::Param` | Deadbeef | -143/+81 |
| 2023-08-14 | Auto merge of #114787 - compiler-errors:issue-114783, r=jackh726 | bors | -0/+52 |
| 2023-08-13 | Auto merge of #114742 - compiler-errors:opaques-are-not-injective, r=aliemjay | bors | -7/+42 |
| 2023-08-13 | Select obligations before processing wf obligation in compare_method_predicat... | Michael Goulet | -0/+52 |
| 2023-08-13 | Auto merge of #114758 - fmease:fix-nice-re-err-ice-gci, r=cjgillot | bors | -0/+29 |
| 2023-08-13 | Auto merge of #114757 - Urgau:transmute-with-invalid_reference_casting, r=est31 | bors | -9/+26 |
| 2023-08-13 | Add check before suggest removing parens | Mu001999 | -0/+63 |
| 2023-08-13 | Avoid duplicate `large_assignments` lints | Martin Nordholts | -21/+4 |
| 2023-08-13 | Auto merge of #114457 - lcnr:trait_ref_is_knowable-normalize, r=compiler-errors | bors | -0/+103 |
| 2023-08-12 | normalize in `trait_ref_is_knowable` in new solver | lcnr | -0/+103 |
| 2023-08-12 | Auto merge of #114756 - matthiaskrgr:rollup-4m7l4p6, r=matthiaskrgr | bors | -67/+101 |
| 2023-08-12 | Fix tests | Michael Goulet | -24/+21 |
| 2023-08-12 | Opaques do not constrain generic params | Michael Goulet | -12/+50 |
| 2023-08-12 | Auto merge of #114710 - Urgau:fix-expect-dead_code-114557, r=cjgillot | bors | -0/+70 |
| 2023-08-12 | Don't crash when reporting nice region errors for generic const items | León Orell Valerian Liehr | -0/+29 |
| 2023-08-12 | Also consider `transmute` with the `invalid_reference_casting` lint | Urgau | -9/+26 |
| 2023-08-12 | Rollup merge of #114667 - compiler-errors:issue-114664, r=davidtwco | Matthias Krüger | -0/+64 |
| 2023-08-12 | Rollup merge of #114584 - darklyspaced:master, r=cjgillot | Matthias Krüger | -67/+37 |
| 2023-08-11 | Only check outlives goals on impl compared to trait | Jack Huey | -0/+38 |
| 2023-08-11 | Don't add associated type bound for non-types | Michael Goulet | -0/+20 |
| 2023-08-11 | Auto merge of #114672 - lenawanel:master, r=compiler-errors | bors | -0/+15 |
| 2023-08-11 | Auto merge of #114718 - compiler-errors:rollup-1am5rpn, r=compiler-errors | bors | -18/+303 |
| 2023-08-10 | Rollup merge of #114694 - lcnr:provisional-cache, r=compiler-errors | Michael Goulet | -16/+217 |
| 2023-08-10 | Rollup merge of #114662 - fmease:lazy-ty-aliases-unlock-trailing-wcs, r=oli-obk | Michael Goulet | -2/+86 |
| 2023-08-11 | Record binder for bare trait object in LifetimeCollectVisitor | Michael Goulet | -0/+64 |
| 2023-08-11 | Auto merge of #114507 - sebastiantoh:issue-114235, r=jackh726 | bors | -0/+85 |
| 2023-08-10 | Respect `#[expect]` the same way `#[allow]` is with the `dead_code` lint | Urgau | -0/+70 |
| 2023-08-10 | Auto merge of #114474 - estebank:missing-semi, r=compiler-errors | bors | -1/+152 |
| 2023-08-10 | Unlock trailing where-clauses for lazy type aliases | León Orell Valerian Liehr | -2/+86 |
| 2023-08-10 | Rollup merge of #114678 - MortenLohne:bugfix/hir-has-side-effects, r=compiler... | Matthias Krüger | -4/+60 |
| 2023-08-10 | add and move trait solver cycle tests | lcnr | -1/+215 |
| 2023-08-10 | make the provisional cache slightly less broken | lcnr | -15/+2 |
| 2023-08-10 | fix #114275 | lena | -0/+15 |
| 2023-08-10 | Bugfix: 'can_have_side_effects()' would return 'false' for struct/enum/array/... | Morten Lohne | -4/+60 |
| 2023-08-09 | Rollup merge of #114670 - compiler-errors:issue-114660, r=cjgillot | Matthias Krüger | -0/+10 |
| 2023-08-09 | Rollup merge of #114469 - estebank:arbitrary-self-types-mut-diff, r=davidtwco | Matthias Krüger | -0/+207 |
| 2023-08-09 | Rollup merge of #111891 - rustbox:feat/riscv-isr-cconv, r=jackh726 | Matthias Krüger | -56/+399 |
| 2023-08-09 | Don't use type_of to determine if item has intrinsic shim | Michael Goulet | -0/+10 |
| 2023-08-09 | Suggest using `Arc` on `!Send`/`!Sync` types | Esteban Kuber | -11/+209 |
| 2023-08-09 | Rollup merge of #114638 - compiler-errors:rpitit-test-revisions, r=spastorino | Matthias Krüger | -1483/+0 |
| 2023-08-09 | Rollup merge of #114606 - bvanjoi:fix-113462, r=compiler-errors | Matthias Krüger | -5/+27 |
| 2023-08-09 | Point out expectation even if we have RegionsInsufficientlyPolymorphic | Michael Goulet | -7/+21 |