about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-04-05Put non_local_definitions lint back to warn-by-defaultUrgau-62/+57
2024-04-05Update non-local impl definition lint rule noteUrgau-52/+52
2024-04-05Eliminate false-positives in the non-local lint with the type-systemUrgau-66/+326
2024-04-05Expose rustc_trait_selection::error_reporting::ambiguity moduleUrgau-12/+13
2024-04-05Take the polarity into account in compute_applicable_implsUrgau-0/+11
2024-04-04Auto merge of #123455 - matthiaskrgr:rollup-b6nu296, r=matthiaskrgrbors-512/+893
2024-04-04Rollup merge of #123439 - Zalathar:constants, r=oli-obkMatthias Krüger-13/+5
2024-04-04Rollup merge of #123431 - slanterns:literal_byte_character_c_string_stabilize...Matthias Krüger-51/+2
2024-04-04Rollup merge of #123397 - krtab:foreign_fn_qualif_diag, r=petrochenkovMatthias Krüger-70/+91
2024-04-04Rollup merge of #123389 - ChrisDenton:dont-panic-on-startup, r=joboetMatthias Krüger-30/+14
2024-04-04Rollup merge of #123324 - Nadrieril:false-edges2, r=matthewjasperMatthias Krüger-84/+334
2024-04-04Rollup merge of #123218 - compiler-errors:synthetic-hir-parent, r=petrochenkovMatthias Krüger-0/+38
2024-04-04Rollup merge of #123212 - rcvalle:rust-cfi-use-type-folder, r=compiler-errorsMatthias Krüger-251/+177
2024-04-04Rollup merge of #122448 - high-cloud:move-hir-tree, r=oli-obkMatthias Krüger-12/+10
2024-04-04Rollup merge of #121546 - gurry:121473-ice-sizeof-mir-op, r=oli-obkMatthias Krüger-1/+222
2024-04-04Add comments about using debug_assertChris Denton-0/+4
2024-04-04Auto merge of #121026 - Zalathar:version, r=oli-obkbors-10/+24
2024-04-04move hir-tree test from run-make to ui testYaodong Yang-12/+10
2024-04-04Error out of layout calculation if a non-last struct field is unsizedGurinder Singh-1/+222
2024-04-04Fix diagnostic for qualifier in extern blockArthur Carcano-70/+91
2024-04-04Auto merge of #115538 - lcnr:fn-def-wf, r=compiler-errorsbors-45/+153
2024-04-04Auto merge of #123052 - maurer:addr-taken, r=compiler-errorsbors-37/+133
2024-04-04Auto merge of #119820 - lcnr:leak-check-2, r=jackh726bors-194/+866
2024-04-04Auto merge of #123440 - jhpratt:rollup-yat6crk, r=jhprattbors-68/+221
2024-04-04rebaseBoxy-8/+22
2024-04-04check `FnDef` return type for WFlcnr-44/+138
2024-04-03Rollup merge of #123401 - Zalathar:assert-size-aarch64, r=fmeaseJacob Pratt-36/+36
2024-04-03Rollup merge of #123307 - tgross35:f16-f128-feature-gate-fix, r=petrochenkovJacob Pratt-10/+148
2024-04-03Rollup merge of #123093 - Urgau:improve-readme, r=workingjubileeJacob Pratt-15/+24
2024-04-03Rollup merge of #122356 - devnexen:dfbsd_build_fix, r=jhprattJacob Pratt-7/+13
2024-04-04Auto merge of #123240 - compiler-errors:assert-args-compat, r=fmeasebors-114/+151
2024-04-04coverage: Remove useless constantsZalathar-13/+5
2024-04-03rebase oddityBoxy-41/+41
2024-04-03Tests for getting parent of synthetic HIRMichael Goulet-0/+38
2024-04-03move leak check out of candidate evaluationlcnr-193/+865
2024-04-03Add `if let` testsNadrieril-10/+80
2024-04-04Stabilize `Literal::c_string`Slanterns-26/+1
2024-04-04Stabilize `Literal::byte_character`Slanterns-25/+1
2024-04-03Auto merge of #123429 - matthiaskrgr:rollup-4emw4e9, r=matthiaskrgrbors-368/+1324
2024-04-03Rollup merge of #123421 - taiki-e:netbsd-doc, r=NilstriebMatthias Krüger-4/+4
2024-04-03Rollup merge of #123419 - petrochenkov:zeroindex, r=compiler-errorsMatthias Krüger-90/+80
2024-04-03Rollup merge of #123395 - compiler-errors:postfix-matches-fixes-2, r=petroche...Matthias Krüger-3/+7
2024-04-03Rollup merge of #123301 - Nadrieril:unions, r=compiler-errorsMatthias Krüger-14/+138
2024-04-03Rollup merge of #123291 - c410-f3r:testsssssss, r=petrochenkovMatthias Krüger-31/+9
2024-04-03Rollup merge of #122964 - joboet:pointer_expose, r=AmanieuMatthias Krüger-99/+105
2024-04-03Rollup merge of #122619 - erikdesjardins:cast, r=compiler-errorsMatthias Krüger-89/+476
2024-04-03Rollup merge of #121595 - strottos:issue_116615, r=compiler-errorsMatthias Krüger-38/+505
2024-04-03Fix f16 and f128 feature gates in editions other than 2015Trevor Gross-20/+22
2024-04-03Update f16 and f128 tests to run on both 2015 and 2018 editionsTrevor Gross-10/+146
2024-04-03More precise false edgesNadrieril-26/+66