about summary refs log tree commit diff
path: root/src/librustc/ty/query/mod.rs
AgeCommit message (Expand)AuthorLines
2019-10-21Use `Symbol` for codegen unit names.Nicholas Nethercote-1/+0
2019-09-30Remove HIR based const qualificationMatthew Jasper-1/+1
2019-09-29remove indexed_vec re-export from rustc_data_structurescsmoe-1/+1
2019-09-29remove bit_set re-export from rustc_data_structurescsmoe-2/+2
2019-09-27cleanup dead ast-borrowck / migrate-mode code.Mazdak Farrokhzad-1/+0
2019-09-27cleanup check_match wrt. SignalledError.Mazdak Farrokhzad-1/+1
2019-07-30Do not downgrade NLL errors for bind_by_move_pattern_guards when AST says it ...Mazdak Farrokhzad-1/+1
2019-07-24Stabilize the type_name intrinsic in core::anySteven Fackler-1/+1
2019-06-25Inform the query system about properties of queries at compile timeJohn Kåre Alsaker-1/+1
2019-06-01rustc: use indexmap instead of a plain vector for upvars.Eduard-Mihai Burtescu-1/+1
2019-05-31rustc_codegen_utils: add new mangling scheme implementation.Eduard-Mihai Burtescu-1/+1
2019-05-20Accumulation of various drive-by cosmetic changes.Alexander Regueiro-2/+1
2019-05-03rustc: use DefKind instead of Def, where possible.Eduard-Mihai Burtescu-1/+1
2019-04-12Use measureme in self-profilerWesley Wiser-1/+0
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