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
2019-02-10
rustc: doc comments
Alexander Regueiro
-3
/
+3
2019-02-08
librustc_mir => 2018
Taiki Endo
-2
/
+2
2019-01-21
Differentiate between closure and function bodies
Oliver Scherer
-0
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-3
/
+3
2018-12-06
Use a function to access the Hir map to be able to turn it into a query later
John Kåre Alsaker
-2
/
+2
2018-11-18
Simplify MIR drop generation
Matthew Jasper
-141
/
+147
2018-11-18
Remove mir::StatementKind::EndRegion
Matthew Jasper
-12
/
+3
2018-11-07
Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco
kennytm
-2
/
+2
2018-11-06
refactor: use shorthand fields
teresy
-2
/
+2
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-1
/
+1
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-1
/
+1
2018-09-15
Make rustc::middle::region::Scope's fields public
Marshall Bowers
-1
/
+1
2018-09-11
Simplify Scope/ScopeData to have less chance of introducing UB or size increases
Oliver Schneider
-1
/
+1
2018-09-07
make field always private, add `From` impls
Niko Matsakis
-1
/
+0
2018-08-19
mv codemap() source_map()
Donato Sciarra
-1
/
+1
2018-07-13
Auto merge of #52046 - cramertj:fix-generator-mir, r=eddyb
bors
-33
/
+66
2018-07-12
Ensure StorageDead is created even if variable initialization fails
Taylor Cramer
-33
/
+66
2018-07-02
Fix an ICE using break and continue as array lengths
varkor
-3
/
+3
2018-06-25
Make find_breakable_scope non-mutable
varkor
-3
/
+3
2018-05-30
rustc: rename mir::SourceScopeInfo to mir::SourceScopeLocalData.
Eduard-Mihai Burtescu
-6
/
+6
2018-05-30
rustc: rename mir::VisibilityScope to mir::SourceScope.
Eduard-Mihai Burtescu
-27
/
+27
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-3
/
+3
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
[next]