about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-02-26Auto merge of #108440 - Zoxc:encoder-enum, r=cjgillotbors-29/+30
2023-02-26Auto merge of #108253 - nnethercote:ena-rm-VarValue-methods, r=joshtriplettbors-1/+1
2023-02-26Auto merge of #108488 - matthiaskrgr:rollup-i61epcw, r=matthiaskrgrbors-255/+273
2023-02-26Rollup merge of #108484 - Nilstrieb:Ë‚DiagnosticItemË‚FromFn˃ as FromË‚Ë...Matthias Krüger-2/+1
2023-02-26Rollup merge of #108482 - Ezrashaw:force-error-docs, r=GuillaumeGomezMatthias Krüger-25/+16
2023-02-26Rollup merge of #108424 - megakorre:elaborator_refactor, r=compiler-errorsMatthias Krüger-16/+15
2023-02-26Rollup merge of #108418 - est31:parser_function_names, r=NilstriebMatthias Krüger-131/+131
2023-02-26Rollup merge of #108379 - compiler-errors:hir-error-guaranteed, r=cjgillotMatthias Krüger-77/+100
2023-02-26Rollup merge of #108337 - tshepang:translatable-hir-analysis, r=cjgillotMatthias Krüger-2/+3
2023-02-26Rollup merge of #107941 - compiler-errors:str-has-u8-slice-for-auto, r=lcnrMatthias Krüger-2/+7
2023-02-26Auto merge of #108375 - Zoxc:query-inline, r=cjgillotbors-22/+24
2023-02-26Remove `from_fn` lang itemNilstrieb-2/+1
2023-02-26refactor: statically guarantee that current error codes are documentedEzra Shaw-25/+16
2023-02-26Auto merge of #108473 - matthiaskrgr:rollup-qjyae58, r=matthiaskrgrbors-433/+1021
2023-02-26Rollup merge of #108456 - clubby789:ast-passes-diag-migrate, r=compiler-errorsMatthias Krüger-425/+821
2023-02-26Rollup merge of #108449 - fee1-dead-contrib:do_not_lint_unresolved, r=compile...Matthias Krüger-1/+4
2023-02-26Rollup merge of #108444 - Ezrashaw:add-test+docs-for-e0476, r=GuillaumeGomezMatthias Krüger-1/+22
2023-02-26Rollup merge of #108436 - tshepang:translatable-proc-macro-panicked, r=estebankMatthias Krüger-5/+26
2023-02-26Rollup merge of #107890 - obeis:mapping-to-unit, r=cjgillotMatthias Krüger-1/+148
2023-02-26hir-analysis: make a helpful noteTshepang Mbambo-2/+3
2023-02-25Special note for str in auto traitsMichael Goulet-0/+1
2023-02-25Treat `str` as containing `[u8]` for auto trait purposesMichael Goulet-2/+6
2023-02-25Rollup merge of #108333 - compiler-errors:new-solver-object-sound, r=lcnrMichael Goulet-3/+207
2023-02-25Rollup merge of #107911 - blyxyas:issue-107231-fix, r=compiler-errorsMichael Goulet-4/+73
2023-02-25Rollup merge of #107675 - jsgf:link-directives, r=davidtwcoMichael Goulet-1/+9
2023-02-25Rollup merge of #107291 - oli-obk:rustdoc_breaking_change, r=estebankMichael Goulet-30/+12
2023-02-25Add ErrorGuaranteed to HIR ExprKind::ErrMichael Goulet-33/+50
2023-02-25Add ErrorGuaranteed to HIR TyKind::ErrMichael Goulet-44/+50
2023-02-25Auto merge of #108450 - matthiaskrgr:rollup-rqvfgu3, r=matthiaskrgrbors-65/+110
2023-02-25Complete migrating `ast_passes` to derive diagnosticsclubby789-425/+821
2023-02-25Auto merge of #108250 - nnethercote:rename-interner-funcs, r=compiler-errorsbors-461/+440
2023-02-25Rollup merge of #108434 - obeis:hir-analysis-migrate-diagnostics, r=NilstriebMatthias Krüger-63/+107
2023-02-25Rollup merge of #108433 - compiler-errors:missing-provider-nit, r=NilstriebMatthias Krüger-2/+3
2023-02-25Do not lint unresolved trait for ineffective unstable trait implDeadbeef-1/+4
2023-02-25docs/test: add UI test and docs for `E0476`Ezra Shaw-1/+22
2023-02-25Auto merge of #106430 - tmiasko:rm-dead-unwinds, r=cjgillotbors-76/+44
2023-02-25Don't inline try_execute_queryJohn KÃ¥re Alsaker-0/+1
2023-02-25Add inlining attributes for query system functionsJohn KÃ¥re Alsaker-0/+10
2023-02-25Move `ensure_sufficient_stack` to `try_execute_query` callersJohn KÃ¥re Alsaker-18/+9
2023-02-25Reduce calls to `current_query_job`John KÃ¥re Alsaker-4/+4
2023-02-25Emit the enum discriminant separately for the Encodable macroJohn KÃ¥re Alsaker-29/+30
2023-02-24Auto merge of #91742 - cjgillot:force-backtrace, r=estebankbors-11/+45
2023-02-24make "proc macro panicked" translatableTshepang Mbambo-5/+26
2023-02-24Migrate `rustc_hir_analysis` to session diagnosticObei Sideg-63/+107
2023-02-24Wrap missing provider message correctlyMichael Goulet-2/+3
2023-02-24rustc_infer: Consolidate obligation elaboration de-duplicationPatrik KÃ¥rlin-16/+15
2023-02-24Rollup merge of #108401 - notriddle:notriddle/diagnostics-article, r=compiler...Dylan DPC-1/+1
2023-02-24Rollup merge of #108388 - ohno418:better-suggestion-on-malformed-closure, r=d...Dylan DPC-1/+5
2023-02-24Rollup merge of #108377 - clubby789:duplicate-diagnostic-ice, r=compiler-errorsDylan DPC-1/+1
2023-02-24Rollup merge of #108169 - Zoxc:query-key-copy, r=cjgillotDylan DPC-17/+18