| Age | Commit message (Expand) | Author | Lines |
| 2022-09-09 | rename `codegen_fulfill_obligation` | lcnr | -5/+2 |
| 2022-09-09 | Deeply check that method signatures match, and allow for nested RPITITs | Michael Goulet | -0/+7 |
| 2022-09-07 | rustc: Parameterize `ty::Visibility` over used ID | Vadim Petrochenkov | -1/+1 |
| 2022-09-03 | Do not call object_lifetime_default on lifetime params. | Camille GILLOT | -5/+6 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -1/+1 |
| 2022-08-29 | Rollup merge of #99821 - cjgillot:ast-lifetimes-2, r=compiler-errors | Dylan DPC | -2/+3 |
| 2022-08-26 | Implementation of import_name_type | Daniel Paoliello | -0/+3 |
| 2022-08-25 | Auto merge of #100748 - SparrowLii:query_depth, r=cjgillot | bors | -0/+1 |
| 2022-08-24 | add `depth_limit` in `QueryVTable` | SparrowLii | -0/+1 |
| 2022-08-23 | Use par_body_owners for liveness | Seo Sanghyeon | -2/+2 |
| 2022-08-22 | Auto merge of #100676 - lcnr:implied-bounds-yay, r=nikomatsakis | bors | -0/+8 |
| 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 |