about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-06-12Auto merge of #97778 - compiler-errors:misc-diagnostics-tidy, r=cjgillotbors-197/+283
2022-06-11Address commentsMichael Goulet-85/+131
2022-06-11Properly replace `impl Trait` in fn args, turn {integer} to i32Michael Goulet-12/+27
2022-06-11Make is_suggestable work on all TypeFoldableMichael Goulet-50/+73
2022-06-11Handle empty where-clause betterMichael Goulet-45/+47
2022-06-11Make Ty::is_suggestable use a visitorMichael Goulet-69/+69
2022-06-11Auto merge of #97705 - compiler-errors:guide-inference, r=lcnrbors-67/+85
2022-06-11Auto merge of #95880 - cjgillot:def-ident-span, r=petrochenkovbors-59/+40
2022-06-11Auto merge of #97996 - matthiaskrgr:rollup-bvbjlid, r=matthiaskrgrbors-3/+3
2022-06-11Stop using string equality to check if ADT is a unionMichael Goulet-6/+11
2022-06-11Use if-let instead of match with guardMichael Goulet-83/+74
2022-06-11Guide inference along during type_changing_struct_updateMichael Goulet-3/+25
2022-06-11Rollup merge of #97994 - kyoto7250:fix_hir_link, r=cjgillotMatthias Krüger-2/+2
2022-06-11Rollup merge of #97969 - inglorion:prelinkpasses, r=nikicMatthias Krüger-1/+1
2022-06-11Auto merge of #97989 - Dylan-DPC:rollup-wol1a1y, r=Dylan-DPCbors-43/+68
2022-06-11feat(fix): update some linkskyoto7250-2/+2
2022-06-11Rollup merge of #97987 - TaKO8Ki:remove-unnecessary-format-macro, r=Dylan-DPCDylan DPC-5/+2
2022-06-11Rollup merge of #97913 - dingxiangfei2009:wrap-into-local-var-id, r=nikomatsakisDylan DPC-38/+53
2022-06-11Rollup merge of #97789 - ferrocene:pa-fix-issue-71363-test, r=cjgillotDylan DPC-0/+5
2022-06-11Rollup merge of #97761 - RalfJung:vtable-validation, r=cjgillotDylan DPC-0/+8
2022-06-11remove an unnecessary format macroTakayuki Maeda-5/+2
2022-06-11Auto merge of #97903 - est31:unused_macro_rules_compile_error, r=petrochenkovbors-10/+45
2022-06-11Auto merge of #97980 - Dylan-DPC:rollup-l8exe4b, r=Dylan-DPCbors-202/+171
2022-06-11Rollup merge of #97967 - BoxyUwU:at_docs_mention_trace, r=compiler-errorsDylan DPC-0/+21
2022-06-11Rollup merge of #97812 - TaKO8Ki:suggest-to-swap-struct-and-trait, r=estebankDylan DPC-2/+42
2022-06-11Rollup merge of #97703 - lcnr:post-89862, r=estebankDylan DPC-128/+85
2022-06-11Rollup merge of #96868 - nrc:turbo-stable, r=jhpratt,nbdd0121,nagisaDylan DPC-72/+23
2022-06-11Auto merge of #97905 - nnethercote:revert-infallible-encoder, r=bjorn3bors-158/+235
2022-06-11Auto merge of #97648 - lcnr:bound-var-replacer, r=jackh726bors-191/+186
2022-06-10the day that i make a PR without a tidy error..Ellen-7/+7
2022-06-10Make -Cpasses= only apply to pre-link optimizationBob Haarman-1/+1
2022-06-10Rollup merge of #97941 - CorinJG:error_naming_conventions, r=compiler-errorsMatthias Krüger-27/+27
2022-06-10Rollup merge of #97928 - hoodmane:emscripten-no-assertions, r=tlivelyMatthias Krüger-9/+1
2022-06-10Rollup merge of #93331 - pnkfelix:refactor-write-output-file, r=oli-obkMatthias Krüger-18/+14
2022-06-10aEllen-0/+21
2022-06-10Introduce opt_ident.Camille GILLOT-13/+12
2022-06-10Assert def_ident_span presence.Camille GILLOT-1/+2
2022-06-10Encode def_ident_span using the query.Camille GILLOT-23/+5
2022-06-10Call def_span inside span_if_local.Camille GILLOT-2/+6
2022-06-10Implement def_ident_span in rustc_middle.Camille GILLOT-34/+29
2022-06-10E0577 fixed Sea struct CamelCase/sea module snake_caseCorinJG-3/+3
2022-06-10use FxHashMap instead of BTreeMaplcnr-4/+3
2022-06-10Fixed several error_codes/Exxxx.md messages which used UpperCamelCase instead...CorinJG-30/+30
2022-06-10Auto merge of #97939 - JohnTitor:rollup-79pxupb, r=JohnTitorbors-13/+23
2022-06-10Rollup merge of #97927 - cjgillot:issue-97836, r=petrochenkovYuki Okushi-1/+6
2022-06-10Rollup merge of #97718 - xFrednet:95540-delayed-good-path-ice-for-expect, r=w...Yuki Okushi-12/+17
2022-06-10eagerly check whether we replace any bound varslcnr-25/+16
2022-06-10update higher_ranked_sub docslcnr-27/+35
2022-06-10don't always cache bound ltslcnr-13/+23
2022-06-10bound_vars -> infer: don't return lt maplcnr-54/+40