summary refs log tree commit diff
path: root/compiler/rustc_middle/src/query
AgeCommit message (Expand)AuthorLines
2021-04-29Implement RFC 1260 with feature_name `imported_main`.Charles Lew-1/+1
2021-04-22Auto merge of #71511 - hi-rustin:rustin-patch-rename-assoc, r=eddyb,varkorbors-1/+1
2021-04-19fix few typosklensy-1/+1
2021-04-16Mark `has_global_allocator` query as `eval_always`Aaron Hill-0/+2
2021-04-05resolve conflictshi-rustin-1/+1
2021-04-03Remove attribute `#[link_args]`Vadim Petrochenkov-5/+0
2021-04-02Auto merge of #83207 - oli-obk:valtree2, r=lcnrbors-0/+7
2021-03-31Add var to BoundRegion. Add query to get bound vars for applicable items.Jack Huey-0/+4
2021-03-31Add a new normalization query just for mir constantsOli Scherer-0/+7
2021-03-25Auto merge of #82743 - jackh726:resolve-refactor, r=nikomatsakisbors-4/+19
2021-03-25Auto merge of #83307 - richkadel:cov-unused-functions-1.1, r=tmandrybors-2/+8
2021-03-24Review commentsJack Huey-4/+14
2021-03-24resolve late lifetimes by itemJack Huey-3/+8
2021-03-23Update with commentskadmin-1/+1
2021-03-23Add query for const_param_defaultkadmin-0/+6
2021-03-21Don't consider !Unpin references as noaliasNikita Popov-0/+4
2021-03-19coverage bug fixes and optimization supportRich Kadel-2/+8
2021-03-18Rollup merge of #83080 - tmiasko:inline-coverage, r=wesleywiserDylan DPC-0/+8
2021-03-16Auto merge of #82936 - oli-obk:valtree, r=RalfJung,lcnr,matthewjasperbors-0/+8
2021-03-15Functions inlined into reachable functions are reachableTomasz Miąsko-0/+8
2021-03-15Mark `extern_mod_stmt_cnum` as `eval_always`Aaron Hill-0/+2
2021-03-12Intern valtree field vectorOli Scherer-1/+1
2021-03-12Implement valtreeOli Scherer-0/+8
2021-03-09Use BTreeMap to store attributes.Camille GILLOT-1/+1
2021-03-09Collect attributes during HIR lowering.Camille GILLOT-0/+9
2021-02-25Rollup merge of #82510 - jyn514:fix-typo, r=Dylan-DPCAaron Hill-1/+1
2021-02-25Fix typo in `param_env_reveal_all_normalized` #82510Joshua Nelson-1/+1
2021-02-24Auto merge of #82159 - BoxyUwU:uwu, r=varkorbors-0/+10
2021-02-23yeetEllen-0/+10
2021-02-19Wrap QueryDescription into a macro.Camille GILLOT-25/+0
2021-02-19Make QueryEngine opaque to TyCtxt.Camille GILLOT-1/+1
2021-02-19Wrap TyCtxt inside a QueryCtxt for queries.Camille GILLOT-0/+1
2021-02-19Decouple the on-disk cache from the query engine.Camille GILLOT-6/+1
2021-02-15Trait impls are Items, therefore HIR owners.Camille GILLOT-1/+1
2021-02-09Auto merge of #81905 - Dylan-DPC:rollup-mxpz1j7, r=Dylan-DPCbors-2/+13
2021-02-08Switch query descriptions to just StringMark Rousskov-1/+0
2021-02-05Revert "Auto merge of #79637 - spastorino:revert-trait-inheritance-self, r=Ma...Santiago Pastorino-2/+13
2021-01-31Indent the code correctly again after removing the query categories.Julian Wollersberger-1399/+1399
2021-01-31Remove the remains of the query categories.Julian Wollersberger-106/+13
2021-01-25Auto merge of #68828 - oli-obk:inline_cycle, r=wesleywiserbors-0/+21
2021-01-23Prevent query cycles during inliningoli-0/+21
2021-01-23Iterate to encode def_kind.Camille GILLOT-1/+1
2021-01-17Rollup merge of #80983 - bjorn3:no_dup_is_dllimport_foreign_item, r=nagisaMara Bos-5/+0
2021-01-16correctly deal with late-bound lifetimes in anon constsBastian Kauschke-1/+1
2021-01-15Auto merge of #80602 - tgnottingham:cratemetadata_you_aint_special, r=michael...bors-0/+2
2021-01-13Auto merge of #77524 - Patryk27:fixes/66228, r=estebankbors-0/+9
2021-01-13Remove is_dllimport_foreign_item def from cg_ssabjorn3-5/+0
2021-01-12Auto merge of #79670 - Nadrieril:uninhabited-query, r=estebankbors-0/+9
2021-01-12Make `DefIdForest` cheaper to cloneNadrieril-1/+1
2021-01-12Turn type inhabitedness into a queryNadrieril-0/+9