| Age | Commit message (Expand) | Author | Lines |
| 2024-04-07 | Rollup merge of #123410 - madsmtm:relax-framework-linking-test, r=fmease | Matthias Krüger | -2/+4 |
| 2024-04-07 | Rollup merge of #123563 - Oneirical:version, r=jieyouxu | Matthias Krüger | -6/+9 |
| 2024-04-07 | Rollup merge of #123516 - estebank:issue-123428, r=compiler-errors | Matthias Krüger | -0/+26 |
| 2024-04-07 | Rollup merge of #123411 - saethlin:ub-checks, r=Urgau,RalfJung | Matthias Krüger | -45/+153 |
| 2024-04-06 | Rewrite version test as UI test | Oneirical | -6/+9 |
| 2024-04-06 | Do not ICE on field access check on expr with `ty::Error` | Esteban Küber | -0/+26 |
| 2024-04-06 | Rollup merge of #123554 - GuillaumeGomez:cleanup-search-result-color, r=notri... | Guillaume Gomez | -294/+159 |
| 2024-04-06 | Rollup merge of #123552 - bjorn3:fix-spike-neg, r=Mark-Simulacrum | Guillaume Gomez | -0/+2 |
| 2024-04-06 | Put checks that detect UB under their own flag below debug_assertions | Ben Kimock | -45/+153 |
| 2024-04-06 | Move `check-container-color`'s code into `check-search-color` function | Guillaume Gomez | -31/+19 |
| 2024-04-06 | Move duplicated code into `check-search-color` function | Guillaume Gomez | -218/+98 |
| 2024-04-06 | Add missing -Zquery-dep-graph to the spike-neg incr comp tests | bjorn3 | -0/+2 |
| 2024-04-06 | Move more common code into a function in `tests/rustdoc-gui/search-result-col... | Guillaume Gomez | -30/+44 |
| 2024-04-06 | Move `search-result-color.goml` common parts into a function | Guillaume Gomez | -69/+52 |
| 2024-04-06 | Rollup merge of #122291 - lilasta:stabilize_const_location_fields, r=dtolnay | Matthias Krüger | -8/+6 |
| 2024-04-06 | Auto merge of #123540 - matthiaskrgr:rollup-8ewq0zt, r=matthiaskrgr | bors | -21/+54 |
| 2024-04-06 | Relax framework linking test | Mads Marquart | -2/+4 |
| 2024-04-06 | Rollup merge of #123526 - estebank:issue-123442, r=compiler-errors | Matthias Krüger | -0/+33 |
| 2024-04-06 | Rollup merge of #123525 - maurer:no-id-dyn2, r=compiler-errors | Matthias Krüger | -21/+21 |
| 2024-04-06 | Auto merge of #123471 - compiler-errors:match_projection_projections, r=oli-obk | bors | -0/+38 |
| 2024-04-06 | Do not ICE when calling incorrectly defined `transmute` intrinsic | Esteban Küber | -0/+33 |
| 2024-04-05 | CFI: Don't rewrite ty::Dynamic directly | Matthew Maurer | -21/+21 |
| 2024-04-05 | Auto merge of #123517 - GuillaumeGomez:rollup-eys3jfp, r=GuillaumeGomez | bors | -154/+124 |
| 2024-04-05 | Rollup merge of #123515 - GuillaumeGomez:use-include, r=notriddle | Guillaume Gomez | -150/+112 |
| 2024-04-05 | Rollup merge of #123487 - rcvalle:rust-cfi-restore-typeid-for-instance, r=com... | Guillaume Gomez | -2/+2 |
| 2024-04-05 | Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwco | Guillaume Gomez | -2/+10 |
| 2024-04-05 | Auto merge of #122747 - Urgau:non-local-defs_perfect_impl, r=lcnr | bors | -122/+246 |
| 2024-04-05 | Use `include` command to reduce code duplication | Guillaume Gomez | -150/+112 |
| 2024-04-05 | Put non_local_definitions lint back to warn-by-default | Urgau | -61/+56 |
| 2024-04-05 | Update non-local impl definition lint rule note | Urgau | -51/+51 |
| 2024-04-05 | Eliminate false-positives in the non-local lint with the type-system | Urgau | -29/+158 |
| 2024-04-05 | Rollup merge of #123474 - jieyouxu:issue-7349-port, r=Mark-Simulacrum | Guillaume Gomez | -33/+33 |
| 2024-04-05 | Rollup merge of #123350 - compiler-errors:async-closure-by-move, r=oli-obk | Guillaume Gomez | -29/+68 |
| 2024-04-05 | Rollup merge of #123311 - Jules-Bertholet:andpat-everywhere, r=Nadrieril | Guillaume Gomez | -0/+141 |
| 2024-04-05 | Rollup merge of #123149 - jieyouxu:rmake-arguments-non-c-like-enum, r=Mark-Si... | Guillaume Gomez | -8/+20 |
| 2024-04-05 | Rollup merge of #122894 - compiler-errors:downgrade, r=lcnr | Guillaume Gomez | -0/+60 |
| 2024-04-05 | Auto merge of #123444 - saethlin:const-eval-inline-cycles, r=tmiasko | bors | -0/+18 |
| 2024-04-04 | CFI: Restore typeid_for_instance default behavior | Ramon de C Valle | -2/+2 |
| 2024-04-04 | Rollup merge of #123478 - maurer:cfi-call-once-addr-taken, r=compiler-errors | Jacob Pratt | -0/+11 |
| 2024-04-04 | Rollup merge of #123407 - GuillaumeGomez:js-failed-theme, r=notriddle | Jacob Pratt | -0/+14 |
| 2024-04-04 | Rollup merge of #123363 - lcnr:normalizes-to-zero-to-inf, r=BoxyUwU | Jacob Pratt | -43/+31 |
| 2024-04-04 | Force `move` async-closures that are `FnOnce` to make their inner coroutines ... | Michael Goulet | -35/+6 |
| 2024-04-04 | Actually use the inferred ClosureKind from signature inference in coroutine-c... | Michael Goulet | -31/+99 |
| 2024-04-04 | CFI: Add test for `call_once` addr taken | Matthew Maurer | -0/+11 |
| 2024-04-04 | Add regression test to ensure that even if JS is enabled but not working, a t... | Guillaume Gomez | -0/+9 |
| 2024-04-04 | Port issue-7349 to a codegen test | 许杰友 Jieyou Xu (Joe) | -33/+33 |
| 2024-04-04 | Check def id before calling match_projection_projections | Michael Goulet | -0/+38 |
| 2024-04-04 | Auto merge of #121394 - oli-obk:define_opaque_types, r=compiler-errors | bors | -6/+445 |
| 2024-04-04 | Add regression test | Oli Scherer | -0/+66 |
| 2024-04-04 | Allow defining opaque types when checking const equality bounds | Oli Scherer | -4/+4 |