| Age | Commit message (Expand) | Author | Lines |
| 2024-04-02 | Rollup merge of #123368 - maurer:cfi-non-general-coroutines, r=compiler-errors | Matthias Krüger | -2/+39 |
| 2024-04-02 | Rollup merge of #123362 - oli-obk:thread_local_nested_statics, r=estebank | Matthias Krüger | -0/+22 |
| 2024-04-02 | Rollup merge of #123348 - fmease:add-synth-auto-trait-impls-tests, r=Guillaum... | Matthias Krüger | -0/+85 |
| 2024-04-02 | Rollup merge of #123302 - compiler-errors:sized-bound-first, r=estebank | Matthias Krüger | -1/+31 |
| 2024-04-02 | Rollup merge of #123226 - scottmcm:u32-shifts, r=WaffleLapkin | Matthias Krüger | -491/+305 |
| 2024-04-02 | Auto merge of #118310 - scottmcm:three-way-compare, r=davidtwco | bors | -0/+398 |
| 2024-04-02 | CFI: Support function pointers for trait methods | Matthew Maurer | -8/+38 |
| 2024-04-02 | CFI: Switch sense of type erasure flag | Matthew Maurer | -2/+2 |
| 2024-04-02 | CFI: Support non-general coroutines | Matthew Maurer | -2/+39 |
| 2024-04-02 | Update tests/mir-opt/inline/unchecked_shifts.rs | scottmcm | -1/+1 |
| 2024-04-02 | rustdoc: synthetic auto trait impls: accept unresolved region vars for now | León Orell Valerian Liehr | -0/+28 |
| 2024-04-02 | rustdoc: add a couple of regression tests | León Orell Valerian Liehr | -0/+85 |
| 2024-04-02 | Rollup merge of #123371 - eduardosm:dangling-test-files, r=compiler-errors | Guillaume Gomez | -314/+0 |
| 2024-04-02 | Rollup merge of #123338 - GuillaumeGomez:update-browser-ui-test, r=notriddle | Guillaume Gomez | -248/+266 |
| 2024-04-02 | Rollup merge of #122614 - notriddle:notriddle/search-desc, r=GuillaumeGomez | Guillaume Gomez | -1/+1 |
| 2024-04-02 | Remove dangling `.mir.stderr` and `.thir.stderr` test files | Eduardo Sánchez Muñoz | -314/+0 |
| 2024-04-02 | Address review comments | Jules Bertholet | -9/+31 |
| 2024-04-02 | Forbid implicit nested statics in thread local statics | Oli Scherer | -19/+17 |
| 2024-04-02 | Auto merge of #123340 - fmease:rustdoc-simplify-auto-trait-impl-synth, r=Guil... | bors | -10/+28 |
| 2024-04-02 | t plit astconv's error report code in check functions to mod errors. | surechen | -3/+3 |
| 2024-04-02 | Check that nested statics in thread locals are duplicated per thread. | Oli Scherer | -0/+24 |
| 2024-04-02 | Remove redundant code comments | Guillaume Gomez | -72/+72 |
| 2024-04-01 | Fix obligation param and bless tests | Michael Goulet | -64/+46 |
| 2024-04-01 | Instantiate closure-like bounds with placeholders to deal with binders correctly | Michael Goulet | -0/+51 |
| 2024-04-01 | Make sure to insert Sized bound first into clauses list | Michael Goulet | -1/+31 |
| 2024-04-02 | rustdoc: heavily simplify synthesis of auto trait impls | León Orell Valerian Liehr | -2/+23 |
| 2024-04-01 | Update to new browser-ui-test version | Guillaume Gomez | -248/+266 |
| 2024-04-01 | rustdoc: synthetic impls: auto traits: Fx{Hash↦Index}{Map,Set} | León Orell Valerian Liehr | -10/+7 |
| 2024-04-01 | Port argument-non-c-like-enum to Rust | 许杰友 Jieyou Xu (Joe) | -8/+20 |
| 2024-04-01 | Auto merge of #123265 - joboet:guardians_of_the_unix, r=ChrisDenton | bors | -10/+10 |
| 2024-04-01 | Auto merge of #123310 - compiler-errors:nested-static-codegen-attrs, r=oli-obk | bors | -0/+11 |
| 2024-04-01 | Auto merge of #122663 - beetrees:non-unicode-env-error, r=TaKO8Ki | bors | -0/+27 |
| 2024-04-01 | Fix error message for `env!` when env var is not valid Unicode | beetrees | -0/+27 |
| 2024-04-01 | Auto merge of #122972 - beetrees:use-align-type, r=fee1-dead | bors | -7/+43 |
| 2024-03-31 | Don't inherit codegen attrs from parent static | Michael Goulet | -0/+11 |
| 2024-04-01 | Use the `Align` type when parsing alignment attributes | beetrees | -7/+43 |
| 2024-03-31 | Add regression tests for 123303 | Michael Goulet | -0/+43 |
| 2024-03-31 | Always make inductive cycles as ambig during typeck | Michael Goulet | -27/+52 |
| 2024-04-01 | Fix union handling in exhaustiveness | Nadrieril | -11/+12 |
| 2024-03-31 | Add tests | Nadrieril | -0/+68 |
| 2024-03-31 | Rollup merge of #123180 - Oneirical:master, r=Mark-Simulacrum | Jubilee | -4/+17 |
| 2024-03-31 | Move some tests | Caio | -20/+0 |
| 2024-03-31 | refer to a different module in UI test | joboet | -10/+10 |
| 2024-03-31 | Auto merge of #122459 - Nadrieril:sort-eq, r=oli-obk | bors | -125/+247 |
| 2024-03-30 | Rewrite core-no-fp-fmt-parse in Rust | Oneirical | -4/+17 |
| 2024-03-30 | Auto merge of #123085 - tgross35:f16-f128-step4.0-libs-basic-impls, r=Amanieu | bors | -9/+9 |
| 2024-03-30 | Auto merge of #99322 - GKFX:const-int-parse, r=Mark-Simulacrum | bors | -0/+41 |
| 2024-03-30 | Implement "&<pat> everywhere" | Jules Bertholet | -0/+119 |
| 2024-03-30 | Auto merge of #123106 - maurer:cfi-closures, r=compiler-errors | bors | -23/+146 |
| 2024-03-30 | Add FileCheck directives to the new tests. | Nadrieril | -51/+42 |