| Age | Commit message (Expand) | Author | Lines |
| 2018-08-22 | Rollup merge of #53562 - varkor:bastion-of-the-turbofish, r=nagisa | Guillaume Gomez | -0/+42 |
| 2018-08-22 | Rollup merge of #53558 - davidtwco:issue-53547, r=estebank | Guillaume Gomez | -3/+10 |
| 2018-08-22 | Rollup merge of #53544 - estebank:issue-53534, r=varkor | Guillaume Gomez | -8/+9 |
| 2018-08-22 | Rollup merge of #53541 - GuillaumeGomez:fix-impl-trait-ret-type, r=oli-obk | Guillaume Gomez | -0/+49 |
| 2018-08-22 | Rollup merge of #53504 - ekse:suggestions-applicability-2, r=estebank | Guillaume Gomez | -125/+217 |
| 2018-08-22 | Rollup merge of #53442 - staktrace:rlsbump, r=nrc | Guillaume Gomez | -2/+12 |
| 2018-08-22 | Rollup merge of #53431 - alexreg:move-feature-gate-tests, r=cramertj | Guillaume Gomez | -0/+0 |
| 2018-08-22 | Rollup merge of #53418 - ekse:suggestions-applicability, r=estebank | Guillaume Gomez | -7/+22 |
| 2018-08-22 | Lament the invincibility of the Turbofish | varkor | -0/+42 |
| 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 |