about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-06-13Add Apple WatchOS compile targetsVladimir Michael Eatwell-4/+68
2022-06-13Update miriOli Scherer-11/+9
2022-06-13Add regression test for #97986Guillaume Gomez-0/+24
2022-06-13Ignore impl items because they can be duplicated in case of generic implGuillaume Gomez-10/+43
2022-06-13fix error message for download-ci-llvmPietro Albini-7/+7
2022-06-13Add some more regression tests for #67945Yuki Okushi-0/+107
2022-06-13Update variance-object-types.stderrYoke-1/+1
2022-06-13Remove trailing whitespaceMaybe Waffle-2/+2
2022-06-13remove use Cell in variance-object-types.rsYoke-1/+0
2022-06-13Improve suggestion wordingMaybe Waffle-5/+5
2022-06-13del unrelated commentYoke-3/+0
2022-06-13move stage0 config closer to ConfigPietro Albini-22/+22
2022-06-13remove unnecessary `to_string` and `String::new` for `tool_only_span_suggestion`Takayuki Maeda-1/+1
2022-06-13remove unnecessary `to_string` and `String::new`Takayuki Maeda-20/+20
2022-06-12Merge commit '7b73b60faca71d01d900e49831fcb84553e93019' into sync-rustfmtCaleb Cartwright-803/+314
2022-06-12Merge commit '7b73b60faca71d01d900e49831fcb84553e93019' into sync-rustfmtCaleb Cartwright-1186/+12890
2022-06-12Rollup merge of #97920 - bjorn3:test_annotation_fixes, r=Dylan-DPCMichael Goulet-3/+5
2022-06-12rustdoc: change error message for invalid `#[doc(tuple_variadic)]`Michael Howell-0/+23
2022-06-12Improves parser diagnostics, fixes #93867threadexception-24/+47
2022-06-12Fix some test annotationsbjorn3-3/+5
2022-06-12Rollup merge of #98012 - compiler-errors:poly-trait-refs-are-traits, r=cjgillotDylan DPC-28/+28
2022-06-12Fix erroneous span for borrowck errorMichael Goulet-1/+37
2022-06-12Auto merge of #97993 - lengyijun:clean-variance, r=compiler-errorsbors-9/+9
2022-06-11Dedup `imports_granularity = "Item"` (#4737)David Bar-On-1/+14
2022-06-12Auto merge of #97778 - compiler-errors:misc-diagnostics-tidy, r=cjgillotbors-14/+80
2022-06-11Properly replace `impl Trait` in fn args, turn {integer} to i32Michael Goulet-0/+49
2022-06-11Handle empty where-clause betterMichael Goulet-14/+31
2022-06-11ValuePairs::PolyTraitRefs should be called 'trait'Michael Goulet-28/+28
2022-06-11Auto merge of #97705 - compiler-errors:guide-inference, r=lcnrbors-0/+31
2022-06-12Make `ExprKind::Closure` a struct variant.Camille GILLOT-98/+112
2022-06-11Auto merge of #95880 - cjgillot:def-ident-span, r=petrochenkovbors-92/+189
2022-06-11Auto merge of #97996 - matthiaskrgr:rollup-bvbjlid, r=matthiaskrgrbors-0/+5
2022-06-11Fix broken test caseMichael Howell-1/+1
2022-06-11Add test case for #trait-implementations-1 linkMichael Howell-0/+10
2022-06-11Fix incorrectly spelled "variadic"Michael Howell-7/+7
2022-06-11Guide inference along during type_changing_struct_updateMichael Goulet-0/+31
2022-06-11Rollup merge of #97990 - GuillaumeGomez:eslint-checks, r=Dylan-DPCMatthias Krüger-0/+5
2022-06-11Auto merge of #97989 - Dylan-DPC:rollup-wol1a1y, r=Dylan-DPCbors-8/+17
2022-06-11clean variance testlengyijun-9/+9
2022-06-11Add eslint rule "no-script-url"Guillaume Gomez-0/+1
2022-06-11Add eslint rule "no-return-assign"Guillaume Gomez-0/+1
2022-06-11Add eslint rule "no-multi-assign"Guillaume Gomez-0/+1
2022-06-11Add eslint rule "no-mixed-operator"Guillaume Gomez-0/+1
2022-06-11Add eslint rule "no-lonely-if"Guillaume Gomez-0/+1
2022-06-11Rollup merge of #97789 - ferrocene:pa-fix-issue-71363-test, r=cjgillotDylan DPC-8/+17
2022-06-11Auto merge of #97903 - est31:unused_macro_rules_compile_error, r=petrochenkovbors-0/+113
2022-06-11Auto merge of #97980 - Dylan-DPC:rollup-l8exe4b, r=Dylan-DPCbors-161/+319
2022-06-11Rollup merge of #97972 - hamza1311:patch-1, r=Dylan-DPCDylan DPC-1/+3
2022-06-11Rollup merge of #97812 - TaKO8Ki:suggest-to-swap-struct-and-trait, r=estebankDylan DPC-0/+143
2022-06-11Rollup merge of #97703 - lcnr:post-89862, r=estebankDylan DPC-10/+164