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_mir_dataflow
/
src
/
move_paths
/
builder.rs
Age
Commit message (
Expand
)
Author
Lines
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-04-21
offset_of
DrMeepster
-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
-2
/
+2
2023-03-09
Introduce a no-op PlaceMention statement for `let _ =`.
Camille GILLOT
-0
/
+1
2023-03-07
Remove DropAndReplace terminator
Giacomo Pasini
-5
/
+0
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-3
/
+3
2023-02-14
s/eval_usize/eval_target_usize/ for clarity
Oli Scherer
-1
/
+3
2023-02-08
Rollup merge of #107271 - Zeegomo:drop-rmw, r=oli-obk
Matthias Krüger
-5
/
+2
2023-01-30
Treat Drop as a rmw operation
Giacomo Pasini
-5
/
+2
2023-01-23
Create stable metric to measure long computation in Const Eval
Bryan Garza
-0
/
+1
2022-09-06
Generalize the Assume intrinsic statement to a general Intrinsic statement
Oli Scherer
-2
/
+1
2022-09-06
Lower the assume intrinsic to a MIR statement
Oli Scherer
-0
/
+1
2022-08-26
Replace `Body::basic_blocks()` with field access
Tomasz Miąsko
-1
/
+1
2022-07-28
type alias covers whole return
ouz-a
-5
/
+6
2022-07-28
create type alias
ouz-a
-11
/
+7
2022-07-25
remove clone
ouz-a
-1
/
+1
2022-07-24
fix import error
ouz-a
-1
/
+1
2022-07-24
optimize un_derefer
ouz-a
-3
/
+14
2022-07-12
add new rval, pull deref early
ouz-a
-1
/
+29
2022-05-23
Refactor call terminator to always hold a destination place
Jakob Degen
-2
/
+3
2022-04-11
Add new `Deinit` statement kind
Jakob Degen
-2
/
+2
2022-01-12
Remove deprecated LLVM-style inline assembly
Tomasz Miąsko
-11
/
+0
2022-01-03
Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievink
Matthias Krüger
-13
/
+1
2021-12-03
Add initial AST and MIR support for unwinding from inline assembly
Amanieu d'Antras
-0
/
+1
2021-10-20
Remove NullOp::Box
Gary Guo
-13
/
+1
2021-09-25
Introduce `Rvalue::ShallowInitBox`
Gary Guo
-0
/
+1
2021-09-13
Introduce NullOp::AlignOf
Gary Guo
-1
/
+1
2021-09-07
Move the dataflow framework to its own crate.
Camille GILLOT
-0
/
+543