| Age | Commit message (Expand) | Author | Lines |
| 2024-04-06 | Save/restore more items in cache with incremental compilation | Michael Baikov | -5/+66 |
| 2024-04-06 | Remove sharding for VecCache | Mark Rousskov | -13/+6 |
| 2024-04-06 | Auto merge of #123540 - matthiaskrgr:rollup-8ewq0zt, r=matthiaskrgr | bors | -385/+403 |
| 2024-04-06 | Rollup merge of #123526 - estebank:issue-123442, r=compiler-errors | Matthias Krüger | -2/+9 |
| 2024-04-06 | Rollup merge of #123525 - maurer:no-id-dyn2, r=compiler-errors | Matthias Krüger | -20/+4 |
| 2024-04-06 | Rollup merge of #123519 - Urgau:session-cfg-check-cfg-improvements, r=wesleyw... | Matthias Krüger | -342/+379 |
| 2024-04-06 | Rollup merge of #123498 - bvanjoi:docs, r=cjgillot | Matthias Krüger | -0/+3 |
| 2024-04-06 | Rollup merge of #123467 - dpaoliello:archcoff, r=wesleywiser | Matthias Krüger | -1/+6 |
| 2024-04-06 | Rollup merge of #123294 - Nilstrieb:reuqire-llvm-config, r=clubby789 | Matthias Krüger | -20/+2 |
| 2024-04-06 | Auto merge of #123471 - compiler-errors:match_projection_projections, r=oli-obk | bors | -0/+3 |
| 2024-04-06 | Do not ICE when calling incorrectly defined `transmute` intrinsic | Esteban Küber | -2/+9 |
| 2024-04-05 | CFI: Don't rewrite ty::Dynamic directly | Matthew Maurer | -20/+4 |
| 2024-04-05 | Auto merge of #123517 - GuillaumeGomez:rollup-eys3jfp, r=GuillaumeGomez | bors | -27/+135 |
| 2024-04-05 | Move cfg and check-cfg configuration in it's own module and add docs | Urgau | -342/+379 |
| 2024-04-05 | Account for an additional reborrow inserted by UniqueImmBorrow and MutBorrow | Michael Goulet | -3/+8 |
| 2024-04-05 | Check the base of the place too! | Michael Goulet | -6/+20 |
| 2024-04-05 | Rollup merge of #123514 - WaffleLapkin:stpe, r=compiler-errors | Guillaume Gomez | -1/+1 |
| 2024-04-05 | Rollup merge of #123487 - rcvalle:rust-cfi-restore-typeid-for-instance, r=com... | Guillaume Gomez | -11/+27 |
| 2024-04-05 | Rollup merge of #123159 - chrisnc:fix-arm-rm-none-eabihf-features, r=workingj... | Guillaume Gomez | -11/+9 |
| 2024-04-05 | Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwco | Guillaume Gomez | -4/+98 |
| 2024-04-05 | Add some helpful comments | Michael Goulet | -4/+56 |
| 2024-04-05 | Auto merge of #122747 - Urgau:non-local-defs_perfect_impl, r=lcnr | bors | -51/+194 |
| 2024-04-05 | Provide suggestion to dereference closure tail if appropriate | Esteban Küber | -5/+250 |
| 2024-04-05 | Fix typo | Waffle Maybe | -1/+1 |
| 2024-04-05 | Rework the ByMoveBody shim to actually work correctly | Michael Goulet | -34/+90 |
| 2024-04-05 | Auto merge of #123502 - bjorn3:sync_cg_clif-2024-04-05, r=bjorn3 | bors | -121/+85 |
| 2024-04-05 | Put non_local_definitions lint back to warn-by-default | Urgau | -1/+1 |
| 2024-04-05 | Update non-local impl definition lint rule note | Urgau | -1/+1 |
| 2024-04-05 | Eliminate false-positives in the non-local lint with the type-system | Urgau | -37/+168 |
| 2024-04-05 | Expose rustc_trait_selection::error_reporting::ambiguity module | Urgau | -12/+13 |
| 2024-04-05 | Take the polarity into account in compute_applicable_impls | Urgau | -0/+11 |
| 2024-04-05 | Merge commit 'fbda869b4e230c788b6bce426038ba8419956f2d' into sync_cg_clif-202... | bjorn3 | -121/+85 |
| 2024-04-05 | explaining `DefKind::Field` | bohan | -0/+3 |
| 2024-04-05 | Rollup merge of #123496 - lcnr:wf-ping, r=compiler-errors | Guillaume Gomez | -2/+0 |
| 2024-04-05 | Rollup merge of #123350 - compiler-errors:async-closure-by-move, r=oli-obk | Guillaume Gomez | -26/+76 |
| 2024-04-05 | Rollup merge of #123311 - Jules-Bertholet:andpat-everywhere, r=Nadrieril | Guillaume Gomez | -28/+140 |
| 2024-04-05 | Rollup merge of #122894 - compiler-errors:downgrade, r=lcnr | Guillaume Gomez | -4/+5 |
| 2024-04-05 | Rollup merge of #122334 - GuillaumeGomez:vendor-cg_gcc, r=Mark-Simulacrum | Guillaume Gomez | -5/+7 |
| 2024-04-05 | ping on wf changes, remove fixme | lcnr | -2/+0 |
| 2024-04-05 | Auto merge of #122070 - Zoxc:dep-edges-from-previous, r=cjgillot | bors | -45/+183 |
| 2024-04-04 | Fix target-cpu fpu features on Armv7-R, Armv7-M, and Armv8-M | Chris Copeland | -11/+9 |
| 2024-04-05 | Auto merge of #123444 - saethlin:const-eval-inline-cycles, r=tmiasko | bors | -4/+14 |
| 2024-04-04 | CFI: Restore typeid_for_instance default behavior | Ramon de C Valle | -11/+27 |
| 2024-04-04 | Rollup merge of #123477 - lcnr:forced_ambig-no-ice, r=compiler-errors | Jacob Pratt | -3/+10 |
| 2024-04-04 | Rollup merge of #123464 - fmease:rn-has-proj-to-has-aliases, r=compiler-errors | Jacob Pratt | -17/+21 |
| 2024-04-04 | Rollup merge of #123454 - petrochenkov:zeroindex2, r=fmease | Jacob Pratt | -7/+6 |
| 2024-04-04 | Rollup merge of #123437 - Zalathar:clang-format, r=cuviper | Jacob Pratt | -28/+20 |
| 2024-04-04 | Rollup merge of #123363 - lcnr:normalizes-to-zero-to-inf, r=BoxyUwU | Jacob Pratt | -267/+143 |
| 2024-04-04 | Force `move` async-closures that are `FnOnce` to make their inner coroutines ... | Michael Goulet | -7/+37 |
| 2024-04-04 | Actually use the inferred ClosureKind from signature inference in coroutine-c... | Michael Goulet | -19/+39 |