summary refs log tree commit diff
path: root/src/librustc/ich/impls_mir.rs
AgeCommit message (Expand)AuthorLines
2017-11-14Backported merge of #45785 - arielb1:unsafe-fixes, r=eddybbors-0/+1
2017-09-24move unsafety checking to MIRAriel Ben-Yehuda-1/+21
2017-09-24add lint levels to VisibilityScopeAriel Ben-Yehuda-0/+18
2017-09-18incr.comp.: Remove tcx from StableHashingContext.Michael Woerister-40/+40
2017-09-11rustc: use ConstVal::Unevaluated instead of mir::Literal::Item.Eduard-Mihai Burtescu-4/+0
2017-09-01rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree.Eduard-Mihai Burtescu-3/+3
2017-08-11Merge remote-tracking branch 'origin/master' into genAlex Crichton-12/+12
2017-08-11Store generator interior in MIR literalsJohn Kåre Alsaker-2/+6
2017-08-09Merge remote-tracking branch 'origin/master' into genAlex Crichton-9/+32
2017-08-08Implement HashStable for Xyz<'gcx> instead of Xyz<'lcx>.Michael Woerister-12/+12
2017-07-30please the tidyRalf Jung-1/+2
2017-07-30make ValidationOperand generic so that we can reuse it in miri with a differe...Ralf Jung-1/+13
2017-07-30when suspending, we need to specify for which lifetime to recoverRalf Jung-0/+2
2017-07-30add new instructions for asserting when values are valid, and to describe whe...Ralf Jung-2/+8
2017-07-28Ignore drop check bools when testing for legal generator typesJohn Kåre Alsaker-0/+1
2017-07-28Rename suspend to yieldJohn Kåre Alsaker-2/+2
2017-07-28Generator literal supportJohn Kåre Alsaker-2/+15
2017-07-27erase types in the move-path abstract domainAriel Ben-Yehuda-7/+9
2017-06-12Add `EndRegion` statement kind to MIR.Felix S. Klock II-0/+3
2017-06-06ICH: Make StableHashingContext work with any TyCtxt, not just the global one.Michael Woerister-35/+43
2017-05-28Auto merge of #42175 - michaelwoerister:filemap-hashing-fix-1, r=nikomatsakisbors-3/+47
2017-05-28add NullOp::SizeOf and BinOp::OffsetAriel Ben-Yehuda-2/+8
2017-05-23incr.comp.: Track expanded spans instead of FileMaps.Michael Woerister-3/+47
2017-04-11store Spans for all MIR localsAriel Ben-Yehuda-1/+2
2017-04-06Introduce HashStable trait and base ICH implementations on it.Michael Woerister-0/+407