| Age | Commit message (Expand) | Author | Lines |
| 2019-06-19 | Weave the alignment through `ByRef` | Oliver Scherer | -2/+4 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -7/+7 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -18/+11 |
| 2019-06-12 | rustc: remove some unnecessary lifetimes in -> TyCtxt methods. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -7/+4 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -8/+7 |
| 2019-06-11 | rustc: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -2/+2 |
| 2019-06-09 | Apply suggestions from code review | Ralf Jung | -2/+2 |
| 2019-06-09 | trait-ize binary_float_op | Ralf Jung | -0/+14 |
| 2019-06-09 | offer ways to directly construct a Scalar from unsigned integers | Ralf Jung | -2/+24 |
| 2019-06-08 | Scalar: only convert to/from soft-float types, not to/from hard-floats | Ralf Jung | -8/+11 |
| 2019-06-08 | rename EvalResult -> InterpResult and EvalError -> InterpErrorInfo | Ralf Jung | -68/+68 |
| 2019-06-07 | add doc comment for EvalError | Ralf Jung | -0/+5 |
| 2019-06-07 | make the backtrace field of EvalError private | Ralf Jung | -1/+1 |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -3/+4 |
| 2019-06-02 | turn comments into doc-comments | Ralf Jung | -3/+9 |
| 2019-06-02 | no longer assume that there is a default tag: give the machine the chance to ... | Ralf Jung | -38/+11 |
| 2019-06-01 | Auto merge of #61350 - RalfJung:alloc, r=oli-obk | bors | -41/+54 |
| 2019-05-30 | light refactoring of global AllocMap | Ralf Jung | -41/+54 |
| 2019-05-30 | Make the `type_name` intrinsic's output deterministic | Oliver Scherer | -4/+6 |
| 2019-05-29 | Rollup merge of #60928 - TheSirC:fix/60229, r=eddyb | Mazdak Farrokhzad | -1/+1 |
| 2019-05-29 | rustc: rename Mir to mir::Body in comments and to MIR in error strings. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-05-28 | Rollup merge of #61164 - RalfJung:scalar, r=oli-obk | Mazdak Farrokhzad | -94/+125 |
| 2019-05-27 | Auto merge of #59627 - LooMaclin:issue_57128_improve_miri_error_reporting_in_... | bors | -21/+42 |
| 2019-05-27 | factor out some common code and make the on-elimination truncation test debug... | Ralf Jung | -13/+19 |
| 2019-05-27 | fix truncate and sign_extend for size == 0 | Ralf Jung | -0/+16 |
| 2019-05-26 | centralize Scalar size sanity checks and also do them in release builds | Ralf Jung | -26/+32 |
| 2019-05-26 | fix overflow error in signed wrapping offset | Ralf Jung | -21/+24 |
| 2019-05-26 | Improve miri's error reporting in check_in_alloc | Rust | -1/+1 |
| 2019-05-26 | Improve miri's error reporting in check_in_alloc | loomaclin | -5/+5 |
| 2019-05-26 | rename Scalar::Bits to Scalar::Raw and bits field to data | Ralf Jung | -47/+47 |
| 2019-05-25 | Make `ConstValue::Slice` solely take `[u8]` and `str` | Oliver Scherer | -18/+8 |
| 2019-05-25 | Don't use `ty::Const` without immediately interning | Oliver Scherer | -1/+1 |
| 2019-05-24 | this is for tidy | Ralf Jung | -1/+1 |
| 2019-05-24 | improve debug-printing of scalars | Ralf Jung | -3/+47 |
| 2019-05-19 | Improve type size assertions | Vadim Petrochenkov | -3/+3 |
| 2019-05-01 | Add `PlaceholderConst` | varkor | -0/+4 |
| 2019-05-01 | Add `ConstValue::Placeholder` | varkor | -0/+1 |
| 2019-04-23 | Improve miri's error reporting in check_in_alloc | Loo Maclin | -1/+1 |
| 2019-04-23 | Improve miri's error reporting in check_in_alloc | LooMaclin | -2/+4 |
| 2019-04-20 | improve docs | Ralf Jung | -2/+2 |
| 2019-04-19 | add Miri error variant for process exit | Ralf Jung | -0/+8 |
| 2019-04-19 | Improve miri's error reporting in check_in_alloc | LooMaclin | -6/+6 |
| 2019-04-19 | Improve miri's error reporting in check_in_alloc | LooMaclin | -8/+8 |
| 2019-04-16 | Miri: refactor new allocation tagging | Ralf Jung | -70/+45 |
| 2019-04-16 | Update src/librustc/mir/interpret/allocation.rs | Ralf Jung | -1/+1 |
| 2019-04-10 | Improve miri's error reporting in check_in_alloc | LooMaclin | -11/+7 |
| 2019-04-09 | Improve miri's error reporting in check_in_alloc | LooMaclin | -5/+4 |
| 2019-04-09 | Improve miri's error reporting in check_in_alloc | LooMaclin | -1/+2 |