about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-04-05Rollup merge of #123159 - chrisnc:fix-arm-rm-none-eabihf-features, r=workingj...Guillaume Gomez-11/+9
2024-04-05Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwcoGuillaume Gomez-4/+98
2024-04-05Add some helpful commentsMichael Goulet-4/+56
2024-04-05Auto merge of #122747 - Urgau:non-local-defs_perfect_impl, r=lcnrbors-51/+194
2024-04-05Provide suggestion to dereference closure tail if appropriateEsteban Küber-5/+250
2024-04-05Fix typoWaffle Maybe-1/+1
2024-04-05Rework the ByMoveBody shim to actually work correctlyMichael Goulet-34/+90
2024-04-05Auto merge of #123502 - bjorn3:sync_cg_clif-2024-04-05, r=bjorn3bors-121/+85
2024-04-05Put non_local_definitions lint back to warn-by-defaultUrgau-1/+1
2024-04-05Update non-local impl definition lint rule noteUrgau-1/+1
2024-04-05Eliminate false-positives in the non-local lint with the type-systemUrgau-37/+168
2024-04-05Expose rustc_trait_selection::error_reporting::ambiguity moduleUrgau-12/+13
2024-04-05Take the polarity into account in compute_applicable_implsUrgau-0/+11
2024-04-05Merge commit 'fbda869b4e230c788b6bce426038ba8419956f2d' into sync_cg_clif-202...bjorn3-121/+85
2024-04-05explaining `DefKind::Field`bohan-0/+3
2024-04-05Rollup merge of #123496 - lcnr:wf-ping, r=compiler-errorsGuillaume Gomez-2/+0
2024-04-05Rollup merge of #123350 - compiler-errors:async-closure-by-move, r=oli-obkGuillaume Gomez-26/+76
2024-04-05Rollup merge of #123311 - Jules-Bertholet:andpat-everywhere, r=NadrierilGuillaume Gomez-28/+140
2024-04-05Rollup merge of #122894 - compiler-errors:downgrade, r=lcnrGuillaume Gomez-4/+5
2024-04-05Rollup merge of #122334 - GuillaumeGomez:vendor-cg_gcc, r=Mark-SimulacrumGuillaume Gomez-5/+7
2024-04-05ping on wf changes, remove fixmelcnr-2/+0
2024-04-05Auto merge of #122070 - Zoxc:dep-edges-from-previous, r=cjgillotbors-45/+183
2024-04-04Fix target-cpu fpu features on Armv7-R, Armv7-M, and Armv8-MChris Copeland-11/+9
2024-04-05Auto merge of #123444 - saethlin:const-eval-inline-cycles, r=tmiaskobors-4/+14
2024-04-04CFI: Restore typeid_for_instance default behaviorRamon de C Valle-11/+27
2024-04-04Rollup merge of #123477 - lcnr:forced_ambig-no-ice, r=compiler-errorsJacob Pratt-3/+10
2024-04-04Rollup merge of #123464 - fmease:rn-has-proj-to-has-aliases, r=compiler-errorsJacob Pratt-17/+21
2024-04-04Rollup merge of #123454 - petrochenkov:zeroindex2, r=fmeaseJacob Pratt-7/+6
2024-04-04Rollup merge of #123437 - Zalathar:clang-format, r=cuviperJacob Pratt-28/+20
2024-04-04Rollup merge of #123363 - lcnr:normalizes-to-zero-to-inf, r=BoxyUwUJacob Pratt-267/+143
2024-04-04Force `move` async-closures that are `FnOnce` to make their inner coroutines ...Michael Goulet-7/+37
2024-04-04Actually use the inferred ClosureKind from signature inference in coroutine-c...Michael Goulet-19/+39
2024-04-05Ignore `-C strip` on MSVCicedrocket-42/+35
2024-04-05do not ICE in forced ambiguity if we get an errorlcnr-3/+10
2024-04-04MSVC targets should use COFF as their archive formatDaniel Paoliello-1/+6
2024-04-04Auto merge of #123097 - oli-obk:perf_experiment, r=petrochenkovbors-13/+29
2024-04-04Check def id before calling match_projection_projectionsMichael Goulet-0/+3
2024-04-04Rename ModSep to PathSepLeón Orell Valerian Liehr-40/+42
2024-04-04Auto merge of #121394 - oli-obk:define_opaque_types, r=compiler-errorsbors-42/+76
2024-04-04Rename HAS_PROJECTIONS to HAS_ALIASES etc.León Orell Valerian Liehr-17/+21
2024-04-04cache type info for ParamEnvLukas Markeffsky-74/+403
2024-04-04Effects are boolean consts and don't contain opaque typesOli Scherer-1/+2
2024-04-04Allow defining opaque types when checking const equality boundsOli Scherer-6/+18
2024-04-04Auto merge of #123377 - oli-obk:private_projection, r=compiler-errorsbors-5/+6
2024-04-04Add some regression tests for opaque types and const genericsOli Scherer-2/+4
2024-04-04Only inspect user-written predicates for privacy concernsOli Scherer-5/+6
2024-04-04Switch `can_eq` and `can_sub` to `DefineOpaqueTypes::Yes`Oli Scherer-2/+6
2024-04-04Auto merge of #123455 - matthiaskrgr:rollup-b6nu296, r=matthiaskrgrbors-285/+347
2024-04-04Rollup merge of #123439 - Zalathar:constants, r=oli-obkMatthias Krüger-13/+5
2024-04-04Rollup merge of #123397 - krtab:foreign_fn_qualif_diag, r=petrochenkovMatthias Krüger-8/+34