| Age | Commit message (Expand) | Author | Lines |
| 2018-08-22 | Auto merge of #53524 - alexcrichton:buffer-out, r=eddyb | bors | -1/+2 |
| 2018-08-22 | Auto merge of #53424 - RalfJung:miri-refactor, r=oli-obk | bors | -2444/+2827 |
| 2018-08-22 | fix error reporting in validation | Ralf Jung | -7/+14 |
| 2018-08-22 | fix validating fat pointers to user-defined unsized types | Ralf Jung | -67/+56 |
| 2018-08-22 | fix a comment in validity | Ralf Jung | -1/+3 |
| 2018-08-22 | fix layout sanity check | Ralf Jung | -1/+6 |
| 2018-08-22 | also avoid recomputing the layout for unary and binary ops, where possible | Ralf Jung | -19/+47 |
| 2018-08-22 | in a Use statement, exploit the fact that type and hence layout are the same ... | Ralf Jung | -15/+44 |
| 2018-08-22 | optimize creating a stack frame | Ralf Jung | -6/+17 |
| 2018-08-22 | fix validating fat raw pointers | Ralf Jung | -18/+25 |
| 2018-08-22 | optimize sanity check path printing | Ralf Jung | -126/+179 |
| 2018-08-22 | avoid some redundant alignment checks | Ralf Jung | -7/+18 |
| 2018-08-22 | better error message when using NULL in to_ptr | Ralf Jung | -1/+2 |
| 2018-08-22 | fix UI tests | Ralf Jung | -1/+1 |
| 2018-08-22 | optimize validation iterating over the elements of an array | Ralf Jung | -30/+72 |
| 2018-08-22 | test for detecting bad data inside trait objects / slices | Ralf Jung | -15/+45 |
| 2018-08-22 | fix formatting nits | Ralf Jung | -7/+7 |
| 2018-08-22 | move validation to its own file | Ralf Jung | -331/+346 |
| 2018-08-22 | Auto merge of #53516 - petrochenkov:derregr, r=estebank | bors | -11/+38 |
| 2018-08-22 | fix operator handling when using 128bit intrinsics | Ralf Jung | -1/+1 |
| 2018-08-22 | finally remove all traces of signs from memory | Ralf Jung | -88/+93 |
| 2018-08-22 | fix computing layout when calling virtual fn | Ralf Jung | -3/+9 |
| 2018-08-22 | avoid allocating for ZST | Ralf Jung | -1/+4 |
| 2018-08-22 | fix using copy_op to transmute | Ralf Jung | -8/+10 |
| 2018-08-22 | try_read_value_from_ptr -> try_read_value_from_mplace | Ralf Jung | -19/+18 |
| 2018-08-22 | fix dynamically determining size and alignment | Ralf Jung | -17/+20 |
| 2018-08-22 | fix accessing unsized fields | Ralf Jung | -14/+15 |
| 2018-08-22 | fix drop typing; use same machinery for validating (sanity checking) dyn trai... | Ralf Jung | -63/+115 |
| 2018-08-22 | fix dropping with vtables | Ralf Jung | -6/+14 |
| 2018-08-22 | Tweak logging | Ralf Jung | -21/+23 |
| 2018-08-22 | fix union field access and DST computations and dumping of places | Ralf Jung | -27/+33 |
| 2018-08-22 | remove cur_frame from memory (validation is gone, new validation will not nee... | Ralf Jung | -14/+0 |
| 2018-08-22 | generalize truncate and sign_extend to take a Size | Ralf Jung | -9/+10 |
| 2018-08-22 | miri/CTFE refactor | Ralf Jung | -1935/+1997 |
| 2018-08-22 | Auto merge of #53509 - petrochenkov:wildregr, r=alexcrichton | bors | -0/+26 |
| 2018-08-22 | Move some value-and-memory related things out of eval_context | Ralf Jung | -765/+782 |
| 2018-08-22 | Auto merge of #53477 - ftilde:exec-rust-gdb-lldb, r=michaelwoerister | bors | -13/+10 |
| 2018-08-22 | Auto merge of #50912 - varkor:exhaustive-integer-matching, r=arielb1 | bors | -84/+927 |
| 2018-08-21 | Add some extra edge case tests | varkor | -2/+23 |
| 2018-08-21 | Auto merge of #53439 - GuillaumeGomez:generate-blanket-impls-for-reexported-i... | bors | -90/+106 |
| 2018-08-21 | Use a boundary method instead of an endpoint method for split_grouped_constru... | varkor | -84/+54 |
| 2018-08-21 | Auto merge of #53471 - petrochenkov:biattr2, r=oli-obk | bors | -388/+423 |
| 2018-08-21 | Add a test case for u128::MAX - 1 | varkor | -10/+23 |
| 2018-08-21 | Auto merge of #53444 - varkor:lib_features-conditional, r=michaelwoerister | bors | -12/+27 |
| 2018-08-21 | Auto merge of #53530 - kennytm:rollup, r=kennytm | bors | -509/+495 |
| 2018-08-21 | Rollup merge of #53551 - nnethercote:access_place_error_reported, r=varkor | kennytm | -1/+4 |
| 2018-08-21 | Rollup merge of #53329 - frewsxcv:frewsxcv-ptr-add-sub, r=RalfJung | kennytm | -148/+148 |
| 2018-08-21 | Auto merge of #53236 - alexreg:stabilise-raw-idents, r=cramertj | bors | -109/+42 |
| 2018-08-21 | Rollup merge of #53540 - TheDarkula:move-test, r=oli-obk | kennytm | -0/+0 |
| 2018-08-21 | Rollup merge of #53104 - nivkner:unpin_doc, r=RalfJung | kennytm | -4/+24 |