about summary refs log tree commit diff
path: root/src/librustc_traits
AgeCommit message (Expand)AuthorLines
2020-01-08normalize rustc::hir::intravisit importsMazdak Farrokhzad-1/+1
2020-01-08intravisit: abstract over HIR MapMazdak Farrokhzad-1/+4
2020-01-07Move ty::wf to traits.Camille GILLOT-1/+1
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-17/+18
2020-01-04canonicalize FxHash{Map,Set} importsMazdak Farrokhzad-1/+1
2020-01-02Normalize `syntax::symbol` imports.Mazdak Farrokhzad-1/+1
2020-01-02Normalize `syntax::source_map` imports.Mazdak Farrokhzad-3/+3
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-6/+6
2019-12-30Make things build againVadim Petrochenkov-1/+1
2019-12-22Format the worldMark Rousskov-836/+513
2019-12-21Use Arena inside hir::StructField.Camille GILLOT-1/+1
2019-12-21Use Arena inside hir::ImplItem.Camille GILLOT-1/+1
2019-12-21Use Arena inside hir::TraitItem.Camille GILLOT-1/+1
2019-12-21Use Arena inside hir::Item.Camille GILLOT-1/+1
2019-12-201. ast::Mutability::{Mutable -> Mut, Immutable -> Not}.Mazdak Farrokhzad-2/+2
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