| Age | Commit message (Expand) | Author | Lines |
| 2022-08-17 | implied_bounds: clarify our assumptions | lcnr | -0/+8 |
| 2022-08-16 | Do not report cycle error when inferring return type for suggestion | Michael Goulet | -0/+1 |
| 2022-08-09 | Rollup merge of #100221 - compiler-errors:impossible-trait-items, r=lcnr,notr... | Dylan DPC | -0/+8 |
| 2022-08-09 | Rollup merge of #96478 - WaffleLapkin:rustc_default_body_unstable, r=Aaron1011 | Dylan DPC | -0/+5 |
| 2022-08-07 | Don't document impossible to call default trait items on impls | Michael Goulet | -0/+8 |
| 2022-08-03 | Compute `object_lifetime_default` per parameter. | Camille GILLOT | -2/+3 |
| 2022-08-03 | Create a specific `ObjectLifetimeDefault` enum. | Camille GILLOT | -1/+1 |
| 2022-08-03 | Make object_lifetime_defaults a cross-crate query. | Camille GILLOT | -1/+1 |
| 2022-08-01 | Remove trait_of_item query. | Camille GILLOT | -8/+0 |
| 2022-07-30 | Use LocalDefId for closures more | Cameron Steffen | -2/+2 |
| 2022-07-26 | Implement `#[rustc_default_body_unstable]` | Maybe Waffle | -0/+5 |
| 2022-07-20 | passes: improved partial stabilization diagnostic | David Wood | -2/+6 |
| 2022-07-14 | Use constant eval to do strict validity checks | 5225225 | -0/+8 |
| 2022-07-12 | Move abstract const to rustc_middle::ty | kadmin | -2/+2 |
| 2022-07-06 | Create a forever red node and use it to force side effects. | Camille GILLOT | -6/+0 |
| 2022-07-06 | Make AST lowering a query. | Camille GILLOT | -1/+8 |
| 2022-07-06 | Allow to create definitions inside the query system. | Camille GILLOT | -0/+6 |
| 2022-07-06 | Auto merge of #98959 - cjgillot:late-bound-order, r=michaelwoerister | bors | -1/+1 |
| 2022-07-05 | Return a FxIndexSet in is_late_bound query. | Camille GILLOT | -1/+1 |
| 2022-07-04 | fully move dropck to mir | lcnr | -1/+2 |
| 2022-07-02 | Auto merge of #97235 - nbdd0121:unwind, r=Amanieu | bors | -2/+6 |
| 2022-06-29 | Improve doc comment of destructure_const | Dominik Stolz | -1/+2 |
| 2022-06-28 | Improve pretty printing of valtrees for references | Dominik Stolz | -5/+2 |
| 2022-06-28 | Auto merge of #98222 - cjgillot:single-wf, r=michaelwoerister | bors | -7/+5 |
| 2022-06-27 | Auto merge of #98221 - cjgillot:single-coh, r=lcnr | bors | -3/+4 |
| 2022-06-22 | Perform coherence checking per impl. | Camille GILLOT | -3/+4 |
| 2022-06-21 | Perform wf checking per module. | Camille GILLOT | -0/+4 |
| 2022-06-21 | Only keep a single well-formed query. | Camille GILLOT | -7/+1 |
| 2022-06-19 | Rollup merge of #98136 - fee1-dead-contrib:rename_impl_constness, r=oli-obk | Dylan DPC | -3/+3 |
| 2022-06-15 | Rename `impl_constness` to `constness` | Deadbeef | -3/+3 |
| 2022-06-14 | Separate `source_span` and `expn_that_defined` from `Definitions`. | Camille GILLOT | -3/+0 |
| 2022-06-14 | Separate Definitions and CrateStore from ResolverOutputs. | Camille GILLOT | -0/+1 |
| 2022-06-14 | address review | b-naber | -6/+6 |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -11/+1 |
| 2022-06-08 | Rename `panic_strategy` query to `required_panic_strategy` | Gary Guo | -4/+1 |
| 2022-06-08 | Fix FFI-unwind unsoundness with mixed panic mode | Gary Guo | -2/+9 |
| 2022-06-06 | Rollup merge of #97312 - cjgillot:no-path-in-scope, r=compiler-errors | Dylan DPC | -5/+0 |
| 2022-06-04 | Rollup merge of #97609 - Elliot-Roberts:unused-trait-refactor, r=cjgillot | Matthias Krüger | -2/+2 |
| 2022-06-04 | Iterate over `maybe_unused_trait_imports` when checking dead trait imports | Elliot Roberts | -2/+2 |
| 2022-06-04 | Completely remove LifetimeScopeForPath. | Camille GILLOT | -5/+0 |
| 2022-06-03 | Compute `is_late_bound` in a separate query. | Camille GILLOT | -1/+1 |
| 2022-05-28 | Auto merge of #97383 - dingxiangfei2009:restore-region-scope-tree-query, r=di... | bors | -0/+6 |
| 2022-05-25 | try to cache region_scope_tree as a query | Ding Xiang Fei | -0/+6 |
| 2022-05-24 | Remove the check_mod_intrinsics query | Oli Scherer | -4/+0 |
| 2022-05-22 | factor out the rvalue lifetime rule | Ding Xiang Fei | -6/+0 |
| 2022-05-20 | Auto merge of #95418 - cjgillot:more-disk, r=davidtwco | bors | -2/+36 |
| 2022-05-18 | Auto merge of #97019 - b-naber:transition-to-valtrees-pt1, r=oli-obk | bors | -9/+26 |
| 2022-05-17 | Auto merge of #97012 - oli-obk:🦀_intrinsics, r=davidtwco | bors | -0/+5 |
| 2022-05-16 | use GlobalId in eval_to_valtree query and introduce query for valtree_to_cons... | b-naber | -9/+26 |
| 2022-05-16 | Add a query for checking whether a function is an intrinsic. | Oli Scherer | -0/+5 |