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
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-06-05
Properly report transitive errors
Oliver Schneider
-43
/
+37
2018-06-05
Refactor the const eval diagnostic API
Oliver Schneider
-0
/
+36
2018-06-01
Remove outdated AllocId decoding function.
Michael Woerister
-42
/
+1
2018-06-01
Make const decoding from the incremental cache thread-safe.
Michael Woerister
-0
/
+169
2018-05-30
rustc: rename mir::LocalDecl's syntactic_source_info to source_info.
Eduard-Mihai Burtescu
-12
/
+12
2018-05-30
rustc: turn mir::LocalDecl's visibility_source_info into a SourceScope.
Eduard-Mihai Burtescu
-21
/
+12
2018-05-30
rustc: use syntactic (instead of visibility) source info where appropriate.
Eduard-Mihai Burtescu
-1
/
+1
2018-05-30
rustc: rename mir::LocalDecl's source_info to visibility_source_info.
Eduard-Mihai Burtescu
-18
/
+18
2018-05-30
rustc: turn mir::LocalDecl's syntactic_scope into a SourceInfo.
Eduard-Mihai Burtescu
-12
/
+21
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
-54
/
+56
2018-05-29
rust-lang/rust#27282: Add `StatementKind::ReadForMatch` to MIR.
Felix S. Klock II
-0
/
+11
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-25
Sanity abort `to_bits` if used on zsts
Oliver Schneider
-1
/
+1
2018-05-25
Update comment
Oliver Schneider
-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
Remove the last mention of `Undef`
Oliver Schneider
-1
/
+1
2018-05-24
Replace `ScalarKind` with `Primitive`
Oliver Schneider
-67
/
+1
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
primval -> scalar rename
Oliver Schneider
-4
/
+4
2018-05-24
Formatting nit
Oliver Schneider
-1
/
+1
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
-99
/
+88
2018-05-24
Remove Pointer::zero in favor of Pointer::from
Oliver Schneider
-4
/
+7
2018-05-24
Rename MemoryPointer to Pointer
Oliver Schneider
-24
/
+24
2018-05-24
Eliminate the `Pointer` wrapper type
Oliver Schneider
-53
/
+23
2018-05-24
Rename ByVal(Pair) to Scalar(Pair)
Oliver Schneider
-26
/
+26
2018-05-24
Rename PrimVal to Scalar
Oliver Schneider
-81
/
+81
2018-05-24
Add constant for `Size::from_bytes(0)`
Oliver Schneider
-2
/
+6
2018-05-24
implement Ord for OutlivesPredicate and other types
toidiu
-8
/
+8
2018-05-23
Auto merge of #50866 - michaelwoerister:relocations-in-vec, r=oli-obk
bors
-4
/
+34
2018-05-23
Rollup merge of #50945 - stjepang:stabilize-from-ref, r=SimonSapin
kennytm
-1
/
+1
2018-05-22
Use SortedMap instead of BTreeMap for relocations in MIRI.
Michael Woerister
-4
/
+34
2018-05-22
Introduce AllocType which indicates what AllocIds point to
John Kåre Alsaker
-33
/
+128
2018-05-21
Stabilize feature from_ref
Stjepan Glavina
-1
/
+1
2018-05-19
Use `Size` instead of `u64` in mir interpretation
Oliver Schneider
-53
/
+55
2018-05-19
Go through an allocation when accessing fields of constants
Oliver Schneider
-4
/
+4
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-9
/
+8
2018-05-11
Introduce ConstValue and use it instead of miri's Value for constant values
John Kåre Alsaker
-16
/
+133
2018-05-08
Insert fields from TypeAndMut into TyRef to allow layout optimization
John Kåre Alsaker
-4
/
+2
[next]