| Age | Commit message (Expand) | Author | Lines |
| 2019-02-04 | Add test | ishitatsuyuki | -0/+13 |
| 2019-02-03 | Fix test | Matthias Einwag | -1/+1 |
| 2019-02-03 | Apply review suggestions and fix tests | Matthias Einwag | -44/+132 |
| 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 | Test behaviour | Clar Fon | -4/+9 |
| 2019-02-02 | Update visibility of intermediate use items. | David Wood | -0/+35 |
| 2019-02-02 | rustfmt the test | Ralf Jung | -30/+62 |
| 2019-02-01 | fix the build errors | Lokathor | -3/+6 |
| 2019-02-01 | const-int-wrapping.rs += wrapping_neg | Lokathor | -2/+5 |
| 2019-02-01 | const-int-overflowing.rs += overflowing_neg | Lokathor | -0/+6 |
| 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 | update test | Ralf Jung | -13/+13 |
| 2019-02-01 | add regression test for #57979 | Niko Matsakis | -0/+42 |
| 2019-02-01 | don't try to get a DefId for a Def that doesn't have one | QuietMisdreavus | -0/+8 |
| 2019-02-01 | Make the existential type errors a little bit more helpful | Oliver Scherer | -7/+7 |
| 2019-02-01 | Test more related cases | Oliver Scherer | -0/+9 |
| 2019-02-01 | Restrict concrete types to equivalent types | Oliver Scherer | -16/+173 |
| 2019-02-01 | Generic type parameters are flexible even for existential types | Oliver Scherer | -86/+22 |
| 2019-02-01 | Test aller things | Oliver Scherer | -0/+34 |
| 2019-02-01 | Test all the things | Oliver Scherer | -24/+87 |
| 2019-02-01 | Be more permissive with required bounds on existential types | Oliver Scherer | -3/+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 | Fix image link in the settings menu | Guillaume Gomez | -1/+1 |
| 2019-02-01 | Auto merge of #58002 - oli-obk:deprecated_sugg, r=zackmdavis | bors | -0/+34 |
| 2019-01-31 | rustdoc: wrap stability tags in colored spans | Andy Russell | -7/+15 |
| 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 |