| Age | Commit message (Expand) | Author | Lines |
| 2021-01-23 | Prevent query cycles during inlining | oli | -0/+21 |
| 2021-01-23 | Iterate to encode def_kind. | Camille GILLOT | -1/+1 |
| 2021-01-17 | Rollup merge of #80983 - bjorn3:no_dup_is_dllimport_foreign_item, r=nagisa | Mara Bos | -5/+0 |
| 2021-01-16 | correctly deal with late-bound lifetimes in anon consts | Bastian Kauschke | -1/+1 |
| 2021-01-15 | Auto merge of #80602 - tgnottingham:cratemetadata_you_aint_special, r=michael... | bors | -0/+2 |
| 2021-01-13 | Auto merge of #77524 - Patryk27:fixes/66228, r=estebank | bors | -0/+9 |
| 2021-01-13 | Remove is_dllimport_foreign_item def from cg_ssa | bjorn3 | -5/+0 |
| 2021-01-12 | Auto merge of #79670 - Nadrieril:uninhabited-query, r=estebank | bors | -0/+9 |
| 2021-01-12 | Make `DefIdForest` cheaper to clone | Nadrieril | -1/+1 |
| 2021-01-12 | Turn type inhabitedness into a query | Nadrieril | -0/+9 |
| 2021-01-12 | Prevent potential bug resulting from changing crate_hash query name | Tyson Nottingham | -0/+2 |
| 2021-01-10 | Rework diagnostics for wrong number of generic args | Patryk Wychowaniec | -0/+9 |
| 2021-01-04 | Fix wording of query description | oli | -1/+1 |
| 2021-01-04 | Small comment adjustments | oli | -1/+0 |
| 2021-01-04 | Differentiate between the availability of ctfe MIR and runtime MIR | oli | -9/+4 |
| 2021-01-04 | Keep an unoptimized duplicate of `const fn` around | oli | -0/+17 |
| 2020-12-23 | Add more comments to trait queries | Joshua Nelson | -13/+32 |
| 2020-12-03 | Combination of commits | Rich Kadel | -0/+15 |
| 2020-12-02 | Revert "Auto merge of #79209 - spastorino:trait-inheritance-self, r=nikomatsa... | Santiago Pastorino | -13/+2 |
| 2020-11-27 | Remove super_traits_of query, just leave a helper function | Santiago Pastorino | -6/+0 |
| 2020-11-27 | Make super_traits_of return Lrc for cheaper clone | Santiago Pastorino | -1/+1 |
| 2020-11-27 | Fix super_predicates_that_define_assoc_type API doc | Santiago Pastorino | -6/+4 |
| 2020-11-27 | adjust super_predicates_that_define_assoc_type query description | Santiago Pastorino | -1/+4 |
| 2020-11-27 | super_traits_of is now a query | Santiago Pastorino | -1/+7 |
| 2020-11-27 | Allow to self reference associated types in where clauses | Santiago Pastorino | -0/+10 |
| 2020-11-27 | Allow to use super trait bounds in where clauses | Santiago Pastorino | -1/+1 |
| 2020-11-25 | Auto merge of #79411 - tmiasko:naked-params, r=Amanieu | bors | -0/+4 |
| 2020-11-25 | Validate use of parameters in naked functions | Tomasz Miąsko | -0/+4 |
| 2020-11-19 | Only create `OnDiskCache` in incremental compilation mode | Aaron Hill | -4/+4 |
| 2020-11-16 | compiler: fold by value | Bastian Kauschke | -1/+1 |
| 2020-10-27 | Cache foreign_modules query | Ryan Levick | -1/+1 |
| 2020-10-19 | Calculate visibilities once in resolve | Vadim Petrochenkov | -0/+1 |
| 2020-10-10 | Fix query docs | Camelid | -5/+11 |
| 2020-10-06 | Handle multiple applicable projection candidates | Matthew Jasper | -1/+1 |
| 2020-10-06 | Remove predicates on associated types from traits | Matthew Jasper | -0/+18 |
| 2020-10-06 | Address review comments | Matthew Jasper | -4/+20 |
| 2020-10-06 | Split bounds from predicates | Matthew Jasper | -1/+6 |
| 2020-10-06 | Rename projection_predicates to item_bounds | Matthew Jasper | -2/+2 |
| 2020-10-05 | Record `expansion_that_defined` into crate metadata | Aaron Hill | -0/+5 |
| 2020-09-27 | Remove `rustc_allow_const_fn_ptr` | Dylan MacKenzie | -4/+0 |
| 2020-09-26 | Auto merge of #70743 - oli-obk:eager_const_to_pat_conversion, r=eddyb | bors | -0/+8 |
| 2020-09-24 | Auto merge of #77006 - oli-obk:🐌_const_queries, r=Mark-Simulacrum | bors | -4/+2 |
| 2020-09-24 | Always cache const eval queries | Oliver Scherer | -8/+2 |
| 2020-09-24 | Auto merge of #76820 - jyn514:query-comments, r=davidtwco | bors | -24/+24 |
| 2020-09-23 | Rollup merge of #76939 - lcnr:const-evaluatable-cont, r=oli-obk | Dylan DPC | -2/+2 |
| 2020-09-21 | Cache `eval_to_allocation_raw` on disk | Oliver Scherer | -0/+4 |
| 2020-09-20 | Add a query for dereferencing constants of reference type | Oliver Scherer | -0/+8 |
| 2020-09-19 | wip emit errors during AbstractConst building | Bastian Kauschke | -2/+2 |
| 2020-09-19 | Reflect the "do not call this query directly" mentality in its name | Oliver Scherer | -1/+1 |
| 2020-09-19 | Address review comments | Oliver Scherer | -2/+2 |