about summary refs log tree commit diff
path: root/src/librustc/ich
AgeCommit message (Expand)AuthorLines
2019-05-23syntax: Turn `token::Lit` into a structVadim Petrochenkov-16/+18
2019-05-13Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.Nicholas Nethercote-10/+12
2019-05-11Introduce `hir::Lit` not keeping the original tokenVadim Petrochenkov-0/+2
2019-05-11Keep the original token in `ast::Lit`Vadim Petrochenkov-16/+17
2019-05-11Turn `ast::Lit` into a structVadim Petrochenkov-1/+5
2019-05-10Remove hir::ExprKind::If and replace it with lowering to hir::ExprKind::Match.Mazdak Farrokhzad-0/+1
2019-05-07Implement built-in await syntaxTaylor Cramer-0/+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-23Add rustc_allow_const_fn_ptrTaylor Cramer-0/+1
2019-04-22Remove double trailing newlinesvarkor-2/+0
2019-04-03Deny internal lints in librustcflip1995-5/+3
2019-03-16Refactor away `NestedMetaItemKind`Vadim Petrochenkov-3/+1
2019-03-16Rename `MetaItem::ident` to `MetaItem::path`Vadim Petrochenkov-1/+1
2019-03-16syntax: Do not accidentally treat multi-segment meta-items as single-segmentVadim Petrochenkov-2/+3
2019-03-13Use derive macro for HashStableJohn Kåre Alsaker-2371/+0
2019-03-10Make the rustc driver and interface demand drivenJohn Kåre Alsaker-5/+0
2019-03-08Auto merge of #58915 - ljedrz:deprecate_nodeid_methods, r=Zoxcbors-2/+1
2019-03-08Auto merge of #58013 - Zoxc:stable-hash-macro-simple, r=oli-obkbors-6/+0
2019-03-07hir: remove NodeId from PatKindljedrz-1/+1
2019-03-07hir: remove NodeId from PathSegmentljedrz-1/+0
2019-03-05Implement Hash for new typesvarkor-0/+27
2019-03-05Create a derive macro for HashStableJohn Kåre Alsaker-6/+0
2019-03-03Auto merge of #58673 - matthewjasper:typeck-ptr-coercions, r=pnkfelixbors-0/+1
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-01Auto merge of #58754 - ljedrz:I_hate_NodeIds, r=Zoxcbors-12/+2
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-03-01Put Local, Static and Promoted as one Base variant of PlaceSantiago Pastorino-3/+3
2019-02-27Rename variadic to c_variadicDan Robertson-2/+2
2019-02-27Support defining C compatible variadic functionsDan Robertson-1/+2
2019-02-26Auto merge of #58561 - ljedrz:HirIdify_some_nodes, r=Zoxcbors-8/+0
2019-02-25Auto merge of #57609 - matthewjasper:more-restrictive-match, r=pnkfelixbors-1/+6
2019-02-24hir: remove NodeId from Exprljedrz-1/+0
2019-02-24hir: remove NodeId from Blockljedrz-1/+0