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_mir_transform
/
src
/
cross_crate_inline.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-05
Ignore intrinsic calls in cross-crate-inlining cost model
Ben Kimock
-1
/
+10
2025-08-26
add a flag to codegen fn attrs for foreign items
Jana Dönszelmann
-1
/
+1
2025-08-12
make no_mangle explicit on foreign items
Jana Dönszelmann
-1
/
+1
2025-07-31
remove rustc_attr_data_structures
Jana Dönszelmann
-1
/
+1
2025-06-06
Add `-Z hint-mostly-unused` to tell rustc that most of a crate will go unused
Josh Triplett
-0
/
+7
2025-05-09
don't depend on rustc_attr_parsing if rustc_data_structures will do
mejrs
-1
/
+1
2025-01-23
Disable non-required MIR opts with `optimize(none)`
clubby789
-1
/
+1
2025-01-10
mir_transform: implement forced inlining
David Wood
-3
/
+4
2024-12-16
rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures
Jonathan Dönszelmann
-1
/
+1
2024-11-14
Always inline functions signatures containing `f16` or `f128`
Trevor Gross
-0
/
+10
2024-09-16
Fix a couple more DefKind discrepancies between DefKind::Closure and DefKind:...
Michael Goulet
-1
/
+1
2024-09-09
Reduce visibilities, and add `warn(unreachable_pub)`.
Nicholas Nethercote
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+3
2024-03-19
Remove all checks of `IntrinsicDef::must_be_overridden` except for the actual...
Oli Scherer
-4
/
+0
2024-03-04
Remove some depgraph edges on the HIR by invoking the intrinsic query instead...
Oli Scherer
-1
/
+1
2024-03-04
Add a scheme for moving away from `extern "rust-intrinsic"` entirely
Oli Scherer
-0
/
+4
2024-02-19
Make intrinsic fallback bodies cross-crate inlineable
Nilstrieb
-0
/
+9
2023-12-14
Fix cases where std accidentally relied on inline(never)
Ben Kimock
-7
/
+12
2023-11-07
Add -Zcross-crate-inline-threshold=yes
Ben Kimock
-2
/
+8
2023-10-29
Enable cross-crate-inlining when MIR inlining is enabled
Ben Kimock
-2
/
+7
2023-10-17
Automatically enable cross-crate inlining for small functions
Ben Kimock
-0
/
+119