summary refs log tree commit diff
path: root/src/librustc/ty/query/mod.rs
AgeCommit message (Expand)AuthorLines
2019-02-15Always emit an error for a query cycleJohn Kåre Alsaker-30/+22
2019-02-13Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasperMazdak Farrokhzad-2/+2
2019-02-13Cleanup importsTaiki Endo-2/+2
2019-02-13Rename rustc_errors dependency in rust 2018 cratesTaiki Endo-1/+1
2019-02-10rustc: doc commentsAlexander Regueiro-19/+19
2019-02-08Remove no_hash from optimized_mirJohn Kåre Alsaker-1/+1
2019-02-08Move no_hash from mir_built to optimized_mirJohn Kåre Alsaker-2/+2
2019-02-08Remove no_hash from typeck_tables_ofJohn Kåre Alsaker-1/+1
2019-02-08Remove no_hash from optimized_mirJohn Kåre Alsaker-1/+1
2019-02-08Add a query type which is always marked as red if it runsJohn Kåre Alsaker-6/+7
2019-02-05move librustc to 2018Mark Mansi-39/+39
2019-01-29Make impl_wf_check incrementalJohn Kåre Alsaker-0/+2
2019-01-28Use multiple threads by default. Limits tests to one thread. Do some renaming.John Kåre Alsaker-1/+1
2019-01-24Implement optimize(size) and optimize(speed)Simonas Kazlauskas-1/+2
2019-01-19Auto merge of #57752 - Centril:rollup, r=Centrilbors-1/+6
2019-01-19Rollup merge of #57573 - Xanewok:querify-entry-fn, r=ZoxcMazdak Farrokhzad-1/+4
2019-01-17Querify glob map usage (last use of CrateAnalysis)Igor Matuszewski-0/+2
2019-01-15Make the query comment into a doc commentIgor Matuszewski-1/+2
2019-01-15Querify entry_fnIgor Matuszewski-1/+3
2019-01-15Make privacy checking, intrinsic checking and liveness checking incrementalJohn Kåre Alsaker-0/+6
2019-01-11Make more passes incrementalJohn Kåre Alsaker-0/+12
2019-01-07Fix and optimize query profilingJohn Kåre Alsaker-0/+1
2019-01-04implement a hack to make traitobject 0.1.0 compileAriel Ben-Yehuda-0/+2
2019-01-02rename `type_moves_by_default` to `type_is_copy_modulo_regions`Niko Matsakis-1/+1
2018-12-30Stop well-formedness checking unreachable code.David Wood-10/+1
2018-12-30Always check well-formedness.David Wood-1/+10
2018-12-28Auto merge of #57118 - Zoxc:query-stats, r=wesleywiserbors-0/+1
2018-12-27Integrate chalk enginescalexm-0/+7
2018-12-27Return an instantiated environment instead of a generic onescalexm-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-25Add a command line flag to print some query statsJohn Kåre Alsaker-0/+1
2018-12-19Auto merge of #54252 - arielb1:deref-query, r=nikomatsakisbors-0/+5
2018-12-17Tweak query code for performanceJohn Kåre Alsaker-3/+3
2018-12-15make autoderef steps a queryAriel Ben-Yehuda-0/+5
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-9/+9
2018-11-30proc_macro: introduce a "bridge" between clients (proc macros) and servers (c...Eduard-Mihai Burtescu-1/+1
2018-11-19Make const_eval_raw query return just an AllocIdRalf Jung-2/+2
2018-11-15Rollup merge of #55778 - nnethercote:LrcPreds, r=eddybPietro Albini-5/+6
2018-11-14Wrap some query results in `Lrc`.Nicholas Nethercote-5/+6
2018-11-13Auto merge of #55912 - kennytm:rollup, r=kennytmbors-1/+2
2018-11-13Replace type params with bound vars in `rustc_traits::lowering`scalexm-1/+1
2018-11-11Reference count `crate_inherent_impls`s return value.Hugo van der Wijst-1/+2
2018-10-25Report const eval error inside the queryOliver Schneider-0/+12
2018-10-24introduce (but do not use) `ascribe_user_type` goalNiko Matsakis-3/+14
2018-10-19Auto merge of #55040 - scalexm:param-env, r=nikomatsakisbors-1/+4
2018-10-18Rollup merge of #55016 - oli-obk:vtables💥_vtables_everywhere, r=RalfJungkennytm-8/+8
2018-10-17Add `FromEnv` for input types in the environmentscalexm-3/+3
2018-10-17Implement the `environment` queryscalexm-0/+1
2018-10-17Use `Environment` instead of `ty::ParamEnv` in chalk contextscalexm-1/+3
2018-10-15Uplift some comments to doc commentsOliver Scherer-8/+8