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
/
build
/
scope.rs
Age
Commit message (
Expand
)
Author
Lines
2018-01-27
end_point handling multibyte characters correctly.
David Wood
-1
/
+1
2018-01-27
Moved overflow check into end_point function.
David Wood
-6
/
+1
2018-01-27
Fixed off-by-one spans in MIR borrowck errors.
David Wood
-2
/
+9
2017-12-21
Mir: Abort on nounwind ABIs
David Henningsson
-0
/
+10
2017-12-03
funnel all unwind paths through a single Resume block
Ariel Ben-Yehuda
-27
/
+38
2017-12-01
MIR: s/lv(al(ue)?)?/place in function/variable/module names.
Eduard-Mihai Burtescu
-12
/
+12
2017-12-01
MIR: s/Lvalue/Place in type names.
Eduard-Mihai Burtescu
-8
/
+8
2017-11-14
rustc: split off BodyOwnerKind from MirSource.
Eduard-Mihai Burtescu
-7
/
+5
2017-11-14
rustc: remove unused MirSource::GeneratorDrop.
Eduard-Mihai Burtescu
-2
/
+1
2017-10-18
run EndRegion when unwinding otherwise-empty scopes
Ariel Ben-Yehuda
-44
/
+60
2017-10-17
look past the next drop for the drop panic target
Ariel Ben-Yehuda
-9
/
+7
2017-10-17
fix generator drop caching
Ariel Ben-Yehuda
-8
/
+27
2017-09-25
Auto merge of #44809 - arielb1:small-scope, r=eddyb
bors
-2
/
+2
2017-09-24
move Scope behind an enum
Ariel Ben-Yehuda
-2
/
+2
2017-09-24
move unsafety checking to MIR
Ariel Ben-Yehuda
-9
/
+18
2017-09-24
add lint levels to VisibilityScope
Ariel Ben-Yehuda
-3
/
+35
2017-09-13
Fix issue #43481: emit the EndRegion *before* StorageDeads for a scope.
Felix S. Klock II
-4
/
+6
2017-09-05
Skip EndRegion emission by default. Use `-Z emit-end-regions` to reenable it.
Felix S. Klock II
-7
/
+8
2017-09-04
rustc_mir: use Local instead of Lvalue in Storage{Live,Dead}.
Eduard-Mihai Burtescu
-1
/
+1
2017-09-01
rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree.
Eduard-Mihai Burtescu
-64
/
+68
2017-09-01
rustc: take TyCtxt and RegionMaps in CodeMap::span.
Eduard-Mihai Burtescu
-2
/
+1
2017-08-30
Make fields of `Span` private
Vadim Petrochenkov
-1
/
+1
2017-08-17
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-6
/
+4
2017-08-17
refactor(mir): remove unused argument
Michael Zapata
-6
/
+4
2017-08-16
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-16
/
+16
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-16
/
+16
2017-08-14
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-1
/
+1
2017-08-12
Fix some typos
Bastien Orivel
-1
/
+1
2017-08-12
Fix errors
John Kåre Alsaker
-8
/
+0
2017-08-12
Merge branch 'master' of https://github.com/rust-lang/rust into gen
John Kåre Alsaker
-122
/
+3
2017-08-11
Fix merge of scope.rs
John Kåre Alsaker
-8
/
+11
2017-08-10
For box expressions, use NZ drop instead of a free block
Ariel Ben-Yehuda
-116
/
+2
2017-08-09
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-52
/
+81
2017-08-01
pacify the merciless tidy
Ariel Ben-Yehuda
-2
/
+2
2017-08-01
rustc_mir: don't build unused unwind cleanup blocks
Ariel Ben-Yehuda
-32
/
+57
2017-08-01
remove the span field from `diverge_cleanup`
Ariel Ben-Yehuda
-11
/
+16
2017-07-28
Remove support for `gen arg`
Alex Crichton
-29
/
+4
2017-07-28
Fix tidy warnings
Alex Crichton
-4
/
+10
2017-07-28
Generator literal support
John Kåre Alsaker
-30
/
+164
2017-06-23
Removed as many "```ignore" as possible.
kennytm
-3
/
+4
2017-06-12
Add `EndRegion` statement kind to MIR.
Felix S. Klock II
-7
/
+33
2017-06-12
Pass span through diverge_cleanup down to build_diverge_scope where it
Felix S. Klock II
-6
/
+7
2017-06-12
Paired source_info with extent; thread both through to pts where EndRegion wi...
Felix S. Klock II
-10
/
+10
2017-06-12
Add destruction extents around blocks and statements in HAIR.
Felix S. Klock II
-0
/
+17
2017-05-22
add arielb1 example
Niko Matsakis
-0
/
+8
2017-05-17
introduce local-scope to prevent storagelive/storagedead in statics
Niko Matsakis
-0
/
+28
2017-05-13
rustc: stop interning CodeExtent, it's small enough.
Eduard-Mihai Burtescu
-15
/
+15
2017-05-13
rustc: remove redundant fn_id's from CodeExtentData.
Eduard-Mihai Burtescu
-1
/
+1
2017-05-12
box large variants in MIR
Ariel Ben-Yehuda
-1
/
+1
2017-05-01
pacify the mercilous tidy
Niko Matsakis
-1
/
+5
[next]