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_monomorphize
/
src
/
mono_checks
Age
Commit message (
Expand
)
Author
Lines
2025-09-08
fixup limit handling code
Jana Dönszelmann
-1
/
+1
2025-06-14
Remove all support for wasm's legacy ABI
bjorn3
-74
/
+2
2025-06-04
abi_check: tweak some comments
Ralf Jung
-5
/
+12
2025-06-03
compiler: change Conv to CanonAbi
Jubilee Young
-4
/
+4
2025-04-24
Rollup merge of #139809 - alexcrichton:wasm-simd-safe, r=RalfJung
Matthias Krüger
-0
/
+6
2025-04-22
Don't warn about `v128` in wasm ABI transition
Alex Crichton
-0
/
+6
2025-04-20
make abi_unsupported_vector_types a hard error
Ralf Jung
-22
/
+12
2025-04-17
Rollup merge of #139498 - alexcrichton:wasm-zst-safe, r=wesleywiser
Matthias Krüger
-0
/
+5
2025-04-17
Ignore zero-sized types in wasm future-compat warning
Alex Crichton
-0
/
+5
2025-04-14
Move `has_self` field to `hir::AssocKind::Fn`.
Nicholas Nethercote
-2
/
+2
2025-04-10
Rollup merge of #139510 - nnethercote:name-to-ident, r=fee1-dead
Matthias Krüger
-1
/
+1
2025-04-10
Rename some `name` variables as `ident`.
Nicholas Nethercote
-1
/
+1
2025-04-08
for large assignment lint, use the correct span for checking for duplicate lints
Jonathan Gruner
-5
/
+8
2025-04-08
report call site of inlined scopes for large assignment lints
Jonathan Gruner
-3
/
+17
2025-03-25
acquire more accurate HirId for ABI check lints
Ralf Jung
-19
/
+37
2025-03-25
make -Zwasm-c-abi=legacy suppress the lint
Ralf Jung
-4
/
+5
2025-03-25
add FCW to warn about wasm ABI transition
Ralf Jung
-12
/
+68
2025-03-04
compiler: use `is_rustic_abi` in abi_check
Jubilee Young
-3
/
+3
2025-02-28
rename BackendRepr::Vector → SimdVector
Ralf Jung
-1
/
+1
2025-02-20
vectorcall ABI: error if sse2 is not available
Ralf Jung
-2
/
+11
2025-02-20
mono-time abi_check: unify error paths for call and definition sites
Ralf Jung
-50
/
+44
2025-02-19
Register USAGE_OF_TYPE_IR_INHERENT, remove inherent usages
Michael Goulet
-3
/
+2
2025-02-15
abi_unsupported_vector_types: say which type is the problem
Ralf Jung
-9
/
+9
2025-02-09
Auto merge of #136751 - bjorn3:update_rustfmt, r=Mark-Simulacrum
bors
-4
/
+5
2025-02-08
Rustfmt
bjorn3
-4
/
+5
2025-02-07
compiler: remove rustc_target::abi entirely
Jubilee Young
-2
/
+2
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-10
/
+13
2024-11-14
ABI checks: add support for some tier3 arches, warn on others.
Luca Versari
-3
/
+1
2024-11-12
ABI checks: add support for tier2 arches
Luca Versari
-16
/
+41
2024-11-10
move all mono-time checks into their own folder, and their own query
Ralf Jung
-0
/
+369