about summary refs log tree commit diff
path: root/src/librustc/ty
AgeCommit message (Expand)AuthorLines
2020-03-07Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkovMazdak Farrokhzad-8/+8
2020-03-07Rollup merge of #69782 - matthiaskrgr:redundant_field_name_rep, r=cramertjMazdak Farrokhzad-15/+12
2020-03-07Rollup merge of #69656 - matthiaskrgr:iter_nth_zero, r=oli-obkMazdak Farrokhzad-1/+1
2020-03-06Don't redundantly repeat field names (clippy::redundant_field_names)Matthias Krüger-15/+12
2020-03-06fix various typosMatthias Krüger-8/+8
2020-03-04cover some more nearby casesRalf Jung-8/+7
2020-03-04Auto merge of #69550 - RalfJung:scalar, r=oli-obkbors-1/+1
2020-03-03Rollup merge of #69621 - matthiaskrgr:q, r=petrochenkovDylan DPC-3/+1
2020-03-03use question mark operator in a few places.Matthias Krüger-3/+1
2020-03-03Rollup merge of #69619 - matthiaskrgr:misc, r=eddybYuki Okushi-4/+2
2020-03-03Use .next() instead of .nth(0) on iterators.Matthias Krüger-1/+1
2020-03-01Clean up TypeFlagsMatthew Jasper-87/+99
2020-03-01Fix use of `has_infer_types`Matthew Jasper-5/+5
2020-03-01use for (idx, item) in iter.enumerate() instead of manually counting loop i...Matthias Krüger-4/+2
2020-03-01Auto merge of #69380 - Zoxc:parent-module, r=michaelwoeristerbors-4/+2
2020-03-01Auto merge of #69592 - petrochenkov:nosyntax, r=Centrilbors-20/+20
2020-02-29Auto merge of #69590 - Dylan-DPC:rollup-i3z0sic, r=Dylan-DPCbors-2/+2
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-18/+18
2020-02-29Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=CentrilDylan DPC-2/+2
2020-02-29Make it build againVadim Petrochenkov-2/+2
2020-02-29Auto merge of #69263 - anyska:blacklist-powerpc-zst, r=nagisabors-7/+15
2020-02-29Add a `parent_module_from_def_id` queryJohn Kåre Alsaker-4/+2
2020-02-29use .iter() instead of .into_iter() on references.Matthias Krüger-2/+2
2020-02-28remove ScalarMaybeUndef::to_bits and make Scalar::to_bits privateRalf Jung-1/+1
2020-02-28use is_empty() instead of len() == x to determine if structs are empty.Matthias Krüger-11/+11
2020-02-28Auto merge of #68505 - skinny121:canonicalize-const-eval-inputs, r=nikomatsakisbors-2/+2
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-27Auto merge of #68434 - varkor:astconv-mismatch-error, r=nikomatsakisbors-12/+11
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/+20
2020-02-26clarify operator precedenceMatthias Krüger-1/+1
2020-02-26Rollup merge of #69429 - matthiaskrgr:clippy_, r=estebankDylan DPC-3/+3
2020-02-24Replace uses of Cell::get + Cell::set with Cell::replace.Ana-Maria-6/+3
2020-02-24Also blacklist powerpc-unknown-linux-musl.Ana-Maria-9/+12
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/+13
2020-02-22some fixesMark Mansi-7/+4
2020-02-22Generalized article_and_descriptionMark Mansi-1/+50
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-21Auto merge of #69242 - cjgillot:object_violations, r=Zoxcbors-0/+4
2020-02-21Auto merge of #69281 - nnethercote:inline-some-encoding-decoding-methods, r=C...bors-0/+2