summary refs log tree commit diff
path: root/src/librustc_mir
AgeCommit message (Expand)AuthorLines
2019-09-21Make fn ptr always structural match, regardless of whether formal types are.Felix S. Klock II-1/+7
2019-09-13Permit unwinding through FFI by defaultMark Rousskov-1/+1
2019-08-12Rollup merge of #63431 - andjo403:revert_mir_simplification, r=matthewjasperMazdak Farrokhzad-23/+30
2019-08-11Rollup merge of #63464 - Mark-Simulacrum:deref-instance, r=eddybMark Rousskov-2/+2
2019-08-11Rollup merge of #63433 - RalfJung:miri-call, r=oli-obkMark Rousskov-6/+12
2019-08-11Copy ty::Instance instead of passing by referenceMark Rousskov-2/+2
2019-08-11add tuple_fields convenience method and use it in a few placesRalf Jung-3/+3
2019-08-10Miri shouldn't look at typesRalf Jung-6/+12
2019-08-10Revert "Simplify MIR generation for logical ops"Andreas Jonson-23/+30
2019-08-08Use associated_type_bounds where applicable - closes #61738Ilija Tovilo-8/+4
2019-08-07Auto merge of #63152 - estebank:big-array, r=oli-obkbors-1/+1
2019-08-07Rollup merge of #63333 - jethrogb:jb/error-codes-features, r=Mark-SimulacrumMazdak Farrokhzad-6/+0
2019-08-07Rollup merge of #63308 - spastorino:place-ref-base-is-ref, r=oli-obkMazdak Farrokhzad-10/+10
2019-08-06Remove unnecessary features from compiler error code listJethro Beekman-6/+0
2019-08-06Rollup merge of #63299 - spastorino:in-projection-use-ref, r=oli-obkMazdak Farrokhzad-14/+15
2019-08-06Rollup merge of #63287 - Mark-Simulacrum:span-no-ref, r=CentrilMazdak Farrokhzad-2/+2
2019-08-06Rollup merge of #63230 - tmandry:disallow-possibly-uninitialized, r=CentrilMazdak Farrokhzad-1/+14
2019-08-06PlaceRef's base is already a referenceSantiago Pastorino-10/+10
2019-08-05Make use of possibly uninitialized data a hard errorTyler Mandry-1/+14
2019-08-05Make qualify consts in_projection use PlaceRefSantiago Pastorino-14/+15
2019-08-05Fixup: eval_usize needs param envOliver Scherer-1/+1
2019-08-05Clear the ParamEnv where its information is irrelevantOliver Scherer-21/+25
2019-08-05Fiddle param env through to `try_eval_bits` in most placesOliver Scherer-77/+142
2019-08-05Don't abort on unevaluated constants without at least tryting to eval themOliver Scherer-31/+31
2019-08-05Clean up the `ty::Const::assert*` methodsOliver Scherer-25/+19
2019-08-05Don't store &SpanMark Rousskov-2/+2
2019-08-05Auto merge of #63079 - RalfJung:ctfe-no-align, r=oli-obkbors-23/+47
2019-08-04Rename `ItemKind::Ty` to `ItemKind::TyAlias`varkor-1/+1
2019-08-03Simplify change to layout_ofEsteban Küber-7/+1
2019-08-03Point to local place span on "type too big" errorEsteban Küber-0/+6
2019-08-03Auto merge of #63059 - Centril:sound-bind-by-move, r=matthewjasperbors-25/+35
2019-08-03Auto merge of #63234 - Centril:rollup-h9t731z, r=Centrilbors-37/+30
2019-08-03Rollup merge of #63229 - RalfJung:miri-error, r=oli-obkMazdak Farrokhzad-37/+30
2019-08-03Auto merge of #62946 - RalfJung:miri_type_dispatch_first, r=oli-obkbors-136/+122
2019-08-03Auto merge of #63180 - varkor:trait-alias-impl-trait, r=Centrilbors-8/+7
2019-08-02dedup free-form Unsupported errors; add macros for free-form UB and Unsupport...Ralf Jung-36/+29
2019-08-02be less BritishRalf Jung-1/+1
2019-08-02trailing full stopsRalf Jung-2/+2
2019-08-02add is_any_ptr type test; this also helps pacify tidyRalf Jung-5/+3
2019-08-02get rid of some remaining type-based dispatching in cast codeRalf Jung-45/+25
2019-08-02miri: validity checks alignment even when machine otherwise does notRalf Jung-3/+18
2019-08-02CTFE: simplify Value type by not checking for alignmentRalf Jung-22/+31
2019-08-02improve error when CTFE does ptr-int-cast; update testsRalf Jung-7/+12
2019-08-02fix casts from fat pointersRalf Jung-2/+15
2019-08-02use From to convert scalars to immediatesRalf Jung-15/+10
2019-08-02refactor cast_immediate to dispatch on the type first, and on the value secondRalf Jung-64/+46
2019-08-02turn cast_immediate into its own functionRalf Jung-35/+54
2019-08-02operator: implement binary_op strictly by first checking the type, then dispa...Ralf Jung-24/+22
2019-08-02cast: no need to catch errors any more, force_bits should succeedRalf Jung-6/+2
2019-08-02Rollup merge of #63203 - spastorino:is-mutable-use-place-ref, r=oli-obkMazdak Farrokhzad-62/+71