| Age | Commit message (Expand) | Author | Lines |
| 2018-10-27 | Refactor and add `PlaceContext::AscribeUserTy`. | David Wood | -17/+32 |
| 2018-10-26 | Add the actual chain of projections to `UserTypeProjection`. | Felix S. Klock II | -2/+5 |
| 2018-10-25 | Rebase fallout in ui output | Oliver Schneider | -2/+0 |
| 2018-10-25 | Report const eval error inside the query | Oliver Schneider | -16/+19 |
| 2018-10-24 | Move codegen_llvm::common::ty_fn_sig into rustc::ty::Instance. | Masaki Hara | -2/+1 |
| 2018-10-24 | Ensure virtual call receiver PassMode. | Masaki Hara | -0/+2 |
| 2018-10-24 | Implement by-value trait object method call. | Masaki Hara | -0/+6 |
| 2018-10-18 | Rollup merge of #54933 - ljedrz:cleanup_codegen_llvm/misc, r=varkor | kennytm | -23/+24 |
| 2018-10-17 | rustc: improve E0669 span | Levente Kurusa | -4/+4 |
| 2018-10-11 | Auto merge of #54911 - ljedrz:cleanup_codegen_llvm_top, r=michaelwoerister | bors | -6/+6 |
| 2018-10-10 | Auto merge of #54747 - levex:inline-asm-bad-operands, r=nagisa | bors | -7/+21 |
| 2018-10-10 | miri engine: basic support for pointer provenance tracking | Ralf Jung | -2/+2 |
| 2018-10-09 | codegen_llvm/misc: whitespace & formatting improvements | ljedrz | -29/+30 |
| 2018-10-08 | codegen_llvm: whitespace & formatting improvements | ljedrz | -6/+6 |
| 2018-10-06 | codegen_llvm: verify that inline assembly operands are scalars | Levente Kurusa | -7/+21 |
| 2018-10-03 | Record whether a Call in MIR corresponds to a call in HIR | Matthew Jasper | -1/+7 |
| 2018-10-01 | Auto merge of #54693 - RalfJung:ctfe-scalar-pair-undef, r=oli-obk | bors | -11/+7 |
| 2018-09-30 | adapt to change in Session API | Jorge Aparicio | -1/+1 |
| 2018-09-30 | move our check to reuse a previous computation | Jorge Aparicio | -20/+21 |
| 2018-09-30 | improve panic message | Jorge Aparicio | -8/+6 |
| 2018-09-30 | use is_uninhabited in more places | Jorge Aparicio | -3/+3 |
| 2018-09-30 | panic when instantiating an uninhabited type via mem::{uninitialized,zeroed} | Jorge Aparicio | -0/+49 |
| 2018-09-30 | do not normalize non-scalar constants to a ConstValue::ScalarPair | Ralf Jung | -11/+7 |
| 2018-09-29 | Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung" | Ralf Jung | -51/+3 |
| 2018-09-28 | Auto merge of #54568 - levex:issue-54130, r=nagisa | bors | -1/+5 |
| 2018-09-26 | fixup! codegen_llvm: check inline assembly constraints with LLVM | Levente Kurusa | -1/+2 |
| 2018-09-25 | codegen_llvm: check inline assembly constraints with LLVM | Levente Kurusa | -1/+4 |
| 2018-09-24 | Rely only on base alignment and offset for computing field alignment | Colin Pronovost | -4/+1 |
| 2018-09-23 | Auto merge of #54380 - RalfJung:miri-snapshot, r=eddyb | bors | -1/+1 |
| 2018-09-22 | Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung | bors | -3/+51 |
| 2018-09-22 | move our check to reuse a previous computation | Jorge Aparicio | -20/+21 |
| 2018-09-22 | improve panic message | Jorge Aparicio | -8/+6 |
| 2018-09-22 | use is_uninhabited in more places | Jorge Aparicio | -3/+3 |
| 2018-09-22 | adapt to change in Session API | Jorge Aparicio | -1/+1 |
| 2018-09-22 | panic when instantiating an uninhabited type via mem::{uninitialized,zeroed} | Jorge Aparicio | -0/+49 |
| 2018-09-20 | rename evaluator -> interpreter to make eddyb happy | Ralf Jung | -1/+1 |
| 2018-09-18 | Refactor 'ReadForMatch' into 'FakeRead' and add the cause of the fake read | Remy Rakic | -1/+1 |
| 2018-09-18 | Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs. | Nicholas Nethercote | -7/+7 |
| 2018-09-12 | Merge branch 'master' into kenta7777#53719 | kenta7777 | -1/+1 |
| 2018-09-11 | renamed is_nil to is_unit | kenta7777 | -2/+2 |
| 2018-09-11 | Revert "renamed is_nil to is_unit" | kenta7777 | -2/+2 |
| 2018-09-10 | add the `AscribeUserType` statement kind | Niko Matsakis | -1/+1 |
| 2018-09-10 | renamed is_nil to is_unit | kenta7777 | -2/+2 |
| 2018-09-09 | Auto merge of #53998 - eddyb:issue-53728, r=oli-obk | bors | -3/+6 |
| 2018-09-07 | make field always private, add `From` impls | Niko Matsakis | -3/+1 |
| 2018-09-06 | rustc_codegen_llvm: don't assume offsets are always aligned. | Eduard-Mihai Burtescu | -3/+6 |
| 2018-08-27 | Miri Memory Work | Ralf Jung | -4/+4 |
| 2018-08-24 | support user-given types in adts | Niko Matsakis | -1/+1 |
| 2018-08-22 | Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str} | varkor | -38/+38 |
| 2018-08-22 | Remove Ty prefix from Ty{Foreign|Param} | varkor | -1/+1 |