about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-09-27Migrate "expected semicolon" diagnostics to diagnostic structsXiretza-16/+82
2022-09-27Migrate "expected identifier" diagnostics to diagnostic structsXiretza-43/+170
2022-09-27Rework "inner attribute not permitted" errorsXiretza-59/+87
2022-09-27Remove error condition in parse_attributeXiretza-25/+12
2022-09-27Migrate more rustc_parse diagnostics to diagnostic structsXiretza-160/+192
2022-09-27Move rustc_parse diagnostic structs to separate moduleXiretza-811/+819
2022-09-27Migrate "invalid literal suffix" diagnostic to diagnostic structsXiretza-65/+83
2022-09-27Migrate more diagnostics in rustc_parse to diagnostic structsXiretza-220/+465
2022-09-27Allow raw identifiers to be used as fluent argumentsXiretza-0/+19
2022-09-27Implement IntoDiagnosticArg for rustc_ast::PathXiretza-0/+12
2022-09-27Migrate rustc_session::expr_parentheses_needed to Subdiagnostic structXiretza-7/+22
2022-09-27Auto merge of #102306 - lcnr:rustc_hir_analysis, r=compiler-errorsbors-102/+101
2022-09-27rustc_typeck to rustc_hir_analysislcnr-102/+101
2022-09-27Auto merge of #102314 - TaKO8Ki:add-label-to-struct-enum-union-ident, r=estebankbors-21/+96
2022-09-27Auto merge of #102189 - davidtwco:translation-derive-enums, r=compiler-errorsbors-308/+371
2022-09-27Auto merge of #102331 - notriddle:rollup-dmefd2d, r=notriddlebors-70/+116
2022-09-27fix a ui testTakayuki Maeda-0/+2
2022-09-27add a label to struct/enum/union ident nameTakayuki Maeda-16/+91
2022-09-27create a new local varTakayuki Maeda-5/+3
2022-09-26Auto merge of #102283 - GuillaumeGomez:option-code-example-unwrap-or-default,...bors-12/+4
2022-09-26Rollup merge of #102326 - yancyribbens:splin-mut-doc-change, r=thomccMichael Howell-1/+1
2022-09-26Rollup merge of #102325 - notriddle:notriddle/line-number, r=GuillaumeGomezMichael Howell-47/+47
2022-09-26Rollup merge of #102322 - sigaloid:master, r=GuillaumeGomezMichael Howell-0/+7
2022-09-26Rollup merge of #102321 - aDotInTheVoid:rdj-prim-impls, r=GuillaumeGomezMichael Howell-13/+60
2022-09-26Rollup merge of #102319 - notriddle:notriddle/td-th, r=GuillaumeGomezMichael Howell-9/+1
2022-09-26Rollup merge of #102283 - GuillaumeGomez:option-code-example-unwrap-or-defaul...Michael Howell-12/+4
2022-09-26Auto merge of #102324 - matthiaskrgr:rollup-6l70oz3, r=matthiaskrgrbors-309/+544
2022-09-26rustdoc: simplify example-line-numbers CSS selectorMichael Howell-4/+4
2022-09-26rustdoc: give `.line-number` / `.line-numbers` meaningful namesMichael Howell-47/+47
2022-09-26rustdoc: Update doc comment for splitn_mut to include mutable in the descriptionyancy-1/+1
2022-09-26Rollup merge of #102286 - compiler-errors:recover-semi-in-block-item, r=david...Matthias Krüger-11/+78
2022-09-26Rollup merge of #102273 - woppopo:relax_const_bound, r=fee1-deadMatthias Krüger-32/+43
2022-09-26Rollup merge of #102181 - inquisitivecrystal:issue-100878-test, r=Mark-Simula...Matthias Krüger-0/+8
2022-09-26Rollup merge of #101996 - b-naber:binder-print, r=lcnrMatthias Krüger-236/+315
2022-09-26Rollup merge of #101875 - fmease:allow-more-negative-copy-impls, r=lcnrMatthias Krüger-30/+100
2022-09-26Auto merge of #102257 - cjgillot:let-else-lint, r=dingxiangfei2009bors-16/+27
2022-09-26 Rustdoc-Json: List impls for primitivesNixon Enraght-Moony-13/+60
2022-09-26Document that Display entails ToStringMatthew Esposito-0/+7
2022-09-26rustdoc: merge `table { border-collapse } into `.docblock table`Michael Howell-4/+1
2022-09-26rustdoc: remove unneeded CSS `td, th { padding 0 }`Michael Howell-5/+0
2022-09-26Auto merge of #102051 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrumbors-1678/+385
2022-09-26address reviewb-naber-213/+214
2022-09-26Auto merge of #102184 - chenyukang:fix-102087-add-binding-sugg, r=nagisabors-0/+514
2022-09-26bless testsb-naber-17/+41
2022-09-26don't duplicate late-bound region names in print of Binderb-naber-27/+81
2022-09-26macros: support diagnostic derive on enumsDavid Wood-308/+371
2022-09-26Improve code example for Option::unwrap_or_defaultGuillaume Gomez-12/+4
2022-09-26actually fix line numberPietro Albini-2/+2
2022-09-26fix line number in expected test outputPietro Albini-2/+2
2022-09-26applease tidyPietro Albini-1/+0