| Age | Commit message (Expand) | Author | Lines |
| 2023-05-29 | EarlyBinder::new -> EarlyBinder::bind | lcnr | -13/+13 |
| 2023-05-29 | Auto merge of #111748 - nnethercote:Cow-DiagnosticMessage, r=WaffleLapkin | bors | -17/+18 |
| 2023-05-29 | Use `Cow` in `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -17/+18 |
| 2023-05-28 | Auto merge of #111813 - scottmcm:pretty-mir, r=cjgillot | bors | -14/+14 |
| 2023-05-28 | Add documentation on skip_binder on how to get &T from &EarlyBinder<T> | Kyle Matsuda | -0/+3 |
| 2023-05-28 | Make EarlyBinder's inner value private; and fix all of the resulting errors | Kyle Matsuda | -3/+3 |
| 2023-05-28 | Replace EarlyBinder(x) with EarlyBinder::new(x) | Kyle Matsuda | -12/+16 |
| 2023-05-28 | Auto merge of #111378 - jieyouxu:local-shadows-glob-reexport, r=petrochenkov | bors | -1/+1 |
| 2023-05-27 | Rollup merge of #111952 - cjgillot:drop-replace, r=WaffleLapkin | Guillaume Gomez | -1/+6 |
| 2023-05-27 | Add warn-by-default lint for local binding shadowing exported glob re-export ... | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2023-05-26 | better `TyKind::Debug` | Boxy | -52/+84 |
| 2023-05-26 | print const and type errors in braces not square brackets | Boxy | -3/+3 |
| 2023-05-26 | Wait until type_of to remap HIR opaques back to their defn params | Michael Goulet | -1/+1 |
| 2023-05-26 | Auto merge of #111984 - matthiaskrgr:rollup-6u7ynyv, r=matthiaskrgr | bors | -4/+1 |
| 2023-05-26 | Rollup merge of #111899 - nnethercote:cgu-cleanups, r=wesleywiser | Matthias Krüger | -4/+1 |
| 2023-05-26 | Auto merge of #111918 - compiler-errors:custom-type-ops-err, r=lcnr | bors | -2/+0 |
| 2023-05-26 | Auto merge of #111858 - clubby789:fluent-alphabetical, r=jyn514,compiler-errors | bors | -24/+24 |
| 2023-05-25 | Ensure Fluent messages are in alphabetical order | clubby789 | -24/+24 |
| 2023-05-25 | Remove DesugaringKind::Replace. | Camille GILLOT | -1/+6 |
| 2023-05-25 | Fallible<_> -> Result<_, NoSolution> | Michael Goulet | -2/+0 |
| 2023-05-25 | Remove ExpnKind::Inlined. | Camille GILLOT | -5/+2 |
| 2023-05-25 | Use De Morgan's law to simplify logic | Michael Howell | -6/+6 |
| 2023-05-25 | remove outdated comment from `is_user_visible_dep` docs | Michael Howell | -4/+0 |
| 2023-05-25 | diagnostics: don't crash if an injected crate shows up in suggestions | Michael Howell | -1/+4 |
| 2023-05-25 | diagnostics: exclude indirect private deps from trait impl suggest | Michael Howell | -1/+22 |
| 2023-05-25 | Auto merge of #111473 - compiler-errors:opaques, r=lcnr | bors | -14/+123 |
| 2023-05-25 | Rollup merge of #111875 - WaffleLapkin:defer_on_drop, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-05-25 | Streamline `modify_size_estimate`. | Nicholas Nethercote | -4/+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 | -4/+72 |
| 2023-05-25 | Move DefiningAnchor | Michael Goulet | -0/+11 |
| 2023-05-25 | Pull out logic from #111131, plus some new logic in EvalCtxt::normalize_opaqu... | Michael Goulet | -10/+4 |
| 2023-05-24 | Rollup merge of #111912 - WaffleLapkin:is_some_and_in_the_compiler, r=petroch... | Manish Goregaokar | -12/+11 |
| 2023-05-24 | Auto merge of #111673 - cjgillot:dominator-preprocess, r=cjgillot,tmiasko | bors | -2/+3 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -12/+11 |
| 2023-05-24 | Rollup merge of #111870 - WaffleLapkin:just_🌟traits🌟_query, r=compiler-... | Matthias Krüger | -10/+12 |
| 2023-05-23 | Rename `traits_in_crate` query to `traits` | Maybe Waffle | -10/+12 |
| 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-23 | Rollup merge of #111853 - compiler-errors:opaque-check, r=oli-obk | Dylan DPC | -7/+23 |
| 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-22 | Auto merge of #111848 - Dylan-DPC:rollup-7jqydzg, r=Dylan-DPC | bors | -0/+23 |
| 2023-05-23 | Rollup merge of #111501 - WaffleLapkin:drivebycleanupuwu, r=oli-obk | Dylan DPC | -0/+23 |
| 2023-05-22 | Auto merge of #111754 - lcnr:recursion-depth, r=matthewjasper | bors | -3/+20 |
| 2023-05-22 | Auto merge of #111775 - compiler-errors:triple-check, r=Nilstrieb | bors | -5/+44 |
| 2023-05-21 | Tweak the post-order for multi-successor blocks | Scott McMurray | -14/+14 |
| 2023-05-21 | Replace `QueryStruct` with arrays local to `rustc_query_impl` | John Kåre Alsaker | -13/+3 |
| 2023-05-20 | Rollup merge of #111450 - compiler-errors:opaque-ty-key, r=oli-obk | Guillaume Gomez | -2/+2 |
| 2023-05-20 | Rollup merge of #111619 - cjgillot:profile-pass, r=WaffleLapkin | Dylan DPC | -1/+1 |