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
/
inline.rs
Age
Commit message (
Expand
)
Author
Lines
2024-04-04
Rollup merge of #123464 - fmease:rn-has-proj-to-has-aliases, r=compiler-errors
Jacob Pratt
-1
/
+1
2024-04-04
Rename HAS_PROJECTIONS to HAS_ALIASES etc.
León Orell Valerian Liehr
-1
/
+1
2024-04-02
Track reason for creating a `ReifyShim`
Matthew Maurer
-1
/
+1
2024-03-25
Instance is Copy
Michael Goulet
-3
/
+3
2024-03-22
Fix validation on substituted callee bodies in MIR inliner
Michael Goulet
-0
/
+1
2024-03-20
mentioned_items: record all callee and coerced closure types, whether they ar...
Ralf Jung
-9
/
+3
2024-03-20
collector: recursively traverse 'mentioned' items to evaluate their constants
Ralf Jung
-1
/
+26
2024-03-08
Rollup merge of #119365 - nbdd0121:asm-goto, r=Amanieu
Matthias Krüger
-2
/
+2
2024-02-24
Add `#[rustc_no_mir_inline]` for standard library UB checks
Nilstrieb
-0
/
+4
2024-02-24
Change InlineAsm to allow multiple targets instead
Gary Guo
-2
/
+2
2024-02-19
Make intrinsic fallback bodies cross-crate inlineable
Nilstrieb
-0
/
+8
2024-02-11
Check that the ABI of the instance we are inlining is correct
Michael Goulet
-0
/
+12
2024-02-08
Deduplicate `tcx.instance_mir(instance)` calls in `try_instance_mir`
zetanumbers
-15
/
+10
2024-02-06
Fix drop shim for AsyncFnOnce closure, AsyncFnMut shim for AsyncFn closure
Michael Goulet
-1
/
+1
2024-02-06
Construct body for by-move coroutine closure output
Michael Goulet
-0
/
+1
2024-02-06
Build a shim to call async closures with different AsyncFn trait kinds
Michael Goulet
-0
/
+1
2024-01-15
compiler: Lower fn call arg spans down to MIR
Martin Nordholts
-8
/
+9
2024-01-07
Merge dead bb pruning and unreachable bb deduplication.
Camille GILLOT
-3
/
+2
2023-12-10
remove redundant imports
surechen
-1
/
+0
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-11-20
Fix insertion of statements to be executed along return edge in inlining
Tomasz Miąsko
-14
/
+44
2023-11-19
Use let else to reduce indentation
Tomasz Miąsko
-124
/
+123
2023-10-28
explain why we don't inline when target features differ
Ralf Jung
-0
/
+5
2023-10-24
Require target features to match exactly during inlining
Tomasz Miąsko
-4
/
+2
2023-10-21
Make instance an option in CostChecker.
Camille GILLOT
-1
/
+2
2023-10-21
Extract cost checker from inliner.
Camille GILLOT
-88
/
+3
2023-10-20
s/generator/coroutine/
Oli Scherer
-2
/
+2
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-1
/
+1
2023-10-18
Remove unused `TyCtxt` from `remove_dead_blocks`
Zalathar
-1
/
+1
2023-10-17
Automatically enable cross-crate inlining for small functions
Ben Kimock
-5
/
+9
2023-10-13
Format all the let chains in compiler
Michael Goulet
-2
/
+6
2023-10-04
Remove mir::LocalDecl::internal.
Camille GILLOT
-6
/
+2
2023-10-02
change is_subtype to relate_types
ouz-a
-3
/
+21
2023-09-26
subst -> instantiate
lcnr
-9
/
+12
2023-09-21
rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const
Ralf Jung
-4
/
+4
2023-09-14
treat host effect params as erased generics in codegen
Deadbeef
-1
/
+6
2023-08-27
Fix inlining with -Zalways-encode-mir
Tomasz Miąsko
-8
/
+5
2023-08-24
when terminating during unwinding, show the reason why
Ralf Jung
-4
/
+4
2023-08-20
give some unwind-related terminators a more clear name
Ralf Jung
-5
/
+5
2023-08-03
Explicitly don't inline user-written rust-call fns
Michael Goulet
-1
/
+8
2023-08-03
Only unpack tupled args in inliner if we expect args to be unpacked
Michael Goulet
-6
/
+9
2023-07-21
Reuse MIR validator for inliner.
Camille GILLOT
-117
/
+17
2023-07-19
Substitute types before checking compatibility.
Camille GILLOT
-1
/
+14
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-18
/
+18
2023-06-27
Auto merge of #112693 - ericmarkmartin:use-more-placeref, r=spastorino
bors
-5
/
+3
2023-06-25
use PlaceRef abstractions more consistently
Eric Mark Martin
-5
/
+3
2023-06-20
merge `BorrowKind::Unique` into `BorrowKind::Mut`
Ziru Niu
-1
/
+1
2023-06-16
Ignore the always part of #[inline(always)] in MIR inlining
Ben Kimock
-4
/
+5
2023-06-03
Only check inlining counter after recusing.
Camille GILLOT
-3
/
+6
2023-05-29
EarlyBinder::new -> EarlyBinder::bind
lcnr
-4
/
+4
[next]