| Age | Commit message (Expand) | Author | Lines |
| 2019-08-27 | Cleanup: Consistently use `Param` instead of `Arg` #62426 | Kevin Per | -5/+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 | 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-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 |
| 2019-08-19 | Auto merge of #63463 - matthewjasper:ty_param_cleanup, r=petrochenkov | bors | -1/+1 |
| 2019-08-18 | Pre intern the `Self` parameter type | Matthew Jasper | -1/+1 |
| 2019-08-18 | Auto merge of #61708 - dlrobertson:or-patterns-0, r=centril | bors | -11/+55 |
| 2019-08-17 | Auto merge of #63671 - Centril:rollup-zufavt5, r=Centril | bors | -1/+1 |
| 2019-08-17 | fix typos | Dante-Broggi | -1/+1 |
| 2019-08-17 | initial implementation of or-pattern parsing | Dan Robertson | -3/+6 |
| 2019-08-17 | Initial implementation of or patterns | varkor | -14/+55 |
| 2019-08-17 | use ImmTy::from_uint in a few more spots | Ralf Jung | -18/+9 |
| 2019-08-17 | make both unary_op and binary_op fully typed, including a return type | Ralf Jung | -69/+90 |
| 2019-08-17 | Add ImmTy::from_uint | Ralf Jung | -5/+13 |
| 2019-08-17 | Rollup merge of #63642 - eddyb:wrap-it-up, r=rkruppe,Mark-Simulacrum | Mazdak Farrokhzad | -12/+12 |
| 2019-08-16 | Rename overflowing_{add,sub,mul} intrinsics to wrapping_{add,sub,mul}. | Eduard-Mihai Burtescu | -12/+12 |
| 2019-08-16 | rustc_mir: use the right type for associated const literals. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-08-16 | rustc_mir: add sanity asserts for the types of `ty::Const`s. | Eduard-Mihai Burtescu | -0/+6 |
| 2019-08-16 | Remove redundant `ty` fields from `mir::Constant` and `hair::pattern::Pattern... | Eduard-Mihai Burtescu | -105/+41 |
| 2019-08-15 | Rollup merge of #63586 - petrochenkov:nospanned, r=eddyb | Mazdak Farrokhzad | -2/+2 |
| 2019-08-15 | don't add Retag statements for compound types | Ralf Jung | -13/+9 |
| 2019-08-15 | Remove `Spanned` from `{ast,hir}::FieldPat` | Vadim Petrochenkov | -2/+2 |
| 2019-08-14 | Rollup merge of #63075 - RalfJung:deref-checks, r=oli-obk | Mazdak Farrokhzad | -9/+41 |
| 2019-08-14 | Rollup merge of #62760 - chansuke:dedupe-error-messages, r=zackmdavis | Mazdak Farrokhzad | -9/+8 |