summary refs log tree commit diff
path: root/src/librustc_traits/lowering
AgeCommit message (Expand)AuthorLines
2019-10-18rustc: arena-allocate the slice in `ty::GenericsPredicate`, not the whole str...Eduard-Mihai Burtescu-2/+2
2019-09-26Rename `ForeignItem.node` to `ForeignItem.kind`varkor-1/+1
2019-09-26Rename `Item.node` to `Item.kind`varkor-1/+1
2019-09-26Rename `TraitItem.node` to `TraitItem.kind`varkor-1/+1
2019-09-26Rename `ImplItem.node` to `ImplItem.kind`varkor-1/+1
2019-09-26Auto merge of #62661 - arielb1:never-reserve, r=nikomatsakisbors-2/+2
2019-09-25Rename `sty` to `kind`varkor-1/+1
2019-09-24remove outdated fixmeNiko Matsakis-1/+0
2019-09-24resolve the rustc_reservation_impl attribute in 1 placeAriel Ben-Yehuda-2/+3
2019-08-02Replace "existential" by "opaque"varkor-1/+1
2019-07-04rename hir::map::local_def_id_from_hir_id to local_def_idljedrz-1/+1
2019-07-03Remove needless lifetimesJeremy Stucki-11/+11
2019-06-20rename hir::map::get_by_hir_id to getljedrz-1/+1
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-12/+12
2019-06-12Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-16/+4
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-12/+12
2019-06-12Fix fallout from `deny(unused_lifetimes)`.Eduard-Mihai Burtescu-8/+8
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-18/+18
2019-05-26Rename "Associated*" to "Assoc*"Andrew Xu-7/+7
2019-05-13Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.Nicholas Nethercote-2/+3
2019-05-04rustc: collapse relevant DefPathData variants into TypeNs.Eduard-Mihai Burtescu-5/+20
2019-03-20Fix a bug in implied boundsscalexm-4/+5
2019-03-20Fix a bug in chalk loweringscalexm-1/+8
2019-03-20Gather region constraints not coming from unificationscalexm-27/+1
2019-03-07HirIdification: replace NodeId method callsljedrz-2/+2
2019-03-01hir: remove NodeId from TraitItemljedrz-6/+6
2019-02-27rename Substs to InternalSubstscsmoe-6/+6
2019-02-07Transition librustc_traits to 2018 editionHirokazu Hata-3/+3
2019-01-10integrate trait aliases into def-paths / metadataNiko Matsakis-1/+2
2018-12-27Fix `tcx.environment` for inherent implsscalexm-31/+48
2018-12-27Fix binding levels in implied bounds rulesscalexm-15/+11
2018-12-27Add utilities for creating generic typesscalexm-8/+5
2018-12-27Return an instantiated environment instead of a generic onescalexm-20/+13
2018-12-25Remove licensesMark Rousskov-20/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-6/+6
2018-12-06Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker-5/+5
2018-11-24Move `BoundTy` debruijn index to the `TyKind` enum variantscalexm-2/+3
2018-11-24Introduce `TyKind::Placeholder` variantscalexm-0/+1
2018-11-15Rollup merge of #55778 - nnethercote:LrcPreds, r=eddybPietro Albini-5/+7
2018-11-14Wrap some query results in `Lrc`.Nicholas Nethercote-5/+7
2018-11-13Implement `ProjectionEq-Normalize`csmoe-1/+43
2018-11-13Use a dummy outlives requirement for `where Type:,` (see #53696)scalexm-6/+7
2018-11-13Provide program clauses for builtin typesscalexm-3/+28
2018-11-13Adjust documentationscalexm-3/+4
2018-11-13Pretty print quantified goals and clausesscalexm-10/+3
2018-11-13Replace type params with bound vars in `rustc_traits::lowering`scalexm-60/+118
2018-11-03Move `BoundTy` to `ty::TyKind`scalexm-0/+1
2018-10-20Rollup merge of #55203 - scalexm:program-clauses, r=nikomatsakisManish Goregaokar-4/+7
2018-10-19Write an initial version of the `program_clauses` callbackscalexm-4/+7
2018-10-19Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hackOliver Scherer-2/+2