about summary refs log tree commit diff
path: root/src/librustc/hir
AgeCommit message (Expand)AuthorLines
2020-03-14Rollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPCYuki Okushi-1/+1
2020-03-12remove lifetimes that can be elided (clippy::needless_lifetimes)Matthias Krüger-2/+2
2020-03-12Rollup merge of #69747 - spastorino:rename-rustc-guide, r=pietroalbiniMazdak Farrokhzad-2/+2
2020-03-12Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasperMazdak Farrokhzad-10/+10
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-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-8/+11
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-6/+6
2020-02-29Reduce visibility of `get_module_parent_node` and remove `get_module_parent`John Kåre Alsaker-8/+2
2020-02-29Add a `parent_module_from_def_id` queryJohn Kåre Alsaker-1/+10
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-11Move hir::check_attr::Target to librustc_lang_items.Camille GILLOT-126/+0
2020-02-06Make `krate` privateJohn Kåre Alsaker-1/+1
2020-02-06Remove the `Forest` typeJohn Kåre Alsaker-60/+33
2020-02-06Move the `krate` method to Hir and remove the Krate dep nodeJohn Kåre Alsaker-16/+12
2020-02-06Add a `hir_krate` queryJohn Kåre Alsaker-0/+1
2020-02-06Add a Hir wrapper typeJohn Kåre Alsaker-0/+32
2020-02-011. move node_id to syntaxMazdak Farrokhzad-1/+1
2020-01-29Move upvars query to librustc_passes.Camille GILLOT-2/+0
2020-01-29Move upvars.rs to librustc_passes.Camille GILLOT-110/+0
2020-01-29Move check_mod_attr query in librustc_passes.Camille GILLOT-1/+125
2020-01-29Move check_attr.rs to librustc_passes.Camille GILLOT-587/+0
2020-01-28lintify conflicting_repr_hintsMazdak Farrokhzad-9/+12
2020-01-18remove rustc_error_codes deps except in rustc_driverMazdak Farrokhzad-1/+0
2020-01-17Use named fields for `hir::ItemKind::Impl`Dylan MacKenzie-5/+5
2020-01-17Use named fields for `ast::ItemKind::Impl`Dylan MacKenzie-1/+1
2020-01-11canonicalize some lint importsMazdak Farrokhzad-1/+1
2020-01-10nix syntax::errors & prefer rustc_errors over errorsMazdak Farrokhzad-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-8/+6
2020-01-08{rustc::hir -> rustc_hir}::intravisitMazdak Farrokhzad-1182/+2
2020-01-08intravisit: abstract over HIR MapMazdak Farrokhzad-27/+57
2020-01-08intravisit: .expect_item -> .itemMazdak Farrokhzad-1/+9
2020-01-08NestedVisitorMap: reduce visibilitiesMazdak Farrokhzad-3/+3
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-08- remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!}Mazdak Farrokhzad-4/+12