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
Age
Commit message (
Expand
)
Author
Lines
2023-11-23
Move `has_rustc_mir_with`.
Nicholas Nethercote
-19
/
+17
2023-11-23
Reorder some `use` items.
Nicholas Nethercote
-8
/
+6
2023-11-23
Remove unused feature.
Nicholas Nethercote
-1
/
+0
2023-11-22
Replace `no_ord_impl` with `orderable`.
Nicholas Nethercote
-0
/
+2
2023-11-22
Replace `custom_encodable` with `encodable`.
Nicholas Nethercote
-1
/
+0
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-15
/
+11
2023-11-08
rename `BorrowKind::Shallow` to `Fake`
lcnr
-2
/
+2
2023-11-08
generator layout: ignore fake borrows
lcnr
-2
/
+7
2023-10-30
Clean up `rustc_*/Cargo.toml`.
Nicholas Nethercote
-5
/
+5
2023-10-24
Auto merge of #116300 - cjgillot:split-move, r=petrochenkov
bors
-253
/
+125
2023-10-23
Auto merge of #116033 - bvanjoi:fix-116032, r=petrochenkov
bors
-1
/
+1
2023-10-22
use visibility to check unused imports and delete some stmts
bohan
-1
/
+1
2023-10-21
Use terse form for Fn bound.
Camille GILLOT
-16
/
+4
2023-10-21
Remove on_all_drop_children_bits.
Camille GILLOT
-27
/
+3
2023-10-21
Parametrize gather_moves by filter.
Camille GILLOT
-60
/
+84
2023-10-21
Stop computing error info in move path builder.
Camille GILLOT
-82
/
+26
2023-10-21
Avoid using a magic value for untracked locals.
Camille GILLOT
-25
/
+32
2023-10-21
Do not report errors from move path builder.
Camille GILLOT
-17
/
+8
2023-10-21
Remove is_terminal_path.
Camille GILLOT
-59
/
+1
2023-10-21
Improve naming and comments.
Camille GILLOT
-17
/
+45
2023-10-21
Implement JumpThreading pass.
Camille GILLOT
-18
/
+89
2023-10-20
s/generator/coroutine/
Oli Scherer
-13
/
+13
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-11
/
+11
2023-10-13
Format all the let chains in compiler
Michael Goulet
-4
/
+8
2023-10-06
Preserve DebugInfo in DeadStoreElimination.
Camille GILLOT
-0
/
+21
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
/
+4
2023-09-28
Some tracing cleanups
Oli Scherer
-4
/
+3
2023-09-24
Auto merge of #115794 - cjgillot:aggregate-no-box, r=davidtwco
bors
-1
/
+3
2023-09-23
Remove GeneratorWitness and rename GeneratorWitnessMIR.
Camille GILLOT
-4
/
+2
2023-09-22
Rollup merge of #115770 - ouz-a:match_elem_builder, r=lcnr
Matthias Krüger
-32
/
+113
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-21
rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const
Ralf Jung
-5
/
+5
2023-09-20
Do not create a DerefLen place for `Box<[T]>`.
Camille GILLOT
-1
/
+3
2023-09-12
very verbose error handling
ouz-a
-20
/
+86
2023-09-12
match on elem first
ouz-a
-33
/
+45
2023-09-11
Support non-scalar constants.
Camille GILLOT
-1
/
+26
2023-09-07
Correct comment and assumption.
Camille GILLOT
-6
/
+5
2023-09-06
Support array length.
Camille GILLOT
-0
/
+36
2023-09-05
Support non-trivial scalars in ConstProp.
Camille GILLOT
-45
/
+29
2023-09-02
Take `&mut Results` in `ResultsVisitor`
Jason Newcomb
-12
/
+12
2023-08-24
when terminating during unwinding, show the reason why
Ralf Jung
-10
/
+10
2023-08-20
give some unwind-related terminators a more clear name
Ralf Jung
-10
/
+10
2023-08-16
Use Terminator::edges for backward analysis too.
Camille GILLOT
-1
/
+1
2023-08-16
Only evaluate yield place after resume in liveness.
Camille GILLOT
-15
/
+31
2023-08-16
Specify that method only applies statement effects.
Camille GILLOT
-9
/
+14
2023-08-16
Rename YieldResumeEffect.
Camille GILLOT
-6
/
+6
[prev]
[next]