summary refs log tree commit diff
path: root/src/librustc/ty/query/mod.rs
AgeCommit message (Expand)AuthorLines
2019-03-30Move query definitions over to the proc macroJohn Kåre Alsaker-734/+1
2019-03-29rustc(codegen): uncache `def_symbol_name` prefix from `symbol_name`.Eduard-Mihai Burtescu-2/+1
2019-03-27Rollup merge of #57293 - Zoxc:incr-passes3, r=michaelwoeristerJosh Stone-0/+2
2019-03-26Rollup merge of #59315 - Zoxc:move-query, r=oli-obkMazdak Farrokhzad-62/+0
2019-03-25Make some lints incrementalJohn Kåre Alsaker-0/+2
2019-03-22address review commentsEsteban Küber-3/+2
2019-03-20Add eval_always to query macro and move a query overJohn Kåre Alsaker-5/+0
2019-03-20Add anon to query macro and move a query overJohn Kåre Alsaker-9/+0
2019-03-20Add no_force to query macro and move some queries overJohn Kåre Alsaker-16/+0
2019-03-20Add no_hash to query macro and move some queries overJohn Kåre Alsaker-32/+0
2019-03-18Add load_cached query modifier and keep dep node names consistent with query ...John Kåre Alsaker-21/+0
2019-03-18Define queries using a proc macroJohn Kåre Alsaker-10/+6
2019-03-06Rename check_privacy to check_private_in_publicJohn Kåre Alsaker-1/+1
2019-03-06Split up privacy checking so privacy_access_levels only does computations req...John Kåre Alsaker-1/+2
2019-02-28Introduce rustc_interface and move some methods thereJohn Kåre Alsaker-2/+6
2019-02-26replace &'tcx Substs with SubstsRefcsmoe-6/+6
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