about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-08-01Suggests turbofish in patternsMu001999-1/+26
2023-07-29some nits, bless testMichael Goulet-5/+27
2023-07-29Implement assumed_wf_types for RPITITs' implementationsMichael Goulet-33/+73
2023-07-29Take RPITITs inherit the assumed_wf_types of their parent fnMichael Goulet-88/+49
2023-07-29Auto merge of #114156 - calebzulawski:simd-bswap, r=compiler-errorsbors-0/+55
2023-07-29Auto merge of #114028 - Centri3:ternary-operator, r=compiler-errorsbors-2/+57
2023-07-29Auto merge of #114148 - cuviper:drop-llvm-14, r=nikicbors-82/+28
2023-07-29Auto merge of #114150 - clubby789:improve-option-ref-suggestion, r=WaffleLapkinbors-69/+94
2023-07-29Auto merge of #113422 - Urgau:cast_ref_to_mut-pre-beta, r=Nilstriebbors-15/+16
2023-07-29Auto merge of #113099 - bvanjoi:fix-112713-2, r=petrochenkovbors-46/+256
2023-07-29Auto merge of #114197 - matthiaskrgr:rollup-iluf7u4, r=matthiaskrgrbors-14/+34
2023-07-29Rollup merge of #113773 - compiler-errors:err-layout-bail, r=cjgillotMatthias Krüger-14/+34
2023-07-29Auto merge of #111916 - fee1-dead-contrib:noop-method-call-warn, r=compiler-e...bors-13/+13
2023-07-28Auto merge of #114181 - matthiaskrgr:rollup-14m8s7f, r=matthiaskrgrbors-22/+62
2023-07-28Type-check generic const itemsLeón Orell Valerian Liehr-103/+122
2023-07-28Resolve generic const itemsLeón Orell Valerian Liehr-69/+109
2023-07-28Lower generic const items to HIRLeón Orell Valerian Liehr-40/+82
2023-07-28Parse generic const itemsLeón Orell Valerian Liehr-34/+220
2023-07-28Rollup merge of #114155 - Zalathar:once-cell, r=lcnrMatthias Krüger-4/+3
2023-07-28Rollup merge of #114147 - compiler-errors:missing-rpitits, r=spastorinoMatthias Krüger-4/+22
2023-07-28Rollup merge of #114146 - compiler-errors:dont-report-rpitit-name, r=spastorinoMatthias Krüger-8/+22
2023-07-28Rollup merge of #114138 - compiler-errors:bad-rcvr-span-on-method-sugg, r=est...Matthias Krüger-2/+6
2023-07-28Rollup merge of #114128 - estebank:delayed-span-bug-dump, r=davidtwcoMatthias Krüger-2/+2
2023-07-28Rollup merge of #114099 - davidtwco:issue-113860-staged-api-effective-vis-gt-...Matthias Krüger-2/+7
2023-07-29fix(resolve): update the ambiguity glob binding as warning recursivelybohan-46/+256
2023-07-28Auto merge of #111780 - weiznich:diagnostic_namespace, r=petrochenkovbors-3/+58
2023-07-28Use i1 instead of boolCaleb Zulawski-2/+9
2023-07-28privacy: no nominal visibility for assoc fnsDavid Wood-2/+7
2023-07-28Auto merge of #114119 - nnethercote:opt-TokenKind-clone, r=petrochenkovbors-1/+16
2023-07-28Introduce the `#[diagnostic]` attribute namespaceGeorg Semmler-3/+58
2023-07-28Auto merge of #113312 - Ddystopia:auto-trait-fun, r=lcnrbors-17/+80
2023-07-28Change the description of `SUSPICIOUS_AUTO_TRAIT_IMPLS`Oleksandr Babak-3/+3
2023-07-28Auto merge of #114134 - fee1-dead-contrib:rm-constness-from-param-env, r=oli-obkbors-362/+94
2023-07-27Add SIMD bitreverse, ctlz, cttz intrinsicsCaleb Zulawski-7/+31
2023-07-27Add simd_bswap intrinsicCaleb Zulawski-0/+24
2023-07-28Replace a lazy `RefCell<Option<T>>` with `OnceCell<T>`Zalathar-4/+3
2023-07-28Auto merge of #114115 - nnethercote:less-token-tree-cloning, r=petrochenkovbors-71/+64
2023-07-27Handle exclusive refs in suggestion to copy/cloneclubby789-2/+6
2023-07-27Refactor `suggest_copied_cloned_or_as_ref`clubby789-68/+89
2023-07-27Insert RPITITs that were shadowed by missing ADTs that resolve to type errorMichael Goulet-4/+22
2023-07-27tighten span slightly for synthetic itemMichael Goulet-2/+10
2023-07-27Skip reporting item name when checking RPITIT GAT's associated type bounds holdMichael Goulet-6/+12
2023-07-27Update the minimum external LLVM to 15Josh Stone-82/+28
2023-07-27Rollup merge of #114139 - Urgau:make-print-with-path-unstable, r=jackh726Jubilee-0/+6
2023-07-27Dont report CTFE errors that are due to references-error layoutsMichael Goulet-1/+4
2023-07-27Don't attempt to compute layout of type referencing errorMichael Goulet-13/+30
2023-07-27bless clippyDeadbeef-5/+8
2023-07-27Auto merge of #113298 - tgross35:update-bless-envs, r=oli-obkbors-1/+1
2023-07-27Make `--print KIND=PATH` unstableUrgau-0/+6
2023-07-27Adjust spans correctly for fn -> method suggestionMichael Goulet-2/+6