about summary refs log tree commit diff
path: root/src/librustc/ich
AgeCommit message (Expand)AuthorLines
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
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-24Rollup merge of #58511 - oli-obk:const_to_op, r=RalfJungMazdak Farrokhzad-1/+1
2019-02-23Type check coercions to pointer typesMatthew Jasper-0/+1
2019-02-21Use normal mutable borrows in MIR match loweringMatthew Jasper-1/+6
2019-02-19Auto merge of #57896 - oli-obk:permissive_existence, r=cramertjbors-0/+5
2019-02-19Auto merge of #58503 - varkor:const-generics-hir, r=petrochenkovbors-1/+10
2019-02-16Reuse the `Pointer` type instead of passing reassembling it at many use sitesOliver Scherer-1/+1