| Age | Commit message (Expand) | Author | Lines |
| 2023-09-28 | resolve: skip underscore character during candidate lookup | bohan | -0/+33 |
| 2023-09-28 | Rollup merge of #116215 - estebank:parse-type-angle-bracket-tweak, r=compiler... | Matthias Krüger | -25/+147 |
| 2023-09-28 | Tweak wording of missing angle backets in qualified path | Esteban Küber | -25/+147 |
| 2023-09-27 | Fix ICE by introducing an expr_or_init variant for outside bodies | Urgau | -0/+4 |
| 2023-09-27 | Simplify casting logic of the invalid_reference_casting lint | Urgau | -25/+55 |
| 2023-09-27 | Prefer expr_or_init over manual init detection | Urgau | -20/+66 |
| 2023-09-27 | Rollup merge of #116187 - estebank:small-tweak, r=compiler-errors | Matthias Krüger | -5/+22 |
| 2023-09-27 | Rollup merge of #116178 - Milo123459:milo/add-test-for-const-async-function-i... | Matthias Krüger | -0/+18 |
| 2023-09-27 | Rollup merge of #116149 - compiler-errors:anonymize, r=lcnr | Matthias Krüger | -0/+13 |
| 2023-09-27 | Add regression test for rust-lang#56098 | apekros | -0/+3 |
| 2023-09-27 | Auto merge of #116163 - compiler-errors:lazyness, r=oli-obk | bors | -62/+1 |
| 2023-09-27 | Auto merge of #116156 - oli-obk:opaque_place_unwrap, r=compiler-errors | bors | -0/+36 |
| 2023-09-26 | Add context to `let: Ty = loop { break };` | Esteban Küber | -5/+22 |
| 2023-09-26 | add test | Milo | -0/+18 |
| 2023-09-26 | Anonymize binders for refining_impl_trait check | Michael Goulet | -0/+13 |
| 2023-09-26 | Auto merge of #116175 - matthiaskrgr:rollup-cwteiwy, r=matthiaskrgr | bors | -6/+70 |
| 2023-09-26 | Rollup merge of #116162 - fmease:gate-n-validate-rustc_safe_intrinsic, r=Nils... | Matthias Krüger | -6/+32 |
| 2023-09-26 | Rollup merge of #116099 - eduardosm:issue-79865-regression, r=oli-obk | Matthias Krüger | -0/+38 |
| 2023-09-26 | Auto merge of #115893 - RalfJung:match-require-partial-eq, r=oli-obk | bors | -2/+50 |
| 2023-09-26 | add misalignment const-eval test | Ralf Jung | -0/+72 |
| 2023-09-26 | Auto merge of #116125 - RalfJung:const-param-ty-eq, r=compiler-errors | bors | -3/+34 |
| 2023-09-26 | Auto merge of #116124 - WaffleLapkin:fix-proc-macro-literal-to-string, r=comp... | bors | -0/+149 |
| 2023-09-26 | Don't store lazyness in DefKind | Michael Goulet | -62/+1 |
| 2023-09-26 | Auto merge of #116072 - compiler-errors:rpitit-implied-bounds, r=aliemjay | bors | -0/+81 |
| 2023-09-26 | Auto merge of #116080 - estebank:issue-115905-2, r=compiler-errors | bors | -37/+231 |
| 2023-09-25 | Use verbose suggestion for `break` without value | Esteban Küber | -48/+72 |
| 2023-09-25 | Handle all arbitrary `loop` nesting in `break` type errors | Esteban Küber | -3/+115 |
| 2023-09-25 | Gate and validate #[rustc_safe_intrinsic] | León Orell Valerian Liehr | -6/+32 |
| 2023-09-25 | Account for more cases of nested `loop`s for `break` type mismatches | Esteban Küber | -8/+54 |
| 2023-09-25 | Only prevent field projections into opaque types, not types containing opaque... | Oli Scherer | -0/+36 |
| 2023-09-25 | rename lint; add tracking issue | Ralf Jung | -8/+8 |
| 2023-09-25 | Point at field definition when unresolved name exists in `Self` | Esteban Küber | -14/+32 |
| 2023-09-25 | When suggesting `self.x` for `S { x }`, use `S { x: self.x }` | Esteban Küber | -39/+186 |
| 2023-09-25 | Handle yet another case of `break` type mismatch | Esteban Küber | -1/+4 |
| 2023-09-25 | Point at previous breaks that have the expected type | Esteban Küber | -1/+10 |
| 2023-09-24 | Added additional visit steps to visit_generic_param() in order to avoid ICE o... | Lenko Donchev | -0/+38 |
| 2023-09-24 | ConstParamTy: require Eq | Ralf Jung | -3/+34 |
| 2023-09-24 | Add a test for printing literals via `proc-macro` | Maybe Waffle | -0/+149 |
| 2023-09-24 | work towards rejecting consts in patterns that do not implement PartialEq | Ralf Jung | -2/+50 |
| 2023-09-24 | Remove span from BrAnon. | Camille GILLOT | -15/+15 |
| 2023-09-24 | Try to use approximate placeholder regions when outputting an AscribeUserType... | Jack Huey | -0/+26 |
| 2023-09-24 | Auto merge of #116112 - matthiaskrgr:rollup-s3cm2f7, r=matthiaskrgr | bors | -21/+102 |
| 2023-09-24 | Rollup merge of #116086 - estebank:issue-115992, r=compiler-errors | Matthias Krüger | -11/+92 |
| 2023-09-24 | Rollup merge of #116082 - compiler-errors:default-assoc-ty-msg, r=estebank | Matthias Krüger | -3/+3 |
| 2023-09-24 | Rollup merge of #116073 - compiler-errors:poly-sigs, r=b-naber | Matthias Krüger | -7/+7 |
| 2023-09-23 | Auto merge of #112711 - Emilgardis:lit_byte_char, r=dtolnay | bors | -0/+27 |
| 2023-09-23 | implement Literal::byte_character | Emil Gardström | -0/+27 |
| 2023-09-23 | Remove GeneratorWitness and rename GeneratorWitnessMIR. | Camille GILLOT | -4/+4 |
| 2023-09-23 | Bless tests. | Camille GILLOT | -918/+486 |
| 2023-09-23 | Revert duplication of tests. | Camille GILLOT | -4891/+439 |