| Age | Commit message (Expand) | Author | Lines |
| 2020-02-29 | Rollup merge of #69567 - matthiaskrgr:useless_fmt, r=nagisa | Dylan DPC | -1/+1 |
| 2020-02-29 | Rollup merge of #69551 - matthiaskrgr:len_zero, r=Mark-Simulacrum | Dylan DPC | -17/+17 |
| 2020-02-29 | use .to_string() instead of format!() macro to create strings | Matthias Krüger | -1/+1 |
| 2020-02-28 | Track all predicates in errors, not just trait obligations | Esteban Küber | -0/+14 |
| 2020-02-28 | Rollup merge of #69452 - Centril:typeck-pat, r=estebank | Mazdak Farrokhzad | -12/+14 |
| 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 | -10/+5 |
| 2020-02-28 | use is_empty() instead of len() == x to determine if structs are empty. | Matthias Krüger | -17/+17 |
| 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 | -22/+20 |
| 2020-02-28 | Rollup merge of #69529 - matthiaskrgr:clippy_identity_conversion, r=Mark-Simu... | Dylan DPC | -5/+4 |
| 2020-02-28 | Rollup merge of #69496 - matthiaskrgr:filter_next, r=ecstatic-morse | Dylan DPC | -1/+1 |
| 2020-02-28 | Rollup merge of #69495 - matthiaskrgr:op_ref, r=oli-obk | Dylan DPC | -1/+1 |
| 2020-02-27 | don't use .into() to convert types into identical types. | Matthias Krüger | -5/+4 |
| 2020-02-27 | - polonius: adapt to the new fact format | Albin Stjerna | -1/+1 |
| 2020-02-27 | Auto merge of #68434 - varkor:astconv-mismatch-error, r=nikomatsakis | bors | -12/+11 |
| 2020-02-27 | Auto merge of #68528 - ecstatic-morse:maybe-init-variants, r=oli-obk | bors | -0/+9 |
| 2020-02-27 | use find(x) instead of filter(x).next() | Matthias Krüger | -1/+1 |
| 2020-02-27 | Auto merge of #69507 - JohnTitor:rollup-jqf1gmw, r=JohnTitor | bors | -1/+1 |
| 2020-02-27 | Rollup merge of #69479 - matthiaskrgr:op_pred, r=Dylan-DPC | Yuki Okushi | -1/+1 |
| 2020-02-27 | Auto merge of #67332 - matthewjasper:drop-in-place-cgus, r=michaelwoerister | bors | -4/+21 |
| 2020-02-26 | don't take redundant references to operands | Matthias Krüger | -1/+1 |
| 2020-02-26 | Auto merge of #67742 - mark-i-m:describe-it, r=matthewjasper | bors | -2/+23 |
| 2020-02-26 | clarify operator precedence | Matthias Krüger | -1/+1 |
| 2020-02-26 | Rollup merge of #69429 - matthiaskrgr:clippy_, r=estebank | Dylan DPC | -3/+3 |
| 2020-02-25 | improve ParentHirIterator discoverability | Mazdak Farrokhzad | -12/+14 |
| 2020-02-24 | Rollup merge of #69435 - anyska:cell-replace, r=Centril | Dylan DPC | -6/+3 |
| 2020-02-24 | Replace uses of Cell::get + Cell::set with Cell::replace. | Ana-Maria | -6/+3 |
| 2020-02-24 | don't explicitly compare against true or false | Matthias Krüger | -1/+1 |
| 2020-02-24 | Also blacklist powerpc-unknown-linux-musl. | Ana-Maria | -9/+12 |
| 2020-02-24 | rustc_metadata: Load metadata for indirect macro-only dependencies | Vadim Petrochenkov | -4/+1 |
| 2020-02-24 | librustc{, codegen_ssa,infer,mir_build}: don't clone types that are copy | Matthias Krüger | -3/+3 |
| 2020-02-22 | remove unneeded fn | mark | -35/+0 |
| 2020-02-22 | address some review comments/bugs | mark | -0/+2 |
| 2020-02-22 | article and descr for closures | Mark Mansi | -4/+5 |
| 2020-02-22 | add generator_kind query | Mark Mansi | -9/+16 |
| 2020-02-22 | some fixes | Mark Mansi | -7/+4 |
| 2020-02-22 | Generalized article_and_description | Mark Mansi | -1/+50 |
| 2020-02-22 | Rename CodeMap to SourceMap follow up | Maxim Zholobak | -3/+3 |
| 2020-02-22 | Make return value of `check_generic_arg_count` semantically clearer | varkor | -7/+1 |
| 2020-02-22 | Refactor `create_substs_for_generic_args` a little | varkor | -6/+11 |
| 2020-02-22 | Auto merge of #69302 - jonas-schievink:yield-needs-storage, r=Zoxc | bors | -1/+1 |
| 2020-02-21 | Auto merge of #69242 - cjgillot:object_violations, r=Zoxc | bors | -1/+137 |
| 2020-02-21 | Auto merge of #69330 - Centril:literally-melting-ice, r=eddyb | bors | -0/+4 |
| 2020-02-21 | Auto merge of #69281 - nnethercote:inline-some-encoding-decoding-methods, r=C... | bors | -0/+2 |
| 2020-02-20 | Auto merge of #69072 - ecstatic-morse:associated-items, r=petrochenkov | bors | -16/+96 |
| 2020-02-20 | lit_to_const: gracefully bubble up type errors. | Mazdak Farrokhzad | -0/+4 |
| 2020-02-20 | Auto merge of #68847 - ecstatic-morse:const-impl, r=oli-obk | bors | -0/+8 |