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
2018-06-19
Run rustfmt
Santiago Pastorino
-350
/
+598
2018-06-19
Suggest that values are dropped in the opposite order they are defined
Santiago Pastorino
-0
/
+13
2018-06-19
Added diagnostics for suggesting `mut x` on repeated mutations of `x`.
Felix S. Klock II
-0
/
+39
2018-06-19
Thread info about form of variable bindings, including spans of arg types, do...
Felix S. Klock II
-9
/
+52
2018-05-30
rustc: rename mir::LocalDecl's syntactic_source_info to source_info.
Eduard-Mihai Burtescu
-9
/
+9
2018-05-30
rustc: turn mir::LocalDecl's visibility_source_info into a SourceScope.
Eduard-Mihai Burtescu
-19
/
+10
2018-05-30
rustc: rename mir::LocalDecl's source_info to visibility_source_info.
Eduard-Mihai Burtescu
-14
/
+14
2018-05-30
rustc: turn mir::LocalDecl's syntactic_scope into a SourceInfo.
Eduard-Mihai Burtescu
-10
/
+19
2018-05-30
rustc: rename mir::SourceScopeInfo to mir::SourceScopeLocalData.
Eduard-Mihai Burtescu
-16
/
+16
2018-05-30
rustc: rename mir::VisibilityScope to mir::SourceScope.
Eduard-Mihai Burtescu
-36
/
+38
2018-05-29
rust-lang/rust#27282: Add `StatementKind::ReadForMatch` to MIR.
Felix S. Klock II
-0
/
+6
2018-05-26
Add `Ident::as_str` helper
Vadim Petrochenkov
-1
/
+1
2018-05-26
Use `Ident`s for fields in HIR
Vadim Petrochenkov
-1
/
+1
2018-05-24
Rename `amt` variables to `shift`
Oliver Schneider
-2
/
+2
2018-05-24
`tcx.lift_to_global` > `tcx.global_tcx().lift`
Oliver Schneider
-4
/
+3
2018-05-24
Printing a fn definition needs to know nothing about its ZST's value
Oliver Schneider
-1
/
+1
2018-05-24
Printing values should ignore whether bits are undefined
Oliver Schneider
-6
/
+6
2018-05-24
Better variable naming
Oliver Schneider
-2
/
+2
2018-05-24
Get rid of `scalar_size`
Oliver Schneider
-2
/
+6
2018-05-24
Remove an instance of `scalar_size` in a `Debug` impl
Oliver Schneider
-2
/
+6
2018-05-24
Accidentally used byte-size instead of bit-size
Oliver Schneider
-1
/
+1
2018-05-24
change `Value::Bytes` to `Value::Bits`
Oliver Schneider
-11
/
+16
2018-05-24
Rename ByVal(Pair) to Scalar(Pair)
Oliver Schneider
-10
/
+10
2018-05-24
Rename PrimVal to Scalar
Oliver Schneider
-11
/
+11
2018-05-23
Rollup merge of #50945 - stjepang:stabilize-from-ref, r=SimonSapin
kennytm
-1
/
+1
2018-05-22
Introduce AllocType which indicates what AllocIds point to
John Kåre Alsaker
-11
/
+9
2018-05-21
Stabilize feature from_ref
Stjepan Glavina
-1
/
+1
2018-05-19
Use `Size` instead of `u64` in mir interpretation
Oliver Schneider
-1
/
+1
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-2
/
+2
2018-05-11
Introduce ConstValue and use it instead of miri's Value for constant values
John Kåre Alsaker
-10
/
+11
2018-05-08
Insert fields from TypeAndMut into TyRef to allow layout optimization
John Kåre Alsaker
-4
/
+2
2018-05-08
Store the GeneratorInterior in the new GeneratorSubsts
John Kåre Alsaker
-10
/
+6
2018-05-08
Store generator movability outside GeneratorInterior
John Kåre Alsaker
-5
/
+6
2018-05-05
add `Location::START` const
Niko Matsakis
-0
/
+5
2018-05-02
Auto merge of #50278 - eddyb:mir-succ-iter, r=nikomatsakis
bors
-62
/
+66
2018-05-01
Merge adjacent write! invocations
Oliver Schneider
-4
/
+1
2018-05-01
rustc: return impl Iterator from Terminator(Kind)::successors(_mut).
Eduard-Mihai Burtescu
-62
/
+66
2018-04-30
Improve div by zero const eval errors
Oliver Schneider
-1
/
+1
2018-04-30
Unify MIR assert messages and const eval errors
Oliver Schneider
-31
/
+6
2018-04-30
Merge ConstMathError into EvalErrorKind
Oliver Schneider
-4
/
+4
2018-04-30
Remove the `rustc_const_math` crate
Oliver Schneider
-2
/
+1
2018-04-30
Remove ConstFloat
Oliver Schneider
-3
/
+6
2018-04-28
Only check possibly initialized values and also loop over fn args
Keith Yeung
-4
/
+6
2018-04-28
Track unused mutable variables across closures
Keith Yeung
-0
/
+7
2018-04-28
Allow MIR borrowck to catch unused mutable locals
Keith Yeung
-0
/
+14
2018-04-15
determine whether a borrow is active based solely on the location
Niko Matsakis
-1
/
+1
2018-03-28
Make Mir::predecessors thread-safe
John Kåre Alsaker
-4
/
+4
2018-03-23
Improved comments for UserAssertTy statement.
David Wood
-0
/
+8
2018-03-22
UserAssertTy can handle inference variables.
David Wood
-3
/
+4
2018-03-22
Added UserAssertTy statement.
David Wood
-0
/
+11
[next]