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_dataflow
/
src
/
move_paths
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-21
Correct comments.
Camille Gillot
-11
/
+10
2025-08-21
Introduce ProjectionElem::try_map.
Camille GILLOT
-4
/
+14
2025-02-22
Greatly simplify lifetime captures in edition 2024
Michael Goulet
-1
/
+1
2024-12-11
Simplify `rustc_mir_dataflow::abs_domain`.
Nicholas Nethercote
-2
/
+2
2024-10-19
Get rid of const eval_* and try_eval_* helpers
Michael Goulet
-3
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+4
2024-04-19
remove optionality from MoveData::base_local
beepster4096
-10
/
+5
2023-11-22
Replace `no_ord_impl` with `orderable`.
Nicholas Nethercote
-0
/
+2
2023-10-21
Parametrize gather_moves by filter.
Camille GILLOT
-2
/
+3
2023-10-21
Stop computing error info in move path builder.
Camille GILLOT
-40
/
+1
2023-10-21
Avoid using a magic value for untracked locals.
Camille GILLOT
-5
/
+8
2023-10-21
Do not report errors from move path builder.
Camille GILLOT
-3
/
+2
2023-07-10
optimization round 2
DrMeepster
-13
/
+5
2023-07-04
bring back un_derefer and rewrite it again
DrMeepster
-48
/
+10
2023-06-29
Merge `un_derefer` into `MovePathLookup`
DrMeepster
-12
/
+62
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-2
/
+2
2023-04-02
Use `&IndexSlice` instead of `&IndexVec` where possible
Scott McMurray
-4
/
+4
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-3
/
+3
2022-12-18
A few small cleanups for `newtype_index`
Nilstrieb
-6
/
+3
2022-12-18
Make `#[debug_format]` an attribute in `newtype_index`
Nilstrieb
-3
/
+3
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
-1
/
+1
2022-07-28
create type alias
ouz-a
-4
/
+2
2022-07-24
optimize un_derefer
ouz-a
-1
/
+4
2022-03-08
add `#[rustc_pass_by_value]` to more types
lcnr
-4
/
+4
2021-10-03
Replace Fn impls with RPIT impls in rustc_index
bjorn3
-3
/
+4
2021-09-07
Move the dataflow framework to its own crate.
Camille GILLOT
-0
/
+420