about summary refs log tree commit diff
path: root/src/librustc_hir
AgeCommit message (Expand)AuthorLines
2020-01-17Use named fields for `hir::ItemKind::Impl`Dylan MacKenzie-23/+34
2020-01-16Account for object safety when suggesting `Box<dyn Trait>`Esteban Küber-0/+7
2020-01-11Rollup merge of #68114 - ecstatic-morse:fix-feature-gating, r=CentrilMazdak Farrokhzad-1/+1
2020-01-10Remove unnecessary `const_fn` feature gatesDylan MacKenzie-1/+1
2020-01-10Introduce `#![feature(half_open_range_patterns)]`.Mazdak Farrokhzad-6/+10
2020-01-09refactor 'Output = $ty' & reduce rustc depMazdak Farrokhzad-0/+3
2020-01-08intravisit: use walk_list! moreMazdak Farrokhzad-27/+9
2020-01-08{rustc::hir -> rustc_hir}::intravisitMazdak Farrokhzad-0/+1184
2020-01-06Improve hygiene of `newtype_index`Matthew Jasper-1/+0
2020-01-04pacify the parallel compilerMazdak Farrokhzad-1/+5
2020-01-04cleanup librustc_hir/Cargo.tomlMazdak Farrokhzad-23/+3
2020-01-04hir::{hir,def,itemlikevisit,pat_util,print} -> rustc_hirMazdak Farrokhzad-0/+5715
2020-01-04move `HirId` to librustc_hir::hir_idMazdak Farrokhzad-0/+81
2020-01-04move def_id to new rustc_hir crateMazdak Farrokhzad-0/+230