| Age | Commit message (Expand) | Author | Lines |
| 2023-09-11 | Disentangle `Debug` and `Display` for `Ty`. | Nicholas Nethercote | -47/+112 |
| 2023-09-10 | Auto merge of #115712 - RalfJung:wf, r=compiler-errors | bors | -117/+152 |
| 2023-09-09 | better spans for WF errors | Ralf Jung | -16/+20 |
| 2023-09-09 | use hir_crate_items(()).definitions() instead of hir().items() | Ralf Jung | -100/+100 |
| 2023-09-09 | rustc_layout, rustc_abi: make sure the types are well-formed | Ralf Jung | -9/+40 |
| 2023-09-09 | Fix ICE in improper_ctypes_definitions lint | Gurinder Singh | -9/+25 |
| 2023-09-09 | Rollup merge of #115673 - tmiasko:sanitizer-cfg, r=compiler-errors | Matthias Krüger | -8/+8 |
| 2023-09-09 | Rollup merge of #115662 - ShE3py:E0220-note, r=compiler-errors | Matthias Krüger | -3/+3 |
| 2023-09-09 | Rollup merge of #115630 - compiler-errors:dont-suggest-use-btw-use-and-attr, ... | Matthias Krüger | -0/+45 |
| 2023-09-09 | Rollup merge of #113807 - mojingran:master, r=WaffleLapkin | Matthias Krüger | -0/+17 |
| 2023-09-08 | Auto merge of #115672 - GuillaumeGomez:rollup-mjiy56f, r=GuillaumeGomez | bors | -0/+37 |
| 2023-09-08 | Fix sanitize/cfg.rs test | Tomasz Miąsko | -8/+8 |
| 2023-09-08 | Rollup merge of #115643 - bvanjoi:fix-115203, r=RalfJung,oli-obk | Guillaume Gomez | -0/+30 |
| 2023-09-08 | Rollup merge of #115633 - compiler-errors:PRIVATE_BOUNDS-lint-node, r=petroch... | Guillaume Gomez | -0/+7 |
| 2023-09-08 | Auto merge of #115372 - RalfJung:abi-assert-eq, r=davidtwco | bors | -20/+904 |
| 2023-09-08 | need to disable part of this test on arm | Ralf Jung | -1/+8 |
| 2023-09-08 | add a testcase for another MIPS64 bug | Ralf Jung | -0/+1 |
| 2023-09-08 | also ensure that size and alignment are the same | Ralf Jung | -3/+154 |
| 2023-09-08 | merge transparent-abi test into general abi compatibility test, and test repr... | Ralf Jung | -81/+42 |
| 2023-09-08 | add tests for RFC 3391 | Ralf Jung | -0/+25 |
| 2023-09-08 | accept some differences for rustc_abi(assert_eq), so that we can test more th... | Ralf Jung | -1/+373 |
| 2023-09-08 | E0220: only suggests associated types if there's only one candidate | Lieselotte | -24/+8 |
| 2023-09-08 | Rollup merge of #115649 - notriddle:notriddle/82038, r=compiler-errors | Matthias Krüger | -0/+18 |
| 2023-09-08 | Rollup merge of #115629 - compiler-errors:sugg-deref-unsize, r=oli-obk | Matthias Krüger | -2/+39 |
| 2023-09-08 | Rollup merge of #115624 - compiler-errors:rtn-path, r=WaffleLapkin | Matthias Krüger | -2/+64 |
| 2023-09-08 | Improve "associated type not found" diagnostics | Lieselotte | -11/+27 |
| 2023-09-08 | fix: return ealry when has tainted in mir-lint | bohan | -0/+30 |
| 2023-09-07 | Auto merge of #115527 - oli-obk:drop_maybe_uninit_in_const, r=lcnr | bors | -0/+17 |
| 2023-09-07 | diagnostics: add test case for trait bounds diagnostic | Michael Howell | -0/+18 |
| 2023-09-07 | Don't require `Drop` for `[PhantomData<T>; N]` where `N` and `T` are generic,... | Oli Scherer | -0/+17 |
| 2023-09-07 | Auto merge of #114183 - Urgau:stabilize-print-with-path, r=oli-obk | bors | -13/+0 |
| 2023-09-07 | Stabilize `PATH` option for `--print KIND=PATH` | Urgau | -13/+0 |
| 2023-09-07 | Auto merge of #115582 - compiler-errors:refine-yeet, r=oli-obk | bors | -40/+187 |
| 2023-09-07 | add support for rustc_abi(assert_eq) and use it to test some repr(transparent... | Ralf Jung | -1/+232 |
| 2023-09-07 | Ensure that dyn trait bounds stay sorted | Michael Goulet | -7/+7 |
| 2023-09-07 | Lint node for PRIVATE_BOUNDS is the item which has the bounds | Michael Goulet | -0/+7 |
| 2023-09-07 | Find lowest span out of use + attrs | Michael Goulet | -1/+1 |
| 2023-09-07 | Test showing it doesnt work | Michael Goulet | -0/+45 |
| 2023-09-07 | Rename folder typo | Michael Goulet | -0/+0 |
| 2023-09-07 | Don't suggest dereferencing to unsized type | Michael Goulet | -0/+37 |
| 2023-09-07 | Print the path of an RPITIT in RTN | Michael Goulet | -2/+64 |
| 2023-09-07 | Add note | Michael Goulet | -0/+5 |
| 2023-09-07 | Don't emit refining_impl_trait for private items | Michael Goulet | -46/+69 |
| 2023-09-07 | Use self instead of the actual self ty | Michael Goulet | -2/+2 |
| 2023-09-07 | Implement refinement lint for RPITIT | Michael Goulet | -16/+135 |
| 2023-09-07 | Auto merge of #115166 - Urgau:invalid_ref_casting-invalid-unsafecell-usage, r... | bors | -20/+76 |
| 2023-09-06 | Rollup merge of #115587 - mojave2:issue-115348, r=oli-obk | Matthias Krüger | -0/+37 |
| 2023-09-06 | Rollup merge of #115578 - ouz-a:rustc_clarify, r=oli-obk | Matthias Krüger | -9/+9 |
| 2023-09-06 | Rollup merge of #115473 - gurry:113110-expected-item, r=compiler-errors | Matthias Krüger | -0/+33 |
| 2023-09-06 | Rollup merge of #114511 - chenyukang:yukang-fix-114374-fmt-args, r=b-naber | Matthias Krüger | -0/+49 |