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
/
builder.rs
Age
Commit message (
Expand
)
Author
Lines
2023-10-21
Use terse form for Fn bound.
Camille GILLOT
-16
/
+4
2023-10-21
Parametrize gather_moves by filter.
Camille GILLOT
-57
/
+80
2023-10-21
Stop computing error info in move path builder.
Camille GILLOT
-42
/
+25
2023-10-21
Avoid using a magic value for untracked locals.
Camille GILLOT
-17
/
+17
2023-10-21
Do not report errors from move path builder.
Camille GILLOT
-13
/
+5
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-5
/
+5
2023-10-02
have better explanation for `relate_types`
ouz-a
-4
/
+3
2023-10-02
Add docs, remove code, change subtyper code
ouz-a
-4
/
+5
2023-10-02
subtyping_projections
ouz-a
-0
/
+3
2023-09-23
Remove GeneratorWitness and rename GeneratorWitnessMIR.
Camille GILLOT
-4
/
+2
2023-09-22
match array for constantindex and subslice
ouz-a
-8
/
+9
2023-09-22
better bug message
ouz-a
-3
/
+7
2023-09-22
remove inner match
ouz-a
-6
/
+4
2023-09-12
very verbose error handling
ouz-a
-20
/
+86
2023-09-12
match on elem first
ouz-a
-33
/
+45
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-07-10
optimization round 2
DrMeepster
-8
/
+14
2023-07-04
bring back un_derefer and rewrite it again
DrMeepster
-53
/
+54
2023-06-29
Merge `un_derefer` into `MovePathLookup`
DrMeepster
-79
/
+66
2023-06-27
Auto merge of #112693 - ericmarkmartin:use-more-placeref, r=spastorino
bors
-14
/
+5
2023-06-25
use PlaceRef abstractions more consistently
Eric Mark Martin
-14
/
+5
2023-06-18
Better error for non const `PartialEq` call generated by `match`
Deadbeef
-1
/
+1
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
[next]