about summary refs log tree commit diff
path: root/src/librustc/ty/query/config.rs
AgeCommit message (Expand)AuthorLines
2019-04-12Use measureme in self-profilerWesley Wiser-2/+2
2019-03-30Move query definitions over to the proc macroJohn Kåre Alsaker-842/+2
2019-03-29rustc(codegen): uncache `def_symbol_name` prefix from `symbol_name`.Eduard-Mihai Burtescu-1/+0
2019-03-20Add eval_always to query macro and move a query overJohn Kåre Alsaker-6/+0
2019-03-20Add anon to query macro and move a query overJohn Kåre Alsaker-6/+0
2019-03-20Add no_force to query macro and move some queries overJohn Kåre Alsaker-25/+1
2019-03-20Add no_hash to query macro and move some queries overJohn Kåre Alsaker-22/+0
2019-03-18Add load_cached query modifier and keep dep node names consistent with query ...John Kåre Alsaker-15/+0
2019-03-18Define queries using a proc macroJohn Kåre Alsaker-15/+2
2019-03-15rustc: rename item_path to def_path (except the module in ty).Eduard-Mihai Burtescu-16/+16
2019-03-09Rollup merge of #58679 - Zoxc:passes-refactor, r=michaelwoeristerMazdak Farrokhzad-0/+6
2019-03-07HirIdification: replace NodeId method callsljedrz-1/+1
2019-03-06Rename check_privacy to check_private_in_publicJohn Kåre Alsaker-2/+2
2019-03-06Split up privacy checking so privacy_access_levels only does computations req...John Kåre Alsaker-0/+6
2019-02-28Introduce rustc_interface and move some methods thereJohn Kåre Alsaker-0/+6
2019-02-26replace &'tcx Substs with SubstsRefcsmoe-2/+2
2019-02-15Always emit an error for a query cycleJohn Kåre Alsaker-1/+2
2019-02-08Add a query type which is always marked as red if it runsJohn Kåre Alsaker-2/+7
2019-02-05move librustc to 2018Mark Mansi-14/+14
2019-01-29Only store the result of mir_borrowck for closuresJohn Kåre Alsaker-22/+25
2019-01-29Make impl_wf_check incrementalJohn Kåre Alsaker-0/+9
2019-01-24Implement optimize(size) and optimize(speed)Simonas Kazlauskas-0/+6
2019-01-19Auto merge of #57752 - Centril:rollup, r=Centrilbors-0/+6
2019-01-15Querify entry_fnIgor Matuszewski-0/+6
2019-01-15Make privacy checking, intrinsic checking and liveness checking incrementalJohn Kåre Alsaker-0/+27
2019-01-11Make more passes incrementalJohn Kåre Alsaker-1/+46
2018-12-27Integrate chalk enginescalexm-0/+9
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-15make autoderef steps a queryAriel Ben-Yehuda-0/+6
2018-12-06Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker-2/+2
2018-11-30proc_macro: introduce a "bridge" between clients (proc macros) and servers (c...Eduard-Mihai Burtescu-1/+1
2018-10-25Report const eval error inside the queryOliver Schneider-0/+24
2018-10-24introduce (but do not use) `ascribe_user_type` goalNiko Matsakis-2/+12
2018-10-17Use `Environment` instead of `ty::ParamEnv` in chalk contextscalexm-2/+9
2018-10-05rustc/ty: use Cow<str> where applicableljedrz-206/+217
2018-10-05rustc/ty: whitespace fixesljedrz-2/+2
2018-10-03Only promote calls to `#[rustc_promotable]` const fnsOliver Schneider-1/+1
2018-09-29don't elide lifetimes in paths in librustc/Zack M. Davis-108/+111
2018-09-06crates that provide a `panic_handler` are exempt from `unused_extern_crates`Jorge Aparicio-0/+6
2018-09-03Auto merge of #53673 - michaelwoerister:incr-thinlto-2000, r=alexcrichtonbors-6/+0
2018-08-31Make codegen not be a query (since it's not a real query anyway).Michael Woerister-6/+0
2018-08-31trip const_to_alloc querycsmoe-6/+0
2018-08-22miri/CTFE refactorRalf Jung-2/+2
2018-08-05Add lint for unknown feature attributesvarkor-0/+12
2018-08-02Basic profilingWesley Wiser-0/+2
2018-07-28Don't format!() string literalsljedrz-54/+54
2018-07-21Convert implied_outlives_bounds to a queryTyler Mandry-0/+6
2018-07-10Upgrade to LLVM's master branch (LLVM 7)Alex Crichton-6/+0
2018-06-28Merge `ConstVal` and `ConstValue`Oliver Schneider-3/+3
2018-06-27fix wrong query descriptionNiko Matsakis-1/+1