| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2018-08-21 | Rollup merge of #53462 - estk:doc-Box_into_raw, r=steveklabnik | kennytm | -1/+3 |
| 2018-08-21 | Rollup merge of #53363 - llogiq:num-individual-nonzero-docs, r=steveklabnik | kennytm | -20/+23 |
| 2018-08-21 | Rollup merge of #53521 - alexcrichton:optimize-lit-token, r=michaelwoerister | kennytm | -6/+4 |
| 2018-08-21 | Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor | kennytm | -130/+130 |
| 2018-08-21 | Rollup merge of #53492 - danc86:lld-riscv, r=alexcrichton | kennytm | -0/+0 |
| 2018-08-21 | Rollup merge of #53465 - bjorn3:remove_link_meta_struct, r=varkor | kennytm | -53/+25 |
| 2018-08-21 | Rollup merge of #53452 - tromey:lldb-manifest-fix, r=alexcrichton | kennytm | -1/+2 |
| 2018-08-21 | Rollup merge of #53405 - oconnor663:search_esc, r=GuillaumeGomez | kennytm | -0/+3 |
| 2018-08-21 | Rollup merge of #53393 - BurntPizza:serialize-inlines, r=alexcrichton | kennytm | -20/+23 |
| 2018-08-21 | Rollup merge of #53370 - jkozlowski:stabilize-macro_vis_matcher, r=cramertj | kennytm | -82/+22 |
| 2018-08-21 | Avoid some Place clones. | Nicholas Nethercote | -1/+4 |
| 2018-08-21 | Auto merge of #53080 - hermord:rc-opt, r=alexcrichton | bors | -2/+37 |
| 2018-08-21 | Iterate through all crates in stability.rs rather than lib_features.rs | varkor | -12/+27 |
| 2018-08-21 | Add more detail to the split_grouped_constructors comment | varkor | -8/+25 |
| 2018-08-20 | Add assertion to constructor_intersects_pattern | varkor | -10/+14 |
| 2018-08-20 | Remove pattern consideration from split_grouped_constructors | varkor | -26/+4 |
| 2018-08-20 | Improve some comments | varkor | -5/+9 |
| 2018-08-21 | resolve: Unify reporting of ambiguity errors for macro paths | Vadim Petrochenkov | -43/+68 |
| 2018-08-20 | Moved issue-53157.rs into src/test/ui/consts/const-eval/ | thedarkula | -0/+0 |
| 2018-08-20 | Removed `raw_identifiers` feature gate. | Alexander Regueiro | -109/+42 |
| 2018-08-20 | resolve: Refactor away `MacroBinding` | Vadim Petrochenkov | -116/+160 |
| 2018-08-20 | resolve: Consolidate error reporting for resolved macros in `fn resolve_macro... | Vadim Petrochenkov | -199/+173 |