about summary refs log tree commit diff
path: root/src/librustc/ich/impls_hir.rs
AgeCommit message (Expand)AuthorLines
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
2019-03-07hir: remove NodeId from PathSegmentljedrz-1/+0
2019-03-05Create a derive macro for HashStableJohn Kåre Alsaker-6/+0
2019-03-02hir: HirIdify Impl&TraitItemIdljedrz-4/+4
2019-03-02hir: remove NodeId from VariantDataljedrz-3/+3
2019-03-02hir: remove NodeId from Pat and FieldPatljedrz-2/+0
2019-03-02hir: remove NodeId from Itemljedrz-1/+0
2019-03-02hir: remove NodeId from ForeignItemljedrz-1/+0
2019-03-02hir: remove NodeId from StructFieldljedrz-1/+0
2019-03-01hir: remove NodeId from VisibilityKindljedrz-2/+1
2019-03-01hir: remove NodeId from TraitRefljedrz-2/+1
2019-03-01hir: remove NodeId from Argljedrz-1/+0
2019-03-01hir: remove NodeId from TypeBindingljedrz-1/+0
2019-03-01hir: remove NodeId from ImplItemljedrz-1/+0
2019-03-01hir: remove NodeId from TraitItemljedrz-1/+0
2019-03-01hir: remove NodeId from AnonConstljedrz-1/+0
2019-03-01hir: remove NodeId from Fieldljedrz-1/+0
2019-03-01hir: remove NodeId from Localljedrz-1/+0
2019-03-01hir: remove NodeId from Stmtljedrz-1/+0
2019-02-27Rename variadic to c_variadicDan Robertson-1/+1
2019-02-27Support defining C compatible variadic functionsDan Robertson-1/+2
2019-02-24hir: remove NodeId from Exprljedrz-1/+0
2019-02-24hir: remove NodeId from Blockljedrz-1/+0
2019-02-24hir: remove NodeId from MacroDefljedrz-1/+0
2019-02-24hir: remove NodeId from WhereEqPredicateljedrz-1/+0
2019-02-24hir: remove NodeId from WhereClauseljedrz-1/+0
2019-02-24hir: remove NodeId from GenericParamljedrz-1/+0
2019-02-24hir: remove NodeId from Lifetime and Tyljedrz-2/+0
2019-02-15Take Const into account in HIRvarkor-1/+10
2019-02-13HirId-ify hir::BodyIdljedrz-2/+2
2019-02-07Add const params to Defvarkor-0/+1
2019-02-05move librustc to 2018Mark Mansi-8/+8
2019-02-02hir: add HirId to main Hir nodesljedrz-4/+16
2019-01-24Implement optimize(size) and optimize(speed)Simonas Kazlauskas-0/+9
2019-01-19Rollup merge of #57689 - nnethercote:redo-hir-Stmt, r=petrochenkovMazdak Farrokhzad-10/+10
2019-01-17Remove `hir::StmtKind::Decl`.Nicholas Nethercote-7/+2
2019-01-17Make `hir::Stmt` a separate struct.Nicholas Nethercote-4/+9
2019-01-16Remove `hir::Label`.Nicholas Nethercote-1/+1
2018-12-29Auto merge of #56225 - alexreg:type_alias_enum_variants, r=petrochenkovbors-4/+4
2018-12-27Get rid of `Block::recovered`Vadim Petrochenkov-1/+0
2018-12-27AST/HIR: Introduce `ExprKind::Err` for better error recovery in the front-endVadim Petrochenkov-1/+2
2018-12-26Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`.Alexander Regueiro-4/+4
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-12Turn `HirLocalId` into a `newtype_index`Oliver Scherer-2/+9
2018-10-26dump refs for path segments in save-analysisNick Cameron-0/+1
2018-10-26Store a resolved def on hir::PathSegmentNick Cameron-0/+1
2018-10-19Auto merge of #55162 - nikomatsakis:issue-54902-underscore-bound, r=tmandrybors-2/+5