| Age | Commit message (Expand) | Author | Lines |
| 2021-08-30 | fix(rustc_typeck): produce better errors for dyn auto trait | Michael Howell | -0/+29 |
| 2021-08-31 | Auto merge of #88414 - Aaron1011:guess-foreign-head-span, r=estebank | bors | -14/+76 |
| 2021-08-30 | Fix tests | Cameron Steffen | -33/+33 |
| 2021-08-30 | Add let-else tests | Cameron Steffen | -0/+322 |
| 2021-08-30 | Handle irrufutable or unreachable let-else | Cameron Steffen | -12/+21 |
| 2021-08-30 | Temporary fix rustfmt for let-else | Cameron Steffen | -4/+11 |
| 2021-08-30 | Fix clippy for let-else | Cameron Steffen | -3/+16 |
| 2021-08-30 | Add let_else feature gate | Cameron Steffen | -0/+19 |
| 2021-08-31 | Auto merge of #88100 - HTG-YT:edition2021-compopt-stabilization, r=m-ou-se | bors | -26/+26 |
| 2021-08-30 | Auto merge of #88369 - lcnr:cec-rename, r=oli-obk | bors | -4454/+862 |
| 2021-08-30 | Update tests for array_into_iter lint upgrade. | Mara Bos | -82/+31 |
| 2021-08-30 | Add test for extra <> in dyn suggestion. | Mara Bos | -0/+71 |
| 2021-08-30 | Test that turbofish does not swim away in prelude collusion suggestion. | Mara Bos | -0/+81 |
| 2021-08-30 | Add test for 2021 ambiguous [T; N].into_iter(). | Mara Bos | -0/+70 |
| 2021-08-30 | No longer pass -Z unstable-options for edition 2021 in test. | Mara Bos | -1/+1 |
| 2021-08-30 | Update test output for stable Rust 2021. | Mara Bos | -24/+24 |
| 2021-08-30 | Auto merge of #88466 - sexxi-goose:issue-88372, r=nikomatsakis | bors | -0/+19 |
| 2021-08-30 | sunos systems add sanitizer supported. | David Carlier | -0/+2 |
| 2021-08-30 | Add test for glob imported prelude collision trait. | Mara Bos | -1/+32 |
| 2021-08-30 | Add and update tests. | Mara Bos | -20/+96 |
| 2021-08-30 | update miri | Ralf Jung | -9/+7 |
| 2021-08-30 | Put back "auto-collapse-implementors" setting | Guillaume Gomez | -0/+6 |
| 2021-08-30 | Put back display of associated items (types and consts) | Guillaume Gomez | -11/+33 |
| 2021-08-30 | update rustc cmdargs markdown section | HTG-YT | -1/+1 |
| 2021-08-30 | Add regression test for a spurious import | Alexander Theißen | -0/+30 |
| 2021-08-30 | Disallow the aapcs CC on Aarch64 | Simonas Kazlauskas | -27/+99 |
| 2021-08-30 | Fix LLVM libunwind build for non-musl targets | Jethro Beekman | -12/+20 |
| 2021-08-30 | `feature(const_param_types)` -> `feature(adt_const_params)` | lcnr | -98/+98 |
| 2021-08-30 | Don't allow both the `+bundle` and `+whole-archive` modifiers for rlibs | Wesley Wiser | -0/+31 |
| 2021-08-30 | allow unordered const/ty params if any cg feature is active | lcnr | -2/+0 |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -4275/+822 |
| 2021-08-30 | remove lazy_normalization_consts | Ellen | -108/+7 |
| 2021-08-30 | rename const_evaluatable_checked to generic_const_exprs | Ellen | -186/+150 |
| 2021-08-30 | Auto merge of #88281 - asquared31415:asm-docs, r=Amanieu | bors | -19/+20 |
| 2021-08-30 | Auto merge of #88456 - inquisitivecrystal:private-macro, r=jyn514 | bors | -2/+22 |
| 2021-08-29 | emit specific warning to clarify that foreign items can't have no_mangle | asquared31415 | -0/+72 |
| 2021-08-29 | 2229: Drop any deref in move closure | Aman Arora | -34/+70 |
| 2021-08-29 | Auto merge of #88280 - sexxi-goose:non-exhaustive, r=nikomatsakis | bors | -0/+168 |
| 2021-08-29 | 2229: Handle update to capture kind properly | Aman Arora | -0/+19 |
| 2021-08-29 | rustdoc: Stop using resolver for macro loading | Vadim Petrochenkov | -3/+3 |
| 2021-08-29 | Rollup merge of #88419 - GuillaumeGomez:code-blocks-colors, r=camelid,notriddle | Guillaume Gomez | -14/+33 |
| 2021-08-29 | Rollup merge of #88411 - Aaron1011:remove-session-if-let, r=estebank | Guillaume Gomez | -1/+13 |
| 2021-08-29 | Rollup merge of #88387 - ehuss:remove-rustfix-tests, r=Mark-Simulacrum | Guillaume Gomez | -87/+0 |
| 2021-08-29 | Rollup merge of #88357 - lcnr:stabilize-relaxed_struct_unsize, r=Mark-Simulacrum | Guillaume Gomez | -0/+24 |
| 2021-08-29 | Rollup merge of #88349 - spastorino:const-static-types-tait-test, r=oli-obk | Guillaume Gomez | -0/+49 |
| 2021-08-29 | Rollup merge of #88173 - camelid:refactor-markdown-length-limit, r=GuillaumeG... | Guillaume Gomez | -43/+271 |
| 2021-08-29 | Rollup merge of #83251 - estebank:issue-83241, r=oli-obk | Guillaume Gomez | -30/+138 |
| 2021-08-29 | Add rustdonc-json tests for enum variants | Guillaume Gomez | -0/+17 |
| 2021-08-29 | Use the correct type for Enum variant tuples | Guillaume Gomez | -29/+62 |
| 2021-08-29 | Auto merge of #88312 - jackh726:issue-87748, r=nikomatsakis | bors | -0/+30 |