| Age | Commit message (Expand) | Author | Lines |
| 2023-05-16 | Rollup merge of #111573 - compiler-errors:erase-re-error, r=WaffleLapkin | Matthias Krüger | -1/+3 |
| 2023-05-16 | Rollup merge of #111533 - clubby789:drop-tracking-error, r=oli-obk | Matthias Krüger | -4/+4 |
| 2023-05-16 | Remove `LangItems::require` | Nilstrieb | -7/+11 |
| 2023-05-16 | Turn debugger_visualizers from feed- into regular query. | Michael Woerister | -1/+11 |
| 2023-05-16 | Fix dependency tracking for debugger visualizers | Michael Woerister | -1/+12 |
| 2023-05-16 | format `Const`'s less verbosely | Boxy | -41/+71 |
| 2023-05-16 | Rollup merge of #111602 - tmiasko:erroneous-constant-used, r=oli-obk | Nilstrieb | -13/+47 |
| 2023-05-16 | Avoid `&format("...")` calls in error message code. | Nicholas Nethercote | -3/+7 |
| 2023-05-15 | Auto merge of #111221 - compiler-errors:yeet-generalizer, r=lcnr | bors | -16/+37 |
| 2023-05-15 | Profile MIR passes. | Camille GILLOT | -1/+1 |
| 2023-05-15 | Rename super_relate_* to structurally_relate_* | Michael Goulet | -16/+19 |
| 2023-05-15 | yeet ConstInferUnifier | Michael Goulet | -0/+18 |
| 2023-05-15 | Rollup merge of #111578 - Zoxc:query-macro-move, r=cjgillot | Matthias Krüger | -102/+126 |
| 2023-05-15 | Move expansion of query macros in rustc_middle to rustc_middle::query | John Kåre Alsaker | -102/+126 |
| 2023-05-15 | Auto merge of #111570 - compiler-errors:ct-err, r=BoxyUwU | bors | -21/+15 |
| 2023-05-15 | Suppress "erroneous constant used" for constants tainted by errors | Tomasz Miąsko | -13/+47 |
| 2023-05-14 | Erase ReError properly | Michael Goulet | -1/+3 |
| 2023-05-14 | Rename const error methods for consistency | Michael Goulet | -21/+15 |
| 2023-05-14 | Auto merge of #108638 - Zoxc:erase-query-values-map, r=cjgillot | bors | -29/+38 |
| 2023-05-14 | Auto merge of #111440 - cjgillot:refprop-debuginfo, r=oli-obk | bors | -16/+40 |
| 2023-05-14 | Auto merge of #111425 - Bryanskiy:privacy_ef, r=petrochenkov | bors | -26/+19 |
| 2023-05-13 | Handle error body when in generator layout | clubby789 | -4/+4 |
| 2023-05-13 | Auto merge of #107586 - SparrowLii:parallel-query, r=cjgillot | bors | -17/+18 |
| 2023-05-13 | Support ConstantIndex in debuginfo. | Camille GILLOT | -2/+5 |
| 2023-05-13 | Implement references VarDebugInfo. | Camille GILLOT | -14/+35 |
| 2023-05-13 | Rollup merge of #111451 - compiler-errors:note-cast-origin, r=b-naber | Dylan DPC | -3/+0 |
| 2023-05-13 | Rollup merge of #110454 - oli-obk:limited_impl_trait_in_assoc_type, r=compile... | Dylan DPC | -12/+49 |
| 2023-05-12 | Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwco | bors | -2/+1 |
| 2023-05-12 | Use the opaque_types_defined_by query to cheaply check for whether a hidden t... | Oli Scherer | -3/+18 |
| 2023-05-12 | add `query opaque_types_defined_by` | lcnr | -0/+9 |
| 2023-05-12 | Add a convenience function | Oli Scherer | -0/+12 |
| 2023-05-12 | Rewrite nested `if` conditions into a single match | Oli Scherer | -6/+7 |
| 2023-05-12 | Invert `IgnoreRegions` to `CheckRegions` | Oli Scherer | -4/+4 |
| 2023-05-12 | Require `impl Trait` in associated types to appear in method signatures | Oli Scherer | -2/+2 |
| 2023-05-12 | Auto merge of #111493 - matthiaskrgr:rollup-iw1z59b, r=matthiaskrgr | bors | -4/+2 |
| 2023-05-12 | Don't ICE in layout computation for placeholder types | Michael Goulet | -4/+2 |
| 2023-05-11 | Rollup merge of #111460 - clubby789:lowercase-box-self, r=compiler-errors | Michael Goulet | -1/+1 |
| 2023-05-11 | Rollup merge of #111366 - obeis:ascribe-user-type-variance, r=lcnr | Michael Goulet | -4/+4 |
| 2023-05-12 | Note base types of coercion | Michael Goulet | -3/+0 |
| 2023-05-11 | Improve error for `self: Box<self>` | clubby789 | -1/+1 |
| 2023-05-11 | Populate effective visibilities in rustc_privacy | Bryanskiy | -26/+19 |
| 2023-05-11 | Auto merge of #111029 - Nilstrieb:when-the-errs-are-too-big, r=petrochenkov | bors | -5/+8 |
| 2023-05-11 | Rollup merge of #108705 - clubby789:refutable-let-closure-borrow, r=cjgillot | Matthias Krüger | -1/+1 |
| 2023-05-10 | Use OpaqueTypeKey in query response | Michael Goulet | -2/+2 |
| 2023-05-10 | Remove and fix useless drop of reference | Urgau | -2/+1 |
| 2023-05-10 | Make `NonUseContext::AscribeUserTy` carry `ty::Variance` | Obei Sideg | -4/+4 |
| 2023-05-10 | Rollup merge of #111410 - kylematsuda:earlybinder-abstract-const, r=BoxyUwU | Matthias Krüger | -12/+6 |
| 2023-05-09 | add EarlyBinder to thir_abstract_const; remove tcx.bound_abstract_const | Kyle Matsuda | -12/+6 |
| 2023-05-09 | Auto merge of #106285 - cjgillot:refprop-ssa, r=JakobDegen | bors | -0/+13 |
| 2023-05-09 | Implement SSA-based reference propagation. | Camille GILLOT | -0/+13 |