| Age | Commit message (Expand) | Author | Lines |
| 2019-05-01 | Auto merge of #60435 - Centril:rollup-aa5lmuw, r=Centril | bors | -1/+1 |
| 2019-05-01 | Auto merge of #60195 - varkor:commontypes-to-common, r=eddyb | bors | -1/+1 |
| 2019-04-30 | Rename hir::ExprKind::Use to ::DropTemps and improve docs. | Mazdak Farrokhzad | -1/+1 |
| 2019-04-27 | Auto merge of #59540 - Zoxc:the-arena-2, r=michaelwoerister | bors | -3/+2 |
| 2019-04-25 | Update existing usages | varkor | -1/+1 |
| 2019-04-25 | Update rvalue_promotable_map | John Kåre Alsaker | -3/+2 |
| 2019-04-25 | Introduce hir::ExprKind::Use and employ in for loop desugaring. | Mazdak Farrokhzad | -1/+1 |
| 2019-04-21 | Remove mutability from `Def::Static` | Vadim Petrochenkov | -2/+5 |
| 2019-04-20 | Auto merge of #59987 - saleemjaffer:refactor_adjust_castkinds, r=oli-obk | bors | -6/+2 |
| 2019-04-16 | refactor Adjustment to use new PointerCast enum | Saleem Jaffer | -6/+2 |
| 2019-04-14 | HirIdify hir::Def | ljedrz | -3/+5 |
| 2019-04-01 | Allow closure to unsafe fn coercion | Taiki Endo | -1/+1 |
| 2019-03-24 | Re-order fields in `Def::Ctor`. | David Wood | -3/+3 |
| 2019-03-24 | Move `CtorOf` into `hir::def`. | David Wood | -4/+4 |
| 2019-03-24 | Remove `VariantDef::parent_did` | Vadim Petrochenkov | -1/+1 |
| 2019-03-24 | Separate variant id and variant constructor id. | David Wood | -9/+14 |
| 2019-03-15 | rustc: remove TyCtxt::parent_def_id in favor of TyCtxt::parent. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-03-15 | rustc: remove fmt::{Debug,Display} from ty::TyKind. | Eduard-Mihai Burtescu | -7/+10 |
| 2019-03-02 | hir: remove NodeId from Pat and FieldPat | ljedrz | -9/+9 |
| 2019-02-24 | hir: remove NodeId from Expr | ljedrz | -4/+4 |
| 2019-02-20 | Rollup merge of #58562 - dlrobertson:fix_nits, r=alexreg | kennytm | -4/+4 |
| 2019-02-18 | Fix style nits | Dan Robertson | -4/+4 |
| 2019-02-15 | Take Const into account in HIR | varkor | -1/+1 |
| 2019-02-13 | Rollup merge of #58137 - ljedrz:cleanup_node_id_to_type, r=estebank | Mazdak Farrokhzad | -2/+2 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -8/+8 |
| 2019-02-09 | cleanup: rename node_id_to_type(_opt) | ljedrz | -2/+2 |
| 2019-02-05 | move librustc to 2018 | Mark Mansi | -14/+14 |
| 2019-01-02 | rename `type_moves_by_default` to `type_is_copy_modulo_regions` | Niko Matsakis | -7/+8 |
| 2018-12-27 | AST/HIR: Introduce `ExprKind::Err` for better error recovery in the front-end | Vadim Petrochenkov | -1/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -4/+4 |
| 2018-12-06 | Use a function to access the Hir map to be able to turn it into a query later | John Kåre Alsaker | -8/+8 |
| 2018-11-14 | capture_disjoint_fields(rust-lang#53488) | Blitzerr | -1/+1 |
| 2018-11-12 | Use IndexVec instead of `usize` in librustc | Oliver Scherer | -1/+3 |
| 2018-10-17 | AST-borrowck: add separate mem category for thread-locals, as they are not qu... | Felix S. Klock II | -8/+21 |
| 2018-10-06 | rustc/middle: whitespace & formatting fixes | ljedrz | -226/+216 |
| 2018-10-06 | rustc/middle: use Cow<'static, str> where applicable | ljedrz | -17/+18 |
| 2018-09-29 | don't elide lifetimes in paths in librustc/ | Zack M. Davis | -7/+8 |
| 2018-09-13 | introduce SelfCtor | F001 | -2/+2 |
| 2018-08-27 | Rename hir::map::NodeKind to hir::Node | varkor | -2/+2 |
| 2018-08-27 | Remove path prefixes from NodeKind | varkor | -2/+2 |
| 2018-08-27 | Rename hir::map::Node to hir::map::NodeKind | varkor | -1/+1 |
| 2018-08-22 | Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu... | varkor | -12/+12 |
| 2018-07-28 | Don't format!() string literals | ljedrz | -4/+4 |
| 2018-07-16 | ExprKind | csmoe | -16/+16 |
| 2018-07-11 | use the adjusted type for cat_pattern in tuple patterns | Ariel Ben-Yehuda | -1/+1 |
| 2018-07-01 | add FIXMEs pleading for post-@ edit of commentary on mem_categorization | Zack M. Davis | -8/+14 |
| 2018-07-01 | use HirId in middle::mem_categorization::cmt_, and consequences of that | Zack M. Davis | -44/+43 |
| 2018-06-28 | Auto merge of #51444 - estebank:impl-static, r=nikomatsakis | bors | -1/+1 |
| 2018-06-23 | Rename ExprAgain to ExprContinue | varkor | -1/+1 |