| Age | Commit message (Collapse) | 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 | |
| (This is just the data structure changes and some boilerplate match code that followed from it; the actual emission of these statements comes in a follow-up commit.) | ||||
| 2018-05-24 | Revert "Ensure llvm doesn't trigger an assert for crazy transmutes" | Oliver Schneider | -2/+5 | |
| This reverts commit 776c632e2a9a044fd134321a9d561e28994ff3ff. | ||||
| 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 | |
| rustc_codegen_llvm: remove some debuginfo cruft. (The second commit passes tests locally but might not on older LLVM versions) r? @nikomatsakis | ||||
| 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 | |
| Don't lint numeric overflows in promoteds in release mode r? @eddyb mitigates #50814 | ||||
| 2018-05-20 | Auto merge of #50803 - varkor:never-transmute-never, r=eddyb | bors | -3/+14 | |
| Fix an ICE when attempting to transmute an uninhabited type Fixes https://github.com/rust-lang/rust/issues/50570. | ||||
| 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 | |
