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
/
compiler
/
rustc_codegen_ssa
/
src
/
mir
/
statement.rs
Age
Commit message (
Expand
)
Author
Lines
2024-09-17
Minimize visibilities.
Nicholas Nethercote
-1
/
+1
2024-09-04
Don't codegen `expect` in opt-level=0
clubby789
-5
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_codegen_ssa`.
Nicholas Nethercote
-0
/
+1
2024-04-29
Remove `extern crate rustc_middle` from numerous crates.
Nicholas Nethercote
-2
/
+2
2024-03-23
Unbox and unwrap the contents of `StatementKind::Coverage`
Zalathar
-2
/
+2
2024-02-08
Don't lower assume in unoptimized builds
Ben Kimock
-2
/
+5
2023-12-10
remove redundant imports
surechen
-1
/
+0
2023-07-05
Narrow trait `CoverageInfoBuilderMethods` down to just one method
Zalathar
-1
/
+1
2023-06-19
codegen: fix `OperandRef` subtype handling
lcnr
-1
/
+1
2023-03-24
Refactor: Separate `LocalRef` variant for not-evaluated-yet operands
Scott McMurray
-3
/
+3
2023-03-09
Introduce a no-op PlaceMention statement for `let _ =`.
Camille GILLOT
-0
/
+1
2023-01-23
Create stable metric to measure long computation in Const Eval
Bryan Garza
-0
/
+1
2022-11-16
Use `&mut Bx` more.
Nicholas Nethercote
-28
/
+19
2022-09-06
Generalize the Assume intrinsic statement to a general Intrinsic statement
Oli Scherer
-10
/
+9
2022-09-06
Lower the assume intrinsic to a MIR statement
Oli Scherer
-0
/
+5
2022-06-29
Some tracing cleanups
Oli Scherer
-2
/
+1
2022-04-11
Add new `Deinit` statement kind
Jakob Degen
-0
/
+6
2022-01-12
Remove deprecated LLVM-style inline assembly
Tomasz Miąsko
-47
/
+0
2021-11-06
pointee_info_at() does not need mutable access
Matthias Krüger
-1
/
+1
2021-03-15
Make source-based code coverage compatible with MIR inlining
Tomasz Miąsko
-1
/
+1
2021-03-09
Build StKind::CopyOverlapping
kadmin
-9
/
+5
2021-03-09
Change CopyNonOverlapping::codegen_ssa
kadmin
-13
/
+15
2021-03-09
Replace todos with impls
kadmin
-2
/
+1
2021-03-09
Update cranelift
kadmin
-6
/
+5
2021-03-09
Update match branches
kadmin
-8
/
+12
2021-03-09
Update fmt and use of memcpy
kadmin
-9
/
+14
2021-03-09
Impl StatementKind::CopyNonOverlapping
kadmin
-0
/
+15
2020-08-30
mv compiler to compiler/
mark
-0
/
+124