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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2017-11-14
Backported merge of #45785 - arielb1:unsafe-fixes, r=eddyb
bors
-0
/
+10
2017-10-08
Auto merge of #45016 - pnkfelix:mir-borrowck-gather-and-signal-move-errors, r...
bors
-0
/
+13
2017-10-04
Move newtype_index to rustc_data_structures
Santiago Pastorino
-24
/
+0
2017-10-04
Add method to `Mir` that maps a `Location` to its `SourceInfo`.
Felix S. Klock II
-0
/
+13
2017-09-24
address review comments
Ariel Ben-Yehuda
-1
/
+1
2017-09-24
move unsafety checking to MIR
Ariel Ben-Yehuda
-2
/
+25
2017-09-24
add lint levels to VisibilityScope
Ariel Ben-Yehuda
-1
/
+44
2017-09-14
bring TyCtxt into scope
Douglas Campos
-3
/
+3
2017-09-11
rustc: use ConstVal::Unevaluated instead of mir::Literal::Item.
Eduard-Mihai Burtescu
-13
/
+5
2017-09-11
rustc: evaluate fixed-length array length expressions lazily.
Eduard-Mihai Burtescu
-0
/
+1
2017-09-11
rustc: introduce ty::Const { ConstVal, Ty }.
Eduard-Mihai Burtescu
-5
/
+9
2017-09-11
rustc: intern ConstVal's in TyCtxt.
Eduard-Mihai Burtescu
-7
/
+8
2017-09-08
Use NodeId/HirId instead of DefId for local variables.
Eduard-Mihai Burtescu
-8
/
+4
2017-09-04
rustc_mir: use Local instead of Lvalue in Storage{Live,Dead}.
Eduard-Mihai Burtescu
-7
/
+7
2017-09-03
rustc_mir: use Local in ProjectionElem::Index.
Eduard-Mihai Burtescu
-5
/
+5
2017-09-01
rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree.
Eduard-Mihai Burtescu
-11
/
+11
2017-08-24
Touch up a comment on `LocalDecl::internal`
Alex Crichton
-5
/
+11
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-11
Please tidy
John Kåre Alsaker
-1
/
+3
2017-08-11
Store generator interior in MIR literals
John Kåre Alsaker
-6
/
+7
2017-08-11
Some tweaks and comments
John Kåre Alsaker
-6
/
+7
2017-08-09
Initial pass review comments
Alex Crichton
-1
/
+6
2017-08-09
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-11
/
+91
2017-07-31
more readable printing of validation operands
Ralf Jung
-1
/
+1
2017-07-31
more documentation
Ralf Jung
-1
/
+12
2017-07-30
please the tidy
Ralf Jung
-1
/
+2
2017-07-30
make ValidationOperand generic so that we can reuse it in miri with a differe...
Ralf Jung
-5
/
+6
2017-07-30
when suspending, we need to specify for which lifetime to recover
Ralf Jung
-3
/
+40
2017-07-30
respect lifetime rendering when rendering Suspend validation op
Ralf Jung
-1
/
+13
2017-07-30
add new instructions for asserting when values are valid, and to describe whe...
Ralf Jung
-0
/
+18
2017-07-28
Ignore drop check bools when testing for legal generator types
John Kåre Alsaker
-0
/
+22
2017-07-28
Remove support for `gen arg`
Alex Crichton
-4
/
+0
2017-07-28
Rename suspend to yield
John Kåre Alsaker
-17
/
+17
2017-07-28
Fix tidy warnings
Alex Crichton
-1
/
+2
2017-07-28
Generator literal support
John Kåre Alsaker
-7
/
+125
2017-07-27
erase types in the move-path abstract domain
Ariel Ben-Yehuda
-10
/
+10
2017-07-24
avoid printing 'static
Ralf Jung
-1
/
+4
2017-07-24
Fix printing regions with -Z verbose
Ralf Jung
-5
/
+2
2017-07-12
rename trait to conform with 'getter trait' pattern
Ralf Jung
-6
/
+6
2017-07-12
overload the mir ty methods to make them more ergonomic to use
Ralf Jung
-0
/
+16
2017-07-11
Refactor: {Lvalue,Rvalue,Operand}::ty only need the locals' types, not the fu...
Ralf Jung
-1
/
+4
2017-07-05
use field init shorthand in src/librustc
Zack M. Davis
-29
/
+29
2017-06-12
Add `EndRegion` statement kind to MIR.
Felix S. Klock II
-0
/
+21
2017-06-12
`-Z identify_regions` toggles rendering of (previously hidden) unnamed regions.
Felix S. Klock II
-2
/
+12
2017-06-12
Add `-Z span_free_rvalues`.
Felix S. Klock II
-1
/
+5
2017-05-28
add NullOp::SizeOf and BinOp::Offset
Ariel Ben-Yehuda
-6
/
+14
2017-05-12
box large variants in MIR
Ariel Ben-Yehuda
-7
/
+7
2017-05-02
add a README describing the whole design
Niko Matsakis
-0
/
+2
2017-04-30
intern CodeExtents
Niko Matsakis
-1
/
+1
[next]