| Age | Commit message (Expand) | Author | Lines |
| 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 | Auto merge of #58010 - Zoxc:parallel-passes, r=michaelwoerister | bors | -40/+59 |
| 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 | 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 |
| 2019-02-01 | Auto merge of #57937 - denzp:nvptx, r=nagisa | bors | -0/+173 |
| 2019-02-01 | Auto merge of #57978 - varkor:fix-irrefutable-integer-range-match, r=oli-obk | bors | -0/+7 |
| 2019-02-01 | Fix bug in integer range matching | varkor | -0/+7 |
| 2019-02-01 | don't try to get a DefId for a Def that doesn't have one | QuietMisdreavus | -0/+8 |
| 2019-02-01 | Auto merge of #57586 - Aaron1011:feature/pub-priv-dep, r=petrochenkov | bors | -0/+110 |
| 2019-02-01 | Update tests for future-compat warning removal | Aaron Hill | -13/+2 |
| 2019-02-01 | Test allowing individual struct field | Aaron Hill | -0/+6 |
| 2019-02-01 | Replace --extern-public with --extern-private | Aaron Hill | -6/+5 |
| 2019-02-01 | Remove feature from test | Aaron Hill | -1/+0 |
| 2019-02-01 | Rename external_private_dependency to exported_private_dependencies | Aaron Hill | -5/+5 |
| 2019-02-01 | Add test for 'std' crate being public | Aaron Hill | -0/+13 |
| 2019-02-01 | Clippy fixes, rename stuff to match RFC | Aaron Hill | -6/+27 |
| 2019-02-01 | Improve UI tests | Aaron Hill | -6/+32 |
| 2019-02-01 | Add UI test | Aaron Hill | -0/+57 |
| 2019-02-01 | Auto merge of #57916 - Zoxc:incr-passes4, r=michaelwoerister | bors | -10/+3 |
| 2019-02-01 | Auto merge of #58002 - oli-obk:deprecated_sugg, r=zackmdavis | bors | -0/+34 |
| 2019-01-31 | Add more tests for #[repr(align(x))] on enums | Niklas Fiekas | -8/+56 |
| 2019-01-31 | Add a forever unstable opt-out of const qualification checks | Oliver Scherer | -0/+126 |
| 2019-01-31 | Auto merge of #57514 - michaelwoerister:xlto-tests, r=alexcrichton | bors | -0/+69 |
| 2019-01-31 | Add suggestion for duplicated import. | David Wood | -61/+301 |
| 2019-01-31 | Rollup merge of #58008 - matthewjasper:places-conflict-args, r=oli-obk | Mazdak Farrokhzad | -0/+36 |
| 2019-01-31 | Rollup merge of #58007 - estebank:issue-58006, r=petrochenkov | Mazdak Farrokhzad | -0/+24 |
| 2019-01-31 | Rollup merge of #57999 - jethrogb:jb/movbe-feature, r=alexcrichton | Mazdak Farrokhzad | -1/+2 |
| 2019-01-31 | Rollup merge of #57008 - Knium:misleading-try-adding-parentheses-in-match-wit... | Mazdak Farrokhzad | -6/+54 |
| 2019-01-30 | Move privacy checking later in the pipeline and make some passes run in parallel | John Kåre Alsaker | -40/+59 |
| 2019-01-30 | Pass correct arguments to places_conflict | Matthew Jasper | -0/+36 |
| 2019-01-30 | Don't panic when accessing enum variant ctor using `Self` in match | Esteban Küber | -0/+24 |