| Age | Commit message (Expand) | Author | Lines |
| 2019-09-21 | Make fn ptr always structural match, regardless of whether formal types are. | Felix S. Klock II | -1/+7 |
| 2019-09-13 | Permit unwinding through FFI by default | Mark Rousskov | -1/+1 |
| 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 |
| 2019-08-03 | Auto merge of #63180 - varkor:trait-alias-impl-trait, r=Centril | bors | -8/+7 |
| 2019-08-02 | dedup free-form Unsupported errors; add macros for free-form UB and Unsupport... | Ralf Jung | -36/+29 |
| 2019-08-02 | be less British | Ralf Jung | -1/+1 |
| 2019-08-02 | trailing full stops | Ralf Jung | -2/+2 |
| 2019-08-02 | add is_any_ptr type test; this also helps pacify tidy | Ralf Jung | -5/+3 |
| 2019-08-02 | get rid of some remaining type-based dispatching in cast code | Ralf Jung | -45/+25 |
| 2019-08-02 | miri: validity checks alignment even when machine otherwise does not | Ralf Jung | -3/+18 |
| 2019-08-02 | CTFE: simplify Value type by not checking for alignment | Ralf Jung | -22/+31 |
| 2019-08-02 | improve error when CTFE does ptr-int-cast; update tests | Ralf Jung | -7/+12 |
| 2019-08-02 | fix casts from fat pointers | Ralf Jung | -2/+15 |
| 2019-08-02 | use From to convert scalars to immediates | Ralf Jung | -15/+10 |
| 2019-08-02 | refactor cast_immediate to dispatch on the type first, and on the value second | Ralf Jung | -64/+46 |
| 2019-08-02 | turn cast_immediate into its own function | Ralf Jung | -35/+54 |
| 2019-08-02 | operator: implement binary_op strictly by first checking the type, then dispa... | Ralf Jung | -24/+22 |
| 2019-08-02 | cast: no need to catch errors any more, force_bits should succeed | Ralf Jung | -6/+2 |
| 2019-08-02 | Rollup merge of #63203 - spastorino:is-mutable-use-place-ref, r=oli-obk | Mazdak Farrokhzad | -62/+71 |