| Age | Commit message (Expand) | Author | Lines |
| 2024-04-05 | Put non_local_definitions lint back to warn-by-default | Urgau | -62/+57 |
| 2024-04-05 | Update non-local impl definition lint rule note | Urgau | -52/+52 |
| 2024-04-05 | Eliminate false-positives in the non-local lint with the type-system | Urgau | -66/+326 |
| 2024-04-05 | Expose rustc_trait_selection::error_reporting::ambiguity module | Urgau | -12/+13 |
| 2024-04-05 | Take the polarity into account in compute_applicable_impls | Urgau | -0/+11 |
| 2024-04-04 | Auto merge of #123455 - matthiaskrgr:rollup-b6nu296, r=matthiaskrgr | bors | -512/+893 |
| 2024-04-04 | Rollup merge of #123439 - Zalathar:constants, r=oli-obk | Matthias Krüger | -13/+5 |
| 2024-04-04 | Rollup merge of #123431 - slanterns:literal_byte_character_c_string_stabilize... | Matthias Krüger | -51/+2 |
| 2024-04-04 | Rollup merge of #123397 - krtab:foreign_fn_qualif_diag, r=petrochenkov | Matthias Krüger | -70/+91 |
| 2024-04-04 | Rollup merge of #123389 - ChrisDenton:dont-panic-on-startup, r=joboet | Matthias Krüger | -30/+14 |
| 2024-04-04 | Rollup merge of #123324 - Nadrieril:false-edges2, r=matthewjasper | Matthias Krüger | -84/+334 |
| 2024-04-04 | Rollup merge of #123218 - compiler-errors:synthetic-hir-parent, r=petrochenkov | Matthias Krüger | -0/+38 |
| 2024-04-04 | Rollup merge of #123212 - rcvalle:rust-cfi-use-type-folder, r=compiler-errors | Matthias Krüger | -251/+177 |
| 2024-04-04 | Rollup merge of #122448 - high-cloud:move-hir-tree, r=oli-obk | Matthias Krüger | -12/+10 |
| 2024-04-04 | Rollup merge of #121546 - gurry:121473-ice-sizeof-mir-op, r=oli-obk | Matthias Krüger | -1/+222 |
| 2024-04-04 | Add comments about using debug_assert | Chris Denton | -0/+4 |
| 2024-04-04 | Auto merge of #121026 - Zalathar:version, r=oli-obk | bors | -10/+24 |
| 2024-04-04 | move hir-tree test from run-make to ui test | Yaodong Yang | -12/+10 |
| 2024-04-04 | Error out of layout calculation if a non-last struct field is unsized | Gurinder Singh | -1/+222 |
| 2024-04-04 | Fix diagnostic for qualifier in extern block | Arthur Carcano | -70/+91 |
| 2024-04-04 | Auto merge of #115538 - lcnr:fn-def-wf, r=compiler-errors | bors | -45/+153 |
| 2024-04-04 | Auto merge of #123052 - maurer:addr-taken, r=compiler-errors | bors | -37/+133 |
| 2024-04-04 | Auto merge of #119820 - lcnr:leak-check-2, r=jackh726 | bors | -194/+866 |
| 2024-04-04 | Auto merge of #123440 - jhpratt:rollup-yat6crk, r=jhpratt | bors | -68/+221 |
| 2024-04-04 | rebase | Boxy | -8/+22 |
| 2024-04-04 | check `FnDef` return type for WF | lcnr | -44/+138 |
| 2024-04-03 | Rollup merge of #123401 - Zalathar:assert-size-aarch64, r=fmease | Jacob Pratt | -36/+36 |
| 2024-04-03 | Rollup merge of #123307 - tgross35:f16-f128-feature-gate-fix, r=petrochenkov | Jacob Pratt | -10/+148 |
| 2024-04-03 | Rollup merge of #123093 - Urgau:improve-readme, r=workingjubilee | Jacob Pratt | -15/+24 |
| 2024-04-03 | Rollup merge of #122356 - devnexen:dfbsd_build_fix, r=jhpratt | Jacob Pratt | -7/+13 |
| 2024-04-04 | Auto merge of #123240 - compiler-errors:assert-args-compat, r=fmease | bors | -114/+151 |
| 2024-04-04 | coverage: Remove useless constants | Zalathar | -13/+5 |
| 2024-04-03 | rebase oddity | Boxy | -41/+41 |
| 2024-04-03 | Tests for getting parent of synthetic HIR | Michael Goulet | -0/+38 |
| 2024-04-03 | move leak check out of candidate evaluation | lcnr | -193/+865 |
| 2024-04-03 | Add `if let` tests | Nadrieril | -10/+80 |
| 2024-04-04 | Stabilize `Literal::c_string` | Slanterns | -26/+1 |
| 2024-04-04 | Stabilize `Literal::byte_character` | Slanterns | -25/+1 |
| 2024-04-03 | Auto merge of #123429 - matthiaskrgr:rollup-4emw4e9, r=matthiaskrgr | bors | -368/+1324 |
| 2024-04-03 | Rollup merge of #123421 - taiki-e:netbsd-doc, r=Nilstrieb | Matthias Krüger | -4/+4 |
| 2024-04-03 | Rollup merge of #123419 - petrochenkov:zeroindex, r=compiler-errors | Matthias Krüger | -90/+80 |
| 2024-04-03 | Rollup merge of #123395 - compiler-errors:postfix-matches-fixes-2, r=petroche... | Matthias Krüger | -3/+7 |
| 2024-04-03 | Rollup merge of #123301 - Nadrieril:unions, r=compiler-errors | Matthias Krüger | -14/+138 |
| 2024-04-03 | Rollup merge of #123291 - c410-f3r:testsssssss, r=petrochenkov | Matthias Krüger | -31/+9 |
| 2024-04-03 | Rollup merge of #122964 - joboet:pointer_expose, r=Amanieu | Matthias Krüger | -99/+105 |
| 2024-04-03 | Rollup merge of #122619 - erikdesjardins:cast, r=compiler-errors | Matthias Krüger | -89/+476 |
| 2024-04-03 | Rollup merge of #121595 - strottos:issue_116615, r=compiler-errors | Matthias Krüger | -38/+505 |
| 2024-04-03 | Fix f16 and f128 feature gates in editions other than 2015 | Trevor Gross | -20/+22 |
| 2024-04-03 | Update f16 and f128 tests to run on both 2015 and 2018 editions | Trevor Gross | -10/+146 |
| 2024-04-03 | More precise false edges | Nadrieril | -26/+66 |