| Age | Commit message (Expand) | Author | Lines |
| 2021-09-15 | Rollup merge of #88775 - pnkfelix:revert-anon-union-parsing, r=davidtwco | Manish Goregaokar | -365/+15 |
| 2021-09-15 | Rollup merge of #88690 - m-ou-se:macro-braces-dot-question-expr-parse, r=nagisa | Manish Goregaokar | -0/+11 |
| 2021-09-15 | Auto merge of #88558 - fee1-dead:const-drop, r=oli-obk | bors | -0/+274 |
| 2021-09-14 | Auto merge of #88914 - GuillaumeGomez:rollup-h5svc6w, r=GuillaumeGomez | bors | -4/+47 |
| 2021-09-13 | Auto merge of #87794 - bonega:enum_niche_prefer_zero, r=nagisa | bors | -0/+14 |
| 2021-09-13 | enum niche allocation grows toward zero if possible | Andreas Liljeqvist | -0/+14 |
| 2021-09-13 | Rollup merge of #88894 - FabianWolff:issue-88818, r=estebank | Guillaume Gomez | -0/+38 |
| 2021-09-13 | Rollup merge of #88851 - fee1-dead:dup-bound, r=oli-obk | Guillaume Gomez | -4/+9 |
| 2021-09-13 | Auto merge of #87915 - estebank:fancy-spans, r=oli-obk | bors | -842/+1046 |
| 2021-09-13 | Add negative test in macro-braces-dot-question.rs. | Mara Bos | -0/+2 |
| 2021-09-12 | Improve error message for missing trait in trait impl | Fabian Wolff | -0/+38 |
| 2021-09-12 | Auto merge of #88811 - jackh726:issue-88446, r=nikomatsakis | bors | -0/+35 |
| 2021-09-12 | Rollup merge of #88709 - BoxyUwU:thir-abstract-const, r=lcnr | Manish Goregaokar | -22/+77 |
| 2021-09-12 | Rollup merge of #88336 - jackh726:gats-where-constraints, r=estebank | Manish Goregaokar | -17/+33 |
| 2021-09-11 | Rollup merge of #88779 - estebank:unused-delims, r=davidtwco | Jubilee | -82/+499 |
| 2021-09-11 | Rollup merge of #88757 - andrewhickman:master, r=jackh726 | Jubilee | -2/+34 |
| 2021-09-11 | Rollup merge of #88733 - Noble-Mushtak:88577, r=estebank | Jubilee | -0/+25 |
| 2021-09-11 | Rollup merge of #88209 - Amanieu:asm_in_underscore, r=nagisa | Jubilee | -25/+49 |
| 2021-09-11 | Rollup merge of #88147 - FabianWolff:issue-88097, r=jackh726 | Jubilee | -0/+31 |
| 2021-09-11 | Fix duplicate bounds for const_trait_impl | Deadbeef | -4/+9 |
| 2021-09-11 | Auto merge of #88214 - notriddle:notriddle/for-loop-span-drop-temps-mut, r=na... | bors | -0/+65 |
| 2021-09-10 | Rollup merge of #88578 - notriddle:notriddle/suggest-add-reference-to-for-loo... | Manish Goregaokar | -2/+92 |
| 2021-09-10 | Rollup merge of #88546 - scrabsha:scrabsha/closure-missing-braces, r=estebank | Manish Goregaokar | -0/+110 |
| 2021-09-10 | Rollup merge of #87441 - ibraheemdev:i-86865, r=cjgillot | Manish Goregaokar | -0/+29 |
| 2021-09-09 | In relate_tys, when creating new universes, insert missing universes as other | jackh726 | -0/+35 |
| 2021-09-09 | Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis | Fabian Wolff | -10/+128 |
| 2021-09-09 | Emit proper errors on missing closure braces | Sasha Pourcelot | -0/+110 |
| 2021-09-09 | add test for builtin types N + N unifying with fn call | Ellen | -1/+22 |
| 2021-09-09 | Use more accurate spans for "unused delimiter" lint | Esteban Kuber | -82/+499 |
| 2021-09-09 | regression test for issue #88583. | Felix S. Klock II | -0/+15 |
| 2021-09-09 | Revert "Implement Anonymous{Struct, Union} in the AST" | Felix S. Klock II | -138/+0 |
| 2021-09-09 | Revert "Add test for restriction of anonymous types on validation" | Felix S. Klock II | -227/+0 |
| 2021-09-09 | Allow ~const bounds on inherent impls | Deadbeef | -0/+21 |
| 2021-09-09 | Add another test case + fmt | Deadbeef | -10/+92 |
| 2021-09-09 | fix precise live drops | Deadbeef | -4/+35 |
| 2021-09-09 | Use trait select logic instead of query | Deadbeef | -4/+34 |
| 2021-09-09 | fmt | Deadbeef | -1/+1 |
| 2021-09-09 | Failing test | Deadbeef | -0/+31 |
| 2021-09-09 | Const drop selection candidates | Deadbeef | -0/+51 |
| 2021-09-09 | better test | Deadbeef | -35/+15 |
| 2021-09-09 | Add a simple test case | Deadbeef | -0/+48 |
| 2021-09-08 | Fatal error for functions with more than 65535 arguments | Noble-Mushtak | -0/+25 |
| 2021-09-09 | CI please | Ellen | -0/+1 |
| 2021-09-09 | resolve `from_hir_call` FIXME | Ellen | -1/+24 |
| 2021-09-09 | add a `CastKind` to `Node::Cast` | Ellen | -0/+21 |
| 2021-09-09 | bless stderr | Ellen | -13/+8 |
| 2021-09-09 | dont support blocks | Ellen | -9/+3 |
| 2021-09-08 | Rollup merge of #88691 - hyd-dev:88649, r=Mark-Simulacrum | Jack Huey | -0/+18 |
| 2021-09-08 | Rollup merge of #88553 - theo-lw:issue-88276, r=estebank | Jack Huey | -6/+78 |
| 2021-09-08 | Rollup merge of #88541 - vandenheuvel:regression_test_74400, r=Mark-Simulacrum | Jack Huey | -0/+54 |