| Age | Commit message (Expand) | Author | Lines |
| 2025-06-20 | Ensure copy* intrinsics also perform the static self-init checks | Oli Scherer | -1/+25 |
| 2025-06-20 | Rollup merge of #140920 - RalfJung:target-feature-unification, r=nnethercote,... | Trevor Gross | -21/+7 |
| 2025-06-20 | Rollup merge of #138291 - jdonszelmann:optimize-attr, r=oli-obk | Trevor Gross | -6/+9 |
| 2025-06-20 | Add regression test | Oli Scherer | -0/+15 |
| 2025-06-20 | Fix `tests/ui/asm/naked-invalid-attr.stderr`. | Nicholas Nethercote | -1/+1 |
| 2025-06-19 | Auto merge of #140748 - m-ou-se:super-format-args3, r=jdonszelmann | bors | -76/+24 |
| 2025-06-19 | Improve diagnostics for `concat_bytes!` with C string literals | Trevor Gross | -33/+45 |
| 2025-06-19 | expose abi information on ppc64 targets | ostylk | -1/+1 |
| 2025-06-19 | correct template for `#[align]` | Folkert de Vries | -31/+33 |
| 2025-06-19 | various minor target feature cleanups | Ralf Jung | -7/+6 |
| 2025-06-18 | Add a test for `concat_bytes!` with C strings | Trevor Gross | -29/+83 |
| 2025-06-19 | unify two -Ctarget-feature parsers | Ralf Jung | -11/+1 |
| 2025-06-19 | move -Ctarget-feature handling into shared code | Ralf Jung | -3/+0 |
| 2025-06-18 | Rollup merge of #142639 - dpaoliello:needcolon, r=WaffleLapkin | Trevor Gross | -1/+1 |
| 2025-06-18 | Rollup merge of #142606 - azhogin:azhogin/async-drop-without-sync-drop-error,... | Trevor Gross | -0/+29 |
| 2025-06-18 | Rollup merge of #142524 - rust-lang:cargo_update, r=Mark-Simulacrum | Trevor Gross | -1/+1 |
| 2025-06-18 | Rollup merge of #142507 - folkertdev:fn-align-align-attribute, r=jdonszelmann | Trevor Gross | -51/+142 |
| 2025-06-18 | Rollup merge of #140247 - BoxyUwU:iats_no_query_cycles, r=lcnr | Trevor Gross | -129/+380 |
| 2025-06-18 | Emit the usages suggestions as tool-only suggestions | Urgau | -25/+0 |
| 2025-06-18 | Reviews | Boxy | -7/+13 |
| 2025-06-18 | Rollup merge of #141610 - BoxyUwU:stabilize_generic_arg_infer, r=lcnr,travisc... | Jakub Beránek | -318/+99 |
| 2025-06-18 | better template for repr attributes | Jana Dönszelmann | -5/+5 |
| 2025-06-18 | convert the `optimize` attribute to a new parser | Jana Dönszelmann | -6/+9 |
| 2025-06-18 | add `#[align]` attribute | Folkert de Vries | -51/+142 |
| 2025-06-18 | Auto merge of #141061 - dpaoliello:shimasfn, r=bjorn3 | bors | -0/+1 |
| 2025-06-18 | Bless/update tests. | Mara Bos | -28/+81 |
| 2025-06-18 | Update unpretty tests. | Mara Bos | -4/+8 |
| 2025-06-18 | Remove 'this error originates in format_args_nl' from test output. | Mara Bos | -65/+3 |
| 2025-06-18 | Remove outdated test. | Mara Bos | -47/+0 |
| 2025-06-18 | Auto merge of #138165 - jdonszelmann:inline, r=oli-obk | bors | -273/+459 |
| 2025-06-18 | AsyncDrop trait without sync Drop generates an error | Andrew Zhogin | -0/+29 |
| 2025-06-18 | Also emit suggestions for usages in the `non_upper_case_globals` lint | Urgau | -0/+142 |
| 2025-06-17 | make error codes reflect reality better | Jana Dönszelmann | -237/+216 |
| 2025-06-17 | Rollup merge of #142631 - xizheyin:142143, r=Urgau | Jacob Pratt | -0/+29 |
| 2025-06-17 | Rollup merge of #141608 - moatom:proc_macro-140238, r=dtolnay | Jacob Pratt | -59/+192 |
| 2025-06-17 | use consistent attr errors in all attribute parsers | Jana Dönszelmann | -45/+167 |
| 2025-06-17 | fix bugs in inline/force_inline and diagnostics of all attr parsers | Jana Dönszelmann | -132/+217 |
| 2025-06-17 | Add a missing colon at the end of the expected panic message in location-deta... | Daniel Paoliello | -1/+1 |
| 2025-06-17 | Auto merge of #142613 - workingjubilee:rollup-yuod2hg, r=workingjubilee | bors | -162/+158 |
| 2025-06-18 | Dont suggest remove semi inside macro expansion for redundant semi lint | xizheyin | -1/+1 |
| 2025-06-17 | Find correct span when suggesting using clone | xizheyin | -0/+8 |
| 2025-06-17 | add test suggest-clone-in-macro-issue-139253.rs | xizheyin | -0/+60 |
| 2025-06-17 | Auto merge of #137944 - davidtwco:sized-hierarchy, r=oli-obk | bors | -331/+2456 |
| 2025-06-17 | Add test suggest-remove-semi-in-macro-expansion-issue-142143.rs | xizheyin | -0/+29 |
| 2025-06-17 | Dont replace escaping bound vars in item sigs | Boxy | -61/+15 |
| 2025-06-17 | rebase | Boxy | -56/+0 |
| 2025-06-17 | Test whether we use DeepRejectCtxt | Boxy | -0/+54 |
| 2025-06-17 | Don't build `ParamEnv` and do trait solving in `ItemCtxt`s | Boxy | -99/+392 |
| 2025-06-17 | Rollup merge of #142595 - workingjubilee:revert-warning-138139, r=ChrisDenton | Jubilee | -19/+0 |
| 2025-06-17 | Rollup merge of #142587 - compiler-errors:try-visit-expr-fields, r=jieyouxu | Jubilee | -1/+20 |