| Age | Commit message (Expand) | Author | Lines |
| 2020-03-10 | Rollup merge of #69714 - spastorino:place-ref-lifetime, r=oli-obk | Mazdak Farrokhzad | -48/+46 |
| 2020-03-09 | Rollup merge of #69762 - RalfJung:validity-errors, r=oli-obk | Mazdak Farrokhzad | -62/+96 |
| 2020-03-08 | fix some cases of unexpected exceptions leaving validation | Ralf Jung | -30/+66 |
| 2020-03-08 | miri validation: debug-complain about unexpected errors | Ralf Jung | -6/+21 |
| 2020-03-08 | move error allocation test to error.rs | Ralf Jung | -26/+9 |
| 2020-03-08 | Rollup merge of #69326 - JOE1994:os_str_widestring, r=RalfJung | Mazdak Farrokhzad | -0/+27 |
| 2020-03-08 | Rollup merge of #69120 - spunit262:invalid-sugar-suggest, r=matthewjasper | Mazdak Farrokhzad | -43/+45 |
| 2020-03-08 | Rollup merge of #69646 - RalfJung:layout-visitor, r=eddyb | Mazdak Farrokhzad | -127/+166 |
| 2020-03-08 | Auto merge of #69804 - Centril:rollup-u86dc1g, r=Centril | bors | -22/+22 |
| 2020-03-07 | Rollup merge of #69787 - spastorino:use-local-directly-its-copy, r=oli-obk | Mazdak Farrokhzad | -6/+6 |
| 2020-03-07 | Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkov | Mazdak Farrokhzad | -16/+16 |
| 2020-03-07 | Auto merge of #69676 - ecstatic-morse:fix-enum-discr-effect, r=oli-obk | bors | -20/+28 |
| 2020-03-07 | Rollup merge of #69782 - matthiaskrgr:redundant_field_name_rep, r=cramertj | Mazdak Farrokhzad | -14/+14 |
| 2020-03-07 | Rollup merge of #69656 - matthiaskrgr:iter_nth_zero, r=oli-obk | Mazdak Farrokhzad | -2/+2 |
| 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 | mir::Local is Copy we can pass it by value in these cases | Santiago Pastorino | -6/+6 |
| 2020-03-06 | Don't redundantly repeat field names (clippy::redundant_field_names) | Matthias Krüger | -14/+14 |
| 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 | -16/+16 |
| 2020-03-06 | Auto merge of #69614 - estebank:ice-age, r=davidtwco | bors | -1/+1 |
| 2020-03-06 | Add FIXME | Oliver Scherer | -0/+2 |
| 2020-03-05 | Fix #69191 | Felix S. Klock II | -0/+6 |
| 2020-03-05 | Auto merge of #69746 - Dylan-DPC:rollup-wr6dvdk, r=Dylan-DPC | bors | -19/+17 |
| 2020-03-05 | Rollup merge of #69736 - matthiaskrgr:even_more_clippy, r=Dylan-DPC | Dylan DPC | -11/+10 |
| 2020-03-05 | Rollup merge of #69713 - matthiaskrgr:more_cleanup, r=cramertj | Dylan DPC | -3/+3 |
| 2020-03-05 | Don't pass &mut where immutable reference (&) is sufficient (clippy::unnecess... | Matthias Krüger | -4/+4 |
| 2020-03-05 | Use righthand '&' instead of lefthand "ref". (clippy::toplevel_ref_arg) | Matthias Krüger | -2/+2 |
| 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-05 | Const items have by default a static lifetime, there's no need to annotate it... | Matthias Krüger | -2/+2 |
| 2020-03-05 | Opt out of CTFE if the 'const_eval_limit' is set to 0 | Christoph Schmidler | -7/+15 |
| 2020-03-04 | PlaceRef<'a, 'tcx> -> PlaceRef<'tcx> | Santiago Pastorino | -41/+37 |
| 2020-03-04 | Make PlaceRef lifetimes of in_projection be both 'tcx | Santiago Pastorino | -4/+4 |
| 2020-03-04 | Make PlaceRef lifetimes of is_prefix_of be both 'tcx | Santiago Pastorino | -4/+4 |
| 2020-03-04 | Make PlaceRef lifetimes of classify_drop_access_kind be both 'tcx | Santiago Pastorino | -1/+1 |
| 2020-03-04 | Make PlaceRef lifetimes of closure_span be both 'tcx | Santiago Pastorino | -1/+1 |
| 2020-03-04 | Make PlaceRef lifetimes of move_spans be both 'tcx | Santiago Pastorino | -1/+1 |
| 2020-03-04 | Make PlaceRef lifetimes of borrowed_content_source be both 'tcx | Santiago Pastorino | -2/+2 |
| 2020-03-04 | Make PlaceRef lifetimes of describe_field be both 'tcx | Santiago Pastorino | -1/+1 |
| 2020-03-04 | Make PlaceRef lifetimes of add_moved_or_invoked_closure_note be both 'tcx | Santiago Pastorino | -1/+1 |
| 2020-03-04 | Make PlaceRef lifetimes of is_upvar_field_projection be both 'tcx | Santiago Pastorino | -6/+6 |
| 2020-03-04 | Don't use "if let" bindings to only check a value and not actually bind anyth... | Matthias Krüger | -3/+3 |
| 2020-03-04 | Make PlaceRef lifetimes of move_path_for_place be both 'tcx | Santiago Pastorino | -1/+1 |
| 2020-03-04 | Make PlaceRef lifetimes of move_path_closest_to be both 'tcx | Santiago Pastorino | -2/+2 |
| 2020-03-04 | Make PlaceRef lifetimes of uninitialized_error_reported be both 'tcx | Santiago Pastorino | -1/+1 |