about summary refs log tree commit diff
path: root/src/librustc/hir/map
AgeCommit message (Expand)AuthorLines
2020-03-12remove lifetimes that can be elided (clippy::needless_lifetimes)Matthias Krüger-2/+2
2020-03-12Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasperMazdak Farrokhzad-10/+10
2020-03-07Use ?-operator in more places (clippy::question_mark, had some false negative...Matthias Krüger-1/+1
2020-03-07Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkovMazdak Farrokhzad-1/+1
2020-03-06Don't redundantly repeat field names (clippy::redundant_field_names)Matthias Krüger-1/+1
2020-03-06fix various typosMatthias Krüger-1/+1
2020-03-03rename TraitItemKind::Method -> FnMark Mansi-9/+9
2020-03-03DefKind::Method -> DefKind::AssocFnMark Mansi-2/+2
2020-03-03use question mark operator in a few places.Matthias Krüger-3/+2
2020-03-01Auto merge of #69380 - Zoxc:parent-module, r=michaelwoeristerbors-7/+1
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-5/+5
2020-02-29Reduce visibility of `get_module_parent_node` and remove `get_module_parent`John Kåre Alsaker-7/+1
2020-02-25improve ParentHirIterator discoverabilityMazdak Farrokhzad-12/+14
2020-02-16Do not ICE when encountering `yield` inside `async` blockEsteban Küber-3/+3
2020-02-15Record proc macro harness order for use during metadata deserializationAaron Hill-0/+1
2020-02-06Make `krate` privateJohn Kåre Alsaker-1/+1
2020-02-06Remove the `Forest` typeJohn Kåre Alsaker-59/+32
2020-02-06Move the `krate` method to Hir and remove the Krate dep nodeJohn Kåre Alsaker-16/+4
2020-02-011. move node_id to syntaxMazdak Farrokhzad-1/+1
2020-01-17Use named fields for `hir::ItemKind::Impl`Dylan MacKenzie-3/+3
2020-01-17Use named fields for `ast::ItemKind::Impl`Dylan MacKenzie-1/+1
2020-01-09Change -Z time event naming scheme and make them generic activitiesJohn Kåre Alsaker-1/+1
2020-01-08normalize rustc::hir::intravisit importsMazdak Farrokhzad-4/+4
2020-01-08intravisit: abstract over HIR MapMazdak Farrokhzad-3/+25
2020-01-08intravisit: .expect_item -> .itemMazdak Farrokhzad-0/+8
2020-01-08hir::map: elide & simplifyMazdak Farrokhzad-3/+3
2020-01-08collector: clarify dependenciesMazdak Farrokhzad-12/+15
2020-01-08collector: use impl TraitMazdak Farrokhzad-12/+6
2020-01-08collector: extract upstream_cratesMazdak Farrokhzad-13/+17
2020-01-08canonicalize imports in map::blockMazdak Farrokhzad-53/+53
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-20/+23
2020-01-05Use self profile infrastructure for -Z time and -Z time-passesJohn Kåre Alsaker-3/+1
2020-01-04hir::{hir,def,itemlikevisit,pat_util,print} -> rustc_hirMazdak Farrokhzad-39/+0
2020-01-04split hir/mod.rs -> hir.rs & hir/hir.rsMazdak Farrokhzad-3/+4
2020-01-04canonicalize rustc_session importsMazdak Farrokhzad-3/+2
2020-01-04move Node{Map,Set} -> rustc_session::node_idMazdak Farrokhzad-2/+2
2020-01-04canonicalize FxHash{Map,Set} importsMazdak Farrokhzad-2/+2
2020-01-02Normalize `syntax::source_map` imports.Mazdak Farrokhzad-2/+2
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-7/+7
2019-12-27Syntax for hir::Ty.Camille GILLOT-19/+25
2019-12-27Use Arena inside hir::FnSig.Camille GILLOT-8/+8
2019-12-26Visit for hir::Expr.Camille GILLOT-7/+7
2019-12-26Syntax for hir::Expr.Camille GILLOT-11/+11
2019-12-22Format the worldMark Rousskov-780/+655
2019-12-21Use Arena inside hir::Body.Camille GILLOT-1/+1
2019-12-21Use Arena inside hir::Mod.Camille GILLOT-1/+1
2019-12-21Use Arena inside hir::StructField.Camille GILLOT-2/+2
2019-12-21Use Arena inside hir::EnumDef.Camille GILLOT-4/+4
2019-12-21Use Arena inside hir::ImplItem.Camille GILLOT-6/+6
2019-12-21Use Arena inside hir::TraitItem.Camille GILLOT-6/+6