summary refs log tree commit diff
path: root/src/librustc/ich
AgeCommit message (Expand)AuthorLines
2019-06-21Further reduce the likelyhood of hash collisionsOliver Scherer-0/+1
2019-06-19Make `Allocation` stable hash robustOliver Scherer-5/+9
2019-06-19Rollup merge of #61941 - cramertj:no-more-yield-errors, r=centrilMazdak Farrokhzad-5/+5
2019-06-18Preserve generator and yield source for error messagesTaylor Cramer-5/+5
2019-06-18syntax: Move `default_transparency` into `ExpnInfo`Vadim Petrochenkov-1/+8
2019-06-14Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-15/+21
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-15/+15
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-1/+1
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-2/+2
2019-06-11Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-15/+11
2019-06-11rustc: deny(unused_lifetimes).Eduard-Mihai Burtescu-6/+6
2019-06-07syntax: Treat error literals in more principled wayVadim Petrochenkov-2/+2
2019-06-06syntax: Remove duplicate span from `token::Ident`Vadim Petrochenkov-2/+2
2019-06-06syntax: Remove duplicate span from `token::Lifetime`Vadim Petrochenkov-1/+1
2019-06-06syntax: Use `Token` in `TokenTree::Token`Vadim Petrochenkov-60/+64
2019-06-06syntax: Rename `Token` into `TokenKind`Vadim Petrochenkov-1/+1
2019-06-06Always use token kinds through `token` module rather than `Token` typeVadim Petrochenkov-41/+41
2019-06-05Addressed points raised in review.Alexander Regueiro-1/+1
2019-06-05Aggregation of drive-by cosmetic changes.Alexander Regueiro-1/+1
2019-05-31Remove ty::BrFresh and new_boundYuki Okushi-1/+0
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