about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2020-02-29Rollup merge of #69567 - matthiaskrgr:useless_fmt, r=nagisaDylan DPC-1/+1
2020-02-29Rollup merge of #69551 - matthiaskrgr:len_zero, r=Mark-SimulacrumDylan DPC-17/+17
2020-02-29use .to_string() instead of format!() macro to create stringsMatthias Krüger-1/+1
2020-02-28Track all predicates in errors, not just trait obligationsEsteban Küber-0/+14
2020-02-28Rollup merge of #69452 - Centril:typeck-pat, r=estebankMazdak Farrokhzad-12/+14
2020-02-28move ZST assertion up, for better errorsRalf Jung-2/+2
2020-02-28remove ScalarMaybeUndef::to_bits and make Scalar::to_bits privateRalf Jung-10/+5
2020-02-28use is_empty() instead of len() == x to determine if structs are empty.Matthias Krüger-17/+17
2020-02-28remove check_raw after reducing it to one use onlyRalf Jung-8/+3
2020-02-28get rid of to_ptrRalf Jung-11/+3
2020-02-28add comment to check_dataRalf Jung-0/+4
2020-02-28Auto merge of #68505 - skinny121:canonicalize-const-eval-inputs, r=nikomatsakisbors-22/+20
2020-02-28Rollup merge of #69529 - matthiaskrgr:clippy_identity_conversion, r=Mark-Simu...Dylan DPC-5/+4
2020-02-28Rollup merge of #69496 - matthiaskrgr:filter_next, r=ecstatic-morseDylan DPC-1/+1
2020-02-28Rollup merge of #69495 - matthiaskrgr:op_ref, r=oli-obkDylan DPC-1/+1
2020-02-27don't use .into() to convert types into identical types.Matthias Krüger-5/+4
2020-02-27- polonius: adapt to the new fact formatAlbin Stjerna-1/+1
2020-02-27Auto merge of #68434 - varkor:astconv-mismatch-error, r=nikomatsakisbors-12/+11
2020-02-27Auto merge of #68528 - ecstatic-morse:maybe-init-variants, r=oli-obkbors-0/+9
2020-02-27use find(x) instead of filter(x).next()Matthias Krüger-1/+1
2020-02-27Auto merge of #69507 - JohnTitor:rollup-jqf1gmw, r=JohnTitorbors-1/+1
2020-02-27Rollup merge of #69479 - matthiaskrgr:op_pred, r=Dylan-DPCYuki Okushi-1/+1
2020-02-27Auto merge of #67332 - matthewjasper:drop-in-place-cgus, r=michaelwoeristerbors-4/+21
2020-02-26don't take redundant references to operandsMatthias Krüger-1/+1
2020-02-26Auto merge of #67742 - mark-i-m:describe-it, r=matthewjasperbors-2/+23
2020-02-26clarify operator precedenceMatthias Krüger-1/+1
2020-02-26Rollup merge of #69429 - matthiaskrgr:clippy_, r=estebankDylan DPC-3/+3
2020-02-25improve ParentHirIterator discoverabilityMazdak Farrokhzad-12/+14
2020-02-24Rollup merge of #69435 - anyska:cell-replace, r=CentrilDylan DPC-6/+3
2020-02-24Replace uses of Cell::get + Cell::set with Cell::replace.Ana-Maria-6/+3
2020-02-24don't explicitly compare against true or falseMatthias Krüger-1/+1
2020-02-24Also blacklist powerpc-unknown-linux-musl.Ana-Maria-9/+12
2020-02-24rustc_metadata: Load metadata for indirect macro-only dependenciesVadim Petrochenkov-4/+1
2020-02-24librustc{, codegen_ssa,infer,mir_build}: don't clone types that are copyMatthias Krüger-3/+3
2020-02-22remove unneeded fnmark-35/+0
2020-02-22address some review comments/bugsmark-0/+2
2020-02-22article and descr for closuresMark Mansi-4/+5
2020-02-22add generator_kind queryMark Mansi-9/+16
2020-02-22some fixesMark Mansi-7/+4
2020-02-22Generalized article_and_descriptionMark Mansi-1/+50
2020-02-22Rename CodeMap to SourceMap follow upMaxim Zholobak-3/+3
2020-02-22Make return value of `check_generic_arg_count` semantically clearervarkor-7/+1
2020-02-22Refactor `create_substs_for_generic_args` a littlevarkor-6/+11
2020-02-22Auto merge of #69302 - jonas-schievink:yield-needs-storage, r=Zoxcbors-1/+1
2020-02-21Auto merge of #69242 - cjgillot:object_violations, r=Zoxcbors-1/+137
2020-02-21Auto merge of #69330 - Centril:literally-melting-ice, r=eddybbors-0/+4
2020-02-21Auto merge of #69281 - nnethercote:inline-some-encoding-decoding-methods, r=C...bors-0/+2
2020-02-20Auto merge of #69072 - ecstatic-morse:associated-items, r=petrochenkovbors-16/+96
2020-02-20lit_to_const: gracefully bubble up type errors.Mazdak Farrokhzad-0/+4
2020-02-20Auto merge of #68847 - ecstatic-morse:const-impl, r=oli-obkbors-0/+8