about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-04-06Save/restore more items in cache with incremental compilationMichael Baikov-5/+66
2024-04-06Remove sharding for VecCacheMark Rousskov-13/+6
2024-04-06Auto merge of #123540 - matthiaskrgr:rollup-8ewq0zt, r=matthiaskrgrbors-385/+403
2024-04-06Rollup merge of #123526 - estebank:issue-123442, r=compiler-errorsMatthias Krüger-2/+9
2024-04-06Rollup merge of #123525 - maurer:no-id-dyn2, r=compiler-errorsMatthias Krüger-20/+4
2024-04-06Rollup merge of #123519 - Urgau:session-cfg-check-cfg-improvements, r=wesleyw...Matthias Krüger-342/+379
2024-04-06Rollup merge of #123498 - bvanjoi:docs, r=cjgillotMatthias Krüger-0/+3
2024-04-06Rollup merge of #123467 - dpaoliello:archcoff, r=wesleywiserMatthias Krüger-1/+6
2024-04-06Rollup merge of #123294 - Nilstrieb:reuqire-llvm-config, r=clubby789Matthias Krüger-20/+2
2024-04-06Auto merge of #123471 - compiler-errors:match_projection_projections, r=oli-obkbors-0/+3
2024-04-06Do not ICE when calling incorrectly defined `transmute` intrinsicEsteban Küber-2/+9
2024-04-05CFI: Don't rewrite ty::Dynamic directlyMatthew Maurer-20/+4
2024-04-05Auto merge of #123517 - GuillaumeGomez:rollup-eys3jfp, r=GuillaumeGomezbors-27/+135
2024-04-05Move cfg and check-cfg configuration in it's own module and add docsUrgau-342/+379
2024-04-05Account for an additional reborrow inserted by UniqueImmBorrow and MutBorrowMichael Goulet-3/+8
2024-04-05Check the base of the place too!Michael Goulet-6/+20
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-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