| Age | Commit message (Expand) | Author | Lines |
| 2021-08-22 | fix 32bit err | Andreas Liljeqvist | -1/+1 |
| 2021-08-22 | Use custom wrap-around type instead of Range | Andreas Liljeqvist | -40/+157 |
| 2021-08-22 | Auto merge of #88139 - lcnr:marker-trait-attr, r=nikomatsakis | bors | -0/+83 |
| 2021-08-21 | Rollup merge of #88201 - spastorino:tait-incomplete-inference-test, r=oli-obk | Jack Huey | -0/+36 |
| 2021-08-21 | Rollup merge of #88197 - spastorino:tait-test-fn-type, r=oli-obk | Jack Huey | -0/+22 |
| 2021-08-21 | Rollup merge of #88194 - spastorino:test-tait-assoc-impl-trait, r=oli-obk | Jack Huey | -0/+19 |
| 2021-08-21 | Rollup merge of #88192 - spastorino:add-tait-test-for-assoc-dyn, r=oli-obk | Jack Huey | -0/+12 |
| 2021-08-21 | Rollup merge of #88189 - spastorino:add-tait-struct-test, r=oli-obk | Jack Huey | -0/+12 |
| 2021-08-21 | Rollup merge of #88183 - spastorino:add-tait-in-different-tuple-position, r=o... | Jack Huey | -9/+6 |
| 2021-08-21 | Rollup merge of #88182 - spastorino:use-trait-in-tait-tests, r=oli-obk | Jack Huey | -33/+12 |
| 2021-08-21 | Rollup merge of #88172 - spastorino:tait-defining-use-submodule-test, r=oli-obk | Jack Huey | -10/+23 |
| 2021-08-21 | Auto merge of #88135 - crlf0710:trait_upcasting_part_3, r=nikomatsakis | bors | -96/+51 |
| 2021-08-21 | Auto merge of #88134 - rylev:force-warn-improvements, r=nikomatsakis | bors | -11/+128 |
| 2021-08-21 | Auto merge of #88128 - cuviper:needs-asm-support, r=Mark-Simulacrum | bors | -6/+9 |
| 2021-08-21 | Auto merge of #87570 - nikic:llvm-13, r=nagisa | bors | -3/+5 |
| 2021-08-20 | Test that incomplete inference for TAITs fail | Santiago Pastorino | -0/+36 |
| 2021-08-20 | Test use of impl Trait in an impl as the value for an associated type in an i... | Santiago Pastorino | -0/+19 |
| 2021-08-20 | Auto merge of #88087 - jesyspa:issue-87935-box, r=jackh726 | bors | -82/+62 |
| 2021-08-20 | Test tait use in a fn type | Santiago Pastorino | -0/+22 |
| 2021-08-20 | Use of impl trait in an impl as the valoe for an associated type in a dyn | Santiago Pastorino | -0/+12 |
| 2021-08-20 | Add TAIT struct test | Santiago Pastorino | -0/+12 |
| 2021-08-20 | Auto merge of #88176 - erikdesjardins:rezst, r=oli-obk | bors | -11/+4 |
| 2021-08-20 | Update old box expression tests and add a new one. | Anton Golov | -26/+36 |
| 2021-08-20 | test TAIT in different positions | Santiago Pastorino | -9/+6 |
| 2021-08-20 | Change example and tests for E0161. | Anton Golov | -56/+26 |
| 2021-08-20 | We meant to use a trait instead of lifetime here | Santiago Pastorino | -33/+12 |
| 2021-08-19 | Revert "Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli... | Erik Desjardins | -11/+4 |
| 2021-08-20 | Auto merge of #88039 - sexxi-goose:fix-87987, r=nikomatsakis | bors | -0/+54 |
| 2021-08-19 | Auto merge of #87996 - sexxi-goose:fix-87988, r=nikomatsakis | bors | -0/+63 |
| 2021-08-19 | Test that type alias impl trait happens in a submodule | Santiago Pastorino | -10/+23 |
| 2021-08-19 | Rollup merge of #88159 - spastorino:fix-unused-generic-param-test, r=oli-obk | Guillaume Gomez | -18/+5 |
| 2021-08-19 | Auto merge of #88124 - tmiasko:start-block-critical-edge, r=oli-obk | bors | -0/+10 |
| 2021-08-19 | Use a trait instead of the now disallowed missing trait there | Santiago Pastorino | -18/+5 |
| 2021-08-19 | Auto merge of #88143 - GuillaumeGomez:rollup-sgh318f, r=GuillaumeGomez | bors | -30/+75 |
| 2021-08-18 | Rollup merge of #88136 - spastorino:fix-test-directory, r=oli-obk | Guillaume Gomez | -0/+0 |
| 2021-08-18 | Rollup merge of #88036 - nbdd0121:const3, r=petrochenkov | Guillaume Gomez | -0/+45 |
| 2021-08-18 | Rollup merge of #87983 - estebank:smaller-lt-spans, r=oli-obk | Guillaume Gomez | -30/+30 |
| 2021-08-18 | Auto merge of #86700 - lqd:matthews-nll-hrtb-errors, r=nikomatsakis | bors | -129/+341 |
| 2021-08-18 | marker_traits: require `EvaluatedToOk` | lcnr | -0/+83 |
| 2021-08-18 | Move private_unused.rs test to impl-trait | Santiago Pastorino | -0/+0 |
| 2021-08-18 | Add a new test case to verify behavior. | Charles Lew | -0/+39 |
| 2021-08-18 | Use more accurate spans when proposing adding lifetime to item | Esteban Kuber | -30/+30 |
| 2021-08-18 | Error when warnings lint group is used with force-warn | Ryan Levick | -0/+14 |
| 2021-08-18 | Improve force-warn tests | Ryan Levick | -11/+114 |
| 2021-08-18 | Auto merge of #87985 - nbdd0121:asm, r=Amanieu | bors | -0/+27 |
| 2021-08-18 | Auto merge of #87738 - lqd:polonius-master, r=nikomatsakis | bors | -51/+318 |
| 2021-08-18 | Properly generate multiple candidates for trait upcasting coercion. | Charles Lew | -96/+12 |
| 2021-08-18 | Auto merge of #87728 - GuillaumeGomez:doc-test-attr-checks, r=jyn514 | bors | -0/+57 |
| 2021-08-17 | Add needs-asm-support to more tests | Josh Stone | -6/+9 |
| 2021-08-18 | Auto merge of #86860 - fee1-dead:stabilize, r=LeSeulArtichaut | bors | -114/+8 |