summary refs log tree commit diff
path: root/src/librustc_traits
AgeCommit message (Expand)AuthorLines
2019-11-18Retire BraceStructLiftImpl.Camille GILLOT-10/+2
2019-11-17Auto merge of #66384 - cjgillot:typefoldable, r=Zoxcbors-7/+3
2019-11-13Use TypeFoldable derive macro in librustc_traits.Camille GILLOT-7/+3
2019-11-12Rename in librustc_traits.Camille GILLOT-6/+4
2019-11-10Merge hir::GeneratorMovability into ast::Movability.Camille GILLOT-1/+1
2019-11-10Merge hir::Mutability into ast::Mutability.Camille GILLOT-2/+2
2019-11-06Rollup merge of #66086 - RalfJung:smallvec, r=nagisaMazdak Farrokhzad-1/+1
2019-11-04bump smallvec to 1.0Ralf Jung-1/+1
2019-11-01De-querify `trivial_dropck_outlives`.Nicholas Nethercote-1/+2
2019-10-21Rename `ConstValue::Infer(InferConst::Canonical(..))` to `ConstValue::Bound(..)`varkor-15/+6
2019-10-18rustc: arena-allocate the slice in `ty::GenericsPredicate`, not the whole str...Eduard-Mihai Burtescu-2/+2
2019-10-12Keep allocated vectors during dropckMark Rousskov-61/+50
2019-10-12Make trivial dropck outlives a queryMark Rousskov-0/+4
2019-10-08Rollup merge of #65181 - nikomatsakis:lazy-norm-anon-const-push-1, r=varkorMazdak Farrokhzad-0/+2
2019-10-07add `debug!` to evaluate_obligationNiko Matsakis-0/+2
2019-10-04clean up GeneratorSubstscsmoe-4/+6
2019-10-04Rollup merge of #64817 - csmoe:closure, r=nikomatsakisMazdak Farrokhzad-5/+6
2019-10-03generate ClosureSubsts from SubstsRefcsmoe-2/+5
2019-10-01Improve HRTB error span when -Zno-leak-check is usedAaron Hill-1/+1
2019-09-29remove ClosureSubsts with SubstsRefcsmoe-3/+1
2019-09-27Remove lift_to_globalMark Rousskov-1/+1
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 #64515 - varkor:kindedterm, r=oli-obkbors-21/+21
2019-09-26Rename `subst::Kind` to `subst::GenericArg`varkor-21/+21
2019-09-26Auto merge of #62661 - arielb1:never-reserve, r=nikomatsakisbors-2/+2
2019-09-25Rename `sty` to `kind`varkor-11/+11
2019-09-24remove outdated fixmeNiko Matsakis-1/+0
2019-09-24resolve the rustc_reservation_impl attribute in 1 placeAriel Ben-Yehuda-2/+3
2019-09-23Remove unused dependenciesShotaro Yamada-2/+0
2019-08-05Fiddle param env through to `try_eval_bits` in most placesOliver Scherer-0/+5
2019-08-02Replace "existential" by "opaque"varkor-1/+1
2019-07-28Deny `unused_lifetimes` through rustbuildVadim Petrochenkov-2/+0
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-1/+0
2019-07-07rustc: Remove `dylib` crate type from most rustc cratesAlex Crichton-1/+0
2019-07-05Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=ZoxcMazdak Farrokhzad-1/+1
2019-07-05Rollup merge of #61545 - flip1995:internal_lints, r=oli-obkMazdak Farrokhzad-1/+0
2019-07-04rename hir::map::local_def_id_from_hir_id to local_def_idljedrz-1/+1
2019-07-03Remove needless lifetimesJeremy Stucki-23/+23
2019-07-02introduce `QueryRegionConstraints` struct (no-op)Niko Matsakis-2/+3
2019-06-24Enable internal lints in bootstrapflip1995-1/+0
2019-06-20rename hir::map::get_by_hir_id to getljedrz-1/+1
2019-06-19Rollup merge of #61842 - Zoxc:trim-lift, r=eddybMazdak Farrokhzad-2/+1
2019-06-18rustc: remove 'x: 'y bounds (except from comments/strings).Eduard-Mihai Burtescu-4/+4
2019-06-16Auto merge of #61754 - nikomatsakis:trait-caching-perf-3, r=pnkfelixbors-1/+1
2019-06-14Remove unnecessary lift callsJohn Kåre Alsaker-2/+1
2019-06-14Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-20/+9
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-131/+131