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_codegen_ssa
/
src
/
mir
/
analyze.rs
Age
Commit message (
Expand
)
Author
Lines
2025-01-11
rename `BitSet` to `DenseBitSet`
Rémy Rakic
-3
/
+3
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-09-21
Compute reachable locals as part of non_ssa_locals
Ben Kimock
-14
/
+15
2024-09-21
Don't alloca for unused locals
Ben Kimock
-3
/
+9
2024-09-17
Rename some lifetimes.
Nicholas Nethercote
-7
/
+5
2024-08-27
Rollup merge of #126013 - nnethercote:unreachable_pub, r=Urgau
Matthias Krüger
-4
/
+4
2024-08-18
rename AddressOf -> RawBorrow inside the compiler
Ralf Jung
-2
/
+2
2024-08-16
Add `warn(unreachable_pub)` to `rustc_codegen_ssa`.
Nicholas Nethercote
-4
/
+4
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+4
2024-07-07
Support tail calls in mir via `TerminatorKind::TailCall`
Maybe Waffle
-0
/
+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
-0
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-2
/
+2
2023-11-14
Fix def-use check for call terminators
Tomasz Miąsko
-6
/
+13
2023-11-08
rename `BorrowKind::Shallow` to `Fake`
lcnr
-1
/
+1
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-1
/
+1
2023-10-05
Move DefLocation from rustc_codegen_ssa to rustc_middle
Tomasz Miąsko
-16
/
+1
2023-08-24
when terminating during unwinding, show the reason why
Ralf Jung
-1
/
+1
2023-08-20
give some unwind-related terminators a more clear name
Ralf Jung
-2
/
+2
2023-05-29
unique borrows are mutating uses
lcnr
-1
/
+0
2023-05-17
Cache dominators.
Camille GILLOT
-1
/
+1
2023-04-29
Make PlaceMention a non-mutating use.
Camille GILLOT
-1
/
+3
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-04-06
Rename `Abort` terminator to `Terminate`
Gary Guo
-1
/
+1
2023-04-06
Refactor unwind from Option to a new enum
Gary Guo
-4
/
+4
2023-04-02
Use `&IndexSlice` instead of `&IndexVec` where possible
Scott McMurray
-3
/
+6
2023-03-07
Remove DropAndReplace terminator
Giacomo Pasini
-1
/
+0
2023-01-27
Fix def-use dominance check
Tomasz Miąsko
-11
/
+22
2023-01-10
Add comment to cleanup_kinds
Tomasz Miąsko
-0
/
+3
2022-08-26
Replace `Body::basic_blocks()` with field access
Tomasz Miąsko
-3
/
+3
2022-07-07
Move `dominators` from Body to BasicBlocks
Tomasz Miąsko
-1
/
+1
2022-07-01
cleanup mir visitor for `rustc::pass_by_value`
lcnr
-3
/
+3
2022-05-17
Change `Successors` to `impl Iterator<Item = BasicBlock>`
SparrowLii
-1
/
+1
2022-05-01
Use reverse postorder in `non_ssa_locals`
Tomasz Miąsko
-2
/
+2
2022-04-11
Add new `MutatatingUseContext`s for deinit and `SetDiscriminant`
Jakob Degen
-0
/
+2
2022-01-12
Remove deprecated LLVM-style inline assembly
Tomasz Miąsko
-1
/
+0
2021-12-15
Remove `in_band_lifetimes` from `rustc_codegen_ssa`
LegionMammal978
-1
/
+1
2021-12-03
LLVM codgen support for unwinding inline assembly
cynecx
-2
/
+2
2021-12-03
Add initial AST and MIR support for unwinding from inline assembly
Amanieu d'Antras
-0
/
+1
2021-09-02
rustc_target: move `LayoutOf` to `ty::layout`.
Eduard-Mihai Burtescu
-2
/
+1
2021-06-10
Do not emit alloca for ZST locals with multiple assignments
Tomasz Miąsko
-93
/
+74
2021-06-07
Use preorder traversal when checking for SSA locals
Tomasz Miąsko
-1
/
+4
2021-06-07
Rollup merge of #85965 - tmiasko:a, r=nagisa
Guillaume Gomez
-46
/
+4
2021-06-03
Remove check for projections in a branch without any
Tomasz Miąsko
-13
/
+0
2021-06-03
Remove unused support for `VarDebugInfo`
Tomasz Miąsko
-33
/
+4
2021-05-31
Remove special handling of `box_free` from `LocalAnalyzer`
Tomasz Miąsko
-29
/
+0
2021-03-16
Auto merge of #82936 - oli-obk:valtree, r=RalfJung,lcnr,matthewjasper
bors
-1
/
+1
2021-03-13
Do not emit alloca for ZST local even if it is uninitialized
Simon Vandel Sillesen
-1
/
+12
2021-03-12
Add `ty` helper function for mir constants
Oli Scherer
-1
/
+1
2021-02-16
make `visit_projection` take a `PlaceRef`
Henry Boisdequin
-1
/
+1
[next]