about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-10-21Delay ambiguity span bug in normalize query iff not rustdocMichael Goulet-2/+19
2022-10-21Auto merge of #101077 - sunshowers:signal-mask-inherit, r=sunshowersbors-5/+8
2022-10-21Auto merge of #98450 - lqd:doc-metadata, r=lqd,GuillaumeGomezbors-14/+67
2022-10-21Handle RPITITs properly in register_hidden_typeMichael Goulet-1/+13
2022-10-21Require Drop impls to have the same constness on its bounds as the bounds on ...Oli Scherer-7/+1
2022-10-21Remove needless special cases and dead codeOli Scherer-49/+3
2022-10-21Different suggestions for when associated functions are referred toclubby789-13/+29
2022-10-21Auto merge of #103344 - Dylan-DPC:rollup-d1rpfvx, r=Dylan-DPCbors-219/+341
2022-10-21Rollup merge of #103260 - cuviper:needs-asm-support, r=fee1-deadDylan DPC-1/+2
2022-10-21Rollup merge of #103111 - cjgillot:shadow-label, r=estebankDylan DPC-14/+69
2022-10-21Rollup merge of #103051 - davidtwco:translation-tidying-up, r=compiler-errorsDylan DPC-188/+213
2022-10-21Rollup merge of #102922 - kper:bugfix/102902-filtering-json, r=oli-obkDylan DPC-14/+51
2022-10-21Rollup merge of #102287 - compiler-errors:unused-must-use-also-supertrait, r=...Dylan DPC-2/+6
2022-10-21fix some typosRageking8-3/+3
2022-10-21Fix unreachable_pub suggestion for enum with fieldsKitsu-2/+6
2022-10-21Auto merge of #103310 - lcnr:rustc_hir_typeck, r=compiler-errorsbors-1136/+1208
2022-10-21Introduce deduced parameter attributes, and use them for deducing `readonly` onPatrick Walton-8/+332
2022-10-20Add fix suggestions for E0199, E0200, and E0569Nicolas Barrios-0/+30
2022-10-20Do not suggest trivially false const predicatesMichael Goulet-5/+7
2022-10-20Add code comments and documentationGuillaume Gomez-0/+16
2022-10-20Remove doc comments only for private items or some specific doc commentsGuillaume Gomez-4/+27
2022-10-20Add missing @local_only on attributesGuillaume Gomez-10/+24
2022-10-20Change process spawning to inherit the parent's signal mask by defaultRain-5/+8
2022-10-20update doc linkslcnr-3/+2
2022-10-20Rollup merge of #103319 - fee1-dead-contrib:improve_tilde_const_msg, r=oli-obkMatthias Krüger-20/+43
2022-10-20Rollup merge of #103315 - RalfJung:interpret-switchint-ice, r=bjorn3Matthias Krüger-1/+0
2022-10-20Rollup merge of #103230 - nnethercote:clarify-startup, r=jyn514Matthias Krüger-45/+50
2022-10-20Rollup merge of #103221 - TaKO8Ki:fix-103202, r=oli-obkMatthias Krüger-3/+3
2022-10-20Improve "`~const` is not allowed here" messageDeadbeef-20/+43
2022-10-20Elaborate supertrait bounds when triggering unused_must_use on impl TraitMichael Goulet-2/+6
2022-10-20interpret: remove an incorrect assertionRalf Jung-1/+0
2022-10-20Auto merge of #103092 - petrochenkov:weaklto, r=wesleywiserbors-4/+9
2022-10-20add increased recursion limitlcnr-0/+1
2022-10-20rustc_hir_typeck: fix paths and partially mv fileslcnr-1133/+1205
2022-10-20rustc_hir_typeck: move whole fileslcnr-0/+0
2022-10-20fix rust-lang#101880: suggest let for assignment, and some code refactoryukang-53/+71
2022-10-20Add context to compiler error messageb4den-1/+1
2022-10-20Auto merge of #103290 - matthiaskrgr:rollup-ngozai3, r=matthiaskrgrbors-2/+9
2022-10-20fix assertion failed for break_last_token and trailing tokenyukang-5/+11
2022-10-20Don't use usub.with.overflow intrinsicNikita Popov-5/+8
2022-10-20Auto merge of #103185 - chenyukang:yukang/fix-span-next-point, r=davidtwcobors-18/+70
2022-10-20Implement assertions and fixes to not emit empty spans without suggestionsKevin Per-14/+51
2022-10-20Rollup merge of #103276 - compiler-errors:default-on-uninit-ice, r=TaKO8KiMatthias Krüger-2/+9
2022-10-20Auto merge of #103220 - compiler-errors:deny-infers, r=lcnrbors-98/+97
2022-10-20check if impl_self is `Some`Takayuki Maeda-1/+1
2022-10-20fix span for suggestionyukang-13/+7
2022-10-20fix #103112, add diagnostic for calling a function with the same name when a ...yukang-2/+20
2022-10-20Note discrepancies in constness calculationMichael Goulet-0/+5
2022-10-20Revert "Unify tcx.constness and param env constness checks"Michael Goulet-98/+99
2022-10-20Auto merge of #103205 - spastorino:fix-rpits-lifetime-remapping, r=cjgillotbors-20/+23