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
/
ich
/
impls_mir.rs
Age
Commit message (
Expand
)
Author
Lines
2017-11-14
Backported merge of #45785 - arielb1:unsafe-fixes, r=eddyb
bors
-0
/
+1
2017-09-24
move unsafety checking to MIR
Ariel Ben-Yehuda
-1
/
+21
2017-09-24
add lint levels to VisibilityScope
Ariel Ben-Yehuda
-0
/
+18
2017-09-18
incr.comp.: Remove tcx from StableHashingContext.
Michael Woerister
-40
/
+40
2017-09-11
rustc: use ConstVal::Unevaluated instead of mir::Literal::Item.
Eduard-Mihai Burtescu
-4
/
+0
2017-09-01
rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree.
Eduard-Mihai Burtescu
-3
/
+3
2017-08-11
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-12
/
+12
2017-08-11
Store generator interior in MIR literals
John Kåre Alsaker
-2
/
+6
2017-08-09
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-9
/
+32
2017-08-08
Implement HashStable for Xyz<'gcx> instead of Xyz<'lcx>.
Michael Woerister
-12
/
+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
-1
/
+13
2017-07-30
when suspending, we need to specify for which lifetime to recover
Ralf Jung
-0
/
+2
2017-07-30
add new instructions for asserting when values are valid, and to describe whe...
Ralf Jung
-2
/
+8
2017-07-28
Ignore drop check bools when testing for legal generator types
John Kåre Alsaker
-0
/
+1
2017-07-28
Rename suspend to yield
John Kåre Alsaker
-2
/
+2
2017-07-28
Generator literal support
John Kåre Alsaker
-2
/
+15
2017-07-27
erase types in the move-path abstract domain
Ariel Ben-Yehuda
-7
/
+9
2017-06-12
Add `EndRegion` statement kind to MIR.
Felix S. Klock II
-0
/
+3
2017-06-06
ICH: Make StableHashingContext work with any TyCtxt, not just the global one.
Michael Woerister
-35
/
+43
2017-05-28
Auto merge of #42175 - michaelwoerister:filemap-hashing-fix-1, r=nikomatsakis
bors
-3
/
+47
2017-05-28
add NullOp::SizeOf and BinOp::Offset
Ariel Ben-Yehuda
-2
/
+8
2017-05-23
incr.comp.: Track expanded spans instead of FileMaps.
Michael Woerister
-3
/
+47
2017-04-11
store Spans for all MIR locals
Ariel Ben-Yehuda
-1
/
+2
2017-04-06
Introduce HashStable trait and base ICH implementations on it.
Michael Woerister
-0
/
+407