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_codegen_llvm
/
mir
/
constant.rs
Age
Commit message (
Expand
)
Author
Lines
2018-08-27
Miri Memory Work
Ralf Jung
-2
/
+2
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-1
/
+1
2018-08-22
miri/CTFE refactor
Ralf Jung
-3
/
+3
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-1
/
+1
2018-08-07
Auto merge of #51007 - AstralSorcerer:master, r=nagisa
bors
-2
/
+2
2018-08-01
Reintroduce `Undef` and properly check constant value sizes
Oliver Schneider
-4
/
+6
2018-07-31
Make globals with private linkage unnamed. Fixes #50862.
Colin Pronovost
-2
/
+2
2018-07-30
rustc_codegen_llvm: use safe references for Value.
Irina Popa
-11
/
+14
2018-07-30
rustc_codegen_llvm: use safe references for Type.
Irina Popa
-7
/
+7
2018-07-23
Promoteds are statics and statics have a place, not just a value
Oliver Schneider
-21
/
+12
2018-06-30
Do not allow LLVM to increase a TLS's alignment on macOS.
kennytm
-2
/
+2
2018-06-28
Merge `ConstVal` and `ConstValue`
Oliver Schneider
-16
/
+14
2018-06-28
Move everything over from `middle::const_val` to `mir::interpret`
Oliver Schneider
-1
/
+1
2018-06-28
Move the Lrc outside the error type and name the fields
Oliver Schneider
-4
/
+5
2018-06-05
Refactor the const eval diagnostic API
Oliver Schneider
-1
/
+4
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
-4
/
+4
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 PrimVal to Scalar
Oliver Schneider
-6
/
+6
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-19
Use `Size` instead of `u64` in mir interpretation
Oliver Schneider
-4
/
+5
2018-05-19
Go through an allocation when accessing fields of constants
Oliver Schneider
-1
/
+1
2018-05-19
Ensure that statics are always ByRef
Oliver Schneider
-46
/
+3
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-0
/
+271