about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-05-14Add `Ipv4Addr` and `Ipv6Addr` diagnostic itemsSamuel Tardieu-0/+2
2025-05-14Suggest replace `f` with `f: Box<f>` when expr field is short handxizheyin-0/+21
2025-05-14Handle `rustc_query_system` cases of `rustc::potential_query_instability` lintismailarilik-1/+9
2025-05-13type_ir: add faster exit for `types_may_unify`David Wood-0/+3
2025-05-13Add TRACING_ENABLED to Machine traitStypox-0/+6
2025-05-13Auto merge of #140887 - pietroalbini:pa-bootstrap-update, r=compiler-errorsbors-55/+13
2025-05-13Expect deep norm to fail if query norm failedMichael Goulet-12/+18
2025-05-13Invoke a query only when it doesn't return immediately anywayOli Scherer-4/+4
2025-05-13Run rustc_attrs dumps after typeckOli Scherer-11/+11
2025-05-13Some require_lang_item -> is_lang_item replacementsOli Scherer-9/+5
2025-05-13trait_sel: deep reject `match_normalize_trait_ref`David Wood-2/+9
2025-05-13Auto merge of #140935 - omahs:patch-5, r=jieyouxubors-11/+11
2025-05-12Flush errors before deep normalize in dropck_outlivesMichael Goulet-0/+8
2025-05-12Auto merge of #140914 - Zalathar:asm-bindings, r=compiler-errorsbors-109/+89
2025-05-12Fix typosomahs-11/+11
2025-05-12update cfg(bootstrap)Pietro Albini-42/+0
2025-05-12update version placeholdersPietro Albini-13/+13
2025-05-12Use unreachable instead of panictiif-1/+1
2025-05-12Auto merge of #140923 - Zalathar:operand-bundle, r=lcnrbors-17/+18
2025-05-11Auto merge of #140842 - tmiasko:print-mono-items, r=saethlinbors-37/+9
2025-05-11Return value of coroutine_layout fn changed to Result with LayoutErrorAndrew Zhogin-14/+25
2025-05-11feat: add generated parameters to generated functionHaeNoe-3/+52
2025-05-11feat: propagate generics to generated functionHaeNoe-8/+10
2025-05-11Auto merge of #140915 - matthiaskrgr:rollup-lxce4zr, r=matthiaskrgrbors-11/+24
2025-05-11Rename `OperandBundleOwned` to `OperandBundleBox`Zalathar-17/+18
2025-05-11Auto merge of #140902 - azhogin:azhogin/async-drop-open-drop-for-adt-fix, r=o...bors-0/+3
2025-05-11Rollup merge of #140862 - dpaoliello:arm64ecfp, r=wesleywiserMatthias Krüger-1/+7
2025-05-11Rollup merge of #140851 - mu001999-contrib:new-lint, r=bjorn3Matthias Krüger-10/+17
2025-05-11Auto merge of #135015 - heiher:stabilize-loongarch-target-features, r=Amanieubors-7/+7
2025-05-11Flatten control-flow in `inline_asm_call` after verificationZalathar-52/+53
2025-05-11Make `LLVMRustInlineAsmVerify` take `*const c_uchar`Zalathar-4/+3
2025-05-11Add a safe wrapper for `LLVMAppendModuleInlineAsm`Zalathar-11/+17
2025-05-11Use `LLVMGetInlineAsm`Zalathar-43/+17
2025-05-11Add a searchable tag `PTR_LEN_STR` to explain `*const c_uchar` bindingsZalathar-2/+2
2025-05-11Rollup merge of #140878 - nnethercote:two-expand-cleanups, r=compiler-errorsLeón Orell Valerian Liehr-71/+45
2025-05-11Rollup merge of #140795 - mu001999-contrib:sugg-stable-import-first, r=petroc...León Orell Valerian Liehr-6/+70
2025-05-11Rollup merge of #140792 - Urgau:minimum-maximum-intrinsics, r=scottmcm,travis...León Orell Valerian Liehr-0/+169
2025-05-11Async drop fix for async_drop_in_place<T> layout calculated for unspecified TAndrew Zhogin-0/+3
2025-05-10Auto merge of #140895 - matthiaskrgr:rollup-rfvqv4t, r=matthiaskrgrbors-4/+1
2025-05-10Use the fallback body for `{minimum,maximum}f128` on LLVM as well.Urgau-6/+14
2025-05-10Rollup merge of #140660 - RalfJung:more-order, r=WaffleLapkinMatthias Krüger-4/+1
2025-05-10Auto merge of #140854 - oli-obk:merge-queries, r=nnethercotebors-4/+0
2025-05-10Warn when #[export_name] is used with generic functionsMu001999-10/+17
2025-05-10Auto merge of #140880 - nnethercote:Ident-new-debug-assert, r=oli-obkbors-1/+1
2025-05-10Make the assertion in `Ident::new` debug-only.Nicholas Nethercote-1/+1
2025-05-10Remove `AstDeref`.Nicholas Nethercote-53/+33
2025-05-09don't depend on rustc_attr_parsing if rustc_data_structures will domejrs-54/+53
2025-05-09Rollup merge of #140848 - kornelski:not-a-dead-end, r=compiler-errorsMatthias Krüger-2/+2
2025-05-09Enable non-leaf Frame Pointers for Arm64EC WindowsDaniel Paoliello-1/+7
2025-05-09remove 'unordered' atomic intrinsicsRalf Jung-4/+1