| Age | Commit message (Expand) | Author | Lines |
| 2025-03-20 | Rollup merge of #138727 - compiler-errors:ty-var-origin, r=fmease | Matthias Krüger | -0/+33 |
| 2025-03-20 | Rollup merge of #138700 - xizheyin:issue-138612, r=Nadrieril | Matthias Krüger | -0/+9 |
| 2025-03-20 | Rollup merge of #138435 - eholk:prefix-yield, r=oli-obk | Matthias Krüger | -0/+34 |
| 2025-03-20 | Auto merge of #133889 - compiler-errors:inh-unstable, r=Nadrieril | bors | -0/+110 |
| 2025-03-20 | rustc_target: Add more RISC-V vector-related features | Taiki Endo | -1/+37 |
| 2025-03-20 | Use def_path_str for def id arg in UnsupportedOpInfo | Michael Goulet | -6/+6 |
| 2025-03-20 | Do not rely on type_var_origin in OrphanCheckErr::NonLocalInputType | Michael Goulet | -0/+33 |
| 2025-03-20 | Add `#[repr(u128)]`/`#[repr(i128)]` enums to `improper_ctypes_definitions` | beetrees | -31/+75 |
| 2025-03-19 | Check attrs: Don't try to retrieve the name of list stems | León Orell Valerian Liehr | -0/+11 |
| 2025-03-19 | Use explicit cpu in some asm and codegen tests. | Jesus Checa Hidalgo | -23/+24 |
| 2025-03-19 | Specify a concrete stack size in channel tests | Jeff Martin | -5/+15 |
| 2025-03-19 | merge opaque types of nested bodies | lcnr | -86/+59 |
| 2025-03-19 | Rollup merge of #138613 - m-ou-se:no-more-e0773, r=jdonszelmann,petrochenkov | Matthias Krüger | -53/+4 |
| 2025-03-19 | Rollup merge of #138594 - oli-obk:no-select, r=lcnr | Matthias Krüger | -10/+68 |
| 2025-03-19 | Rollup merge of #138589 - zachs18:block-label-not-supported-here-loop-body-he... | Matthias Krüger | -0/+230 |
| 2025-03-19 | Rollup merge of #138001 - meithecatte:privately-uninhabited, r=Nadrieril | Matthias Krüger | -0/+70 |
| 2025-03-19 | Rollup merge of #137051 - thaliaarchi:io-optional-impls/empty, r=m-ou-se | Matthias Krüger | -2/+2 |
| 2025-03-19 | Fix next solver handling of shallow trait impl check | Oli Scherer | -2/+39 |
| 2025-03-19 | Demonstrate next-solver missing diagnostic | Oli Scherer | -12/+33 |
| 2025-03-19 | Allow builtin macros to be used more than once. | Mara Bos | -53/+4 |
| 2025-03-19 | Add test. | Mara Bos | -0/+22 |
| 2025-03-19 | Suggest `-Whelp` when pass `--print lints` to rustc | xizheyin | -0/+9 |
| 2025-03-19 | Rollup merge of #138670 - compiler-errors:remove-afidt, r=oli-obk | Matthias Krüger | -18/+170 |
| 2025-03-18 | Dont consider fields that are forced unstable due to -Zforce-unstable-if-unma... | Michael Goulet | -1/+30 |
| 2025-03-18 | Consider fields to be inhabited if they are unstable | Michael Goulet | -0/+81 |
| 2025-03-18 | Remove existing AFIDT implementation | Michael Goulet | -18/+170 |
| 2025-03-18 | Revert "Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retriev... | Ralf Jung | -69/+1 |
| 2025-03-17 | Rollup merge of #133870 - nbdd0121:asm, r=traviscross,nnethercote | Matthias Krüger | -30/+4 |
| 2025-03-17 | expand: Leave traces when expanding `cfg_attr` attributes | Vadim Petrochenkov | -0/+79 |
| 2025-03-17 | Stabilize asm_goto | Gary Guo | -30/+4 |
| 2025-03-17 | Rollup merge of #138586 - jyn514:doc-register-tool, r=jieyouxu | Jacob Pratt | -0/+24 |
| 2025-03-17 | Rollup merge of #138517 - compiler-errors:better-child-capture, r=oli-obk | Jacob Pratt | -0/+109 |
| 2025-03-17 | Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retrieval_metho... | Jacob Pratt | -1/+69 |
| 2025-03-17 | If a label is placed on the block of a loop instead of the header, suggest mo... | Zachary S | -0/+230 |
| 2025-03-17 | Target modifiers fix for bool flags without value | Andrew Zhogin | -2/+57 |
| 2025-03-17 | Document `#![register_tool]` | jyn | -0/+24 |
| 2025-03-16 | Rollup merge of #138552 - jieyouxu:print-request-cleanups, r=Urgau | Jacob Pratt | -5/+103 |
| 2025-03-16 | add `naked_functions_target_feature` unstable feature | Folkert de Vries | -7/+49 |
| 2025-03-16 | Add a centralized test for print request stability gating | Jieyou Xu | -5/+103 |
| 2025-03-16 | Add test for new proc_macro literal methods | Guillaume Gomez | -1/+53 |
| 2025-03-16 | Rollup merge of #138484 - xizheyin:issue-138392, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -0/+43 |
| 2025-03-16 | Rollup merge of #138471 - spencer3035:move-ui-test-1ofn, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -47/+43 |
| 2025-03-15 | improves duplicate lang item test | Spencer | -21/+23 |
| 2025-03-15 | improves duplicate label test | Spencer | -1/+4 |
| 2025-03-15 | improves outer mod attribute test | Spencer | -25/+16 |
| 2025-03-15 | Rollup merge of #138283 - compiler-errors:enforce-const-param, r=BoxyUwU | Matthias Krüger | -0/+69 |
| 2025-03-15 | Auto merge of #138379 - estebank:macro-backtrace-note, r=petrochenkov | bors | -457/+4 |
| 2025-03-15 | Rollup merge of #138518 - yotamofek:pr/hir-lint-typo, r=compiler-errors | León Orell Valerian Liehr | -12/+12 |
| 2025-03-15 | Rollup merge of #138482 - nnethercote:fix-hir-printing, r=compiler-errors | León Orell Valerian Liehr | -1/+1 |
| 2025-03-15 | Rollup merge of #138460 - xizheyin:issue-138319, r=petrochenkov | León Orell Valerian Liehr | -0/+71 |