about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-05-18attempt to have rustfmt use the new logicFolkert de Vries-17/+8
2025-05-18a new parser generating the exact same error messagesFolkert de Vries-150/+226
2025-05-18Rollup merge of #141132 - bvanjoi:issue-141082, r=fmeaseLeón Orell Valerian Liehr-1/+1
2025-05-18Rollup merge of #141045 - dpaoliello:noarmhazard, r=jieyouxuLeón Orell Valerian Liehr-6/+1
2025-05-18Rollup merge of #140966 - est31:let_chains_library, r=tgross35León Orell Valerian Liehr-1/+0
2025-05-18Auto merge of #141129 - compiler-errors:register-region-obl, r=oli-obkbors-0/+8
2025-05-18Suggest use `"{}", self.x` instead of `{self.x}` when resolve `x` as field of...xizheyin-6/+24
2025-05-18Stabilize `avx512_target_feature`sayantn-23/+24
2025-05-18Auto merge of #141039 - lqd:expensive-sanity, r=compiler-errorsbors-9/+13
2025-05-17Auto merge of #140856 - oli-obk:merge-queries2, r=nnethercotebors-24/+16
2025-05-17extract operand parserFolkert de Vries-83/+93
2025-05-17determine later whether an explicit reg was usedFolkert de Vries-11/+9
2025-05-17Fast path for register_region_obligationMichael Goulet-0/+8
2025-05-17Use `crate::` prefix for root macro suggestionsbohan-1/+1
2025-05-17Rollup merge of #141125 - lcnr:coroutine_obligations_use_borrowck, r=compiler...Matthias Krüger-7/+13
2025-05-17Rollup merge of #141121 - compiler-errors:ambig-is-not-err, r=lcnrMatthias Krüger-2/+8
2025-05-17Rollup merge of #141118 - Veykril:lw-ymmtxytkrrqs, r=compiler-errorsMatthias Krüger-0/+14
2025-05-17Rollup merge of #141035 - lqd:lld-warn, r=Mark-SimulacrumMatthias Krüger-1/+1
2025-05-17Rollup merge of #135808 - tiif:conv_display, r=workingjubileeMatthias Krüger-2/+34
2025-05-17do away with `_Self` and `TraitName` and check generic params for rustc_on_un...mejrs-88/+49
2025-05-17check coroutines with TypingMode::Borrowck to avoid cyclic reasoninglcnr-7/+13
2025-05-17compiler & tools: bump windows crate to dedupe versionsklensy-5/+5
2025-05-17Only select true errors in impossible_predicatesMichael Goulet-2/+8
2025-05-17Enable rust-analyzer to go from query definition to the corresponding provide...Lukas Wirth-0/+14
2025-05-17Auto merge of #141113 - matthiaskrgr:rollup-k7izuh8, r=matthiaskrgrbors-10/+12
2025-05-17Rollup merge of #141070 - xizheyin:issue-140659, r=chenyukangMatthias Krüger-0/+1
2025-05-17Rollup merge of #141059 - samueltardieu:push-trvpulpskwwp, r=compiler-errorsMatthias Krüger-0/+2
2025-05-17Rollup merge of #141051 - compiler-errors:less-erase, r=nnethercoteMatthias Krüger-7/+1
2025-05-17Rollup merge of #141031 - azhogin:azhogin/async-drop-dependency-fix, r=oli-obkMatthias Krüger-2/+2
2025-05-17Rollup merge of #140208 - compiler-errors:wf-coinductive, r=lcnrMatthias Krüger-1/+6
2025-05-17Describe lifetime of call argument temporaries passed indirectlyTomasz Miąsko-13/+35
2025-05-17Auto merge of #141024 - jieyouxu:revert-arm64ec, r=wesleywiserbors-150/+53
2025-05-17aarch64-linux: Default to FramePointer::NonLeafJubilee Young-8/+46
2025-05-17Auto merge of #141002 - GuillaumeGomez:subtree-update_cg_gcc_2025-05-14, r=Gu...bors-248/+910
2025-05-16Auto merge of #140978 - davidtwco:deep-reject-in-match-norm-trait-ref, r=lcnrbors-2/+12
2025-05-17Do not emit help when shorthand from macro when suggest `?` or `expect`xizheyin-0/+1
2025-05-16Remove #![feature(let_chains)] from library and src/librustdocest31-1/+0
2025-05-16Auto merge of #140959 - oli-obk:no-unsafe-children, r=davidtwcobors-4/+4
2025-05-16Fix the issue of typo of comma in arm parsingyukang-18/+36
2025-05-16Removed feature flag from `compiler/rustc_driver_impl`Ryan van Polen-1/+0
2025-05-16Auto merge of #141044 - flip1995:clippy-subtree-update, r=Manishearthbors-1/+1
2025-05-16Auto merge of #141066 - matthiaskrgr:rollup-e7tyrj5, r=matthiaskrgrbors-12/+52
2025-05-16Rollup merge of #141003 - clubby789:ternary-improve, r=compiler-errorsMatthias Krüger-12/+52
2025-05-16Auto merge of #140557 - compiler-errors:remove-wf-hack, r=lcnrbors-56/+9
2025-05-16Simplify current_dll_path for CygwinBerrysoft-22/+11
2025-05-15HIR: explain in comment why `ExprKind::If` "then" is an `Expr`Samuel Tardieu-0/+2
2025-05-15Rollup merge of #140947 - compiler-errors:pending-norm, r=lcnrMatthias Krüger-11/+25
2025-05-15Rollup merge of #140768 - Urgau:improv_autorefs-lint, r=fmeaseMatthias Krüger-14/+61
2025-05-15Rollup merge of #140712 - lcnr:normalization-gat-args, r=compiler-errorsMatthias Krüger-30/+80
2025-05-15[win][arm64] Remove 'Arm64 Hazard' undocumented MSVC option and instead disab...Daniel Paoliello-6/+1