| Age | Commit message (Expand) | Author | Lines |
| 2025-06-23 | Rollup merge of #142854 - folkertdev:centralize-min-function-alignment, r=wor... | Matthias Krüger | -0/+6 |
| 2025-06-22 | Port `#[no_mangle]` to new attribute parsing infrastructure | Jonathan Brouwer | -24/+24 |
| 2025-06-22 | centralize `-Zmin-function-alignment` logic | Folkert de Vries | -0/+6 |
| 2025-06-20 | cold | Jana Dönszelmann | -4/+15 |
| 2025-06-20 | Rollup merge of #140920 - RalfJung:target-feature-unification, r=nnethercote,... | Trevor Gross | -22/+4 |
| 2025-06-20 | Rollup merge of #138291 - jdonszelmann:optimize-attr, r=oli-obk | Trevor Gross | -27/+2 |
| 2025-06-19 | move -Ctarget-feature handling into shared code | Ralf Jung | -22/+4 |
| 2025-06-18 | convert the `optimize` attribute to a new parser | Jana Dönszelmann | -27/+2 |
| 2025-06-18 | add `#[align]` attribute | Folkert de Vries | -12/+2 |
| 2025-06-17 | fix bugs in inline/force_inline and diagnostics of all attr parsers | Jana Dönszelmann | -7/+9 |
| 2025-06-17 | convert entire codebase to parsed inline attrs | Jana Dönszelmann | -45/+8 |
| 2025-06-05 | Make #[used(linker)] the default on ELF too | bjorn3 | -29/+4 |
| 2025-05-24 | Cleanup CodegenFnAttrFlags | Noratrieb | -2/+2 |
| 2025-05-22 | make enabling the neon target feature a FCW | Ralf Jung | -0/+1 |
| 2025-05-19 | Rollup merge of #140874 - mejrs:rads, r=WaffleLapkin | Stuart Cook | -2/+2 |
| 2025-05-18 | Remove rustc_attr_data_structures re-export from rustc_attr_parsing | mejrs | -2/+2 |
| 2025-05-12 | Fix typos | omahs | -1/+1 |
| 2025-04-30 | error when using no_mangle on language items | Alexandru RADOVICI | -0/+30 |
| 2025-04-18 | Rollup merge of #139615 - nnethercote:rm-name_or_empty, r=jdonszelmann | Matthias Krüger | -14/+19 |
| 2025-04-17 | Replace infallible `name_or_empty` methods with fallible `name` methods. | Nicholas Nethercote | -14/+19 |
| 2025-04-16 | fix multiple `#[repr(align(N))]` on functions | Folkert de Vries | -1/+2 |
| 2025-04-05 | Rollup merge of #137880 - EnzymeAD:autodiff-batching, r=oli-obk | Stuart Cook | -4/+28 |
| 2025-04-04 | Rollup merge of #138949 - madsmtm:rename-to-darwin, r=WaffleLapkin | Matthias Krüger | -1/+1 |
| 2025-04-03 | add autodiff batching middle-end | Manuel Drehwald | -4/+28 |
| 2025-04-03 | add the autodiff batch mode frontend | Manuel Drehwald | -1/+1 |
| 2025-03-28 | use `slice::contains` where applicable | Yotam Ofek | -1/+1 |
| 2025-03-25 | Rename `is_like_osx` to `is_like_darwin` | Mads Marquart | -1/+1 |
| 2025-03-21 | Rollup merge of #138627 - EnzymeAD:autodiff-cleanups, r=oli-obk | Matthias Krüger | -6/+0 |
| 2025-03-17 | resolve repeated attribute fixme | Manuel Drehwald | -6/+0 |
| 2025-03-17 | Remove implicit #[no_mangle] for #[rustc_std_internal_symbol] | bjorn3 | -13/+7 |
| 2025-03-12 | Rollup merge of #137504 - nnethercote:remove-Map-4, r=Zalathar | Manish Goregaokar | -2/+2 |
| 2025-03-12 | Move methods from `Map` to `TyCtxt`, part 4. | Nicholas Nethercote | -2/+2 |
| 2025-03-11 | Rollup merge of #138231 - Sa4dUs:autodiff-ice, r=ZuseZ4 | Matthias Krüger | -12/+1 |
| 2025-03-11 | Fix ICE for invalid return activity and proper error handling | Marcelo Domínguez | -18/+1 |
| 2025-03-07 | Make some invalid codegen attr errors structured/translatable | Esteban Küber | -84/+28 |
| 2025-03-02 | Prevent ICE in autodiff validation by emitting user-friendly errors | Sa4dUs | -2/+8 |
| 2025-02-24 | Introduce new-style attribute parsers for several attributes | Jana Dönszelmann | -24/+16 |
| 2025-02-24 | Introduce new parsing infrastructure and types for parsed attributes | Jana Dönszelmann | -6/+6 |
| 2025-02-24 | Change span field accesses to method calls | Jana Dönszelmann | -35/+38 |
| 2025-02-23 | Rollup merge of #136439 - yotamofek:pr/codegen-ssa-no-indexing, r=Noratrieb | Trevor Gross | -82/+71 |
| 2025-02-22 | Fix binding mode problems | Michael Goulet | -3/+3 |
| 2025-02-12 | Rollup merge of #134090 - veluca93:stable-tf11, r=oli-obk | Jacob Pratt | -19/+8 |
| 2025-02-11 | rustc_codegen_ssa: cleanup codegen attrs | Yotam Ofek | -62/+56 |
| 2025-02-11 | rustc_codegen_ssa: cleanup nested `if`s and a needless `match` | Yotam Ofek | -20/+15 |
| 2025-02-11 | Rollup merge of #136603 - workingjubilee:move-abi-versioning-into-ast, r=comp... | Matthias Krüger | -2/+3 |
| 2025-02-10 | Rollup merge of #136419 - EnzymeAD:autodiff-tests, r=onur-ozkan,jieyouxu | Matthias Krüger | -2/+0 |
| 2025-02-10 | remove outdated *First autodiff variants for higher-order ad | Manuel Drehwald | -2/+0 |
| 2025-02-09 | compiler: remove rustc_target::spec::abi reexports | Jubilee Young | -2/+3 |
| 2025-02-07 | Remove Linkage::Appending | bjorn3 | -1/+0 |
| 2025-02-07 | Remove Linkage::Private | bjorn3 | -1/+0 |