| Age | Commit message (Expand) | Author | Lines |
| 2019-07-02 | Auto merge of #61871 - Zoxc:no-lift-branch, r=eddyb | bors | -0/+4 |
| 2019-06-30 | Clean up query cache code | John Kåre Alsaker | -1/+1 |
| 2019-06-26 | Don't use lift to detect local types | John Kåre Alsaker | -0/+4 |
| 2019-06-24 | fix reoccurring typo | Ralf Jung | -10/+10 |
| 2019-06-23 | clean up internals of pointer checks; make get_size_and_align also check for ... | Ralf Jung | -15/+3 |
| 2019-06-23 | move CheckInAllocMsg to more logical place | Ralf Jung | -25/+25 |
| 2019-06-23 | Centralize bounds, alignment and NULL checking for memory accesses in one fun... | Ralf Jung | -49/+51 |
| 2019-06-21 | Documentation typo | Oliver Scherer | -1/+1 |
| 2019-06-19 | Pacify tidy | Oliver Scherer | -5/+6 |
| 2019-06-19 | Change `ByRef` to a struct variant to clarify its fields via names | Oliver Scherer | -8/+15 |
| 2019-06-19 | Remove the `AllocId` from `ByRef` values | Oliver Scherer | -3/+2 |
| 2019-06-19 | mark_definedness cannot fail | Oliver Scherer | -5/+7 |
| 2019-06-19 | packed -> repr(packed) | Oliver Scherer | -1/+1 |
| 2019-06-19 | Fix comment about alignments | Oliver Scherer | -2/+2 |
| 2019-06-19 | Explain existance of `Align` field | Oliver Scherer | -1/+4 |
| 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 |