| Age | Commit message (Expand) | Author | Lines |
| 2023-08-17 | Monomorphize constants before inspecting them | Oli Scherer | -1/+4 |
| 2023-08-17 | Permit pre-evaluated constants in simd_shuffle | Oli Scherer | -0/+19 |
| 2023-08-17 | Upgrade std to gimli 0.28.0 | Josh Stone | -1/+10 |
| 2023-08-11 | fix proc-macro test added here to solely be exercised as a build product for ... | Felix S. Klock II | -0/+4 |
| 2023-08-11 | Update tests/ui/proc-macro/no-mangle-in-proc-macro-issue-111888.rs | Felix S Klock II | -1/+1 |
| 2023-08-11 | regression test for issue 111888. | Felix S. Klock II | -0/+29 |
| 2023-08-11 | lint/ctypes: only try normalize | David Wood | -0/+12 |
| 2023-08-11 | lint/ctypes: allow `()` within types | David Wood | -51/+72 |
| 2023-08-11 | lint: refactor `check_variant_for_ffi` | David Wood | -8/+4 |
| 2023-08-11 | lint/ctypes: stricter `()` return type checks | David Wood | -0/+80 |
| 2023-08-11 | Temporarily switch invalid_reference_casting lint to allow-by-default | Urgau | -22/+18 |
| 2023-08-11 | Rename cast_ref_to_mut lint to invalid_reference_casting | Urgau | -12/+12 |
| 2023-07-21 | allow opaques to be defined by trait queries | Ali MJ Al-Nasrawy | -0/+31 |
| 2023-07-08 | Auto merge of #113491 - matthiaskrgr:rollup-mueqz7h, r=matthiaskrgr | bors | -237/+721 |
| 2023-07-08 | Rollup merge of #113217 - ericmarkmartin:lower-type-relative-ctor-to-adt, r=c... | Matthias Krüger | -1/+456 |
| 2023-07-08 | Rollup merge of #113005 - compiler-errors:dont-query-normalize, r=cjgillot | Matthias Krüger | -236/+265 |
| 2023-07-08 | Rollup merge of #113399 - compiler-errors:next-solver-byte-pat-again, r=oli-obk | Matthias Krüger | -12/+1 |
| 2023-07-08 | Rollup merge of #113335 - compiler-errors:reveal-opaques-in-new-solver, r=lcnr | Matthias Krüger | -35/+49 |
| 2023-07-08 | Rollup merge of #113158 - davidtwco:unset-rustc-log-color-in-test, r=wesleywiser | Matthias Krüger | -0/+1 |
| 2023-07-08 | Auto merge of #113474 - compiler-errors:rollup-07x1up7, r=compiler-errors | bors | -0/+165 |
| 2023-07-07 | Rollup merge of #113456 - spastorino:new-rpitit-31, r=compiler-errors | Michael Goulet | -0/+83 |
| 2023-07-07 | Rollup merge of #113453 - spastorino:new-rpitit-30, r=compiler-errors | Michael Goulet | -0/+51 |
| 2023-07-07 | Don't ICE in resolve_bound_vars when associated return-type bounds are in bad... | Michael Goulet | -0/+31 |
| 2023-07-07 | Avoid calling report_forbidden_specialization for RPITITs | Santiago Pastorino | -0/+83 |
| 2023-07-07 | Add regression test for RPITITs | Santiago Pastorino | -0/+51 |
| 2023-07-07 | Normalize opaques during codegen in new solver | Michael Goulet | -3/+45 |
| 2023-07-07 | Mark more hanging new-solver tests | Michael Goulet | -2/+4 |
| 2023-07-07 | Remove an AFIT test that isn't an AFIT test | Michael Goulet | -30/+0 |
| 2023-07-07 | Treat closures as part of their parent | Oli Scherer | -16/+9 |
| 2023-07-07 | Fix one layer of closures not being able to constrain opaque types | Oli Scherer | -15/+1 |
| 2023-07-07 | Add regression test | Oli Scherer | -0/+38 |
| 2023-07-07 | Remove normalization from `opaque_types_defined_by` | Oli Scherer | -17/+62 |
| 2023-07-07 | Require TAITs to be mentioned in the signatures of functions that register hi... | Oli Scherer | -147/+574 |
| 2023-07-06 | Rollup merge of #113421 - spastorino:new-rpitit-29, r=compiler-errors | Michael Goulet | -0/+38 |
| 2023-07-06 | Rollup merge of #113419 - spastorino:new-rpitit-28, r=compiler-errors | Michael Goulet | -0/+97 |
| 2023-07-06 | Rollup merge of #113397 - compiler-errors:new-select-prefer-obj, r=lcnr | Michael Goulet | -0/+13 |
| 2023-07-06 | Rollup merge of #113318 - tgross35:113283-allocator-trait-eq, r=m-ou-se | Michael Goulet | -0/+18 |
| 2023-07-06 | Rollup merge of #113164 - JohnTitor:issue-109054, r=compiler-errors | Michael Goulet | -0/+34 |
| 2023-07-06 | Don't call type_of on TAIT in defining scope in new solver | Michael Goulet | -100/+39 |
| 2023-07-06 | Do not assert >1 RPITITs on collect_return_position_impl_trait_in_trait_tys | Santiago Pastorino | -0/+38 |
| 2023-07-06 | Avoid calling item_name for RPITIT | Santiago Pastorino | -0/+97 |
| 2023-07-06 | Rollup merge of #113395 - compiler-errors:new-solver-dyn-star-selection, r=ol... | Matthias Krüger | -1/+3 |
| 2023-07-06 | Structurally normalize again for byte string lit pat checking | Michael Goulet | -12/+1 |
| 2023-07-06 | Auto merge of #113348 - saethlin:metadata-module-not-compiled, r=Nilstrieb | bors | -51/+11 |
| 2023-07-06 | Prefer object candidates over impl candidates in new selection | Michael Goulet | -0/+13 |
| 2023-07-06 | Dont ICE for `dyn* Trait: Trait` goals during selection in new trait solver | Michael Goulet | -1/+3 |
| 2023-07-06 | Rollup merge of #113350 - chenyukang:yukang-fix-113342-parser, r=compiler-errors | fee1-dead | -0/+20 |
| 2023-07-06 | Rollup merge of #113334 - fmease:revert-lexing-c-str-lits, r=compiler-errors | fee1-dead | -16/+120 |
| 2023-07-06 | Rollup merge of #113163 - JohnTitor:issue-112895, r=compiler-errors | fee1-dead | -0/+40 |
| 2023-07-05 | Remove some unnecessary normalization | Ben Kimock | -51/+11 |