| Age | Commit message (Expand) | Author | Lines |
| 2020-03-11 | miri: categorize errors into "unsupported" and "UB" | Ralf Jung | -213/+129 |
| 2020-03-11 | Deduplicate and clean up pretty printing logic | Oliver Scherer | -8/+8 |
| 2020-03-10 | [Miri] Use a session variable instead of checking for an env var always | Wesley Wiser | -13/+20 |
| 2020-03-10 | rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org | Santiago Pastorino | -1/+1 |
| 2020-03-10 | Rename rustc guide to rustc dev guide | Santiago Pastorino | -2/+2 |
| 2020-03-10 | Rename rustc-guide to rustc-dev-guide | Santiago Pastorino | -1/+1 |
| 2020-03-10 | Rollup merge of #69714 - spastorino:place-ref-lifetime, r=oli-obk | Mazdak Farrokhzad | -4/+4 |
| 2020-03-09 | Rollup merge of #69762 - RalfJung:validity-errors, r=oli-obk | Mazdak Farrokhzad | -4/+23 |
| 2020-03-08 | use static strings instead of tcx | Ralf Jung | -5/+5 |
| 2020-03-08 | Fix typo | Ralf Jung | -2/+2 |
| 2020-03-08 | fix some cases of unexpected exceptions leaving validation | Ralf Jung | -5/+8 |
| 2020-03-08 | move error allocation test to error.rs | Ralf Jung | -1/+17 |
| 2020-03-08 | Rollup merge of #69326 - JOE1994:os_str_widestring, r=RalfJung | Mazdak Farrokhzad | -0/+10 |
| 2020-03-07 | Rollup merge of #69787 - spastorino:use-local-directly-its-copy, r=oli-obk | Mazdak Farrokhzad | -5/+5 |
| 2020-03-07 | Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2020-03-07 | Rollup merge of #69782 - matthiaskrgr:redundant_field_name_rep, r=cramertj | Mazdak Farrokhzad | -1/+1 |
| 2020-03-07 | Rollup merge of #69656 - matthiaskrgr:iter_nth_zero, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2020-03-06 | mir-interpret: add method Memory::read wide_string | JOE1994 | -0/+10 |
| 2020-03-06 | mir::Local is Copy we can pass it by value in these cases | Santiago Pastorino | -5/+5 |
| 2020-03-06 | Don't redundantly repeat field names (clippy::redundant_field_names) | Matthias Krüger | -1/+1 |
| 2020-03-06 | fix various typos | Matthias Krüger | -1/+1 |
| 2020-03-05 | Rollup merge of #69736 - matthiaskrgr:even_more_clippy, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-03-05 | Const items have by default a static lifetime, there's no need to annotate it... | Matthias Krüger | -1/+1 |
| 2020-03-04 | PlaceRef<'a, 'tcx> -> PlaceRef<'tcx> | Santiago Pastorino | -4/+4 |
| 2020-03-04 | use integer assoc consts instead of methods | Ralf Jung | -9/+9 |
| 2020-03-04 | Auto merge of #69550 - RalfJung:scalar, r=oli-obk | bors | -28/+14 |
| 2020-03-03 | Use .next() instead of .nth(0) on iterators. | Matthias Krüger | -1/+1 |
| 2020-03-02 | Make PlaceRef lifetimes of Place::as_ref be both 'tcx | Santiago Pastorino | -1/+1 |
| 2020-03-03 | Simplify conditions like x + 1 <= y to x < y | Matthias Krüger | -1/+1 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -4/+4 |
| 2020-02-28 | move ZST assertion up, for better errors | Ralf Jung | -2/+2 |
| 2020-02-28 | remove ScalarMaybeUndef::to_bits and make Scalar::to_bits private | Ralf Jung | -9/+4 |
| 2020-02-28 | use is_empty() instead of len() == x to determine if structs are empty. | Matthias Krüger | -2/+2 |
| 2020-02-28 | remove check_raw after reducing it to one use only | Ralf Jung | -8/+3 |
| 2020-02-28 | get rid of to_ptr | Ralf Jung | -11/+3 |
| 2020-02-28 | add comment to check_data | Ralf Jung | -0/+4 |
| 2020-02-28 | Auto merge of #68505 - skinny121:canonicalize-const-eval-inputs, r=nikomatsakis | bors | -19/+17 |
| 2020-02-27 | don't use .into() to convert types into identical types. | Matthias Krüger | -3/+3 |
| 2020-02-27 | Auto merge of #68528 - ecstatic-morse:maybe-init-variants, r=oli-obk | bors | -0/+9 |
| 2020-02-24 | don't explicitly compare against true or false | Matthias Krüger | -1/+1 |
| 2020-02-22 | Auto merge of #69302 - jonas-schievink:yield-needs-storage, r=Zoxc | bors | -1/+1 |
| 2020-02-20 | lit_to_const: gracefully bubble up type errors. | Mazdak Farrokhzad | -0/+4 |
| 2020-02-20 | Erase regions before before performing const eval, to improve caching. | Ben Lewis | -19/+17 |
| 2020-02-19 | Reorder yield visitation order to match call | Jonas Schievink | -1/+1 |
| 2020-02-19 | Use a constructor function per dep node instead of an enum and a single function | John Kåre Alsaker | -1/+1 |
| 2020-02-18 | Rollup merge of #69200 - jonas-schievink:yield-print, r=eddyb,Zoxc | Dylan DPC | -8/+8 |
| 2020-02-18 | Rollup merge of #69181 - skinny121:const-eval-return, r=oli-obk | Dylan DPC | -2/+39 |
| 2020-02-16 | suspend -> yield | Jonas Schievink | -3/+1 |
| 2020-02-16 | Fix printing of `Yield` terminator | Jonas Schievink | -8/+10 |
| 2020-02-16 | Code review changes. | Ben Lewis | -3/+8 |