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
2018-07-23
Promoteds are statics and statics have a place, not just a value
Oliver Schneider
-16
/
+3
2018-07-10
improve error message shown for unsafe operations: explain why undefined beha...
Ralf Jung
-1
/
+1
2018-07-03
store the `HirId` of the upvar
Niko Matsakis
-1
/
+1
2018-05-30
rustc: rename mir::LocalDecl's syntactic_source_info to source_info.
Eduard-Mihai Burtescu
-1
/
+1
2018-05-30
rustc: turn mir::LocalDecl's visibility_source_info into a SourceScope.
Eduard-Mihai Burtescu
-1
/
+1
2018-05-30
rustc: rename mir::LocalDecl's source_info to visibility_source_info.
Eduard-Mihai Burtescu
-1
/
+1
2018-05-30
rustc: turn mir::LocalDecl's syntactic_scope into a SourceInfo.
Eduard-Mihai Burtescu
-1
/
+1
2018-05-30
rustc: rename mir::SourceScopeInfo to mir::SourceScopeLocalData.
Eduard-Mihai Burtescu
-1
/
+1
2018-05-30
rustc: rename mir::VisibilityScope to mir::SourceScope.
Eduard-Mihai Burtescu
-3
/
+3
2018-05-29
rust-lang/rust#27282: Add `StatementKind::ReadForMatch` to MIR.
Felix S. Klock II
-0
/
+3
2018-05-08
Store the GeneratorInterior in the new GeneratorSubsts
John Kåre Alsaker
-2
/
+1
2018-05-08
Store generator movability outside GeneratorInterior
John Kåre Alsaker
-1
/
+2
2018-04-30
Unify MIR assert messages and const eval errors
Oliver Schneider
-21
/
+0
2018-04-28
Track unused mutable variables across closures
Keith Yeung
-0
/
+5
2018-03-22
UserAssertTy can handle inference variables.
David Wood
-2
/
+2
2018-03-22
Added UserAssertTy statement.
David Wood
-0
/
+4
2018-03-08
Add InterpretInterner to StableHashingContext for AllocId serialization
Oliver Schneider
-49
/
+49
2018-03-08
Prepare for using miri in trans
Alexander Regueiro
-0
/
+2
2018-02-09
Auto merge of #47802 - bobtwinkles:loop_false_edge, r=nikomatsakis
bors
-0
/
+4
2018-02-08
Encode (in MIR) whether borrows are explicit in source or arise due to autoref.
Felix S. Klock II
-1
/
+19
2018-02-05
mir: Add TerminatorKind::FalseUnwind
bobtwinkles
-0
/
+4
2017-12-24
Auto merge of #46896 - arielb1:shadow-scope, r=eddyb
bors
-1
/
+1
2017-12-21
fix debuginfo scoping of let-statements
Ariel Ben-Yehuda
-1
/
+1
2017-12-21
Mir: Add Terminatorkind::Abort
David Henningsson
-0
/
+1
2017-12-15
permit `ClosureOutlivesRequirement` to constrain regions or types
Niko Matsakis
-3
/
+18
2017-12-08
incr.comp.: Hash spans unconditionally for full accuracy.
Michael Woerister
-41
/
+4
2017-12-07
mir-borrowck returns closure requirements, mir-typeck enforces
Niko Matsakis
-0
/
+12
2017-12-01
MIR: s/lv(al(ue)?)?/place in function/variable/module names.
Eduard-Mihai Burtescu
-22
/
+22
2017-12-01
MIR: s/Lvalue/Place in type names.
Eduard-Mihai Burtescu
-4
/
+4
2017-12-01
Auto merge of #46236 - davidtwco:issue-46023, r=arielb1
bors
-1
/
+1
2017-11-30
Immutable unique closure upvars cannot be mutated.
David Wood
-1
/
+1
2017-11-28
incr.comp.: Make MIR encoding fit for incr.comp. caching.
Michael Woerister
-3
/
+3
2017-11-28
MIR: split Operand::Consume into Copy and Move.
Eduard-Mihai Burtescu
-1
/
+4
2017-11-26
make accessing packed fields a future-compat warning
Ariel Ben-Yehuda
-1
/
+20
2017-11-06
collect unused unsafe code
Ariel Ben-Yehuda
-0
/
+1
2017-11-02
add TerminatorKind::FalseEdges and use it in matches
Mikhail Modin
-1
/
+8
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
[next]