| Age | Commit message (Expand) | Author | Lines |
| 2019-04-04 | Use more accurate lint root for mutable_borrow_reservation_conflict | Matthew Jasper | -1/+8 |
| 2019-04-04 | Fix out-of-date comment | Felix S Klock II | -1/+1 |
| 2019-04-04 | add mutable_borrow_reservation_conflict future-incompatibility lint. | Felix S. Klock II | -4/+13 |
| 2019-04-04 | Treat two-phase borrow reservations as mutable accesses | Matthew Jasper | -42/+95 |
| 2019-04-03 | Deny internal lints on librustc_mir | flip1995 | -29/+29 |
| 2019-04-03 | Rollup merge of #59630 - nnethercote:shrink-mir-Statement, r=pnkfelix | Mazdak Farrokhzad | -16/+8 |
| 2019-04-03 | Rollup merge of #59514 - tmandry:remove-adt-def-from-projection-elem, r=eddyb | Mazdak Farrokhzad | -100/+113 |
| 2019-04-03 | Shrink `mir::Statement`. | Nicholas Nethercote | -16/+8 |
| 2019-04-02 | Remove adt_def from PlaceTy and make it a struct | Tyler Mandry | -77/+72 |
| 2019-04-02 | Replace adt_def with name in mir::ProjectionElem::Downcast | Tyler Mandry | -26/+44 |
| 2019-04-02 | Rollup merge of #59607 - kenta7777:renames-EvalErrorKind-to-InterpError, r=ol... | Mazdak Farrokhzad | -3/+3 |
| 2019-04-02 | Rollup merge of #59585 - rust-lang:shallow-borrow-fixes, r=pnkfelix | Mazdak Farrokhzad | -6/+2 |
| 2019-04-02 | renames EvalErrorKind to InterpError | kenta7777 | -3/+3 |
| 2019-04-01 | Rollup merge of #58919 - estebank:impl-trait-return-lifetime, r=pnkfelix | Mazdak Farrokhzad | -0/+10 |
| 2019-04-01 | Rollup merge of #58507 - Zoxc:time-extended, r=michaelwoerister | Mazdak Farrokhzad | -2/+3 |
| 2019-03-31 | Suggest using anonymous lifetime in `impl Trait` return without hacks | Esteban Küber | -0/+10 |
| 2019-04-01 | Allow closure to unsafe fn coercion | Taiki Endo | -2/+2 |
| 2019-03-31 | Fixes for shallow borrows | Matthew Jasper | -6/+2 |
| 2019-03-28 | Rollup merge of #59429 - estebank:for-loop-move-nll, r=petrochenkov | Mazdak Farrokhzad | -16/+49 |
| 2019-03-26 | Rollup merge of #59232 - saleemjaffer:mir_place_refactor, r=oli-obk | Mazdak Farrokhzad | -114/+107 |
| 2019-03-25 | When moving out of a for loop head, suggest borrowing it in nll mode | Esteban Küber | -16/+49 |
| 2019-03-24 | Auto merge of #59382 - davidtwco:rfc-2008-refactoring, r=petrochenkov | bors | -4/+4 |
| 2019-03-24 | Merge `DefPathData::VariantCtor` and `DefPathData::StructCtor` | Vadim Petrochenkov | -4/+4 |
| 2019-03-24 | Rollup merge of #59251 - matthewjasper:fix-graphviz, r=petrochenkov | kennytm | -4/+4 |
| 2019-03-24 | code review fixes | Saleem Jaffer | -105/+73 |
| 2019-03-23 | Auto merge of #59068 - ljedrz:kill_off_NodeId_stragglers, r=Zoxc | bors | -6/+2 |
| 2019-03-23 | adding mir::StaticKind enum for static and promoted | Saleem Jaffer | -92/+138 |
| 2019-03-21 | review fixes | Saleem Jaffer | -34/+24 |
| 2019-03-20 | Add a -Z time option which prints only passes which runs once | John Kåre Alsaker | -2/+3 |
| 2019-03-19 | tidy checks | Saleem Jaffer | -1/+2 |
| 2019-03-18 | fixed all compilation errors | Saleem Jaffer | -15/+8 |
| 2019-03-18 | cleaner code as per review | Saleem Jaffer | -58/+37 |
| 2019-03-18 | promoted is still left in 2 places | Saleem Jaffer | -126/+142 |
| 2019-03-17 | Use a valid name for graphviz graphs | Matthew Jasper | -4/+4 |
| 2019-03-16 | Revert the `LazyConst` PR | Oliver Scherer | -40/+37 |
| 2019-03-15 | rustc: slice substs in ty::print instead of passing the full ones. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-03-15 | rustc: remove PrintCx from ty::Print and rely on printers carrying TyCtxt. | Eduard-Mihai Burtescu | -4/+4 |
| 2019-03-15 | rustc: move ty::print::PrintConfig's fields to FmtPrinter. | Eduard-Mihai Burtescu | -6/+2 |
| 2019-03-15 | rustc: don't pass Namespace explicitly, but rather track it in FmtPrinter. | Eduard-Mihai Burtescu | -2/+3 |
| 2019-03-15 | rustc: don't keep RegionHighlightMode in a thread-local. | Eduard-Mihai Burtescu | -32/+54 |
| 2019-03-15 | rustc: rename item_path to def_path (except the module in ty). | Eduard-Mihai Burtescu | -2/+2 |
| 2019-03-15 | rustc: remove TyCtxt::parent_def_id in favor of TyCtxt::parent. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-03-15 | rustc: remove fmt::{Debug,Display} from ty::TyKind. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-03-10 | Make migrate mode work at item level granularity | Matthew Jasper | -23/+5 |
| 2019-03-10 | HirIdification: remove all NodeIds from rustc_mir | ljedrz | -6/+2 |
| 2019-03-08 | expand unused doc comment diagnostic | Andy Russell | -3/+3 |
| 2019-03-07 | hir: remove NodeId from PatKind | ljedrz | -1/+0 |
| 2019-03-07 | HirIdification: replace NodeId method calls | ljedrz | -19/+16 |
| 2019-03-05 | Handle new ConstValue variants in mir | varkor | -2/+14 |
| 2019-03-03 | Auto merge of #58505 - schomatis:fix/nll/remove-live-var, r=matthewjasper | bors | -170/+138 |