summary refs log tree commit diff
path: root/src/librustc/ty/query/mod.rs
AgeCommit message (Expand)AuthorLines
2018-09-06crates that provide a `panic_handler` are exempt from `unused_extern_crates`Jorge Aparicio-0/+1
2018-09-03Auto merge of #53673 - michaelwoerister:incr-thinlto-2000, r=alexcrichtonbors-2/+1
2018-08-31Make codegen not be a query (since it's not a real query anyway).Michael Woerister-2/+1
2018-08-31trip const_to_alloc querycsmoe-12/+1
2018-08-23Auto merge of #53520 - nnethercote:merge-IdxSet-IdxSetBuf, r=nikomatsakisbors-2/+2
2018-08-22miri/CTFE refactorRalf Jung-4/+4
2018-08-20Remove IdxSet typedef and Rename {,Hybrid}IdxSetBuf as {,Hybrid}IdxSet.Nicholas Nethercote-2/+2
2018-08-09Move SVH structure to data structuresMark Rousskov-1/+1
2018-08-05Add lint for unknown feature attributesvarkor-0/+8
2018-08-02Basic profilingWesley Wiser-0/+1
2018-07-21Convert implied_outlives_bounds to a queryTyler Mandry-0/+8
2018-07-17Categorize queries for later self-profilingWesley Wiser-451/+551
2018-07-10Upgrade to LLVM's master branch (LLVM 7)Alex Crichton-1/+0
2018-07-02introduce `predicates_defined_on` for traitsNiko Matsakis-4/+29
2018-06-28Merge `ConstVal` and `ConstValue`Oliver Schneider-4/+4
2018-06-28Move everything over from `middle::const_val` to `mir::interpret`Oliver Schneider-2/+2
2018-06-26introduce `Normalizable` trait for things directly normalizableNiko Matsakis-4/+36
2018-06-26convert `prove_predicate` into a queryNiko Matsakis-1/+10
2018-06-26make `Subtype` a true queryNiko Matsakis-1/+9
2018-06-26make `Eq` a true queryNiko Matsakis-1/+9
2018-06-14rustc: rename ty::maps to ty::query.Eduard-Mihai Burtescu-0/+667