about summary refs log tree commit diff
path: root/src/librustc/ty/query
AgeCommit message (Expand)AuthorLines
2018-08-19mv (mod) codemap source_mapDonato Sciarra-2/+2
2018-08-19mv filemap source_fileDonato Sciarra-5/+5
2018-08-19mv FileMap SourceFileDonato Sciarra-16/+16
2018-08-19mv CodeMap SourceMapDonato Sciarra-4/+4
2018-08-19Fix typos found by codespell.Matthias Krüger-1/+1
2018-08-09Move SVH structure to data structuresMark Rousskov-1/+1
2018-08-05Add lint for unknown feature attributesvarkor-0/+22
2018-08-02Fix more missed query dataWesley Wiser-0/+9
2018-08-02Fix some missed query dataWesley Wiser-4/+3
2018-08-02Basic incremental statsWesley Wiser-2/+15
2018-08-02Basic profilingWesley Wiser-0/+11
2018-07-28Don't format!() string literalsljedrz-54/+54
2018-07-21Convert implied_outlives_bounds to a queryTyler Mandry-0/+15
2018-07-21Auto merge of #52555 - petrochenkov:mresfact, r=alexcrichtonbors-2/+2
2018-07-20Revert some use of `PtrKey` to fix parallel_queries buildVadim Petrochenkov-3/+2
2018-07-20data_structures: Add a reference wrapper for pointer-indexed maps/setsVadim Petrochenkov-4/+5
2018-07-17Categorize queries for later self-profilingWesley Wiser-453/+563
2018-07-10Upgrade to LLVM's master branch (LLVM 7)Alex Crichton-8/+0
2018-07-04Auto merge of #51895 - nikomatsakis:move-self-trait-predicate-to-items, r=sca...bors-4/+30
2018-07-02introduce `predicates_defined_on` for traitsNiko Matsakis-4/+30
2018-06-30Fortify dummy span checkingVadim Petrochenkov-1/+1
2018-06-28Rollup merge of #51636 - oli-obk:const_diagnostics, r=eddybMark Rousskov-10/+10
2018-06-28Auto merge of #50997 - michaelwoerister:pre-analyze-filemaps, r=Mark-Simulacrumbors-1/+1
2018-06-28Merge `ConstVal` and `ConstValue`Oliver Schneider-8/+8
2018-06-28Move everything over from `middle::const_val` to `mir::interpret`Oliver Schneider-2/+2
2018-06-28Auto merge of #51538 - nikomatsakis:nll-perf-examination, r=eddybbors-24/+124
2018-06-27Make FileMap::{lines, multibyte_chars, non_narrow_chars} non-mutable.Michael Woerister-1/+1
2018-06-27fix wrong query descriptionNiko Matsakis-1/+1
2018-06-27Make opaque::Encoder append-only and make it infallibleJohn Kåre Alsaker-2/+2
2018-06-26introduce `Normalizable` trait for things directly normalizableNiko Matsakis-5/+71
2018-06-26convert `prove_predicate` into a queryNiko Matsakis-2/+18
2018-06-26make `Subtype` a true queryNiko Matsakis-1/+17
2018-06-26make `Eq` a true queryNiko Matsakis-24/+26
2018-06-14rustc: rename ty::maps to ty::query.Eduard-Mihai Burtescu-0/+4958