| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-08-12 | Rollup merge of #63431 - andjo403:revert_mir_simplification, r=matthewjasper | Mazdak Farrokhzad | -23/+30 |
| 2019-08-11 | Rollup merge of #63464 - Mark-Simulacrum:deref-instance, r=eddyb | Mark Rousskov | -2/+2 |
| 2019-08-11 | Rollup merge of #63433 - RalfJung:miri-call, r=oli-obk | Mark Rousskov | -6/+12 |
| 2019-08-11 | Copy ty::Instance instead of passing by reference | Mark Rousskov | -2/+2 |
| 2019-08-11 | add tuple_fields convenience method and use it in a few places | Ralf Jung | -3/+3 |
| 2019-08-10 | Miri shouldn't look at types | Ralf Jung | -6/+12 |
| 2019-08-10 | Revert "Simplify MIR generation for logical ops" | Andreas Jonson | -23/+30 |
| 2019-08-08 | Use associated_type_bounds where applicable - closes #61738 | Ilija Tovilo | -8/+4 |
| 2019-08-07 | Auto merge of #63152 - estebank:big-array, r=oli-obk | bors | -1/+1 |
| 2019-08-07 | Rollup merge of #63333 - jethrogb:jb/error-codes-features, r=Mark-Simulacrum | Mazdak Farrokhzad | -6/+0 |
| 2019-08-07 | Rollup merge of #63308 - spastorino:place-ref-base-is-ref, r=oli-obk | Mazdak Farrokhzad | -10/+10 |
| 2019-08-06 | Remove unnecessary features from compiler error code list | Jethro Beekman | -6/+0 |
| 2019-08-06 | Rollup merge of #63299 - spastorino:in-projection-use-ref, r=oli-obk | Mazdak Farrokhzad | -14/+15 |
| 2019-08-06 | Rollup merge of #63287 - Mark-Simulacrum:span-no-ref, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-08-06 | Rollup merge of #63230 - tmandry:disallow-possibly-uninitialized, r=Centril | Mazdak Farrokhzad | -1/+14 |
| 2019-08-06 | PlaceRef's base is already a reference | Santiago Pastorino | -10/+10 |
| 2019-08-05 | Make use of possibly uninitialized data a hard error | Tyler Mandry | -1/+14 |
| 2019-08-05 | Make qualify consts in_projection use PlaceRef | Santiago Pastorino | -14/+15 |
| 2019-08-05 | Fixup: eval_usize needs param env | Oliver Scherer | -1/+1 |
| 2019-08-05 | Clear the ParamEnv where its information is irrelevant | Oliver Scherer | -21/+25 |
| 2019-08-05 | Fiddle param env through to `try_eval_bits` in most places | Oliver Scherer | -77/+142 |
| 2019-08-05 | Don't abort on unevaluated constants without at least tryting to eval them | Oliver Scherer | -31/+31 |
| 2019-08-05 | Clean up the `ty::Const::assert*` methods | Oliver Scherer | -25/+19 |
| 2019-08-05 | Don't store &Span | Mark Rousskov | -2/+2 |
| 2019-08-05 | Auto merge of #63079 - RalfJung:ctfe-no-align, r=oli-obk | bors | -23/+47 |
| 2019-08-04 | Rename `ItemKind::Ty` to `ItemKind::TyAlias` | varkor | -1/+1 |
| 2019-08-03 | Simplify change to layout_of | Esteban Küber | -7/+1 |
| 2019-08-03 | Point to local place span on "type too big" error | Esteban Küber | -0/+6 |
| 2019-08-03 | Auto merge of #63059 - Centril:sound-bind-by-move, r=matthewjasper | bors | -25/+35 |
| 2019-08-03 | Auto merge of #63234 - Centril:rollup-h9t731z, r=Centril | bors | -37/+30 |
| 2019-08-03 | Rollup merge of #63229 - RalfJung:miri-error, r=oli-obk | Mazdak Farrokhzad | -37/+30 |
| 2019-08-03 | Auto merge of #62946 - RalfJung:miri_type_dispatch_first, r=oli-obk | bors | -136/+122 |