about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-02-18Rollup merge of #121260 - gurry:constprop-lint-cleanup, r=oli-obkMatthias Krüger-168/+153
2024-02-18Rollup merge of #121247 - scottmcm:intrinsic-reminder, r=petrochenkovMatthias Krüger-0/+2
2024-02-18Rollup merge of #121067 - tshepang:make-expand-translatable, r=fmeaseMatthias Krüger-9/+24
2024-02-18Auto merge of #121265 - klensy:bump-18-02-24, r=Mark-Simulacrumbors-13/+11
2024-02-18Auto merge of #117772 - surechen:for_117448, r=petrochenkovbors-102/+156
2024-02-18windows bump to 0.52klensy-13/+11
2024-02-18Remove const_prop.rsGurinder Singh-168/+153
2024-02-18Allow AST and HIR visitors to return `ControlFlow`Jason Newcomb-769/+959
2024-02-18By tracking import use types to check whether it is scope uses or the other s...surechen-102/+156
2024-02-18macro_rules: Preserve all metavariable spans in a global side tableVadim Petrochenkov-24/+105
2024-02-18Auto merge of #121034 - obeis:improve-static-mut-ref, r=RalfJungbors-71/+59
2024-02-17Add help to `hir_analysis_unrecognized_intrinsic_function`Scott McMurray-0/+2
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-18Extend Level APIGuillaume Gomez-13/+17
2024-02-17Replace the loop with recursive calls for clarityNadrieril-28/+31
2024-02-17Move the loop out of the functionNadrieril-51/+50
2024-02-17Move everything into the loopNadrieril-38/+36
2024-02-17No need for empty special case anymoreNadrieril-3/+0
2024-02-17It's fine to assign `otherwise_block`s to unreachable candidatesNadrieril-11/+4
2024-02-17Reuse `next_prebinding`Nadrieril-8/+3
2024-02-17Simplify return block computationNadrieril-6/+4
2024-02-17Merge the two loopsNadrieril-26/+17
2024-02-17Tweak the function boundaryNadrieril-18/+10
2024-02-17Don't bother to save a blockNadrieril-4/+0
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-17Add cargo update suggestion for non local defsUrgau-3/+42
2024-02-17Add const-anon suggestion for non local implUrgau-2/+23
2024-02-17Fix non_local_definitions lint in rustc_hir_analysisUrgau-5/+5
2024-02-17Implement RFC3373 non local definitions lintUrgau-0/+228
2024-02-17Make synstructure underscore_const(true) the defaultUrgau-4/+24
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