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
Age
Commit message (
Expand
)
Author
Lines
2017-08-25
rustc: Add a FIXME for `try_get` in MIR inlining
Alex Crichton
-1
/
+6
2017-08-21
Moved support code for `rustc_mir::borrow_check` query out of `mod transform`.
Felix S. Klock II
-1244
/
+0
2017-08-21
Remove the `rustc_mir::transform` entry point for mir-borrowck.
Felix S. Klock II
-24
/
+1
2017-08-21
Expose mir-borrowck via a query.
Felix S. Klock II
-2
/
+3
2017-08-19
rustc: Remove some dead code
Vadim Petrochenkov
-20
/
+3
2017-08-17
Auto merge of #43902 - michaelwoerister:fix-mir-passes-promoted, r=arielb1
bors
-0
/
+8
2017-08-16
Address review comment: `StatementKind::StorageDead` has an effect (running d...
Felix S. Klock II
-2
/
+10
2017-08-16
Cleanup: Every `BitDenotation` is a `DataflowOperator`, so build that in.
Felix S. Klock II
-1
/
+0
2017-08-16
MIR based borrow check (opt-in).
Felix S. Klock II
-0
/
+1271
2017-08-16
Refactor `trait BitDenotation` to take `Location` instead of `BasicBlock`/`us...
Felix S. Klock II
-2
/
+2
2017-08-16
Run MIR passes on promoted temporaries again.
Michael Woerister
-0
/
+8
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-48
/
+48
2017-08-13
Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkov
Guillaume Gomez
-1
/
+1
2017-08-12
Fix some typos
Bastien Orivel
-1
/
+1
2017-08-12
Check #[thread_local] statics correctly in the compiler.
Eduard-Mihai Burtescu
-1
/
+19
2017-08-11
Auto merge of #43748 - RalfJung:mir-validate2, r=arielb1
bors
-34
/
+43
2017-08-10
Auto merge of #43559 - Nashenas88:nll-region-renumberer, r=arielb1
bors
-14
/
+113
2017-08-10
Auto merge of #43582 - ivanbakel:unused_mut_ref, r=arielb1
bors
-1
/
+1
2017-08-09
run AddCallGuards for *all* call edges before running AddValidation
Ralf Jung
-34
/
+43
2017-08-08
make `for_all_relevant_impls` O(1) again
Ariel Ben-Yehuda
-2
/
+1
2017-08-04
Keep map hidden and instead move it out after visitor is finished
Paul Faria
-1
/
+6
2017-08-04
Auto merge of #43403 - RalfJung:mir-validate, r=nikomatsakis
bors
-8
/
+432
2017-08-03
Store map of region variable ids to lookups in nll visitor and remove referen...
Paul Faria
-26
/
+45
2017-08-01
also release-validate return value before a call
Ralf Jung
-8
/
+13
2017-08-01
closure unsafety check: stop moving up when we hit an item
Ralf Jung
-15
/
+15
2017-08-01
Fixed all unnecessary muts in language core
Isaac van Bakel
-1
/
+1
2017-08-01
use FnLike to recognize functions for us
Ralf Jung
-63
/
+60
2017-08-01
handle trait items as well
Ralf Jung
-0
/
+1
2017-08-01
handle tuple struct ctors
Ralf Jung
-1
/
+5
2017-07-31
Handle closures. Add some more tests.
Ralf Jung
-14
/
+47
2017-07-31
fix AddValidation on methods
Ralf Jung
-2
/
+8
2017-07-31
tidy
Ralf Jung
-2
/
+2
2017-07-31
optionally only emit basic validation for functions containing unsafe block /...
Ralf Jung
-43
/
+135
2017-08-01
rustc_mir::transform::simplify - remove nops first
Ariel Ben-Yehuda
-2
/
+2
2017-07-31
CleanEndRegions: use default impl where possible
Ralf Jung
-7
/
+0
2017-07-30
Consume MirVisitor changes and use more accurate spans for region renumbering
Paul Faria
-18
/
+23
2017-07-30
do not use doc comments inside functions
Ralf Jung
-1
/
+1
2017-07-30
Renumber regions as the first step of the non-lexical lifetimes inference
Paul Faria
-12
/
+82
2017-07-30
also release/validate around non-Misc casts
Ralf Jung
-30
/
+71
2017-07-30
Reorder passes so that AddValidation can run after ElaborateDrops
Ralf Jung
-15
/
+6
2017-07-30
after a Ref, only acquire the Deref'd destination
Ralf Jung
-0
/
+4
2017-07-30
please the tidy
Ralf Jung
-5
/
+8
2017-07-30
add -Z flag for AddValidation pass
Ralf Jung
-0
/
+10
2017-07-30
make ValidationOperand generic so that we can reuse it in miri with a differe...
Ralf Jung
-1
/
+1
2017-07-30
when suspending, we need to specify for which lifetime to recover
Ralf Jung
-50
/
+91
2017-07-30
only emit Suspend validation for mutable paths
Ralf Jung
-12
/
+41
2017-07-30
add_validation: handle drop
Ralf Jung
-2
/
+11
2017-07-30
emit validation for function calls and Ref
Ralf Jung
-5
/
+88
2017-07-30
CleanEndRegions: do not clean regions that occur in types in validation state...
Ralf Jung
-9
/
+44
2017-07-30
add a pass for validation commands; for now just emit the initial AcquireValid
Ralf Jung
-0
/
+44
[next]