| Age | Commit message (Expand) | Author | Lines |
| 2023-09-25 | Auto merge of #116078 - eduardosm:closure-inherit-target-feature, r=Mark-Simu... | bors | -0/+58 |
| 2023-09-24 | Added additional visit steps to visit_generic_param() in order to avoid ICE o... | Lenko Donchev | -0/+38 |
| 2023-09-24 | Auto merge of #116117 - cjgillot:drop-tracking-mir-noscope, r=compiler-errors | bors | -15/+15 |
| 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 | Auto merge of #116120 - GuillaumeGomez:regression-102467, r=compiler-errors | bors | -0/+24 |
| 2023-09-24 | Add assembly test to make sure that inlining works as expected when closures ... | Eduardo Sánchez Muñoz | -0/+58 |
| 2023-09-24 | work towards rejecting consts in patterns that do not implement PartialEq | Ralf Jung | -2/+50 |
| 2023-09-24 | Add regression test for #102467 | Guillaume Gomez | -0/+24 |
| 2023-09-24 | Remove span from BrAnon. | Camille GILLOT | -15/+15 |
| 2023-09-24 | Do not clone valtree and slice constants. | Camille GILLOT | -0/+574 |
| 2023-09-24 | Embed simplification into VnState. | Camille GILLOT | -24/+24 |
| 2023-09-24 | Do not check copiability. | Camille GILLOT | -18/+20 |
| 2023-09-24 | Add global value numbering pass. | Camille GILLOT | -23/+6040 |
| 2023-09-24 | Auto merge of #115794 - cjgillot:aggregate-no-box, r=davidtwco | bors | -0/+953 |
| 2023-09-24 | Try to use approximate placeholder regions when outputting an AscribeUserType... | Jack Huey | -0/+26 |
| 2023-09-24 | Auto merge of #104385 - BlackHoleFox:apple-minimum-bumps, r=petrochenkov | bors | -8/+8 |
| 2023-09-24 | Only check for successful vectorization on wider_reduce_into_iter | DianQK | -3/+1 |
| 2023-09-24 | Auto merge of #116112 - matthiaskrgr:rollup-s3cm2f7, r=matthiaskrgr | bors | -22/+103 |
| 2023-09-23 | Raise minimum supported macOS to 10.12 | BlackHoleFox | -8/+8 |
| 2023-09-24 | Rollup merge of #116106 - GuillaumeGomez:migrate-gui-test-color-42, r=notriddle | Matthias Krüger | -1/+1 |
| 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 | Auto merge of #107421 - cjgillot:drop-tracking-mir, r=oli-obk | bors | -5378/+514 |
| 2023-09-23 | Migrate GUI colors test to original CSS color format | Guillaume Gomez | -1/+1 |
| 2023-09-23 | Auto merge of #116047 - a-lafrance:I80836-codegen-test, r=Mark-Simulacrum | bors | -0/+17 |
| 2023-09-23 | Make test more robust to opts. | Camille GILLOT | -6/+4 |
| 2023-09-23 | Remove GeneratorWitness and rename GeneratorWitnessMIR. | Camille GILLOT | -24/+17 |
| 2023-09-23 | Bless mir-opt | Camille GILLOT | -61/+90 |
| 2023-09-23 | Bless tests. | Camille GILLOT | -918/+486 |
| 2023-09-23 | Revert duplication of tests. | Camille GILLOT | -4891/+439 |
| 2023-09-23 | Add regression test for issue #79865 | Eduardo Sánchez Muñoz | -0/+38 |
| 2023-09-23 | Auto merge of #116081 - compiler-errors:closure-captures-sized, r=cjgillot | bors | -0/+217 |
| 2023-09-23 | Auto merge of #116045 - notriddle:notriddle/issue-83556, r=cjgillot | bors | -0/+12 |
| 2023-09-23 | Auto merge of #116071 - estebank:issue-115905, r=compiler-errors | bors | -1/+24 |
| 2023-09-22 | diagnostics: simpler 83556 handling by bailing out | Michael Howell | -12/+1 |
| 2023-09-23 | Auto merge of #116052 - oli-obk:ceci_nest_pas_une_query, r=WaffleLapkin | bors | -2/+2 |
| 2023-09-23 | Check types live across yields in generators too | Michael Goulet | -0/+183 |
| 2023-09-23 | Check that closure's by-value captures are sized | Michael Goulet | -0/+34 |
| 2023-09-23 | Add test | Esteban Küber | -0/+36 |
| 2023-09-23 | Tweak wording and logic | Esteban Küber | -10/+10 |
| 2023-09-23 | When encountering method on `Self` that we can't suggest, mention it | Esteban Küber | -0/+3 |
| 2023-09-23 | More accurate suggestion for `self.` and `Self::` | Esteban Küber | -3/+45 |
| 2023-09-23 | Tweak expected message to explain what it's actually signifying | Michael Goulet | -3/+3 |
| 2023-09-22 | test(const_eval): add test cases for #114994 | Evan Merlock | -0/+53 |
| 2023-09-23 | Auto merge of #115695 - tmiasko:compiletest-supported-sanitizers, r=oli-obk | bors | -11/+16 |
| 2023-09-22 | Point at cause of expectation of `break` value when possible | Esteban Küber | -1/+24 |