| Age | Commit message (Expand) | Author | Lines |
| 2020-03-11 | make error message less confusing | Ralf Jung | -2/+2 |
| 2020-03-11 | generalize InvalidNullPointerUsage to InvalidIntPointerUsage | Ralf Jung | -9/+5 |
| 2020-03-11 | fmt, tweak messages and bless | Ralf Jung | -20/+25 |
| 2020-03-11 | miri: categorize errors into "unsupported" and "UB" | Ralf Jung | -213/+129 |
| 2020-03-11 | Rollup merge of #69888 - wesleywiser:miri_exception_env_var_to_session_var, r... | Mazdak Farrokhzad | -13/+20 |
| 2020-03-11 | Compute the correct layout for variants of uninhabited enums and readd a long... | Oliver Scherer | -3/+11 |
| 2020-03-11 | Rollup merge of #66059 - RalfJung:panic-on-non-zero, r=eddyb | Mazdak Farrokhzad | -30/+0 |
| 2020-03-11 | Address review comments | Oliver Scherer | -1/+1 |
| 2020-03-11 | Generalize typed value printing and use for undef printing | Oliver Scherer | -17/+9 |
| 2020-03-11 | Don't print literal type suffixes if `print_ty` is false | Oliver Scherer | -2/+9 |
| 2020-03-11 | Print function pointer type for function pointer const generics | Oliver Scherer | -1/+5 |
| 2020-03-11 | Reuse type ascripted printing for type cast printing | Oliver Scherer | -9/+27 |
| 2020-03-11 | Don't print all zsts as their type as it makes no sense for more complex exam... | Oliver Scherer | -3/+20 |
| 2020-03-11 | Prefer fall through to code repetition | Oliver Scherer | -20/+34 |
| 2020-03-11 | Print leading zeros for non pointers | Oliver Scherer | -2/+2 |
| 2020-03-11 | Reduce special casing in the const pretty printer | Oliver Scherer | -9/+3 |
| 2020-03-11 | Don't print leading zeros on hex dumps constants | Oliver Scherer | -4/+3 |
| 2020-03-11 | Eliminate all ParamEnv::empty uses in pretty printing | Oliver Scherer | -22/+19 |
| 2020-03-11 | Print braces only in print_ty mode | Oliver Scherer | -43/+43 |
| 2020-03-11 | Address review comments around `type_ascribed_value` | Oliver Scherer | -40/+41 |
| 2020-03-11 | Deduplicate and clean up pretty printing logic | Oliver Scherer | -85/+223 |
| 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 | -13/+13 |
| 2020-03-10 | Rename rustc guide to rustc dev guide | Santiago Pastorino | -24/+24 |
| 2020-03-10 | Rename rustc-guide to rustc-dev-guide | Santiago Pastorino | -13/+13 |
| 2020-03-10 | Auto merge of #66364 - Centril:cleanup-macro-def, r=petrochenkov,eddyb | bors | -10/+5 |
| 2020-03-10 | Store `TokenStream` in `rmeta::MacroDef`. | Mazdak Farrokhzad | -10/+5 |
| 2020-03-10 | Rollup merge of #69714 - spastorino:place-ref-lifetime, r=oli-obk | Mazdak Farrokhzad | -4/+4 |
| 2020-03-10 | Rollup merge of #69475 - Zoxc:no-no-force, r=michaelwoerister | Mazdak Farrokhzad | -185/+140 |
| 2020-03-09 | Add a comment to `recover`. | John Kåre Alsaker | -0/+6 |
| 2020-03-09 | Remove the `no_force` query attribute | John Kåre Alsaker | -38/+0 |
| 2020-03-09 | Remove the need for `no_force` | John Kåre Alsaker | -117/+127 |
| 2020-03-09 | Move `analysis` to the query macro | John Kåre Alsaker | -30/+7 |
| 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 | refactor: Add an alias for the SmallVec in dep_graph | Markus Westerlind | -10/+8 |
| 2020-03-07 | Use ?-operator in more places (clippy::question_mark, had some false negative... | Matthias Krüger | -7/+2 |
| 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 | -10/+10 |
| 2020-03-07 | Rollup merge of #69667 - JohnTitor:no-debug, r=nikomatsakis | Mazdak Farrokhzad | -3/+0 |
| 2020-03-07 | Rollup merge of #69782 - matthiaskrgr:redundant_field_name_rep, r=cramertj | Mazdak Farrokhzad | -20/+17 |
| 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/+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 | -20/+17 |
| 2020-03-07 | Remove `NO_DEBUG` const | Yuki Okushi | -3/+0 |