| Age | Commit message (Expand) | Author | Lines |
| 2023-05-26 | print const and type errors in braces not square brackets | Boxy | -3/+3 |
| 2023-05-25 | Remove ExpnKind::Inlined. | Camille GILLOT | -3/+1 |
| 2023-05-25 | Auto merge of #111473 - compiler-errors:opaques, r=lcnr | bors | -11/+47 |
| 2023-05-25 | Rollup merge of #111875 - WaffleLapkin:defer_on_drop, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-05-25 | Check that opaque is a defining use, prefer pre-defined opaques | Michael Goulet | -0/+36 |
| 2023-05-25 | Prepopulate opaques in canonical input | Michael Goulet | -1/+7 |
| 2023-05-25 | Pull out logic from #111131, plus some new logic in EvalCtxt::normalize_opaqu... | Michael Goulet | -10/+4 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -7/+7 |
| 2023-05-24 | Rollup merge of #111870 - WaffleLapkin:just_🌟traits🌟_query, r=compiler-... | Matthias Krüger | -1/+1 |
| 2023-05-23 | Rename `traits_in_crate` query to `traits` | Maybe Waffle | -1/+1 |
| 2023-05-23 | Rollup merge of #111486 - fmease:pp-inh-proj, r=petrochenkov | Matthias Krüger | -1/+21 |
| 2023-05-23 | Don't leak the function that is called on drop | Maybe Waffle | -1/+1 |
| 2023-05-22 | Check opaques for mismatch during writeback | Michael Goulet | -7/+23 |
| 2023-05-22 | properly pretty-print inherent projections | León Orell Valerian Liehr | -1/+21 |
| 2023-05-19 | Add extra debug assertions for equality for Adt/Variant/FieldDef | Michael Goulet | -5/+44 |
| 2023-05-19 | Auto merge of #111641 - michaelwoerister:debugger-visualizer-fixes, r=cjgillot | bors | -1/+1 |
| 2023-05-18 | Rollup merge of #111633 - nnethercote:avoid-ref-format, r=WaffleLapkin | Dylan DPC | -3/+7 |
| 2023-05-17 | Rollup merge of #111625 - Zoxc:rustc_middle-query-move, r=cjgillot | Dylan DPC | -654/+11 |
| 2023-05-17 | Auto merge of #111630 - BoxyUwU:ty_const_debug_formatting, r=compiler-errors | bors | -41/+71 |
| 2023-05-17 | Finish move of query.rs | John Kåre Alsaker | -14/+11 |
| 2023-05-17 | Move rustc_middle/src/ty/query.rs to rustc_middle/src/query/plumbing.rs | John Kåre Alsaker | -640/+0 |
| 2023-05-16 | Move DebuggerVisualizerFile types from rustc_span to rustc_middle | Michael Woerister | -1/+1 |
| 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 | -3/+3 |
| 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 | -2/+2 |
| 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 | 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 | -90/+29 |
| 2023-05-15 | Move expansion of query macros in rustc_middle to rustc_middle::query | John Kåre Alsaker | -90/+29 |
| 2023-05-15 | Auto merge of #111570 - compiler-errors:ct-err, r=BoxyUwU | bors | -17/+13 |
| 2023-05-15 | Suppress "erroneous constant used" for constants tainted by errors | Tomasz Miąsko | -2/+2 |
| 2023-05-14 | Erase ReError properly | Michael Goulet | -1/+3 |
| 2023-05-14 | Rename const error methods for consistency | Michael Goulet | -17/+13 |
| 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 | -0/+1 |
| 2023-05-13 | Handle error body when in generator layout | clubby789 | -3/+3 |
| 2023-05-13 | Auto merge of #107586 - SparrowLii:parallel-query, r=cjgillot | bors | -4/+10 |
| 2023-05-13 | Implement references VarDebugInfo. | Camille GILLOT | -0/+1 |
| 2023-05-13 | Rollup merge of #110454 - oli-obk:limited_impl_trait_in_assoc_type, r=compile... | Dylan DPC | -12/+36 |
| 2023-05-12 | Use the opaque_types_defined_by query to cheaply check for whether a hidden t... | Oli Scherer | -3/+14 |
| 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 | Improve error for `self: Box<self>` | clubby789 | -1/+1 |