| Age | Commit message (Expand) | Author | Lines |
| 2019-02-07 | Improve the error messages for missing stability attributes | varkor | -11/+26 |
| 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 | Reweork incompatible match arms error | Esteban Küber | -43/+45 |
| 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-06 | Change RawWaker constructor to const fn | Matthias Einwag | -8/+2 |
| 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 | fix saturating_sub() underflow for unsigned ints #58030 | Patrick McCarter | -0/+4 |
| 2019-02-06 | Allow const assignment for int saturating_sub() for #58030 | Patrick McCarter | -1/+15 |
| 2019-02-06 | Lower constant patterns with ascribed types. | David Wood | -0/+39 |
| 2019-02-06 | error output updated by ./x.py test --stage 1 src/test/ui --incremental --bless | Clint Frederickson | -38/+38 |
| 2019-02-06 | display sugared return types for async functions | Andy Russell | -7/+28 |
| 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-05 | Move ArcWake in common test file. | Matthias Einwag | -110/+73 |
| 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 | extend box-maybe-uninit test | Ralf Jung | -0/+3 |
| 2019-02-05 | Do not ICE in codegen given a extern_type static | Dan Robertson | -0/+30 |
| 2019-02-05 | fix test case | Ralf Jung | -3/+3 |
| 2019-02-05 | [WIP] add better error message for partial move | Clint Frederickson | -1/+1 |
| 2019-02-05 | Allow const assignment for int saturating_add() calls for #58030 | Patrick McCarter | -0/+13 |
| 2019-02-05 | allow shorthand syntax for deprecation reason | Andy Russell | -4/+39 |
| 2019-02-06 | Rollup merge of #58138 - ishitatsuyuki:stability-delay, r=estebank | kennytm | -0/+13 |
| 2019-02-05 | Add more tests | Oliver Scherer | -0/+92 |
| 2019-02-05 | Fix span for closure return type when annotated. | David Wood | -0/+34 |
| 2019-02-05 | Auto merge of #57973 - davidtwco:issue-52891, r=estebank | bors | -61/+301 |