index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_hir_analysis
/
src
/
hir_ty_lowering
/
cmse.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-30
Rollup merge of #146649 - folkertdev:cmse-call-erase-regions, r=lcnr
Stuart Cook
-0
/
+1
2025-09-28
remove explicit deref of AbiAlign for most methods
Jubilee Young
-1
/
+1
2025-09-25
Rollup merge of #146667 - calebzulawski:simd-mono-lane-limit, r=lcnr,RalfJung
Stuart Cook
-0
/
+1
2025-09-23
Add an attribute to check the number of lanes in a SIMD vector after monomorp...
Caleb Zulawski
-0
/
+1
2025-09-16
cmse: fix 'region variables should not be hashed'
Folkert de Vries
-0
/
+1
2025-09-16
fix issue with `cmse-nonsecure-entry` ABI being both async and c-variadic
Folkert de Vries
-0
/
+6
2025-07-06
compiler: rename {ast,hir}::BareFn* to FnPtr*
Jubilee Young
-10
/
+10
2025-06-25
compiler: Trim the misleading C of C-cmse from errors
Jubilee Young
-1
/
+1
2025-06-25
compiler: Trim the misleading C from ExternAbi::CCmse*
Jubilee Young
-4
/
+4
2025-05-06
Consistently use the DiagCtxtHandle of HirTyLowerer instead of the one of TyCtxt
León Orell Valerian Liehr
-1
/
+1
2025-04-10
Rename some `name` variables as `ident`.
Nicholas Nethercote
-2
/
+2
2025-04-02
Move methods from `Map` to `TyCtxt`, part 5.
Nicholas Nethercote
-1
/
+1
2025-03-19
Use `Option<Ident>` for lowered param names.
Nicholas Nethercote
-4
/
+6
2025-02-11
compiler: replace ExternAbi::name calls with formatters
Jubilee Young
-6
/
+4
2025-01-27
Add `TooGeneric` variant to `LayoutError` and emit `Unknown` one
FedericoBruzzone
-2
/
+6
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-4
/
+6
2024-11-03
compiler: Directly use rustc_abi in hir_{analysis,typeck}
Jubilee Young
-7
/
+7
2024-10-14
improve error messages for `C-cmse-nonsecure-entry` functions
Folkert de Vries
-57
/
+100
2024-09-23
Check ABI target compatibility for function pointers
Tamme Dittrich
-4
/
+15
2024-09-09
do `PolyFnSig` -> `FnSig` conversion later
Folkert de Vries
-5
/
+8
2024-09-07
fix ICE in CMSE type validation
Folkert de Vries
-5
/
+8
2024-08-27
Add `warn(unreachable_pub)` to `rustc_hir_analysis`.
Nicholas Nethercote
-1
/
+1
2024-07-18
improve error reporting
Folkert
-23
/
+27
2024-07-18
move CMSE validation to hir_analysis
Folkert
-0
/
+152