about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-09-28Use the existing `set_visibility` function.Dan Gohman-7/+1
2022-09-28Declare `main` as visibility hidden on targets that default to hidden.Dan Gohman-9/+46
2022-09-28Auto merge of #101619 - Xiretza:rustc_parse-session-diagnostics, r=davidtwcobors-1260/+2006
2022-09-28Auto merge of #102302 - nnethercote:more-lexer-improvements, r=matkladbors-440/+423
2022-09-28Auto merge of #102388 - JohnTitor:rollup-mbyw6fl, r=JohnTitorbors-96/+232
2022-09-28Rollup merge of #102378 - compiler-errors:issue-102289, r=jackh726Yuki Okushi-1/+2
2022-09-28Rollup merge of #102348 - nnethercote:tweak-FulfillProcessor, r=jackh726Yuki Okushi-12/+12
2022-09-28Rollup merge of #102347 - nnethercote:unescaping-cleanups, r=matkladYuki Okushi-15/+12
2022-09-28Rollup merge of #102338 - compiler-errors:assoc-ty-binding-in-assoc-ty-bindin...Yuki Okushi-3/+9
2022-09-28Rollup merge of #102288 - mejrs:inner, r=compiler-errorsYuki Okushi-61/+152
2022-09-28Rollup merge of #102232 - Urgau:stabilize-bench_black_box, r=TaKO8KiYuki Okushi-3/+2
2022-09-28Rollup merge of #100747 - MatthewPeterKelly:mpk/add-long-error-message-for-E0...Yuki Okushi-1/+43
2022-09-28Auto merge of #100996 - m-ou-se:format-args-2, r=estebankbors-1311/+1247
2022-09-28Address review comments.Nicholas Nethercote-10/+12
2022-09-28Deduplicate some logicmejrs-47/+27
2022-09-27review updatesMatthew Kelly-2/+2
2022-09-28Small cleanups in unescaping code.Nicholas Nethercote-14/+11
2022-09-27Use already resolved self_ty in confirm_fn_pointer_candidateMichael Goulet-1/+2
2022-09-27Rollup merge of #102356 - davidtwco:translation-bootstrap-bump-allow-lint, r=...Matthias Krüger-52/+0
2022-09-27Rollup merge of #102337 - cuviper:llvm-optional-bool, r=nikicMatthias Krüger-1/+1
2022-09-27Rollup merge of #102284 - compiler-errors:missing-type-in-raw-ptr, r=davidtwcoMatthias Krüger-4/+7
2022-09-27Rollup merge of #102281 - RalfJung:invalid-enums, r=cjgillotMatthias Krüger-51/+117
2022-09-27Address feedbackmejrs-16/+46
2022-09-27Wrapper suggestionsmejrs-67/+148
2022-09-27Implement IntoDiagnosticArg for rustc_ast::token::Token(Kind)Xiretza-66/+73
2022-09-27Don't unnecessarily stringify paths in diagnosticsXiretza-16/+17
2022-09-27Document use of Symbol::to_string()Xiretza-0/+2
2022-09-27Migrate even more diagnostics in rustc_parse to diagnostic structsXiretza-213/+395
2022-09-27Migrate "struct literal body without path" error to diagnostic structXiretza-16/+29
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-58/+86
2022-09-27Remove error condition in parse_attributeXiretza-25/+12
2022-09-27Migrate more rustc_parse diagnostics to diagnostic structsXiretza-156/+188
2022-09-27Move rustc_parse diagnostic structs to separate moduleXiretza-811/+819
2022-09-27Migrate "invalid literal suffix" diagnostic to diagnostic structsXiretza-47/+65
2022-09-27Migrate more diagnostics in rustc_parse to diagnostic structsXiretza-218/+463
2022-09-27Allow raw identifiers to be used as fluent argumentsXiretza-0/+5
2022-09-27Implement IntoDiagnosticArg for rustc_ast::PathXiretza-0/+10
2022-09-27Migrate rustc_session::expr_parentheses_needed to Subdiagnostic structXiretza-7/+22
2022-09-27Deny associated type bindings within associated type bindingsMichael Goulet-3/+9
2022-09-27Stabilize bench_black_boxUrgau-3/+2
2022-09-27also query type_uninhabited_fromRalf Jung-3/+11
2022-09-27Remove confusing drop.Mara Bos-1/+0
2022-09-27Update doc comments.Mara Bos-2/+2
2022-09-27Turn format arguments Vec into its own struct.Mara Bos-84/+146
2022-09-27Add clarifying comments.Mara Bos-0/+3
2022-09-27Flatten if-let and match into one.Mara Bos-19/+14
2022-09-27Move enum definition closer to its usage.Mara Bos-5/+5
2022-09-27Use if let chain.Mara Bos-4/+2