about summary refs log tree commit diff
path: root/src/librustc_infer
AgeCommit message (Expand)AuthorLines
2020-03-14Move opaque_types::unexpected_hidden_region_diagnostic to error_reporting.Camille GILLOT-85/+82
2020-03-14Move IntercrateAmbiguityCause back to rustc::traits::select.Camille GILLOT-41/+0
2020-03-14Rollup merge of #69809 - matthiaskrgr:lifetimes, r=eddybYuki Okushi-3/+3
2020-03-14Rollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPCYuki Okushi-8/+3
2020-03-12remove lifetimes that can be elided (clippy::needless_lifetimes)Matthias Krüger-3/+3
2020-03-12Rollup merge of #69747 - spastorino:rename-rustc-guide, r=pietroalbiniMazdak Farrokhzad-42/+42
2020-03-12Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasperMazdak Farrokhzad-7/+7
2020-03-11Rollup merge of #69591 - matthewjasper:query-response-relate, r=nikomatsakisMazdak Farrokhzad-7/+78
2020-03-10rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.orgSantiago Pastorino-21/+21
2020-03-10Rename Rustc Guide to Rustc Dev GuideSantiago Pastorino-2/+2
2020-03-10Rename rustc guide to rustc dev guideSantiago Pastorino-23/+23
2020-03-10Rename rustc-guide to rustc-dev-guideSantiago Pastorino-23/+23
2020-03-07remove unneeded mutable references (cippy::unnecessary_mut_passed)Matthias Krüger-2/+2
2020-03-07Use ?-operator in more places (clippy::question_mark, had some false negative...Matthias Krüger-6/+1
2020-03-07Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkovMazdak Farrokhzad-11/+11
2020-03-06Don't redundantly repeat field names (clippy::redundant_field_names)Matthias Krüger-17/+17
2020-03-06fix various typosMatthias Krüger-11/+11
2020-03-06Auto merge of #69614 - estebank:ice-age, r=davidtwcobors-7/+11
2020-03-05Don't pass &mut where immutable reference (&) is sufficient (clippy::unnecess...Matthias Krüger-1/+1
2020-03-05Use righthand '&' instead of lefthand "ref". (clippy::toplevel_ref_arg)Matthias Krüger-1/+1
2020-03-03Rollup merge of #69650 - matthiaskrgr:clnp, r=varkorDylan DPC-6/+2
2020-03-03rename TraitItemKind::Method -> FnMark Mansi-6/+6
2020-03-03DefKind::Method -> DefKind::AssocFnMark Mansi-1/+1
2020-03-03Rollup merge of #69619 - matthiaskrgr:misc, r=eddybYuki Okushi-2/+2
2020-03-03Use .nth(x) instead of .skip(x).next() on iterators.Matthias Krüger-6/+2
2020-03-02Remove chalk integrationCAD97-203/+18
2020-03-02use values() or keys() respectively when iterating only over keys or values o...Matthias Krüger-2/+2
2020-03-01Fix use of `has_infer_types`Matthew Jasper-39/+15
2020-03-01`delay_span_bug` when codegen cannot select obligationEsteban Küber-7/+11
2020-03-01Rollup merge of #69569 - matthiaskrgr:nonminimal_bool, r=mark-SimulacrumDylan DPC-4/+4
2020-03-01Auto merge of #69592 - petrochenkov:nosyntax, r=Centrilbors-7/+7
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-7/+7
2020-02-29Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=CentrilDylan DPC-6/+4
2020-02-29Make it build againVadim Petrochenkov-1/+1
2020-02-29Use TypeRelating for instantiating query responsesMatthew Jasper-7/+78
2020-02-29Auto merge of #69570 - Dylan-DPC:rollup-d6boczt, r=Dylan-DPCbors-5/+5
2020-02-29simplify boolean expressionsMatthias Krüger-4/+4
2020-02-29Auto merge of #69255 - estebank:e0599-details, r=varkorbors-2/+1
2020-02-29use .iter() instead of .into_iter() on references.Matthias Krüger-6/+4
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-4/+4
2020-02-29use .to_string() instead of format!() macro to create stringsMatthias Krüger-1/+1
2020-02-28Add more context to E0599 errorsEsteban Küber-2/+1
2020-02-28Rollup merge of #69547 - matthiaskrgr:more_misc, r=Mark-SimulacrumMazdak Farrokhzad-8/+4
2020-02-28Rollup merge of #69541 - dotdash:format, r=Mark-SimulacrumMazdak Farrokhzad-6/+4
2020-02-28use is_empty() instead of len() == x to determine if structs are empty.Matthias Krüger-4/+4
2020-02-28remove redundant clones, references to operands, explicit boolean comparisons...Matthias Krüger-8/+4
2020-02-28Auto merge of #68505 - skinny121:canonicalize-const-eval-inputs, r=nikomatsakisbors-35/+50
2020-02-28Rollup merge of #69529 - matthiaskrgr:clippy_identity_conversion, r=Mark-Simu...Dylan DPC-3/+2
2020-02-28Rollup merge of #69496 - matthiaskrgr:filter_next, r=ecstatic-morseDylan DPC-3/+2