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-12-15
NFC don't convert types to identical types
Matthias Krüger
-5
/
+1
2023-12-10
remove redundant imports
surechen
-2
/
+0
2023-12-08
Tweak `GenKillAnalysis`.
Nicholas Nethercote
-19
/
+22
2023-12-08
Remove `impl_visitable!`.
Nicholas Nethercote
-2
/
+2
2023-12-08
Remove unused arguments from `ResultsVisitor::visit_block_{start,end}`.
Nicholas Nethercote
-34
/
+8
2023-11-27
Deparameterize `Results` and `ResultsCursor`.
Nicholas Nethercote
-72
/
+27
2023-11-27
Remove `ResultsCloned` and `ResultsClonedCursor`.
Nicholas Nethercote
-26
/
+4
2023-11-27
Remove uses of `ResultsClonedCursor`.
Nicholas Nethercote
-14
/
+14
2023-11-27
Remove `ResultsRefCursor`.
Nicholas Nethercote
-29
/
+2
2023-11-27
Remove another use of `as_results_cursor`.
Nicholas Nethercote
-40
/
+62
2023-11-27
Remove `CloneAnalysis`.
Nicholas Nethercote
-29
/
+5
2023-11-27
Remove some unused code relating to `ResultsCloned`.
Nicholas Nethercote
-39
/
+2
2023-11-27
Use typedefs to clarify some impls.
Nicholas Nethercote
-2
/
+5
2023-11-25
Rollup merge of #118288 - compiler-errors:is_some_and, r=lqd,dtolnay
Michael Goulet
-1
/
+1
2023-11-26
Use `rustc_fluent_macro::fluent_messages!` directly.
Nicholas Nethercote
-2
/
+1
2023-11-26
Avoid need for `{D,Subd}iagnosticMessage` imports.
Nicholas Nethercote
-1
/
+0
2023-11-25
is_{some,ok}_and
Michael Goulet
-1
/
+1
2023-11-25
Auto merge of #118203 - nnethercote:rustc_mir_dataflow, r=cjgillot
bors
-164
/
+88
2023-11-24
Remove `ResultsCursor::get_with_analysis`.
Nicholas Nethercote
-6
/
+2
2023-11-24
Remove unnecessary `mut`.
Nicholas Nethercote
-1
/
+1
2023-11-24
Remove unused arguments from `on_all_children_bits`.
Nicholas Nethercote
-56
/
+25
2023-11-24
Remove unused `EverInitializedPlaces::tcx` field.
Nicholas Nethercote
-4
/
+2
2023-11-24
Remove unneeded derives from `MaybeLiveLocals`.
Nicholas Nethercote
-1
/
+0
2023-11-23
Use `'mir` lifetime name more.
Nicholas Nethercote
-14
/
+14
2023-11-23
Remove unnecessary things from `State` and `Map`.
Nicholas Nethercote
-25
/
+4
2023-11-23
Remove unnecessary and misleading `..` in a pattern.
Nicholas Nethercote
-1
/
+0
2023-11-23
Remove unnecessary `ValueAnalysisWrapper::Direction`.
Nicholas Nethercote
-5
/
+1
2023-11-23
Reduce `pub` usage.
Nicholas Nethercote
-12
/
+10
2023-11-23
Avoid unnecessary exports.
Nicholas Nethercote
-11
/
+11
2023-11-23
Remove `indexes` module.
Nicholas Nethercote
-6
/
+1
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
[next]