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
2022-07-06
Allow to create definitions inside the query system.
Camille GILLOT
-1
/
+1
2022-07-02
Fix rust-call ICE in mir-inliner
Michael Goulet
-5
/
+9
2022-06-30
Allow inlining `#[inline]` functions.
Camille GILLOT
-3
/
+3
2022-06-30
Test enabling MIR inliner
Wesley Wiser
-10
/
+23
2022-06-30
Do not error on the param_env during inlining.
Camille GILLOT
-8
/
+0
2022-06-30
Skip inlining if there are normalization issues.
Camille GILLOT
-0
/
+40
2022-06-30
Check history earlier.
Camille GILLOT
-14
/
+5
2022-06-14
Rename the `ConstS::val` field as `kind`.
Nicholas Nethercote
-1
/
+1
2022-06-04
Rollup merge of #97696 - cjgillot:normalize-inline, r=compiler-errors
Matthias Krüger
-10
/
+15
2022-06-03
Do not ICE when failing to normalize during inlining.
Camille GILLOT
-10
/
+15
2022-05-30
validate derefer, run derefer inside generator
ouz-a
-1
/
+2
2022-05-23
Refactor call terminator to always hold a destination place
Jakob Degen
-25
/
+20
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-1
/
+1
2022-05-19
Rollup merge of #97142 - SparrowLii:inline, r=tmiasko
Dylan DPC
-28
/
+27
2022-05-18
move processing of `source_scope_data` into `MutVisitor`'s impl of Integrator...
SparrowLii
-28
/
+27
2022-05-17
Auto merge of #97111 - JohnTitor:rollup-x3vjf6u, r=JohnTitor
bors
-1
/
+1
2022-05-17
Auto merge of #97012 - oli-obk:🦀_intrinsics, r=davidtwco
bors
-2
/
+1
2022-05-17
Change `Successors` to `impl Iterator<Item = BasicBlock>`
SparrowLii
-1
/
+1
2022-05-16
Add a query for checking whether a function is an intrinsic.
Oli Scherer
-2
/
+1
2022-05-13
Add bound_fn_sig
Jack Huey
-2
/
+2
2022-05-10
Introduce EarlyBinder
Jack Huey
-2
/
+2
2022-04-11
Remove inlining cost of `Deinit` statements
Jakob Degen
-0
/
+1
2022-04-02
Less manipulation of the callee_def_id.
Camille GILLOT
-5
/
+6
2022-04-02
Use only local hash.
Camille GILLOT
-2
/
+2
2022-04-02
Use DefPathHash instead of HirId to break cycles.
Camille GILLOT
-14
/
+8
2022-03-31
Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errors
Dylan DPC
-1
/
+1
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-1
/
+1
2022-03-29
Remember mutability in `DefKind::Static`.
Camille GILLOT
-4
/
+4
2022-03-01
7 - Make more use of `let_chains`
Caio
-6
/
+5
2022-02-27
Only create a single expansion for each inline integration.
Camille GILLOT
-10
/
+14
2022-02-21
use `List<Ty<'tcx>>` for tuples
lcnr
-2
/
+1
2022-02-20
Rollup merge of #94146 - est31:let_else, r=cjgillot
Matthias Krüger
-3
/
+2
2022-02-19
Adopt let else in more places
est31
-3
/
+2
2022-02-18
Rollup merge of #93024 - compiler-errors:inline-mir-bad-bounds, r=estebank
Matthias Krüger
-2
/
+11
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-1
/
+1
2022-01-17
Fix Inline MIR pass on a function with un-satisfiable bounds
Michael Goulet
-2
/
+11
2021-12-22
Remove `PartialOrd` and `Ord` from `LocalDefId`
pierwill
-1
/
+2
2021-12-15
Move generator check earlier in inlining.
Camille GILLOT
-8
/
+6
2021-12-07
Remove `in_band_lifetimes` from `rustc_mir_transform`
Scott McMurray
-4
/
+4
2021-12-05
Auto merge of #91475 - ecstatic-morse:mir-pass-manager3, r=oli-obk
bors
-12
/
+7
2021-12-03
Add initial AST and MIR support for unwinding from inline assembly
Amanieu d'Antras
-1
/
+12
2021-12-02
Update passes with new interface
Dylan MacKenzie
-12
/
+7
2021-10-16
Adopt let_else across the compiler
est31
-3
/
+1
2021-09-30
Correct caller/callsite confusion in inliner message
Wesley Wiser
-1
/
+1
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-0
/
+966