| Age | Commit message (Expand) | Author | Lines |
| 2019-02-07 | Rollup merge of #58242 - notriddle:patch-3, r=zackmdavis | kennytm | -0/+1 |
| 2019-02-07 | Rollup merge of #58193 - mark-i-m:rustc-2018, r=Centril | kennytm | -1243/+1234 |
| 2019-02-07 | Auto merge of #57998 - niklasf:align-enum, r=nagisa | bors | -10/+2 |
| 2019-02-06 | Document the one TyKind that isn't documented | Michael Howell | -0/+1 |
| 2019-02-06 | Auto merge of #56123 - oli-obk:import_miri_from_future, r=eddyb | bors | -0/+2 |
| 2019-02-06 | Make `intern_lazy_const` actually intern its argument. | Nicholas Nethercote | -17/+19 |
| 2019-02-05 | typeck: partially HirIdify | ljedrz | -2/+6 |
| 2019-02-05 | rustc: partially HirIdify | ljedrz | -33/+30 |
| 2019-02-05 | move librustc to 2018 | Mark Mansi | -1243/+1234 |
| 2019-02-06 | Rollup merge of #58139 - ljedrz:HirIdification_phase_2.5, r=Zoxc | kennytm | -0/+60 |
| 2019-02-04 | hir: more HirId methods | ljedrz | -0/+60 |
| 2019-02-04 | Fix #58101 | Tatsuyuki Ishi | -1/+3 |
| 2019-02-04 | Auto merge of #58090 - ljedrz:HirIdification_phase_2, r=Zoxc | bors | -6/+119 |
| 2019-02-03 | hir: remove Definitions::hir_to_def_index | ljedrz | -27/+5 |
| 2019-02-03 | hir: add HirId methods | ljedrz | -1/+138 |
| 2019-02-03 | Auto merge of #57922 - davidtwco:issue-57410, r=petrochenkov | bors | -7/+22 |
| 2019-02-03 | cleanup: don't use node_to_hir_id where unneeded | ljedrz | -6/+4 |
| 2019-02-03 | Auto merge of #58079 - ljedrz:HirIdification_phase_1, r=Zoxc | bors | -97/+236 |
| 2019-02-02 | hir: add HirId to main Hir nodes | ljedrz | -97/+236 |
| 2019-02-02 | Update visibility of intermediate use items. | David Wood | -7/+22 |
| 2019-02-01 | Auto merge of #57937 - denzp:nvptx, r=nagisa | bors | -0/+6 |
| 2019-02-01 | Restrict concrete types to equivalent types | Oliver Scherer | -3/+19 |
| 2019-02-01 | Auto merge of #57586 - Aaron1011:feature/pub-priv-dep, r=petrochenkov | bors | -1/+32 |
| 2019-02-01 | Cleanup unecessary code | Aaron Hill | -10/+0 |
| 2019-02-01 | Replace --extern-public with --extern-private | Aaron Hill | -20/+21 |
| 2019-02-01 | Tidy fixes | Aaron Hill | -1/+1 |
| 2019-02-01 | Move --extern-public behind -Z unstable-options | Aaron Hill | -17/+22 |
| 2019-02-01 | Rename external_private_dependency to exported_private_dependencies | Aaron Hill | -2/+2 |
| 2019-02-01 | Track extern_public command-line argument | Aaron Hill | -5/+5 |
| 2019-02-01 | Clippy fixes, rename stuff to match RFC | Aaron Hill | -3/+3 |
| 2019-02-01 | Always treat 'std' and 'core' as public | Aaron Hill | -1/+5 |
| 2019-02-01 | Properly register lint | Aaron Hill | -0/+1 |
| 2019-02-01 | Initial implementation work | Aaron Hill | -0/+30 |
| 2019-02-01 | Auto merge of #57916 - Zoxc:incr-passes4, r=michaelwoerister | bors | -47/+70 |
| 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 | -23/+41 |
| 2019-01-31 | Add a forever unstable opt-out of const qualification checks | Oliver Scherer | -0/+2 |
| 2019-01-30 | Move privacy checking later in the pipeline and make some passes run in parallel | John Kåre Alsaker | -19/+12 |
| 2019-01-30 | Swap the names of `LocalValue` and `LocalState` | Oliver Scherer | -1/+1 |
| 2019-01-30 | Add suggestions to deprecation lints | Oliver Scherer | -23/+41 |
| 2019-01-30 | Allow #[repr(align(x))] on enums (#57996) | Niklas Fiekas | -10/+2 |
| 2019-01-29 | Only store the result of mir_borrowck for closures | John Kåre Alsaker | -26/+29 |
| 2019-01-29 | Make impl_wf_check incremental | John Kåre Alsaker | -0/+13 |
| 2019-01-29 | Add an ensure() method to TyCtxt used to ensure queries are run | John Kåre Alsaker | -21/+28 |
| 2019-01-29 | Auto merge of #57901 - lqd:issue_57362, r=nikomatsakis | bors | -170/+311 |
| 2019-01-29 | Auto merge of #57948 - Zoxc:parallel, r=michaelwoerister | bors | -49/+51 |
| 2019-01-28 | Refer to synthetically named lifetimes as "some specific lifetime" rather tha... | Rémy Rakic | -2/+2 |
| 2019-01-28 | Rollup merge of #57950 - QuietMisdreavus:lifetime-err-desc, r=estebank | Mazdak Farrokhzad | -0/+33 |
| 2019-01-28 | Rollup merge of #57674 - dotdash:erase_reg, r=varkor | Mazdak Farrokhzad | -1/+6 |
| 2019-01-28 | review comments | QuietMisdreavus | -13/+13 |