summary refs log tree commit diff
path: root/src/librustc/ty/query
AgeCommit message (Expand)AuthorLines
2018-10-02Use full name to identify a macro in a `FileName`.Diogo Sousa-0/+1
2018-09-15rustc: support extern crates loaded after query engine creation.Eduard-Mihai Burtescu-1/+10
2018-09-14Auto merge of #54032 - oli-obk:layout_scalar_ranges, r=eddybbors-3/+2
2018-09-11renamed emit_nil to emit_unitkenta7777-1/+1
2018-09-11Revert "renamed emit_nil to emit_unit"kenta7777-1/+1
2018-09-11Split `CrateNum` into an enum instead of having magic constantsOliver Schneider-3/+2
2018-09-10renamed emit_nil to emit_unitkenta7777-1/+1
2018-09-06crates that provide a `panic_handler` are exempt from `unused_extern_crates`Jorge Aparicio-0/+8
2018-09-03Auto merge of #53673 - michaelwoerister:incr-thinlto-2000, r=alexcrichtonbors-8/+1
2018-08-31Make codegen not be a query (since it's not a real query anyway).Michael Woerister-8/+1
2018-08-31trip const_to_alloc querycsmoe-19/+1
2018-08-30Rollup merge of #53786 - frewsxcv:frewsxcv-bad-style, r=ManishearthPietro Albini-2/+2
2018-08-29Replace usages of 'bad_style' with 'nonstandard_style'.Corey Farwell-2/+2
2018-08-28Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.Eduard-Mihai Burtescu-5/+6
2018-08-23Auto merge of #53520 - nnethercote:merge-IdxSet-IdxSetBuf, r=nikomatsakisbors-2/+2
2018-08-22miri/CTFE refactorRalf Jung-7/+7
2018-08-21Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkorkennytm-1/+1
2018-08-20Remove IdxSet typedef and Rename {,Hybrid}IdxSetBuf as {,Hybrid}IdxSet.Nicholas Nethercote-2/+2
2018-08-19mv CachingCodemapView CachingSourceMapViewDonato Sciarra-3/+3
2018-08-19mv codemap source_mapDonato Sciarra-11/+11
2018-08-19mv codemap() source_map()Donato Sciarra-5/+5
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