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
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