| Age | Commit message (Expand) | Author | Lines |
| 2020-10-31 | Auto merge of #76257 - JulianKnodt:i75777, r=Dylan-DPC | bors | -0/+60 |
| 2020-10-30 | Auto merge of #78562 - JohnTitor:rollup-otg906u, r=JohnTitor | bors | -21/+28 |
| 2020-10-30 | Rollup merge of #78545 - jackh726:anonymous, r=oli-obk | Yuki Okushi | -16/+16 |
| 2020-10-30 | Rollup merge of #78524 - tmiasko:source-files-borrow, r=Aaron1011 | Yuki Okushi | -1/+2 |
| 2020-10-30 | Rollup merge of #78523 - estebank:fix-return-type-parse-regression, r=dtolnay | Yuki Okushi | -4/+10 |
| 2020-10-30 | Add regression test | kadmin | -0/+60 |
| 2020-10-30 | Auto merge of #78393 - SNCPlay42:match-if-guard, r=tmandry | bors | -1/+20 |
| 2020-10-30 | Auto merge of #78432 - sexxi-goose:fix-77993-take3, r=nikomatsakis | bors | -0/+45 |
| 2020-10-29 | Make anonymous binders start at 0 | Jack Huey | -16/+16 |
| 2020-10-29 | Rollup merge of #78431 - Rustin-Liu:rustin-patch-lint, r=estebank | Jonas Schievink | -4/+4 |
| 2020-10-29 | Rollup merge of #78422 - estebank:fix-78372, r=pnkfelix | Jonas Schievink | -0/+76 |
| 2020-10-29 | Add regression test | Esteban Küber | -0/+6 |
| 2020-10-29 | Revert invalid `fn` return type parsing change | Esteban Küber | -4/+4 |
| 2020-10-29 | Auto merge of #78512 - JohnTitor:rollup-a7qwjah, r=JohnTitor | bors | -45/+359 |
| 2020-10-29 | Rollup merge of #78478 - hameerabbasi:const-generics-supertraits, r=lcnr | Yuki Okushi | -0/+85 |
| 2020-10-29 | Rollup merge of #78460 - varkor:turbofish-string-generic, r=lcnr | Yuki Okushi | -25/+25 |
| 2020-10-29 | Rollup merge of #78428 - JulianKnodt:invalid_patterns, r=lcnr | Yuki Okushi | -0/+105 |
| 2020-10-29 | Rollup merge of #78224 - lcnr:repeat-expr, r=varkor | Yuki Okushi | -20/+144 |
| 2020-10-29 | Auto merge of #78430 - Nadrieril:taking-constructors-seriously2, r=varkor | bors | -6/+6 |
| 2020-10-29 | Test building of libraries with rustc logging enabled | Tomasz Miąsko | -1/+2 |
| 2020-10-28 | Assert in every case. | Hameer Abbasi | -19/+22 |
| 2020-10-28 | Extend test to cover dyn methods/functions. | Hameer Abbasi | -20/+44 |
| 2020-10-28 | Adjust turbofish help message for const generics | varkor | -25/+25 |
| 2020-10-28 | Add const generics tests for supertraits + dyn traits. | Hameer Abbasi | -0/+58 |
| 2020-10-28 | Auto merge of #78458 - Dylan-DPC:rollup-tan044s, r=Dylan-DPC | bors | -189/+621 |
| 2020-10-28 | Rollup merge of #78408 - Aaron1011:fix/remove-foreign-tokens, r=oli-obk | Dylan DPC | -0/+19 |
| 2020-10-28 | Rollup merge of #78401 - davidtwco:issue-75906-tuple-construct-private-field,... | Dylan DPC | -13/+47 |
| 2020-10-28 | Rollup merge of #78391 - JulianKnodt:mc_test, r=lcnr | Dylan DPC | -0/+17 |
| 2020-10-28 | Rollup merge of #78379 - estebank:fn-signature-parse, r=varkor | Dylan DPC | -30/+34 |
| 2020-10-28 | Rollup merge of #78365 - lcnr:const-eval-obj-safety, r=oli-obk | Dylan DPC | -0/+140 |
| 2020-10-28 | Rollup merge of #78351 - RalfJung:validity-unsafe-cell, r=oli-obk | Dylan DPC | -9/+16 |
| 2020-10-28 | Rollup merge of #78297 - estebank:match-semicolon-2, r=oli-obk | Dylan DPC | -9/+49 |
| 2020-10-28 | Rollup merge of #78152 - spastorino:separate-unsized-locals, r=oli-obk | Dylan DPC | -128/+299 |
| 2020-10-27 | Auto merge of #75671 - nathanwhit:cstring-temp-lint, r=oli-obk | bors | -0/+56 |
| 2020-10-27 | Add UI test for invalid values for bool & char | kadmin | -0/+105 |
| 2020-10-27 | Add const_fn in generics test | kadmin | -0/+17 |
| 2020-10-27 | Merge unsized locals pat tests | Santiago Pastorino | -39/+29 |
| 2020-10-27 | Bless tests again | Santiago Pastorino | -3/+3 |
| 2020-10-27 | Add comment explaining why in these tests unsized locals are not accepted | Santiago Pastorino | -0/+4 |
| 2020-10-27 | Do not use unsized_fn_params in patterns | Santiago Pastorino | -1/+35 |
| 2020-10-27 | Test that unsized locals fail when turning unsized_fn_params feature flag on | Santiago Pastorino | -0/+20 |
| 2020-10-27 | Better test unsized_fn_params | Santiago Pastorino | -8/+8 |
| 2020-10-27 | Bless issue-53448 test | Santiago Pastorino | -1/+1 |
| 2020-10-27 | unsized_locals feature is not needed in this test | Santiago Pastorino | -1/+1 |
| 2020-10-27 | Using unsized_local feature is not needed in these tests | Santiago Pastorino | -30/+9 |
| 2020-10-27 | Make tidy happy | Santiago Pastorino | -24/+25 |
| 2020-10-27 | This flag is not really needed in the test | Santiago Pastorino | -1/+0 |
| 2020-10-27 | Add unsized_locals to INCOMPLETE_FEATURES list | Santiago Pastorino | -57/+154 |
| 2020-10-27 | Add unsized_fn_params feature | Santiago Pastorino | -68/+115 |
| 2020-10-27 | Auto merge of #76269 - ayrtonm:function-reference-lint, r=oli-obk | bors | -0/+331 |