about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-04-05Auto merge of #123517 - GuillaumeGomez:rollup-eys3jfp, r=GuillaumeGomezbors-27/+135
2024-04-05Rollup merge of #123514 - WaffleLapkin:stpe, r=compiler-errorsGuillaume Gomez-1/+1
2024-04-05Rollup merge of #123487 - rcvalle:rust-cfi-restore-typeid-for-instance, r=com...Guillaume Gomez-11/+27
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-05Auto merge of #122747 - Urgau:non-local-defs_perfect_impl, r=lcnrbors-51/+194
2024-04-05Fix typoWaffle Maybe-1/+1
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-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-05do not ICE in forced ambiguity if we get an errorlcnr-3/+10
2024-04-04Auto merge of #123097 - oli-obk:perf_experiment, r=petrochenkovbors-13/+29
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-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
2024-04-04Rollup merge of #123324 - Nadrieril:false-edges2, r=matthewjasperMatthias Krüger-12/+94
2024-04-04Rollup merge of #123212 - rcvalle:rust-cfi-use-type-folder, r=compiler-errorsMatthias Krüger-251/+177
2024-04-04Rollup merge of #121546 - gurry:121473-ice-sizeof-mir-op, r=oli-obkMatthias Krüger-1/+37
2024-04-04hir: Use `ItemLocalId` in a couple more placesVadim Petrochenkov-7/+6
2024-04-04Auto merge of #121026 - Zalathar:version, r=oli-obkbors-10/+24
2024-04-04normalizes-to change from '1' to '0 to inf' stepslcnr-247/+141