about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/hir_ty_lowering/cmse.rs
AgeCommit message (Expand)AuthorLines
2025-09-30Rollup merge of #146649 - folkertdev:cmse-call-erase-regions, r=lcnrStuart Cook-0/+1
2025-09-28remove explicit deref of AbiAlign for most methodsJubilee Young-1/+1
2025-09-25Rollup merge of #146667 - calebzulawski:simd-mono-lane-limit, r=lcnr,RalfJungStuart Cook-0/+1
2025-09-23Add an attribute to check the number of lanes in a SIMD vector after monomorp...Caleb Zulawski-0/+1
2025-09-16cmse: fix 'region variables should not be hashed'Folkert de Vries-0/+1
2025-09-16fix issue with `cmse-nonsecure-entry` ABI being both async and c-variadicFolkert de Vries-0/+6
2025-07-06compiler: rename {ast,hir}::BareFn* to FnPtr*Jubilee Young-10/+10
2025-06-25compiler: Trim the misleading C of C-cmse from errorsJubilee Young-1/+1
2025-06-25compiler: Trim the misleading C from ExternAbi::CCmse*Jubilee Young-4/+4
2025-05-06Consistently use the DiagCtxtHandle of HirTyLowerer instead of the one of TyCtxtLeón Orell Valerian Liehr-1/+1
2025-04-10Rename some `name` variables as `ident`.Nicholas Nethercote-2/+2
2025-04-02Move methods from `Map` to `TyCtxt`, part 5.Nicholas Nethercote-1/+1
2025-03-19Use `Option<Ident>` for lowered param names.Nicholas Nethercote-4/+6
2025-02-11compiler: replace ExternAbi::name calls with formattersJubilee Young-6/+4
2025-01-27Add `TooGeneric` variant to `LayoutError` and emit `Unknown` oneFedericoBruzzone-2/+6
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-4/+6
2024-11-03compiler: Directly use rustc_abi in hir_{analysis,typeck}Jubilee Young-7/+7
2024-10-14improve error messages for `C-cmse-nonsecure-entry` functionsFolkert de Vries-57/+100
2024-09-23Check ABI target compatibility for function pointersTamme Dittrich-4/+15
2024-09-09do `PolyFnSig` -> `FnSig` conversion laterFolkert de Vries-5/+8
2024-09-07fix ICE in CMSE type validationFolkert de Vries-5/+8
2024-08-27Add `warn(unreachable_pub)` to `rustc_hir_analysis`.Nicholas Nethercote-1/+1
2024-07-18improve error reportingFolkert-23/+27
2024-07-18move CMSE validation to hir_analysisFolkert-0/+152