| Age | Commit message (Expand) | Author | Lines |
| 2019-09-02 | Auto merge of #63561 - HeroicKatora:alloc-private-bytes, r=oli-obk | bors | -102/+48 |
| 2019-08-31 | Kill borrows from assignments after generating new borrows | Matthew Jasper | -4/+4 |
| 2019-08-30 | mod-level doc comment for validity check | Ralf Jung | -0/+6 |
| 2019-08-30 | miri: detect too large dynamically sized objects | Ralf Jung | -13/+21 |
| 2019-08-30 | Fixup remaining direct relocation field references | Andreas Molzer | -1/+2 |
| 2019-08-30 | Move relocation range copies into allocation | Andreas Molzer | -27/+3 |
| 2019-08-29 | Make allocation relocation field private | Andreas Molzer | -6/+6 |
| 2019-08-29 | Rollup merge of #63880 - RalfJung:miri-meta, r=oli-obk | Mazdak Farrokhzad | -35/+54 |
| 2019-08-29 | Rollup merge of #63961 - JohnTitor:improve-require-lang-item, r=estebank | Mazdak Farrokhzad | -3/+9 |
| 2019-08-29 | Rollup merge of #63958 - RalfJung:silence-const-prop, r=oli-obk | Mazdak Farrokhzad | -2/+5 |
| 2019-08-28 | Address naming and comments from reviews | Andreas Molzer | -2/+2 |
| 2019-08-28 | Apply review comments | Yuki Okushi | -2/+5 |
| 2019-08-28 | Add Option<Span> to `require_lang_item` | Yuki Okushi | -3/+6 |
| 2019-08-27 | const_prop: only call error_to_const_error if we are actually showing something | Ralf Jung | -2/+5 |
| 2019-08-27 | Cleanup: Consistently use `Param` instead of `Arg` #62426 | Kevin Per | -5/+5 |
| 2019-08-26 | raw slices do not have to comply to the size limit | Ralf Jung | -14/+5 |
| 2019-08-26 | Auto merge of #63901 - estebank:unknown-receiver-type, r=zackmdavis | bors | -3/+3 |
| 2019-08-26 | Auto merge of #63580 - wesleywiser:move_promoted_out, r=oli-obk | bors | -267/+291 |
| 2019-08-25 | Point at method call on missing annotation error | Esteban Küber | -3/+3 |
| 2019-08-25 | Permit unwinding through FFI by default | Mark Rousskov | -1/+1 |
| 2019-08-25 | test for too long slices | Ralf Jung | -2/+14 |
| 2019-08-25 | validate raw wide pointers | Ralf Jung | -2/+9 |
| 2019-08-25 | factor wide ptr metadata checking into separate method | Ralf Jung | -33/+42 |
| 2019-08-25 | Auto merge of #63874 - spastorino:places-drive-by-cleanups, r=Centril | bors | -2/+2 |
| 2019-08-24 | Add a period at the end of the sentence | Santiago Pastorino | -1/+1 |
| 2019-08-24 | Allow lifetime parameters to be inferred | Santiago Pastorino | -1/+1 |
| 2019-08-25 | Rollup merge of #63859 - matthewjasper:check-snippet-result, r=Centril | Mazdak Farrokhzad | -43/+45 |
| 2019-08-24 | Don't unwrap the result of `span_to_snippet` | Matthew Jasper | -43/+45 |
| 2019-08-24 | Ensure miri can do bit ops on pointer values | Oliver Scherer | -12/+16 |
| 2019-08-22 | Handle statics in `Subst::subst()` by implementing `TypeFoldable` | Wesley Wiser | -15/+0 |
| 2019-08-22 | Resolve PR comments | Wesley Wiser | -127/+72 |
| 2019-08-22 | Remove unnecessary Option | Wesley Wiser | -5/+4 |
| 2019-08-22 | Fix tidy | Wesley Wiser | -11/+30 |
| 2019-08-22 | Move def_id out add substsref | Wesley Wiser | -81/+102 |
| 2019-08-22 | Remove eval_promoted const-prop hack | Wesley Wiser | -26/+10 |
| 2019-08-22 | Move promoted out of mir::Body | Wesley Wiser | -89/+160 |
| 2019-08-22 | Move 'tcx lifetime on MirPass | Wesley Wiser | -48/+48 |
| 2019-08-21 | Expose encapsulated undef mask as immutable | Andreas Molzer | -1/+1 |
| 2019-08-21 | Replace usage of alloc.bytes in interpret | Andreas Molzer | -14/+35 |
| 2019-08-20 | Auto merge of #63497 - eddyb:miri-subst, r=oli-obk | bors | -76/+60 |
| 2019-08-19 | Rollup merge of #63699 - gilescope:async-move-diagnostic, r=estebank | Mazdak Farrokhzad | -1/+10 |
| 2019-08-19 | distinguish object-lifetime-default elision from other elision | Niko Matsakis | -1/+2 |
| 2019-08-19 | Fix suggestion from move async to async move. | Giles Cope | -1/+10 |
| 2019-08-19 | rustc_mir: disallow non-monomorphic reifications. | Eduard-Mihai Burtescu | -1/+11 |
| 2019-08-19 | rustc_mir: disallow non-monomorphic vtables. | Eduard-Mihai Burtescu | -1/+6 |
| 2019-08-19 | rustc_mir: add missing subst_from_frame_and_normalize_erasing_regions calls. | Eduard-Mihai Burtescu | -1/+4 |
| 2019-08-19 | rustc_mir: use self.resolve instead of Instance::resolve where possible. | Eduard-Mihai Burtescu | -6/+1 |
| 2019-08-19 | rustc_mir: make subst_from_frame_and_normalize_erasing_regions infallible. | Eduard-Mihai Burtescu | -17/+10 |
| 2019-08-19 | rustc_mir: remove wrong calls to subst_from_frame_and_normalize_erasing_regions. | Eduard-Mihai Burtescu | -2/+0 |
| 2019-08-19 | start cleaning up subst mess | Ralf Jung | -58/+38 |