| Age | Commit message (Expand) | Author | Lines |
| 2020-03-09 | Rollup merge of #69762 - RalfJung:validity-errors, r=oli-obk | Mazdak Farrokhzad | -33/+78 |
| 2020-03-08 | fix some cases of unexpected exceptions leaving validation | Ralf Jung | -27/+57 |
| 2020-03-08 | miri validation: debug-complain about unexpected errors | Ralf Jung | -6/+21 |
| 2020-03-08 | Rollup merge of #69326 - JOE1994:os_str_widestring, r=RalfJung | Mazdak Farrokhzad | -0/+27 |
| 2020-03-08 | Rollup merge of #69646 - RalfJung:layout-visitor, r=eddyb | Mazdak Farrokhzad | -127/+166 |
| 2020-03-07 | Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkov | Mazdak Farrokhzad | -4/+4 |
| 2020-03-07 | Rollup merge of #69782 - matthiaskrgr:redundant_field_name_rep, r=cramertj | Mazdak Farrokhzad | -1/+1 |
| 2020-03-06 | mir-interpret: add method Memory::read wide_string | JOE1994 | -0/+27 |
| 2020-03-06 | bug on ty::GeneratorWitness | Ralf Jung | -4/+7 |
| 2020-03-06 | rename visit_primitive -> try_visit_primitive, and comments | Ralf Jung | -4/+5 |
| 2020-03-06 | better error messages for invalid boxes (and a few more tests) | Ralf Jung | -7/+12 |
| 2020-03-06 | test that we validate boxes | Ralf Jung | -1/+0 |
| 2020-03-06 | miri value visitor: detect primitives by type, not layout | Ralf Jung | -126/+158 |
| 2020-03-06 | 'fieldless enums' is not what I meant -- it's empty/uninhabited enums, really | Ralf Jung | -2/+1 |
| 2020-03-06 | Don't redundantly repeat field names (clippy::redundant_field_names) | Matthias Krüger | -1/+1 |
| 2020-03-06 | Auto merge of #69753 - pnkfelix:issue-69191-ice-on-uninhabited-enum-field, r=oli | bors | -0/+8 |
| 2020-03-06 | fix various typos | Matthias Krüger | -4/+4 |
| 2020-03-06 | Add FIXME | Oliver Scherer | -0/+2 |
| 2020-03-05 | Fix #69191 | Felix S. Klock II | -0/+6 |
| 2020-03-05 | Rollup merge of #69736 - matthiaskrgr:even_more_clippy, r=Dylan-DPC | Dylan DPC | -3/+2 |
| 2020-03-05 | Rollup merge of #69713 - matthiaskrgr:more_cleanup, r=cramertj | Dylan DPC | -1/+1 |
| 2020-03-05 | Use simple 'for i in x' loops instead of 'while let Some(x) = x.next()' loops... | Matthias Krüger | -3/+2 |
| 2020-03-04 | Don't use "if let" bindings to only check a value and not actually bind anyth... | Matthias Krüger | -1/+1 |
| 2020-03-04 | use integer assoc consts instead of methods | Ralf Jung | -4/+4 |
| 2020-03-04 | Auto merge of #69550 - RalfJung:scalar, r=oli-obk | bors | -42/+38 |
| 2020-03-03 | Rollup merge of #69565 - RalfJung:assert, r=eddyb | Dylan DPC | -7/+7 |
| 2020-03-02 | Auto merge of #69257 - RalfJung:layout-visitor, r=eddyb | bors | -174/+191 |
| 2020-03-01 | Auto merge of #69408 - RalfJung:canonical-alloc-id, r=oli-obk | bors | -45/+57 |
| 2020-03-01 | Rollup merge of #69580 - matthiaskrgr:map_clone, r=Centril | Yuki Okushi | -1/+1 |
| 2020-03-01 | Auto merge of #69592 - petrochenkov:nosyntax, r=Centril | bors | -6/+6 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -6/+6 |
| 2020-02-29 | Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=Centril | Dylan DPC | -1/+1 |
| 2020-02-29 | use .copied() instead of .map(|x| *x) on iterators | Matthias Krüger | -1/+1 |
| 2020-02-29 | downgrade some assertions to debug_ again | Ralf Jung | -5/+7 |
| 2020-02-29 | use .iter() instead of .into_iter() on references. | Matthias Krüger | -1/+1 |
| 2020-02-28 | miri engine: turn some debug_assert into assert | Ralf Jung | -14/+12 |
| 2020-02-28 | remove ScalarMaybeUndef::to_bits and make Scalar::to_bits private | Ralf Jung | -42/+38 |
| 2020-02-28 | use is_empty() instead of len() == x to determine if structs are empty. | Matthias Krüger | -3/+3 |
| 2020-02-28 | Auto merge of #68505 - skinny121:canonicalize-const-eval-inputs, r=nikomatsakis | bors | -5/+1 |
| 2020-02-27 | don't use .into() to convert types into identical types. | Matthias Krüger | -2/+2 |
| 2020-02-26 | miri: validity visitor comments and path printing improvements | Ralf Jung | -22/+45 |
| 2020-02-23 | fmt | Ralf Jung | -4/+1 |
| 2020-02-23 | canonicalize alloc ID before calling tag_static_base_pointer | Ralf Jung | -1/+4 |
| 2020-02-23 | miri/machine: add canonical_alloc_id hook to replace find_foreign_static | Ralf Jung | -44/+56 |
| 2020-02-20 | Erase regions before before performing const eval, to improve caching. | Ben Lewis | -5/+1 |
| 2020-02-19 | Check `RUSTC_CTFE_BACKTRACE` much less by generating fewer errors | Wesley Wiser | -6/+6 |
| 2020-02-18 | more English grammar | Ralf Jung | -4/+4 |
| 2020-02-18 | miri value visitor: fix some wrong assumptions about layout; improve error me... | Ralf Jung | -157/+151 |
| 2020-02-16 | Determine type of intrinsics instead of assuming the destination type is the ... | Ben Lewis | -1/+8 |
| 2020-02-16 | Code review changes. | Ben Lewis | -1/+1 |