| Age | Commit message (Expand) | Author | Lines |
| 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 | Rollup merge of #88072 - kit-981:feature/build-ios-toolchain-on-linux, r=Mark... | Jack Huey | -5/+0 |
| 2021-08-21 | Rollup merge of #87604 - yaymukund:verify-backported-commits, r=Mark-Simulacrum | Jack Huey | -0/+188 |
| 2021-08-21 | Use `write!` | Noah Lev | -6/+2 |
| 2021-08-21 | Use the length limit as the initial capacity | Noah Lev | -2/+11 |
| 2021-08-21 | Add cross-crate tuple field count error test | Noah Lev | -0/+613 |
| 2021-08-21 | Make E0023 spans even more precise | Noah Lev | -141/+89 |
| 2021-08-21 | Add more tuple pattern too many fields test cases | Noah Lev | -6/+258 |
| 2021-08-21 | Auto merge of #88135 - crlf0710:trait_upcasting_part_3, r=nikomatsakis | bors | -96/+51 |
| 2021-08-21 | Clarify wording in docs | Noah Lev | -1/+1 |
| 2021-08-21 | Address review comments | Aaron Hill | -634/+353 |
| 2021-08-21 | Auto merge of #82776 - jyn514:extern-url-fallback, r=GuillaumeGomez | bors | -14/+51 |
| 2021-08-21 | Remove `Session.used_attrs` and move logic to `CheckAttrVisitor` | Aaron Hill | -346/+109 |
| 2021-08-21 | Auto merge of #88134 - rylev:force-warn-improvements, r=nikomatsakis | bors | -11/+128 |
| 2021-08-21 | cleanup: `Span::new` -> `Span::with_lo` | Vadim Petrochenkov | -3/+3 |
| 2021-08-21 | Improve error message when _ is used for in/inout asm operands | Amanieu d'Antras | -25/+49 |
| 2021-08-21 | Auto merge of #88128 - cuviper:needs-asm-support, r=Mark-Simulacrum | bors | -6/+10 |
| 2021-08-21 | Auto merge of #87570 - nikic:llvm-13, r=nagisa | bors | -64/+17 |
| 2021-08-21 | Always use llvm.used for coverage symbols | Nikita Popov | -4/+1 |
| 2021-08-21 | Auto merge of #88073 - lnicola:rust-analyzer-2021-08-16, r=lnicola | bors | -37/+17 |
| 2021-08-20 | Test that incomplete inference for TAITs fail | Santiago Pastorino | -0/+36 |
| 2021-08-21 | Auto merge of #88149 - Mark-Simulacrum:prep-never-type, r=jackh726 | bors | -0/+4 |
| 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-21 | Improve error reporting for closure return type mismatches | Fabian Wolff | -0/+50 |
| 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 | -53/+21 |
| 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-20 | Add support for including non-backport commits. | Mukund Lakshman | -4/+24 |
| 2021-08-20 | Add cherry-pick.sh convenience script. | Mukund Lakshman | -0/+34 |
| 2021-08-20 | Auto merge of #88000 - bjorn3:fix_cg_llvm_clif_compile, r=Mark-Simulacrum | bors | -1/+5 |
| 2021-08-19 | Revert "Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli... | Erik Desjardins | -53/+21 |
| 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 | Refactor Markdown length-limited summary implementation | Noah Lev | -43/+125 |
| 2021-08-19 | CI: Verify commits in beta & stable are in upstream branches. | Mukund Lakshman | -0/+134 |
| 2021-08-19 | Test that type alias impl trait happens in a submodule | Santiago Pastorino | -10/+23 |
| 2021-08-19 | introduce a Coerce predicate | Niko Matsakis | -0/+4 |
| 2021-08-19 | Fix clippy let expressions fallout | Cameron Steffen | -150/+136 |