about summary refs log tree commit diff
path: root/src/librustc_hir/lib.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-36/+0
2020-08-18Moved coverage counter injection from BasicBlock to Statement.Rich Kadel-1/+0
2020-08-14Rework `rustc_serialize`Matthew Jasper-1/+3
2020-07-17Generating the coverage mapRich Kadel-0/+1
2020-07-16apply bootstrap cfgsMark Rousskov-1/+0
2020-06-28Remove `const_if_match` feature gate from librariesDylan MacKenzie-1/+1
2020-05-10use min_specialization for some rustc crates where it requires no changesRalf Jung-1/+1
2020-03-24move rustc_hir::print -> rustc_hir_prettyMazdak Farrokhzad-1/+0
2020-03-24rustc_hir: nix rustc_errors depMazdak Farrokhzad-0/+1
2020-03-21{rustc::hir::map -> rustc_hir}::definitionsMazdak Farrokhzad-0/+1
2020-03-21separate out an arena for HIRMazdak Farrokhzad-0/+1
2020-03-17Add requisite feature gates for const assertDylan MacKenzie-0/+2
2020-03-10rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.orgSantiago Pastorino-1/+1
2020-03-10Rename rustc guide to rustc dev guideSantiago Pastorino-2/+2
2020-03-10Rename rustc-guide to rustc-dev-guideSantiago Pastorino-1/+1
2020-02-11Move it all into rustc_hir.Camille GILLOT-0/+6
2020-02-08Move librustc_hir/def_id.rs to librustc_span/def_id.rsAaron Hill-1/+1
2020-01-10Remove unnecessary `const_fn` feature gatesDylan MacKenzie-1/+1
2020-01-08{rustc::hir -> rustc_hir}::intravisitMazdak Farrokhzad-0/+1
2020-01-04pacify the parallel compilerMazdak Farrokhzad-0/+4
2020-01-04hir::{hir,def,itemlikevisit,pat_util,print} -> rustc_hirMazdak Farrokhzad-0/+15
2020-01-04move `HirId` to librustc_hir::hir_idMazdak Farrokhzad-0/+2
2020-01-04move def_id to new rustc_hir crateMazdak Farrokhzad-0/+3