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
/
src
/
librustc_mir
/
transform
/
check_consts
/
resolver.rs
Age
Commit message (
Expand
)
Author
Lines
2020-04-23
Rename `Item` to `ConstCx`.
Oliver Scherer
-15
/
+15
2020-04-22
Don't use `*` for deref-coercion
Dylan MacKenzie
-1
/
+1
2020-03-31
Use Place directly on Operand::place and friends, it's Copy
Santiago Pastorino
-3
/
+3
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-1
/
+1
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-2
/
+2
2020-03-26
Update imports from `dataflow::generic` to `dataflow`
Dylan MacKenzie
-2
/
+2
2020-03-14
Simplify `Qualif` interface
Dylan MacKenzie
-13
/
+18
2020-02-12
Use `MaybeMutBorrowedLocals` for const-checking
Dylan MacKenzie
-1
/
+1
2020-02-03
Pass correct closure type to `Qualif` methods
Dylan MacKenzie
-4
/
+10
2020-01-28
Local field on PlaceRef and RootPlace is not a reference anymore
Santiago Pastorino
-1
/
+1
2020-01-14
Use unified dataflow framework in `check_consts`
Dylan MacKenzie
-1
/
+6
2020-01-10
Remove PlaceBase enum and make Place base field be local: Local
Santiago Pastorino
-3
/
+3
2019-12-22
Format the world
Mark Rousskov
-21
/
+6
2019-12-03
rustc: expose the mir::Body reference lifetime from mir::ReadOnlyBodyCache (#...
Eduard-Mihai Burtescu
-1
/
+1
2019-12-02
Fix rebasing errors, convert some BodyCache::body() calls to reborrows
Paul Daniel Faria
-1
/
+1
2019-12-02
Fix type errors created during rebasing
Paul Daniel Faria
-1
/
+1
2019-10-25
Remove `QualifResolver` abstraction
Dylan MacKenzie
-144
/
+9
2019-10-26
rustc_mir: use the new validator's Qualif in promotion.
Eduard-Mihai Burtescu
-3
/
+9
2019-10-22
Pattern match over PlaceRef rather than Place
Santiago Pastorino
-9
/
+8
2019-09-30
Use separate files for debugging `Qualif` dataflow results
Dylan MacKenzie
-1
/
+1
2019-09-30
Update consumers of `generic::Engine` API
Dylan MacKenzie
-1
/
+2
2019-09-29
remove indexed_vec re-export from rustc_data_structures
csmoe
-1
/
+1
2019-09-28
Mask results from flow-sensitive resolver with `in_any_value_of_ty`
Dylan MacKenzie
-1
/
+19
2019-09-28
Add description for every module in `check_consts`
Dylan MacKenzie
-0
/
+5
2019-09-28
Share `IndirectlyMutableLocals` results via reference
Dylan MacKenzie
-4
/
+3
2019-09-28
Return a `bool` from `in_any_value_of_ty`
Dylan MacKenzie
-1
/
+1
2019-09-28
Add dataflow-based const validation
Dylan MacKenzie
-0
/
+327