| Age | Commit message (Expand) | Author | Lines |
| 2019-02-01 | Improve UI tests | Aaron Hill | -6/+32 |
| 2019-02-01 | Always treat 'std' and 'core' as public | Aaron Hill | -1/+5 |
| 2019-02-01 | Add UI test | Aaron Hill | -0/+57 |
| 2019-02-01 | Properly register lint | Aaron Hill | -0/+1 |
| 2019-02-01 | Fixup code | Aaron Hill | -84/+21 |
| 2019-02-01 | Fix emitting lint | Aaron Hill | -18/+31 |
| 2019-02-01 | Initial implementation work | Aaron Hill | -5/+164 |
| 2019-02-01 | Auto merge of #57916 - Zoxc:incr-passes4, r=michaelwoerister | bors | -117/+136 |
| 2019-02-01 | Fix typo | king6cong | -1/+1 |
| 2019-02-01 | Stabilize std::error::Error::type_id | Simon Sapin | -3/+1 |
| 2019-02-01 | Fix image link in the settings menu | Guillaume Gomez | -15/+35 |
| 2019-02-01 | Stabilize split_ascii_whitespace | Simon Sapin | -8/+6 |
| 2019-02-01 | Don't know why I wasn't using `self` properly there | Lokathor | -1/+1 |
| 2019-02-01 | Make overflowing and wrapping negation const | Lokathor | -9/+5 |
| 2019-02-01 | Fix `std::os::fortanix_sgx::usercalls::raw::UsercallNrs` | Jethro Beekman | -20/+10 |
| 2019-02-01 | Auto merge of #58040 - vors:fix-E0283-explanation, r=cramertj | bors | -1/+1 |
| 2019-01-31 | Fix grammar in E0283 explanation | Sergei Vorobev | -1/+1 |
| 2019-02-01 | Auto merge of #58002 - oli-obk:deprecated_sugg, r=zackmdavis | bors | -26/+111 |
| 2019-01-31 | Simplify lambdas | Linus Färnstrand | -4/+4 |
| 2019-01-31 | Add missing generation for test and proc_macro, remove old macro redirection | Guillaume Gomez | -17/+23 |
| 2019-01-31 | Clarify semantics of #[repr(align(x))] on enums | Niklas Fiekas | -0/+16 |
| 2019-01-31 | rustdoc: wrap stability tags in colored spans | Andy Russell | -19/+31 |
| 2019-01-31 | Stabilize the time_checked_add feature | Linus Färnstrand | -4/+4 |
| 2019-01-31 | Auto merge of #56696 - jonas-schievink:weak-counts, r=alexcrichton | bors | -1/+142 |
| 2019-01-31 | Use ensure for mir_borrowck | John Kåre Alsaker | -1/+1 |
| 2019-01-31 | Auto merge of #57914 - jethrogb:jb/sgx-unwind-version, r=alexcrichton | bors | -25/+35 |
| 2019-01-31 | Auto merge of #58003 - nikic:saturating-add, r=nagisa | bors | -3/+101 |
| 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 | -2/+155 |
| 2019-01-31 | Updated commit id for building libunwind. | Vardhan Thigle | -2/+2 |
| 2019-01-31 | Auto merge of #57514 - michaelwoerister:xlto-tests, r=alexcrichton | bors | -21/+175 |
| 2019-01-31 | Add suggestion for duplicated import. | David Wood | -111/+570 |
| 2019-01-31 | Auto merge of #58016 - Centril:rollup, r=Centril | bors | -89/+319 |
| 2019-01-31 | Rollup merge of #58008 - matthewjasper:places-conflict-args, r=oli-obk | Mazdak Farrokhzad | -1/+37 |
| 2019-01-31 | Rollup merge of #58007 - estebank:issue-58006, r=petrochenkov | Mazdak Farrokhzad | -1/+26 |
| 2019-01-31 | Rollup merge of #58005 - vitiral:docs_trim_start_matches, r=Manishearth | Mazdak Farrokhzad | -8/+8 |
| 2019-01-31 | Rollup merge of #58000 - oli-obk:fixes_and_cleanups, r=RalfJung | Mazdak Farrokhzad | -45/+77 |
| 2019-01-31 | Rollup merge of #57999 - jethrogb:jb/movbe-feature, r=alexcrichton | Mazdak Farrokhzad | -1/+5 |
| 2019-01-31 | Rollup merge of #57984 - phansch:improve_check_ty_error, r=zackmdavis | Mazdak Farrokhzad | -2/+2 |
| 2019-01-31 | Rollup merge of #57980 - siddharthasahu:patch-1, r=QuietMisdreavus | Mazdak Farrokhzad | -0/+4 |
| 2019-01-31 | Rollup merge of #57971 - jethrogb:jb/sgx-panic, r=alexcrichton | Mazdak Farrokhzad | -22/+32 |
| 2019-01-31 | Rollup merge of #57934 - dwijnand:from-Arc/Rc-to-NonNull, r=alexcrichton | Mazdak Farrokhzad | -0/+42 |
| 2019-01-31 | Rollup merge of #57920 - euclio:source-date-epoch, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+14 |
| 2019-01-31 | Rollup merge of #57106 - matthiaskrgr:trim_must_use, r=sfackler | Mazdak Farrokhzad | -0/+12 |
| 2019-01-31 | Rollup merge of #57008 - Knium:misleading-try-adding-parentheses-in-match-wit... | Mazdak Farrokhzad | -7/+60 |
| 2019-01-30 | Auto merge of #57974 - llogiq:vec-deque-try-fold, r=alexcrichton | bors | -1/+47 |
| 2019-01-30 | Fix #57730 | John Kåre Alsaker | -1/+1 |
| 2019-01-30 | Move privacy checking later in the pipeline and make some passes run in parallel | John Kåre Alsaker | -104/+157 |
| 2019-01-30 | Pass correct arguments to places_conflict | Matthew Jasper | -1/+37 |
| 2019-01-30 | Don't panic when accessing enum variant ctor using `Self` in match | Esteban Küber | -1/+26 |