about summary refs log tree commit diff
path: root/src/librustc/traits/query/dropck_outlives.rs
AgeCommit message (Expand)AuthorLines
2019-04-26Update handling of Tuplevarkor-1/+1
2019-02-10rustc: doc commentsAlexander Regueiro-1/+1
2019-02-05move librustc to 2018Mark Mansi-5/+5
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-19dropck: remove unnecessary call to cloned()ljedrz-1/+1
2018-12-19dropck: simplify common patternsljedrz-7/+6
2018-11-24Introduce `TyKind::Placeholder` variantscalexm-0/+1
2018-11-13fix various typos in doc commentsAndy Russell-1/+1
2018-11-03Move `BoundTy` to `ty::TyKind`scalexm-0/+1
2018-10-15hide `SmallCanonicalVarValues` in `OriginalQueryValues` structNiko Matsakis-2/+2
2018-10-15rename `QueryResult` to `QueryResponse`Niko Matsakis-1/+1
2018-10-03Introduce `TyKind::UnnormalizedProjection`scalexm-0/+2
2018-09-18A few cleanups and minor improvements to rustc/traitsljedrz-20/+12
2018-09-05Changing TyAnon -> TyOpaque and relevant functionsms2300-1/+1
2018-08-23Use optimized SmallVec implementationIgor Gutorov-1/+1
2018-08-22Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}varkor-6/+6
2018-08-22Remove Ty prefix from Ty{Foreign|Param}varkor-2/+2
2018-08-22Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...varkor-18/+18
2018-08-21Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkorkennytm-1/+1
2018-08-19mv (mod) codemap source_mapDonato Sciarra-1/+1
2018-08-19Fix typos found by codespell.Matthias Krüger-1/+1
2018-08-12unions are not always trivially dropableRalf Jung-5/+3
2018-07-25Change ManuallyDrop from an union to a struct and make it a lang item.Eduard-Mihai Burtescu-1/+4
2018-07-17Avoid most allocations in `Canonicalizer`.Nicholas Nethercote-1/+3
2018-06-26convert `dropck_outlives` type-op to use the queryNiko Matsakis-17/+37
2018-06-26remove `Canonicalization` trait, which serves no purposeNiko Matsakis-15/+5
2018-06-26rename `instantiate_query_result`Niko Matsakis-1/+1
2018-06-26make one `Canonicalize` impl for `QueryResult`Niko Matsakis-14/+1
2018-06-26improve `trivial_case` handlingNiko Matsakis-1/+1
2018-03-23Rollup merge of #49030 - Zoxc:misc, r=michaelwoeristerAlex Crichton-3/+3
2018-03-17Replace Rc with LrcJohn Kåre Alsaker-3/+3
2018-03-16extend stable hasher to support `CanonicalTy`Niko Matsakis-0/+1
2018-03-14Fixes after rebaseAndrew Cann-1/+1
2018-03-13short-circuit `dropck_outlives` for simple casesNiko Matsakis-2/+72
2018-03-13add some debug outputNiko Matsakis-1/+2
2018-03-13introduce `infcx.at(..).dropck_outlives(..)` operaton [VIC]Niko Matsakis-0/+193