about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-02-27Rollup merge of #108363 - cjgillot:unused-crate, r=WaffleLapkinMatthias Krüger-193/+147
2023-02-27handle only postfix decrementnx2k3-34/+4
2023-02-27diagnostics: avoid querying `associated_item` in the resolverMichael Howell-2/+6
2023-02-27Auto merge of #108493 - cjgillot:thir-print, r=compiler-errorsbors-31/+22
2023-02-27Unify all validity check intrinsicsNilstrieb-163/+119
2023-02-27check double negationnx2k3-3/+10
2023-02-27Allow using `bool` for optional diagnosticsclubby789-5/+18
2023-02-27Auto merge of #108175 - cjgillot:validate-storage, r=tmiaskobors-2/+20
2023-02-27avoid `&str` to `String` conversionsTakayuki Maeda-3/+3
2023-02-27Rollup merge of #108502 - lenko-d:cannot_relate_region, r=compiler-errorsMatthias Krüger-2/+10
2023-02-27Rollup merge of #108486 - cjgillot:owner-ditem, r=NilstriebMatthias Krüger-54/+42
2023-02-27Rollup merge of #108477 - y21:replace-semi-with-comma-sugg, r=compiler-errorsMatthias Krüger-1/+1
2023-02-27Rollup merge of #108364 - Nilstrieb:validity-checks-refactor, r=compiler-errorsMatthias Krüger-67/+89
2023-02-27Rollup merge of #108319 - compiler-errors:dont-project-to-specializable-rpiti...Matthias Krüger-5/+29
2023-02-26Don't trigger ICE for ReError when the other region is empty.Lenko Donchev-2/+10
2023-02-26Small cleanup to one_bound_for_assoc_typeMichael Goulet-20/+16
2023-02-26Derive Default for query structsJohn KÃ¥re Alsaker-9/+1
2023-02-26Avoid implementing Debug for QueryConfigJohn KÃ¥re Alsaker-5/+14
2023-02-26Make `rustc_query_system` take `QueryConfig` by instance.John KÃ¥re Alsaker-126/+185
2023-02-26Auto merge of #108440 - Zoxc:encoder-enum, r=cjgillotbors-29/+30
2023-02-26fix some commentsnx2k3-7/+5
2023-02-26fix #108495, postfix decrement and prefix decrement has no warningnx2k3-7/+55
2023-02-26Auto merge of #108253 - nnethercote:ena-rm-VarValue-methods, r=joshtriplettbors-1/+1
2023-02-26Move THIR printing to rustc_mir_build.Camille GILLOT-31/+22
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-26generalize help messagey21-1/+1
2023-02-26Avoid more calls to typeck.Camille GILLOT-12/+15
2023-02-26Wrap more into into closure_typeinfo query.Camille GILLOT-56/+49
2023-02-26Access upvars through a query.Camille GILLOT-111/+111
2023-02-26Store the body type in THIR.Camille GILLOT-37/+54
2023-02-26Merge the two diagnostics.Camille GILLOT-30/+17
2023-02-26Simplify diagnostic_items.Camille GILLOT-38/+39
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