about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-08-22migrate: `UnknownTool` error to `SessionDiagnostic`Rejyr-16/+30
2022-08-22Auto merge of #100868 - Dylan-DPC:rollup-a1hfi1r, r=Dylan-DPCbors-342/+957
2022-08-22Rollup merge of #100757 - ouz-a:issue-95134, r=jackh726Dylan DPC-7/+51
2022-08-22Rollup merge of #100694 - finalchild:ast-passes-diag, r=TaKO8KiDylan DPC-203/+490
2022-08-22Rollup merge of #99915 - WaffleLapkin:recover_keyword_bounds, r=compiler-errorsDylan DPC-4/+244
2022-08-22Rollup merge of #99386 - AngelicosPhosphoros:add_retain_test_maybeuninit, r=J...Dylan DPC-0/+45
2022-08-22Rollup merge of #93162 - camsteffen:std-prim-docs, r=Mark-SimulacrumDylan DPC-128/+127
2022-08-22Auto merge of #100676 - lcnr:implied-bounds-yay, r=nikomatsakisbors-237/+321
2022-08-22Auto merge of #100671 - Xiretza:tidy-fluent-files, r=davidtwcobors-15/+12
2022-08-22Auto merge of #100668 - nnethercote:use-AttrVec-more, r=spastorinobors-391/+351
2022-08-21Auto merge of #100654 - compiler-errors:rework-point-at-arg, r=estebankbors-780/+1369
2022-08-22Use `AttrVec` in more places.Nicholas Nethercote-391/+351
2022-08-21Auto merge of #100847 - matthiaskrgr:rollup-0ga531s, r=matthiaskrgrbors-300/+350
2022-08-21Auto merge of #100645 - notriddle:notriddle/rustdoc-diet-plan, r=GuillaumeGomezbors-47/+54
2022-08-22Replace #[error(..)] etc. to #[diag(..)]finalchild-23/+23
2022-08-22Fix incorrect return type of emit_fatalPark Jaeon [파차]-1/+1
2022-08-22Remove redundant clonefinalchild-1/+1
2022-08-22Migrate forbidden_default and *_without_bodyfinalchild-76/+185
2022-08-22Fix `build_format` not unescaping braces properlyfinalchild-27/+32
2022-08-22Support #[fatal(..)]finalchild-2/+27
2022-08-22Migrate fn_param_forbidden_self and rename others to have prefix fn_param_finalchild-28/+35
2022-08-22Rename c_var_args_without_named_arg to c_var_args_is_sole_paramfinalchild-4/+4
2022-08-22Migrate doc_comment_on_fn_param, forbidden_attr_on_fn_paramfinalchild-12/+24
2022-08-22Migrate forbidden_lifetime_bound, forbidden_non_lifetime_param, too_many_para...finalchild-26/+57
2022-08-22Migrate trait_fn_constfinalchild-0/+12
2022-08-22Migrate trait_fn_asyncfinalchild-10/+18
2022-08-22Tidyfinalchild-2/+2
2022-08-22Migrate deprecated_where_clause_location, forbidden_assoc_constraint, keyword...finalchild-26/+77
2022-08-22Use DiagnosticMessage for BufferedEarlyLint.msgfinalchild-6/+6
2022-08-22Migrate forbidden_letfinalchild-18/+45
2022-08-21Rollup merge of #100842 - JhonnyBillM:enable-diag-lint-in-transmute, r=TaKO8KiMatthias Krüger-0/+2
2022-08-21Rollup merge of #100839 - nelsonjchen:consistent_child_stdin_field_desc, r=th...Matthias Krüger-5/+5
2022-08-21Rollup merge of #100822 - WaffleLapkin:no_offset_question_mark, r=scottmcmMatthias Krüger-57/+57
2022-08-21Rollup merge of #100821 - WaffleLapkin:ptr_add_docs, r=scottmcmMatthias Krüger-17/+15
2022-08-21Rollup merge of #100813 - Nilstrieb:too-much-disk-space-gitignore, r=Mark-Sim...Matthias Krüger-0/+1
2022-08-21Rollup merge of #100775 - GuillaumeGomez:reduce-span-v2, r=notriddleMatthias Krüger-106/+157
2022-08-21Rollup merge of #100761 - lcnr:mir-typeck-cleanup, r=compiler-errorsMatthias Krüger-90/+58
2022-08-21Rollup merge of #100760 - krasimirgg:llvm-16-pic-level, r=nikicMatthias Krüger-2/+2
2022-08-21Rollup merge of #100697 - eholk:doc-comment-update, r=compiler-errorsMatthias Krüger-4/+8
2022-08-21Rollup merge of #100663 - clarfonthey:const-reverse, r=scottmcmMatthias Krüger-5/+8
2022-08-21Rollup merge of #100556 - Alex-Velez:patch-1, r=scottmcmMatthias Krüger-14/+37
2022-08-21Auto merge of #100841 - RalfJung:miri, r=RalfJungbors-8/+8
2022-08-21ADD - diagnostic lints to rustc_transmuteJhonny Bill Mena-0/+2
2022-08-21update MiriRalf Jung-8/+8
2022-08-21recover `const Tr` bounds (no `~`)Maybe Waffle-11/+20
2022-08-21Auto merge of #100765 - Xiretza:session-diagnostic-unification, r=compiler-er...bors-517/+567
2022-08-21Make doc for stdin field of process consistentNelson Chen-5/+5
2022-08-21Auto merge of #100627 - krasimirgg:lto-llvm-16, r=cuviperbors-2/+23
2022-08-21Replace #[lint/warning/error] with #[diag]Xiretza-387/+443
2022-08-21Disallow #[primary_span] on LintDiagnosticsXiretza-6/+30