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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
mir-opt
/
inline
Age
Commit message (
Expand
)
Author
Lines
2024-04-24
Error on using `yield` without also using `#[coroutine]` on the closure
Oli Scherer
-23
/
+24
2024-04-20
mir-opt tests: rename unit-test -> test-mir-pass
Ralf Jung
-3
/
+3
2024-04-18
Ensure `[rust] debuginfo-level-std` doesn't change core's MIR
Scott McMurray
-0
/
+2
2024-04-18
At debuginfo=0, don't inline debuginfo when inlining
Scott McMurray
-44
/
+18
2024-04-03
Remove MIR unsafe check
Matthew Jasper
-82
/
+34
2024-04-02
Update tests/mir-opt/inline/unchecked_shifts.rs
scottmcm
-1
/
+1
2024-03-30
De-LLVM the unchecked shifts [MCP#693]
Scott McMurray
-328
/
+11
2024-03-27
Eliminate `UbCheck` for non-standard libraries
DianQK
-22
/
+4
2024-03-23
Auto merge of #122629 - RalfJung:assert-unsafe-precondition, r=saethlin
bors
-4
/
+20
2024-03-23
refactor check_{lang,library}_ub: use a single intrinsic, put policy into lib...
Ralf Jung
-4
/
+20
2024-03-22
Enable more mir-opt tests in debug builds
Ben Kimock
-3
/
+1
2024-03-10
MIR printing: print the path of uneval'd const; refer to promoteds in a consi...
Ralf Jung
-6
/
+6
2024-03-08
Distinguish between library and lang UB in assert_unsafe_precondition
Ben Kimock
-4
/
+4
2024-02-25
Auto merge of #121114 - Nilstrieb:no-inline!, r=saethlin
bors
-0
/
+83
2024-02-24
Add `#[rustc_no_mir_inline]` for standard library UB checks
Nilstrieb
-0
/
+83
2024-02-22
[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives
许杰友 Jieyou Xu (Joe)
-35
/
+35
2024-02-12
Start blocks eagerly
Nadrieril
-12
/
+12
2024-02-08
Bless/fix tests
Ben Kimock
-73
/
+87
2024-02-06
Use a better set of targets for blessing mir-opt tests
Ben Kimock
-53
/
+13
2024-01-16
Rename `pointer` field on `Pin`
LegionMammal978
-2
/
+2
2024-01-11
Sandwich MIR optimizations between DSE.
Camille GILLOT
-6
/
+6
2024-01-04
Rollup merge of #119325 - RalfJung:custom-mir, r=compiler-errors
Matthias Krüger
-1
/
+1
2023-12-30
Update to bitflags 2 in the compiler
Nilstrieb
-1
/
+1
2023-12-26
custom mir: make it clear what the return block is
Ralf Jung
-1
/
+1
2023-12-24
Enable GVN by default.
Camille GILLOT
-2
/
+2
2023-12-11
End locals' live range before suspending coroutine
Tomasz Miąsko
-0
/
+2
2023-11-20
Fix insertion of statements to be executed along return edge in inlining
Tomasz Miąsko
-533
/
+135
2023-11-01
Auto merge of #117029 - rmehri01:mir_opt_filecheck_inline_tests, r=cjgillot
bors
-51
/
+156
2023-11-01
fix spans for inline_couroutine panic-abort
Ryan Mehri
-11
/
+11
2023-11-01
Rollup merge of #115626 - clarfonthey:unchecked-math, r=thomcc
Matthias Krüger
-1
/
+1
2023-10-31
change inline_retag to after.mir
Ryan Mehri
-66
/
+60
2023-10-31
Only emit `!=` assumptions if the otherwise target is reachable.
Camille GILLOT
-32
/
+12
2023-10-31
Simplify assume of a constant.
Camille GILLOT
-70
/
+56
2023-10-31
Replace SwitchInt to unreachable by an assumption.
Camille GILLOT
-16
/
+44
2023-10-25
address review comments
Ryan Mehri
-70
/
+100
2023-10-25
FileCheck unwrap_unchecked
Ryan Mehri
-1
/
+2
2023-10-25
FileCheck unsized_argument
Ryan Mehri
-1
/
+2
2023-10-25
FileCheck unchecked_shifts
Ryan Mehri
-1
/
+8
2023-10-25
FileCheck issue_78442
Ryan Mehri
-1
/
+5
2023-10-25
FileCheck inline_scopes_parenting
Ryan Mehri
-4
/
+8
2023-10-25
FileCheck inline_as_ref_as_mut
Ryan Mehri
-1
/
+8
2023-10-25
FileCheck inline_trait_method
Ryan Mehri
-1
/
+2
2023-10-25
FileCheck inline_trait_method_2
Ryan Mehri
-1
/
+3
2023-10-25
FileCheck inline_specialization
Ryan Mehri
-1
/
+2
2023-10-25
FileCheck inline_retag
Ryan Mehri
-1
/
+2
2023-10-25
FileCheck inline_options
Ryan Mehri
-1
/
+3
2023-10-25
FileCheck inline_into_box_place
Ryan Mehri
-1
/
+2
2023-10-25
FileCheck inline_instruction_set
Ryan Mehri
-1
/
+10
2023-10-25
FileCheck inline_coroutine
Ryan Mehri
-12
/
+14
2023-10-25
FileCheck inline_diverging
Ryan Mehri
-1
/
+7
[next]