| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-08-22 | Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu... | varkor | -16/+16 |
| 2018-08-22 | miri/CTFE refactor | Ralf Jung | -3/+3 |
| 2018-08-21 | Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor | kennytm | -1/+1 |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -2/+2 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -1/+1 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -1/+1 |
| 2018-08-19 | Integrate OperandValue::UnsizedRef into OperandValue::Ref. | Masaki Hara | -39/+23 |
| 2018-08-19 | Integrate PassMode::UnsizedIndirect into PassMode::Indirect. | Masaki Hara | -6/+4 |
| 2018-08-19 | Implement simple codegen for unsized rvalues. | Masaki Hara | -18/+167 |
| 2018-08-18 | Auto merge of #53286 - nagisa:cast-assumes, r=eddyb | bors | -1/+3 |
| 2018-08-12 | Do not generate assumes for plain integer casts | Simonas Kazlauskas | -1/+3 |
| 2018-08-09 | rustc_codegen_llvm: Restore the closure env alloca hack for LLVM 5. | Josh Stone | -2/+24 |
| 2018-08-07 | Auto merge of #51007 - AstralSorcerer:master, r=nagisa | bors | -5/+5 |
| 2018-08-04 | Simplify some handling of target_pointer_width | Mark Rousskov | -12/+2 |
| 2018-08-04 | Normalize DebugInfoLevel to standard style | Mark Rousskov | -3/+3 |
| 2018-08-03 | Auto merge of #52712 - oli-obk:const_eval_cleanups, r=RalfJung | bors | -11/+17 |
| 2018-08-02 | Second field of ScalarPair can be undef in some cases | Oliver Schneider | -7/+11 |
| 2018-08-01 | Reintroduce `Undef` and properly check constant value sizes | Oliver Schneider | -4/+6 |
| 2018-08-01 | Split out growth functionality into BitVector type | Mark Rousskov | -7/+7 |
| 2018-07-31 | Make globals with private linkage unnamed. Fixes #50862. | Colin Pronovost | -5/+5 |
| 2018-07-30 | rustc_codegen_llvm: fix tidy errors. | Irina Popa | -1/+6 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for BasicBlock. | Irina Popa | -11/+11 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for Value. | Irina Popa | -168/+160 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for Metadata and DI*. | Irina Popa | -14/+13 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for Type. | Irina Popa | -84/+85 |
| 2018-07-30 | rustc_codegen_llvm: move from empty enums to extern types. | Irina Popa | -20/+18 |
| 2018-07-26 | Auto merge of #52488 - nikomatsakis:nll-issue-48071-universe-and-sub, r=pnkfelix | bors | -7/+7 |
| 2018-07-25 | parameterize `BitVector` and `BitMatrix` by their index types | Niko Matsakis | -7/+7 |