| Age | Commit message (Expand) | Author | Lines |
| 2019-06-06 | Rollup merge of #61554 - spastorino:change_visit_api, r=oli-obk | Mazdak Farrokhzad | -27/+31 |
| 2019-06-06 | Make visit_place traverse place and have visit_place_base and visit_projectio... | Santiago Pastorino | -27/+31 |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -3/+4 |
| 2019-06-03 | Add `is_ref_for_guard` method | Matthew Jasper | -0/+10 |
| 2019-06-02 | move codegenunitext to rustc::mir::mono | Mark Mansi | -1/+69 |
| 2019-06-02 | move monoitemext to inherent methods | Mark Mansi | -1/+190 |
| 2019-06-02 | Auto merge of #61278 - RalfJung:miri-tag-allocations, r=oli-obk | bors | -38/+17 |
| 2019-06-02 | Auto merge of #61276 - eddyb:kill-res-upvar, r=petrochenkov | bors | -4/+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 | rustc: use indexmap instead of a plain vector for upvars. | Eduard-Mihai Burtescu | -4/+4 |
| 2019-06-01 | Auto merge of #61350 - RalfJung:alloc, r=oli-obk | bors | -41/+54 |
| 2019-06-01 | rustc: replace Res in hir::Upvar with only Local/Upvar data. | Eduard-Mihai Burtescu | -2/+2 |
| 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 #61297 - eddyb:forsaken-stats, r=nagisa | Mazdak Farrokhzad | -43/+0 |
| 2019-05-29 | Rollup merge of #61249 - spastorino:local-or-deref-local, r=oli-obk,Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-05-29 | rustc_codegen_llvm: remove LLVM instruction count stats. | Eduard-Mihai Burtescu | -25/+0 |
| 2019-05-29 | Rollup merge of #60928 - TheSirC:fix/60229, r=eddyb | Mazdak Farrokhzad | -40/+40 |
| 2019-05-29 | rustc_codegen_ssa: remove obsolete codegen stats. | Eduard-Mihai Burtescu | -18/+0 |
| 2019-05-29 | rustc: rename Mir to mir::Body in comments and to MIR in error strings. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-05-28 | Changes the type `mir::Mir` into `mir::Body` | Claude-Alban RANÉLY-VERGÉ-DÉPRÉ | -38/+38 |
| 2019-05-28 | Rename Place::local to Place::local_or_deref_local | Santiago Pastorino | -1/+1 |
| 2019-05-28 | Rollup merge of #61164 - RalfJung:scalar, r=oli-obk | Mazdak Farrokhzad | -98/+126 |
| 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 | -51/+48 |
| 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 | -21/+19 |
| 2019-05-25 | Reuse the pretty printing architecture for printing of constants | Oliver Scherer | -67/+10 |
| 2019-05-25 | Auto merge of #61150 - Centril:rollup-wmm7qga, r=Centril | bors | -3/+47 |
| 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-24 | Make place projections concrete. | Edd Barrett | -46/+34 |
| 2019-05-21 | Dont show variables from desugarings in borrowck errors | Matthew Jasper | -0/+7 |
| 2019-05-20 | Rollup merge of #60959 - petrochenkov:sassert, r=estebank | Mazdak Farrokhzad | -11/+10 |
| 2019-05-20 | Introduce `InternedString::intern`. | Nicholas Nethercote | -3/+3 |
| 2019-05-19 | Improve type size assertions | Vadim Petrochenkov | -11/+10 |
| 2019-05-05 | rustc: rename all occurences of "freevar" to "upvar". | Eduard-Mihai Burtescu | -6/+6 |
| 2019-05-05 | rustc: replace uses of with_freevars with the freevars query. | Eduard-Mihai Burtescu | -4/+4 |
| 2019-05-04 | Rollup merge of #60486 - spastorino:place-related-refactors, r=oli-obk | Mazdak Farrokhzad | -4/+7 |
| 2019-05-04 | Auto merge of #59897 - tmandry:variantful-generators, r=eddyb | bors | -12/+43 |
| 2019-05-03 | Address review comments | Tyler Mandry | -5/+5 |
| 2019-05-03 | Split out debuginfo from type info in MIR GeneratorLayout | Tyler Mandry | -2/+32 |
| 2019-05-03 | Make variant_fields inner an IndexVec | Tyler Mandry | -1/+1 |