about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-09-14cache collect_trait_impl_trait_tysMichael Goulet-2/+9
2022-09-13Auto merge of #101777 - matthiaskrgr:rollup-x2dyaa2, r=matthiaskrgrbors-27/+139
2022-09-13Rollup merge of #101765 - GuillaumeGomez:tyctxt-visibility-doc, r=jyn514Matthias Krüger-0/+10
2022-09-13Rollup merge of #101752 - GuillaumeGomez:improve-attr-docs, r=lqdMatthias Krüger-1/+11
2022-09-13Rollup merge of #101266 - LuisCardosoOliveira:translation-rustcsession-pt3, r...Matthias Krüger-26/+118
2022-09-13Auto merge of #101086 - cjgillot:thir-param, r=oli-obkbors-427/+390
2022-09-13Use def_span for external requirements.Camille GILLOT-2/+3
2022-09-13Shrink some visibilities.Camille GILLOT-17/+17
2022-09-13Also compute implicit params in THIR.Camille GILLOT-84/+98
2022-09-13Compute explicit MIR params on THIR.Camille GILLOT-55/+85
2022-09-13Simplify MIR building entry.Camille GILLOT-281/+250
2022-09-13Use tcx.hir() utils for spans in MIR building.Camille GILLOT-46/+20
2022-09-13Only keep one version of ImplicitSelfKind.Camille GILLOT-38/+13
2022-09-13Auto merge of #101615 - compiler-errors:rpitit-perf, r=oli-obkbors-23/+132
2022-09-13Add documentation for TyCtxt::visibilityGuillaume Gomez-0/+10
2022-09-13Auto merge of #101757 - Dylan-DPC:rollup-wkt6oe9, r=Dylan-DPCbors-231/+214
2022-09-13Rollup merge of #101700 - compiler-errors:deletion-span, r=davidtwcoDylan DPC-19/+25
2022-09-13Rollup merge of #101690 - kadiwa4:avoid_iterator_last, r=oli-obkDylan DPC-12/+8
2022-09-13Rollup merge of #101602 - nnethercote:AttrTokenStream, r=petrochenkovDylan DPC-200/+181
2022-09-13Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errorsbors-29/+5
2022-09-13Auto merge of #100640 - reitermarkus:socket-display-buffer, r=thomccbors-0/+1
2022-09-13Auto merge of #100101 - BelovDV:issue-99429, r=petrochenkovbors-54/+218
2022-09-13Don't render inline suggestions of only spacesMichael Goulet-4/+1
2022-09-13Auto merge of #99556 - davidtwco:collapse-debuginfo, r=wesleywiserbors-36/+106
2022-09-12Don't trim substitution if it's only whitespaceMichael Goulet-9/+19
2022-09-12A SubstitutionPart is not a deletion if it replaces nothing with nothingMichael Goulet-11/+10
2022-09-12Rollup merge of #101732 - Nemo157:gate-rustdoc-missing-examples, r=GuillaumeG...Guillaume Gomez-5/+14
2022-09-12Rollup merge of #101723 - lukas-code:await-diag, r=compiler-errorsGuillaume Gomez-5/+11
2022-09-12Rollup merge of #100185 - compiler-errors:issue-100183, r=wesleywiserGuillaume Gomez-1/+4
2022-09-12Feature gate the rustdoc::missing_doc_code_examples lintWim Looman-0/+3
2022-09-12Improve Attribute doc methodsGuillaume Gomez-1/+11
2022-09-12Allow tool-lints to specify a feature-gate tooWim Looman-5/+11
2022-09-12Simplify `clippy` fix.Markus Reiter-0/+1
2022-09-12Auto merge of #99334 - NiklasJonsson:84447/error-privacy, r=oli-obkbors-12/+33
2022-09-12Impove diagnostic for .await-ing non-futuresLukas Markeffsky-5/+11
2022-09-12change rlib format to discern native dependenciesDaniil Belov-54/+218
2022-09-12Auto merge of #101716 - Dylan-DPC:rollup-ayvh6nd, r=Dylan-DPCbors-40/+97
2022-09-12Rollup merge of #101681 - compiler-errors:rpitit-obj-safety, r=lcnrDylan DPC-0/+35
2022-09-12Rollup merge of #101676 - compiler-errors:rpitit-wf, r=lcnrDylan DPC-0/+44
2022-09-12Rollup merge of #101668 - chenyukang:fix-101626, r=TaKO8KiDylan DPC-0/+1
2022-09-12Rollup merge of #100767 - kadiwa4:escape_ascii, r=jackh726Dylan DPC-40/+11
2022-09-12Rollup merge of #100293 - yanchen4791:add-inline-llvm-option, r=nnethercoteDylan DPC-0/+6
2022-09-12Auto merge of #101604 - compiler-errors:issue-101465, r=lcnrbors-50/+70
2022-09-12Auto merge of #100502 - chenyukang:fix-100478, r=jackh726bors-9/+16
2022-09-12Auto merge of #100251 - compiler-errors:tuple-trait-2, r=jackh726bors-8/+75
2022-09-12Fix ICE in opt_suggest_box_spanMichael Goulet-50/+64
2022-09-12No more ret_type_spanMichael Goulet-10/+16
2022-09-12Auto merge of #101688 - cjgillot:verify-hir-parent, r=petrochenkovbors-1/+13
2022-09-11Assert that HIR nodes are not their own parent.Camille GILLOT-1/+13
2022-09-11Auto merge of #101678 - jannic:fix-101640, r=jyn514bors-0/+1