summary refs log tree commit diff
path: root/src/librustc_mir/interpret
AgeCommit message (Expand)AuthorLines
2019-08-11Rollup merge of #63464 - Mark-Simulacrum:deref-instance, r=eddybMark Rousskov-2/+2
2019-08-11Copy ty::Instance instead of passing by referenceMark Rousskov-2/+2
2019-08-10Miri shouldn't look at typesRalf Jung-6/+12
2019-08-07Auto merge of #63152 - estebank:big-array, r=oli-obkbors-1/+1
2019-08-06Rollup merge of #63287 - Mark-Simulacrum:span-no-ref, r=CentrilMazdak Farrokhzad-2/+2
2019-08-05Fiddle param env through to `try_eval_bits` in most placesOliver Scherer-2/+3
2019-08-05Don't abort on unevaluated constants without at least tryting to eval themOliver Scherer-2/+2
2019-08-05Don't store &SpanMark Rousskov-2/+2
2019-08-05Auto merge of #63079 - RalfJung:ctfe-no-align, r=oli-obkbors-16/+39
2019-08-03Simplify change to layout_ofEsteban Küber-4/+1
2019-08-03Point to local place span on "type too big" errorEsteban Küber-0/+3
2019-08-03Auto merge of #63234 - Centril:rollup-h9t731z, r=Centrilbors-28/+21
2019-08-02dedup free-form Unsupported errors; add macros for free-form UB and Unsupport...Ralf Jung-28/+21
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-15/+23
2019-08-02improve error when CTFE does ptr-int-cast; update testsRalf Jung-5/+1
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-23/+21
2019-08-02cast: no need to catch errors any more, force_bits should succeedRalf Jung-6/+2
2019-08-01code review fixesSaleem Jaffer-3/+1
2019-07-31code review fixesSaleem Jaffer-4/+4
2019-07-31code review fixesSaleem Jaffer-86/+72
2019-07-30renaming throw_err_* to throw_*Saleem Jaffer-99/+87
2019-07-30renaming err to err_unsupSaleem Jaffer-47/+55
2019-07-30tidy fixesSaleem Jaffer-1/+3
2019-07-30adding throw_ and err_ macros for InterpErrorSaleem Jaffer-72/+72
2019-07-30addding an interp_error moduleSaleem Jaffer-11/+9
2019-07-29code review fixesSaleem Jaffer-32/+41
2019-07-29use PanicInfo and UnsupportedOpInfoSaleem Jaffer-4/+4
2019-07-29adding a err macro for each of the InterpError variantsSaleem Jaffer-96/+83
2019-07-29tidy fixesSaleem Jaffer-3/+6
2019-07-29fixing fallout due to InterpError refactorSaleem Jaffer-104/+120
2019-07-28replace match by ok()Ralf Jung-8/+2
2019-07-28get_size_and_align: fix handling of function pointersRalf Jung-9/+15
2019-07-28miri: add get and get_mut to AllocMap; use that in get_size_and_align and avo...Ralf Jung-38/+52
2019-07-27Rollup merge of #62982 - oli-obk:static_cycle, r=RalfJungMazdak Farrokhzad-34/+41
2019-07-26Rollup merge of #62801 - bjorn3:remove_lower_128bit_ops, r=alexcrichtonMazdak Farrokhzad-13/+2
2019-07-26Update src/librustc_mir/interpret/memory.rsOliver Scherer-1/+1
2019-07-26Update src/librustc_mir/interpret/memory.rsOliver Scherer-1/+1
2019-07-26Address review commentsOliver Scherer-7/+11
2019-07-26Clear up `get_size_and_align`Oliver Scherer-34/+37
2019-07-26Fix tidyOliver Scherer-1/+1
2019-07-25Rewrite `get_size_and_align` so it doesn't duplicate workOliver Scherer-34/+35
2019-07-25Don't access a static just for its size and alignmentOliver Scherer-14/+13