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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_codegen_llvm
/
mir
Age
Commit message (
Expand
)
Author
Lines
2018-05-30
rustc: rename mir::VisibilityScope to mir::SourceScope.
Eduard-Mihai Burtescu
-5
/
+5
2018-05-29
rust-lang/rust#27282: Add `StatementKind::ReadForMatch` to MIR.
Felix S. Klock II
-0
/
+1
2018-05-24
Revert "Ensure llvm doesn't trigger an assert for crazy transmutes"
Oliver Schneider
-2
/
+5
2018-05-24
Ensure llvm doesn't trigger an assert for crazy transmutes
Oliver Schneider
-5
/
+2
2018-05-24
primval -> scalar rename
Oliver Schneider
-8
/
+8
2018-05-24
change `Value::Bytes` to `Value::Bits`
Oliver Schneider
-4
/
+6
2018-05-24
Rename MemoryPointer to Pointer
Oliver Schneider
-2
/
+2
2018-05-24
Eliminate the `Pointer` wrapper type
Oliver Schneider
-1
/
+1
2018-05-24
Differentiate between interpret::Scalar and layout::Scalar
Oliver Schneider
-6
/
+6
2018-05-24
Rename ByVal(Pair) to Scalar(Pair)
Oliver Schneider
-3
/
+3
2018-05-24
Rename PrimVal to Scalar
Oliver Schneider
-6
/
+6
2018-05-24
Auto merge of #50949 - eddyb:debuginfo, r=mw
bors
-23
/
+3
2018-05-22
Use SortedMap instead of BTreeMap for relocations in MIRI.
Michael Woerister
-1
/
+1
2018-05-22
Introduce AllocType which indicates what AllocIds point to
John Kåre Alsaker
-26
/
+22
2018-05-21
rustc_codegen_llvm: remove closure env alloca hack around upvar debuginfo.
Eduard-Mihai Burtescu
-22
/
+2
2018-05-21
rustc_codegen_llvm: remove debuginfo::VariableKind::CapturedVariable.
Eduard-Mihai Burtescu
-1
/
+1
2018-05-20
Auto merge of #50841 - oli-obk:promote_errors_to_panics, r=eddyb
bors
-2
/
+2
2018-05-20
Auto merge of #50803 - varkor:never-transmute-never, r=eddyb
bors
-3
/
+14
2018-05-19
Use `Size` instead of `u64` in mir interpretation
Oliver Schneider
-5
/
+6
2018-05-19
Go through an allocation when accessing fields of constants
Oliver Schneider
-4
/
+10
2018-05-19
Ensure that statics are always ByRef
Oliver Schneider
-46
/
+3
2018-05-19
Add a test showing the erroneous promoted bug
Oliver Schneider
-2
/
+2
2018-05-17
Make sure the type we think is uninhabited actually is
varkor
-1
/
+2
2018-05-17
Fix an ICE when attempting to transmute an uninhabited type
varkor
-3
/
+13
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-0
/
+4147
[prev]