about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-02-20Reduce capabilities of `Diagnostic`.Nicholas Nethercote-377/+476
2024-02-19Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers.Nicholas Nethercote-411/+492
2024-02-18Auto merge of #117772 - surechen:for_117448, r=petrochenkovbors-102/+156
2024-02-18By tracking import use types to check whether it is scope uses or the other s...surechen-102/+156
2024-02-18Auto merge of #121034 - obeis:improve-static-mut-ref, r=RalfJungbors-71/+59
2024-02-18Auto merge of #121252 - fmease:rollup-x7zogl8, r=fmeasebors-195/+210
2024-02-18Rollup merge of #121237 - Urgau:better-cargo-heuristic, r=compiler-errorsLeón Orell Valerian Liehr-8/+29
2024-02-18Rollup merge of #121221 - fmease:refactor-astconv-assoc-item-bindings, r=comp...León Orell Valerian Liehr-175/+125
2024-02-18Rollup merge of #121198 - clubby789:unnamed-fields-hir-checks, r=compiler-errorsLeón Orell Valerian Liehr-11/+37
2024-02-18Rollup merge of #121100 - estebank:issue-71252, r=compiler-errorsLeón Orell Valerian Liehr-1/+19
2024-02-18Auto merge of #120780 - fmease:lta-in-impls, r=oli-obkbors-18/+70
2024-02-18Improve wording of static_mut_refObei Sideg-71/+59
2024-02-17Rollup merge of #121231 - matthiaskrgr:cloone, r=compiler-errorsMatthias Krüger-4/+4
2024-02-17Rollup merge of #121210 - madsmtm:fix-target-abi-i386-apple-ios, r=workingjub...Matthias Krüger-10/+15
2024-02-17Rollup merge of #121209 - nnethercote:infallible-join_codegen, r=bjorn3Matthias Krüger-12/+10
2024-02-17Rollup merge of #121193 - compiler-errors:coherence-fulfillment, r=lcnrMatthias Krüger-37/+41
2024-02-17Rollup merge of #121085 - davidtwco:always-eager-diagnostics, r=nnethercoteMatthias Krüger-366/+487
2024-02-17Use better heuristic for printing Cargo specific diagnosticsUrgau-8/+29
2024-02-17Add more checks for `unnamed_field` during HIR analysisclubby789-11/+37
2024-02-17remove a couple of redundant clonesMatthias Krüger-4/+4
2024-02-17Rollup merge of #121192 - oli-obk:intrinsics2.0, r=WaffleLapkinGuillaume Boisseau-3/+3
2024-02-17Rollup merge of #121135 - Zalathar:no-whole-body-span, r=wesleywiserGuillaume Boisseau-4/+9
2024-02-17Rollup merge of #121059 - compiler-errors:extension, r=davidtwco,NilstriebGuillaume Boisseau-977/+291
2024-02-17Rollup merge of #120932 - RalfJung:mut-ptr-to-static, r=oli-obkGuillaume Boisseau-4/+57
2024-02-17const_mut_refs: allow mutable refs to staticsRalf Jung-4/+57
2024-02-17Properly check constrainedness of gen params in the presence of weak alias typesLeón Orell Valerian Liehr-17/+40
2024-02-17Support weak alias types as self type of inherent implsLeón Orell Valerian Liehr-1/+30
2024-02-17Remove astconv::ConvertedBindingLeón Orell Valerian Liehr-151/+96
2024-02-17Update comments and variable namesLeón Orell Valerian Liehr-34/+39
2024-02-17Enable `ConstPropLint` for promotedsGurinder Singh-5/+0
2024-02-17Fix commentMads Marquart-2/+6
2024-02-17Fix `cfg(target_abi = "sim")` on i386-apple-iosMads Marquart-8/+9
2024-02-16Use fulfillment in next trait solver coherenceMichael Goulet-37/+41
2024-02-17Make `CodegenBackend::join_codegen` infallible.Nicholas Nethercote-12/+10
2024-02-16Give the (`un`)`likely` intrinsics fallback bodiesOli Scherer-2/+2
2024-02-16Give the `assume` intrinsic a fallback bodyOli Scherer-1/+1
2024-02-16Rollup merge of #121181 - oli-obk:normalize_with_conflicting_impls, r=cjgillotGuillaume Gomez-1/+3
2024-02-16Rollup merge of #121179 - RalfJung:zst-mutable-refs, r=oli-obkGuillaume Gomez-62/+58
2024-02-16Rollup merge of #121137 - GuillaumeGomez:add-clippy-cfg, r=Urgau,NilstriebGuillaume Gomez-3/+7
2024-02-16Rollup merge of #121111 - trevyn:associated-type-suggestion, r=davidtwcoGuillaume Gomez-0/+28
2024-02-16Rollup merge of #121020 - oli-obk:diagnostics_ice, r=davidtwcoGuillaume Gomez-1/+1
2024-02-16Rollup merge of #119928 - d-sonuga:into-iter-sugg, r=compiler-errorsGuillaume Gomez-0/+96
2024-02-16NitsMichael Goulet-1/+15
2024-02-16Move trait into attr so it's greppableMichael Goulet-80/+91
2024-02-16Use extension trait deriveMichael Goulet-972/+119
2024-02-16Add a simple extension trait deriveMichael Goulet-0/+142
2024-02-16Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkinbors-312/+365
2024-02-16Fix an ICE in the recursion lintOli Scherer-1/+3
2024-02-16allow mutable references in const values when they point to no memoryRalf Jung-62/+58
2024-02-16Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnaybors-111/+126