| Age | Commit message (Expand) | Author | Lines |
| 2019-02-09 | Auto merge of #57944 - estebank:unclosed-delim-the-quickening, r=oli-obk | bors | -49/+36 |
| 2019-02-09 | Auto merge of #57885 - arielb1:xform-probe, r=nikomatsakis | bors | -0/+349 |
| 2019-02-09 | Auto merge of #57617 - mark-i-m:multiple-matcher-bindings, r=petrochenkov | bors | -32/+94 |
| 2019-02-08 | Auto merge of #58161 - davidtwco:issue-57960, r=arielb1 | bors | -0/+39 |
| 2019-02-08 | Fix nll test output | Esteban Küber | -1/+1 |
| 2019-02-08 | Auto merge of #58191 - varkor:const-generics-ast, r=petrochenkov | bors | -391/+497 |
| 2019-02-07 | update test | Mark Mansi | -23/+27 |
| 2019-02-07 | Make it an incompatibility lint for now | Mark Mansi | -46/+35 |
| 2019-02-07 | add a test | mark | -0/+69 |
| 2019-02-07 | fix existing tests | mark | -32/+32 |
| 2019-02-07 | Resolve incorrect diagnostic for using a non-const value in a constant | varkor | -52/+34 |
| 2019-02-07 | Add a test forbidding the use of const parameters in inner items | varkor | -0/+37 |
| 2019-02-07 | Make name resolution handle consts in GenericParamsFromOuterFunction properly | varkor | -78/+78 |
| 2019-02-07 | Parse negative literals in const generic arguments | varkor | -0/+4 |
| 2019-02-07 | Add warning for a parameter list with an attribute but no parameters | varkor | -3/+9 |
| 2019-02-07 | Add test for generic parameter list solely containing an attribute | varkor | -0/+5 |
| 2019-02-07 | Adjust generic const param resolution | varkor | -28/+0 |
| 2019-02-07 | Adjust parser generic parameter errors | varkor | -26/+67 |
| 2019-02-07 | Fix ast_validation printing of const generics | varkor | -2/+2 |
| 2019-02-07 | Add test for const parameter before other generic parameters | varkor | -0/+39 |
| 2019-02-07 | Add test for const parameter depending on type parameter | varkor | -0/+28 |
| 2019-02-07 | Add test forbidding const parameters in const fn | varkor | -0/+36 |
| 2019-02-07 | Update tests | varkor | -257/+182 |
| 2019-02-07 | Add const generics feature gate test | varkor | -0/+31 |
| 2019-02-07 | Rollup merge of #58033 - euclio:rustdoc-tags, r=QuietMisdreavus | Guillaume Gomez | -7/+15 |
| 2019-02-07 | Rollup merge of #58028 - GuillaumeGomez:fix-settings-image-link, r=QuietMisdr... | Guillaume Gomez | -1/+1 |
| 2019-02-07 | Rollup merge of #57954 - euclio:rustdoc-stability, r=QuietMisdreavus | Guillaume Gomez | -0/+12 |
| 2019-02-07 | Auto merge of #58010 - Zoxc:parallel-passes, r=michaelwoerister | bors | -40/+59 |
| 2019-02-07 | add doc comment and revert angle bracket change | Esteban Küber | -2/+2 |
| 2019-02-07 | tweak wording based on in person feedback | Esteban Küber | -8/+6 |
| 2019-02-07 | Update test output after rebase | Esteban Küber | -3/+3 |
| 2019-02-07 | Add missing trailing newline | Esteban Küber | -1/+1 |
| 2019-02-07 | Remove spurious complaint about missing expression for bare semicolons | Esteban Küber | -8/+11 |
| 2019-02-07 | Deduplicate mismatched delimiter errors | Esteban Küber | -52/+38 |
| 2019-02-07 | Auto merge of #58254 - kennytm:rollup, r=kennytm | bors | -0/+30 |
| 2019-02-07 | Rollup merge of #58192 - dlrobertson:fix_57876, r=oli-obk | kennytm | -0/+30 |
| 2019-02-07 | Auto merge of #57998 - niklasf:align-enum, r=nagisa | bors | -18/+133 |
| 2019-02-06 | Lower constant patterns with ascribed types. | David Wood | -0/+39 |
| 2019-02-06 | Auto merge of #56123 - oli-obk:import_miri_from_future, r=eddyb | bors | -0/+126 |
| 2019-02-06 | Auto merge of #58061 - nnethercote:overhaul-syntax-Folder, r=petrochenkov | bors | -26/+30 |
| 2019-02-06 | Auto merge of #58058 - QuietMisdreavus:use-attr, r=GuillaumeGomez | bors | -0/+8 |
| 2019-02-06 | Overhaul `syntax::fold::Folder`. | Nicholas Nethercote | -26/+30 |
| 2019-02-05 | Do not ICE in codegen given a extern_type static | Dan Robertson | -0/+30 |
| 2019-02-06 | Rollup merge of #58138 - ishitatsuyuki:stability-delay, r=estebank | kennytm | -0/+13 |
| 2019-02-05 | Auto merge of #57973 - davidtwco:issue-52891, r=estebank | bors | -61/+301 |
| 2019-02-04 | Add test | ishitatsuyuki | -0/+13 |
| 2019-02-03 | Auto merge of #58081 - Centril:liballoc-2018, r=oli-obk | bors | -1/+1 |
| 2019-02-03 | liballoc: alloc-extern-crates test needs --edition=2018 | Mazdak Farrokhzad | -1/+1 |
| 2019-02-02 | Update visibility of intermediate use items. | David Wood | -0/+35 |
| 2019-02-02 | Test alloca with #[repr(align(x))] on enum | Niklas Fiekas | -0/+36 |