| Age | Commit message (Expand) | Author | Lines |
| 2020-02-29 | Rollup merge of #69567 - matthiaskrgr:useless_fmt, r=nagisa | Dylan DPC | -12/+12 |
| 2020-02-29 | Rollup merge of #69551 - matthiaskrgr:len_zero, r=Mark-Simulacrum | Dylan DPC | -6/+6 |
| 2020-02-29 | use .to_string() instead of format!() macro to create strings | Matthias Krüger | -12/+12 |
| 2020-02-28 | miri engine: turn some debug_assert into assert | Ralf Jung | -14/+12 |
| 2020-02-28 | Don't bug when taking discriminant of generator | Dylan MacKenzie | -54/+72 |
| 2020-02-28 | Rollup merge of #69547 - matthiaskrgr:more_misc, r=Mark-Simulacrum | Mazdak Farrokhzad | -5/+1 |
| 2020-02-28 | Rollup merge of #69541 - dotdash:format, r=Mark-Simulacrum | Mazdak Farrokhzad | -4/+2 |
| 2020-02-28 | Rollup merge of #69481 - matthiaskrgr:single_char, r=ecstatic-morse | Mazdak Farrokhzad | -3/+3 |
| 2020-02-28 | remove ScalarMaybeUndef::to_bits and make Scalar::to_bits private | Ralf Jung | -43/+41 |
| 2020-02-28 | use is_empty() instead of len() == x to determine if structs are empty. | Matthias Krüger | -6/+6 |
| 2020-02-28 | remove redundant clones, references to operands, explicit boolean comparisons... | Matthias Krüger | -5/+1 |
| 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 | -6/+5 |
| 2020-02-27 | - polonius: adapt to the new fact format | Albin Stjerna | -42/+57 |
| 2020-02-27 | Remove now unused `GenKill` impl for old `GenKillSet` | Dylan MacKenzie | -11/+0 |
| 2020-02-27 | Rename `RequiresStorage` to `MaybeRequiresStorage` | Dylan MacKenzie | -11/+11 |
| 2020-02-27 | Port `RequiresStorage` to new dataflow framework | Dylan MacKenzie | -100/+97 |
| 2020-02-27 | Add inherent `visit_with` method to `dataflow::Results` | Dylan MacKenzie | -0/+18 |
| 2020-02-27 | Port `MaybeStorageLive` to new dataflow framework | Dylan MacKenzie | -41/+37 |
| 2020-02-27 | Auto merge of #68528 - ecstatic-morse:maybe-init-variants, r=oli-obk | bors | -25/+192 |
| 2020-02-27 | Remove unneeded calls to format!() | Björn Steinbrink | -4/+2 |
| 2020-02-27 | use char instead of &str for single char patterns | Matthias Krüger | -3/+3 |
| 2020-02-27 | Auto merge of #67332 - matthewjasper:drop-in-place-cgus, r=michaelwoerister | bors | -3/+10 |
| 2020-02-26 | Auto merge of #67742 - mark-i-m:describe-it, r=matthewjasper | bors | -22/+33 |
| 2020-02-26 | miri: validity visitor comments and path printing improvements | Ralf Jung | -22/+45 |
| 2020-02-24 | don't explicitly compare against true or false | Matthias Krüger | -2/+2 |
| 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 | -65/+57 |
| 2020-02-22 | add generator_kind query | Mark Mansi | -8/+10 |
| 2020-02-22 | some fixes | Mark Mansi | -13/+2 |
| 2020-02-22 | minor cleanup | Mark Mansi | -4/+4 |
| 2020-02-22 | Generalized article_and_description | Mark Mansi | -13/+33 |
| 2020-02-22 | Auto merge of #69374 - Dylan-DPC:rollup-x7mjd5z, r=Dylan-DPC | bors | -1/+1 |
| 2020-02-22 | Rollup merge of #69370 - RalfJung:const-eval-mod, r=oli-obk | Dylan DPC | -0/+0 |
| 2020-02-22 | Rollup merge of #69349 - spastorino:mir-not-an-experiment, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-02-22 | move const_eval.rs into the module folder | Ralf Jung | -0/+0 |
| 2020-02-22 | Auto merge of #69333 - ecstatic-morse:revert-simd-shuffle, r=petrochenkov | bors | -7/+21 |
| 2020-02-22 | Auto merge of #69302 - jonas-schievink:yield-needs-storage, r=Zoxc | bors | -21/+78 |
| 2020-02-21 | MIR is not an experiment anymore | Santiago Pastorino | -1/+1 |
| 2020-02-21 | Auto merge of #69290 - wesleywiser:speed_up_ctfe_stress_4, r=RalfJung | bors | -6/+6 |
| 2020-02-20 | Revert "Rollup merge of #69280 - ecstatic-morse:promote-shuffle-no-special-ca... | Dylan MacKenzie | -7/+21 |
| 2020-02-20 | Auto merge of #69072 - ecstatic-morse:associated-items, r=petrochenkov | bors | -2/+2 |
| 2020-02-20 | Rollup merge of #69185 - RalfJung:const-prop-lints, r=oli-obk | Mazdak Farrokhzad | -91/+86 |
| 2020-02-20 | Auto merge of #69145 - matthewjasper:mir-typeck-static-ty, r=nikomatsakis | bors | -29/+41 |
| 2020-02-20 | Auto merge of #68847 - ecstatic-morse:const-impl, r=oli-obk | bors | -56/+102 |
| 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-19 | Add more comments to `SuspensionPoint` | Jonas Schievink | -3/+9 |
| 2020-02-19 | Remap the resume place if necessary | Jonas Schievink | -0/+9 |