about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-08-26Rollup merge of #100900 - AndyJado:diag-migrate, r=davidtwcoMichael Goulet-76/+211
2022-08-26Rollup merge of #100890 - adriantombu:migrate_diagnostic_rustc_driver, r=davi...Michael Goulet-12/+94
2022-08-26Rollup merge of #100836 - hampuslidin:migrate-attr-crate-diagnostics, r=david...Michael Goulet-217/+621
2022-08-26Rollup merge of #100817 - vincenzopalazzo:macros/bool_spelling_sugg, r=davidtwcoMichael Goulet-5/+22
2022-08-26Rollup merge of #100776 - Rejyr:diagnostic-migration-rustc-lint, r=davidtwcoMichael Goulet-124/+297
2022-08-26Rollup merge of #100744 - 5225225:migrate-rustc-mir-dataflow, r=davidtwcoMichael Goulet-22/+126
2022-08-26Rollup merge of #100738 - nidnogg:diagnostics_migr_const_eval, r=davidtwcoMichael Goulet-115/+228
2022-08-26Rollup merge of #100735 - Facel3ss1:ty-utils-translation, r=davidtwcoMichael Goulet-94/+207
2022-08-26Rollup merge of #100724 - JeanCASPAR:migrate-ast_lowering-to-session-diagnost...Michael Goulet-262/+596
2022-08-26Auto merge of #101039 - ouz-a:issue-100991, r=compiler-errorsbors-1/+4
2022-08-26Don't catch overflow when running with cargo docouz-a-1/+4
2022-08-26Auto merge of #98051 - davidtwco:split-dwarf-stabilization, r=wesleywiserbors-18/+135
2022-08-26Migrate rustc_ty_utils to use SessionDiagnosticPeter Medus-94/+207
2022-08-26Auto merge of #100944 - nnethercote:shrink-thir-Expr, r=cjgillotbors-141/+179
2022-08-26Auto merge of #100705 - compiler-errors:issue-100620, r=oli-obkbors-3/+10
2022-08-26diag-migAndyJado-76/+211
2022-08-26Rollup merge of #100978 - nnethercote:fix-100948, r=petrochenkovYuki Okushi-1/+3
2022-08-26Rollup merge of #100604 - dtolnay:okorerr, r=m-ou-seYuki Okushi-17/+11
2022-08-26Rollup merge of #100034 - tmiasko:elaborate-box-derefs, r=oli-obkYuki Okushi-142/+75
2022-08-26Rollup merge of #99920 - emarteca:custom-allocator-support, r=oli-obkYuki Okushi-11/+16
2022-08-26Rollup merge of #99064 - lyming2007:issue-97687-fix, r=estebankYuki Okushi-10/+23
2022-08-25Auto merge of #100748 - SparrowLii:query_depth, r=cjgillotbors-54/+83
2022-08-25Adding support for rustc_serialize encode and decode for Box and Vec that use...Ellen Arteca-11/+16
2022-08-25Code cleaningAdrian Tombu-10/+9
2022-08-25Replace spaghetti with a simple errors enumAdrian Tombu-77/+65
2022-08-25Start adding enum errors for deserialize_rlinkAdrian Tombu-10/+76
2022-08-25Use std::io::Error and remove useless to_stringAdrian Tombu-6/+6
2022-08-25Fixes fmt & SessionDiagnostic structsAdrian Tombu-31/+9
2022-08-25Start moving rustc_driver to SessionDiagnosticAdrian Tombu-5/+56
2022-08-25Inline trivial `From<Local> for Place<'_>` implTomasz Miąsko-0/+1
2022-08-25Add method that applies DefUse effectTomasz Miąsko-15/+11
2022-08-25Elaborate all box dereferences in `ElaborateBoxDerefs`Tomasz Miąsko-102/+9
2022-08-25Auto merge of #100571 - cjgillot:mir-cost-visit, r=compiler-errorsbors-108/+236
2022-08-25Auto merge of #100436 - jyn514:macro-query-system, r=cjgillotbors-113/+120
2022-08-25Fix liveness analysis for yield terminatorsTomasz Miąsko-32/+61
2022-08-25Auto merge of #100977 - JohnTitor:rollup-8hc7rxh, r=JohnTitorbors-1356/+2522
2022-08-25Handle `Err` in `ast::LitKind::to_token_lit`.Nicholas Nethercote-1/+3
2022-08-24Auto merge of #99946 - tmiasko:elide-storage-makers, r=oli-obkbors-49/+14
2022-08-25Rollup merge of #100964 - bjorn3:sync_cg_clif-2022-08-24, r=bjorn3Yuki Okushi-1259/+2293
2022-08-25Rollup merge of #100808 - SkiFire13:migrate_diagnostics_rustc_interface, r=da...Yuki Okushi-62/+156
2022-08-25Rollup merge of #100780 - wonchulee:translation_save_analysis, r=davidtwcoYuki Okushi-1/+33
2022-08-25Rollup merge of #100188 - chenyukang:fix-issue-100165, r=estebankYuki Okushi-10/+15
2022-08-25Rollup merge of #99954 - dingxiangfei2009:break-out-let-else-higher-up, r=oli...Yuki Okushi-2/+19
2022-08-25Rollup merge of #99332 - jyn514:stabilize-label-break-value, r=petrochenkovYuki Okushi-22/+6
2022-08-24Auto merge of #100963 - matthiaskrgr:rollup-pjr0lb3, r=matthiaskrgrbors-103/+138
2022-08-24Rustfmtbjorn3-1/+2
2022-08-24Auto merge of #100803 - klensy:do-not-encode-preinterned-symbols, r=bjorn3bors-23/+57
2022-08-24Merge commit 'e9d1a0a7b0b28dd422f1a790ccde532acafbf193' into sync_cg_clif-202...bjorn3-1259/+2292
2022-08-24Rollup merge of #100940 - TaKO8Ki:do-not-suggest-adding-bound-to-opaque-type,...Matthias Krüger-0/+3
2022-08-24Rollup merge of #100919 - sanxiyn:parallel-liveness, r=oli-obkMatthias Krüger-60/+51