about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
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
2025-05-15tempfile dep bump falloutPhilipp Krones-1/+1
2025-05-15Experimental cygwin support in rustc王宇逸-1/+19
2025-05-15Auto merge of #136988 - compiler-errors:impossible_predicates, r=lcnrbors-9/+5
2025-05-15move expensive layout sanity check to debug assertionsRémy Rakic-9/+13
2025-05-15dont handle bool transmutebendn-2/+1
2025-05-15Async drop fix for dropee from another crate (#140858)Andrew Zhogin-2/+2
2025-05-15Revert "Fix linking statics on Arm64EC #140176"Jieyou Xu-150/+53
2025-05-15silence unexpected lld warning on old gccsRémy Rakic-1/+1
2025-05-14Use more subdiagnostics and reword the overloaded deref noteUrgau-18/+45
2025-05-14Improve `dangerous_implicit_aurorefs` diagnostic outputUrgau-12/+32
2025-05-14Rollup merge of #140989 - xizheyin:issue-139631, r=compiler-errorsMatthias Krüger-0/+21
2025-05-14Rollup merge of #140976 - samueltardieu:diag-ipaddr-v4v6, r=UrgauMatthias Krüger-0/+2
2025-05-14Rollup merge of #140827 - compiler-errors:gather-locals-twice, r=oli-obkMatthias Krüger-2/+12
2025-05-14Update gcc version used in rustc_codegen_versionGuillaume Gomez-1/+1
2025-05-14Improve ternary operator recoveryJamie-12/+52
2025-05-14Merge commit '6ba33f5e1189a5ae58fb96ce3546e76b13d090f5' into subtree-update_c...Guillaume Gomez-248/+910
2025-05-14Merge mir query analysis invocationsOli Scherer-4/+0