| Age | Commit message (Expand) | Author | Lines |
| 2022-08-22 | migrate: `UnknownTool` error to `SessionDiagnostic` | Rejyr | -16/+30 |
| 2022-08-22 | Auto merge of #100868 - Dylan-DPC:rollup-a1hfi1r, r=Dylan-DPC | bors | -342/+957 |
| 2022-08-22 | Rollup merge of #100757 - ouz-a:issue-95134, r=jackh726 | Dylan DPC | -7/+51 |
| 2022-08-22 | Rollup merge of #100694 - finalchild:ast-passes-diag, r=TaKO8Ki | Dylan DPC | -203/+490 |
| 2022-08-22 | Rollup merge of #99915 - WaffleLapkin:recover_keyword_bounds, r=compiler-errors | Dylan DPC | -4/+244 |
| 2022-08-22 | Rollup merge of #99386 - AngelicosPhosphoros:add_retain_test_maybeuninit, r=J... | Dylan DPC | -0/+45 |
| 2022-08-22 | Rollup merge of #93162 - camsteffen:std-prim-docs, r=Mark-Simulacrum | Dylan DPC | -128/+127 |
| 2022-08-22 | Auto merge of #100676 - lcnr:implied-bounds-yay, r=nikomatsakis | bors | -237/+321 |
| 2022-08-22 | Auto merge of #100671 - Xiretza:tidy-fluent-files, r=davidtwco | bors | -15/+12 |
| 2022-08-22 | Auto merge of #100668 - nnethercote:use-AttrVec-more, r=spastorino | bors | -391/+351 |
| 2022-08-21 | Auto merge of #100654 - compiler-errors:rework-point-at-arg, r=estebank | bors | -780/+1369 |
| 2022-08-22 | Use `AttrVec` in more places. | Nicholas Nethercote | -391/+351 |
| 2022-08-21 | Auto merge of #100847 - matthiaskrgr:rollup-0ga531s, r=matthiaskrgr | bors | -300/+350 |
| 2022-08-21 | Auto merge of #100645 - notriddle:notriddle/rustdoc-diet-plan, r=GuillaumeGomez | bors | -47/+54 |
| 2022-08-22 | Replace #[error(..)] etc. to #[diag(..)] | finalchild | -23/+23 |
| 2022-08-22 | Fix incorrect return type of emit_fatal | Park Jaeon [파차] | -1/+1 |
| 2022-08-22 | Remove redundant clone | finalchild | -1/+1 |
| 2022-08-22 | Migrate forbidden_default and *_without_body | finalchild | -76/+185 |
| 2022-08-22 | Fix `build_format` not unescaping braces properly | finalchild | -27/+32 |
| 2022-08-22 | Support #[fatal(..)] | finalchild | -2/+27 |
| 2022-08-22 | Migrate fn_param_forbidden_self and rename others to have prefix fn_param_ | finalchild | -28/+35 |
| 2022-08-22 | Rename c_var_args_without_named_arg to c_var_args_is_sole_param | finalchild | -4/+4 |
| 2022-08-22 | Migrate doc_comment_on_fn_param, forbidden_attr_on_fn_param | finalchild | -12/+24 |
| 2022-08-22 | Migrate forbidden_lifetime_bound, forbidden_non_lifetime_param, too_many_para... | finalchild | -26/+57 |
| 2022-08-22 | Migrate trait_fn_const | finalchild | -0/+12 |
| 2022-08-22 | Migrate trait_fn_async | finalchild | -10/+18 |
| 2022-08-22 | Tidy | finalchild | -2/+2 |
| 2022-08-22 | Migrate deprecated_where_clause_location, forbidden_assoc_constraint, keyword... | finalchild | -26/+77 |
| 2022-08-22 | Use DiagnosticMessage for BufferedEarlyLint.msg | finalchild | -6/+6 |
| 2022-08-22 | Migrate forbidden_let | finalchild | -18/+45 |
| 2022-08-21 | Rollup merge of #100842 - JhonnyBillM:enable-diag-lint-in-transmute, r=TaKO8Ki | Matthias Krüger | -0/+2 |
| 2022-08-21 | Rollup merge of #100839 - nelsonjchen:consistent_child_stdin_field_desc, r=th... | Matthias Krüger | -5/+5 |
| 2022-08-21 | Rollup merge of #100822 - WaffleLapkin:no_offset_question_mark, r=scottmcm | Matthias Krüger | -57/+57 |
| 2022-08-21 | Rollup merge of #100821 - WaffleLapkin:ptr_add_docs, r=scottmcm | Matthias Krüger | -17/+15 |
| 2022-08-21 | Rollup merge of #100813 - Nilstrieb:too-much-disk-space-gitignore, r=Mark-Sim... | Matthias Krüger | -0/+1 |
| 2022-08-21 | Rollup merge of #100775 - GuillaumeGomez:reduce-span-v2, r=notriddle | Matthias Krüger | -106/+157 |
| 2022-08-21 | Rollup merge of #100761 - lcnr:mir-typeck-cleanup, r=compiler-errors | Matthias Krüger | -90/+58 |
| 2022-08-21 | Rollup merge of #100760 - krasimirgg:llvm-16-pic-level, r=nikic | Matthias Krüger | -2/+2 |
| 2022-08-21 | Rollup merge of #100697 - eholk:doc-comment-update, r=compiler-errors | Matthias Krüger | -4/+8 |
| 2022-08-21 | Rollup merge of #100663 - clarfonthey:const-reverse, r=scottmcm | Matthias Krüger | -5/+8 |
| 2022-08-21 | Rollup merge of #100556 - Alex-Velez:patch-1, r=scottmcm | Matthias Krüger | -14/+37 |
| 2022-08-21 | Auto merge of #100841 - RalfJung:miri, r=RalfJung | bors | -8/+8 |
| 2022-08-21 | ADD - diagnostic lints to rustc_transmute | Jhonny Bill Mena | -0/+2 |
| 2022-08-21 | update Miri | Ralf Jung | -8/+8 |
| 2022-08-21 | recover `const Tr` bounds (no `~`) | Maybe Waffle | -11/+20 |
| 2022-08-21 | Auto merge of #100765 - Xiretza:session-diagnostic-unification, r=compiler-er... | bors | -517/+567 |
| 2022-08-21 | Make doc for stdin field of process consistent | Nelson Chen | -5/+5 |
| 2022-08-21 | Auto merge of #100627 - krasimirgg:lto-llvm-16, r=cuviper | bors | -2/+23 |
| 2022-08-21 | Replace #[lint/warning/error] with #[diag] | Xiretza | -387/+443 |
| 2022-08-21 | Disallow #[primary_span] on LintDiagnostics | Xiretza | -6/+30 |