| Age | Commit message (Expand) | Author | Lines |
| 2023-07-23 | make `noop_method_call` warn by default | Deadbeef | -14/+14 |
| 2023-07-23 | Auto merge of #111836 - calebzulawski:target-feature-closure, r=workingjubilee | bors | -0/+18 |
| 2023-07-22 | Auto merge of #112953 - compiler-errors:interpolated-block-exprs, r=WaffleLapkin | bors | -0/+35 |
| 2023-07-22 | Rollup merge of #113957 - Urgau:regression-test-issue-113941, r=dtolnay | Matthias Krüger | -0/+13 |
| 2023-07-22 | Rollup merge of #112508 - compiler-errors:trait-sig-lifetime-sugg-ice, r=cjgi... | Matthias Krüger | -27/+81 |
| 2023-07-22 | Support interpolated block for try and async | Michael Goulet | -0/+35 |
| 2023-07-22 | Add regression test for issue #113941 - naive layout isn't refined | Urgau | -0/+13 |
| 2023-07-21 | Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk" | David Tolnay | -41/+32 |
| 2023-07-21 | Auto merge of #113922 - matthiaskrgr:rollup-90cj2vv, r=matthiaskrgr | bors | -4/+4 |
| 2023-07-21 | Rollup merge of #113913 - dvdhrm:pr/transpalign, r=jackh726 | Matthias Krüger | -4/+4 |
| 2023-07-21 | Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk | bors | -32/+41 |
| 2023-07-21 | Track (partial) niche information in `NaiveLayout` | Moulins | -2/+14 |
| 2023-07-21 | error/E0691: include alignment in error message | David Rheinsberg | -4/+4 |
| 2023-07-21 | Rollup merge of #113780 - dtolnay:printkindpath, r=b-naber | Matthias Krüger | -1/+9 |
| 2023-07-21 | Track ABI info. in `NaiveLayout`, and use it for `PointerLike` checks | Moulins | -1/+0 |
| 2023-07-21 | Track exactness in `NaiveLayout` and use it for `SizeSkeleton` checks | Moulins | -5/+2 |
| 2023-07-21 | properly handle arrays and wide pointers in `naive_layout_of` | Moulins | -1/+1 |
| 2023-07-21 | add `naive_layout_of` query | Moulins | -25/+26 |
| 2023-07-20 | Auto merge of #113856 - WaffleLapkin:vtablin', r=oli-obk | bors | -3/+103 |
| 2023-07-20 | Add ui test of LLVM print-from-C++ changes | David Tolnay | -0/+8 |
| 2023-07-20 | Move OutFileName writing into rustc_session | David Tolnay | -1/+1 |
| 2023-07-20 | Rollup merge of #113835 - lcnr:assemble-candidates-considering-self-ty, r=com... | Matthias Krüger | -0/+58 |
| 2023-07-20 | Rollup merge of #113529 - oli-obk:simd_shuffle_evaluated, r=wesleywiser | Matthias Krüger | -1/+23 |
| 2023-07-20 | review | lcnr | -23/+33 |
| 2023-07-20 | assembly: only consider blanket impls once | lcnr | -0/+48 |
| 2023-07-20 | Auto merge of #113695 - bjorn3:fix_rlib_cdylib_metadata_handling, r=pnkfelix,... | bors | -35/+0 |
| 2023-07-20 | Monomorphize constants before inspecting them | Oli Scherer | -1/+4 |
| 2023-07-20 | Rollup merge of #113871 - clubby789:derive-sugg-span, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-07-20 | Auto merge of #113622 - RickleAndMortimer:issue-113184-fix, r=oli-obk | bors | -0/+53 |
| 2023-07-19 | Use the correct span for displaying the line following a derive suggestion | clubby789 | -1/+1 |
| 2023-07-19 | Rollup merge of #113803 - compiler-errors:const-interp-block, r=fee1-dead | Dylan DPC | -0/+32 |
| 2023-07-19 | Rollup merge of #113774 - compiler-errors:fill-expr-bracket, r=eholk | Dylan DPC | -17/+37 |
| 2023-07-19 | Rollup merge of #113754 - cjgillot:simplify-foreign, r=petrochenkov | Dylan DPC | -2/+2 |
| 2023-07-19 | Rollup merge of #113444 - lcnr:alias-bound-test, r=compiler-errors | Dylan DPC | -0/+39 |
| 2023-07-19 | Improve error message when closing bracket interpreted as formatting fill cha... | Michael Goulet | -0/+20 |
| 2023-07-19 | Fix quotes in output | Michael Goulet | -17/+17 |
| 2023-07-19 | Fix inline_const with interpolated block | Michael Goulet | -0/+32 |
| 2023-07-19 | Rewrite rmeta-rpass test to work with the new check for all crate sources bei... | bjorn3 | -35/+0 |
| 2023-07-19 | Don't emit useless vptrs for marker traits | Maybe Waffle | -9/+4 |
| 2023-07-19 | Add a (failing test) for issue `113840` | Maybe Waffle | -0/+105 |
| 2023-07-19 | Auto merge of #112591 - jfgoog:better-dlltool-diagnostics, r=WaffleLapkin | bors | -1/+6 |
| 2023-07-19 | Auto merge of #113690 - aliemjay:opaque-defined-by-trait, r=compiler-errors | bors | -0/+31 |
| 2023-07-18 | moved note as unspanned note, moved note to the bottom of the msg | nxya | -242/+50 |
| 2023-07-18 | Auto merge of #113636 - compiler-errors:opaque-recursive-check-bad, r=oli-obk | bors | -0/+83 |
| 2023-07-18 | Bless ui tests. | Camille GILLOT | -2/+2 |
| 2023-07-18 | Rollup merge of #113811 - jieyouxu:fix-unused-qualifications-suggestion, r=ol... | Matthias Krüger | -11/+129 |
| 2023-07-18 | Add additional test | Michael Goulet | -0/+35 |
| 2023-07-18 | Relax recursive opaque type check | Michael Goulet | -0/+48 |
| 2023-07-18 | added links as a note | nxya | -54/+54 |
| 2023-07-18 | add links to query documentation for E0391 | nxya | -54/+55 |