about summary refs log tree commit diff
path: root/src/librustc/ich/impls_hir.rs
AgeCommit message (Expand)AuthorLines
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-236/+0
2020-03-24normalize some imports, prefer direct ones.Mazdak Farrokhzad-2/+3
2020-03-19rustc: use LocalDefId instead of DefIndex in ich.Eduard-Mihai Burtescu-20/+5
2020-03-19rustc: use LocalDefId instead of DefIndex in HirId.Eduard-Mihai Burtescu-2/+2
2020-03-14Update `visit_item_likes_in_module`John Kåre Alsaker-1/+6
2020-03-14Add HIR queriesJohn Kåre Alsaker-53/+9
2020-02-13Use HirId in TraitCandidate.Camille GILLOT-1/+0
2020-02-11Move it all into rustc_hir.Camille GILLOT-2/+0
2020-02-11Move lang_items definitions to librustc_lang_items.Camille GILLOT-6/+2
2020-02-08Move librustc_hir/def_id.rs to librustc_span/def_id.rsAaron Hill-6/+0
2020-02-05move item reference commentljedrz-7/+0
2020-02-05merge item id stable hashing functionsljedrz-20/+1
2020-02-01Move builtin attribute logic to new rustc_attr crate.Mazdak Farrokhzad-1/+1
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-3/+2
2020-01-04hir::{hir,def,itemlikevisit,pat_util,print} -> rustc_hirMazdak Farrokhzad-106/+125
2019-12-27Syntax for hir::Ty.Camille GILLOT-2/+2
2019-12-26Syntax for hir::Expr.Camille GILLOT-1/+1
2019-12-22Format the worldMark Rousskov-84/+33
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::ImplItem.Camille GILLOT-1/+1
2019-12-21Use Arena inside hir::TraitItem.Camille GILLOT-1/+1
2019-12-21Use Arena inside hir::Item.Camille GILLOT-1/+1
2019-11-22Retire impl_stable_hash_for_spanned.Camille GILLOT-12/+0
2019-11-22Derives for ast.Camille GILLOT-4/+0
2019-11-22Derive HashStable_Generic for Ident.Camille GILLOT-5/+0
2019-11-22Auto merge of #66460 - cjgillot:hashstable_generic, r=Zoxcbors-5/+0
2019-11-19Derive HashStable more.Camille GILLOT-7/+0
2019-11-17HashStable in libsyntax.Camille GILLOT-5/+0
2019-09-28Switch over all StableHash impls to new formatMark Rousskov-60/+20
2019-09-26Rename `Item.node` to `Item.kind`varkor-2/+2
2019-09-26Rename `Stmt.node` to `Stmt.kind`varkor-1/+1
2019-09-26Rename `Ty.node` to `Ty.kind`varkor-2/+2
2019-09-26Rename `TraitItem.node` to `TraitItem.kind`varkor-2/+2
2019-09-26Rename `ImplItem.node` to `ImplItem.kind`varkor-2/+2
2019-09-26Rename `Expr.node` to `Expr.kind`varkor-2/+2
2019-09-07Aggregation of cosmetic changes made during work on REPL PRs: librustcAlexander Regueiro-9/+9
2019-08-27Cleanup: Consistently use `Param` instead of `Arg` #62426Kevin Per-2/+2
2019-08-15Remove `Spanned` from `{ast,hir}::FieldPat`Vadim Petrochenkov-4/+0
2019-08-14Merge Variant and Variant_Caio-1/+1
2019-06-18Preserve generator and yield source for error messagesTaylor Cramer-5/+5
2019-06-05Aggregation of drive-by cosmetic changes.Alexander Regueiro-1/+1
2019-05-04Hash all of the import_ids for the TraitCandidate.Jesper Steen Møller-6/+6
2019-05-04Use binding autoref, because we can.Jesper Steen Møller-2/+2
2019-05-04Improved name: first_import_idJesper Steen Møller-2/+2
2019-05-04Fix #45268 by saving all NodeId's for resolved traits.Jesper Steen Møller-10/+11
2019-04-22Remove double trailing newlinesvarkor-1/+0
2019-03-13Use derive macro for HashStableJohn Kåre Alsaker-753/+0
2019-03-08Auto merge of #58915 - ljedrz:deprecate_nodeid_methods, r=Zoxcbors-2/+1
2019-03-07hir: remove NodeId from PatKindljedrz-1/+1