about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-08-28Rollup merge of #145941 - Urgau:int_to_ptr_transmutes-unsized, r=lcnrStuart Cook-13/+19
2025-08-28Rollup merge of #144864 - Muscraft:no-source-fixes, r=jieyouxuStuart Cook-24/+65
2025-08-28Rollup merge of #143193 - JonathanBrouwer:link_rework, r=jdonszelmannStuart Cook-713/+757
2025-08-28Add `rustc-demangle` to `[workspace.dependencies]`.Nicholas Nethercote-2/+2
2025-08-28Add `polonius-engine` to `[workspace.dependencies]`.Nicholas Nethercote-3/+3
2025-08-28Add `odht` to `[workspace.dependencies]`.Nicholas Nethercote-2/+2
2025-08-28Add `scoped-tls` to `[workspace.dependencies]`.Nicholas Nethercote-3/+3
2025-08-28Add `measureme` to `[workspace.dependencies]`.Nicholas Nethercote-3/+3
2025-08-28Add `derive-where` to `[workspace.dependencies]`.Nicholas Nethercote-3/+3
2025-08-28Add `rustc-hash` to `[workspace.dependencies]`.Nicholas Nethercote-3/+3
2025-08-28Add `indexmap` to `[workspace.dependencies]`.Nicholas Nethercote-5/+5
2025-08-28Add `tempfile` to `[workspace.dependencies]`.Nicholas Nethercote-5/+5
2025-08-28Add `rustc_apfloat` to `[workspace.dependencies]`.Nicholas Nethercote-4/+4
2025-08-28Add `proc-macro2` and `quote` to `[workspace.dependencies]`.Nicholas Nethercote-8/+8
2025-08-28Add `either` to `[workspace.dependencies]`.Nicholas Nethercote-5/+5
2025-08-28Add `serde_json` to `[workspace.dependencies]`.Nicholas Nethercote-7/+7
2025-08-28Add `libc` to `[workspace.dependencies]`.Nicholas Nethercote-10/+8
2025-08-28Add an overlooked `tracing` to `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-08-28Use default locale fallback dataRobert Bastian-202/+22
2025-08-28Bump icu_list to 2.0Robert Bastian-248/+315
2025-08-28Auto merge of #145949 - jhpratt:rollup-smzd7tr, r=jhprattbors-45/+25
2025-08-27Rollup merge of #145946 - nnethercote:cargo-style, r=jdonszelmannJacob Pratt-14/+3
2025-08-27Rollup merge of #145894 - zetanumbers:issue-142949, r=WaffleLapkinJacob Pratt-2/+5
2025-08-27Rollup merge of #145826 - scrabsha:push-vrpwttmzqwpt, r=jdonszelmannJacob Pratt-29/+17
2025-08-28Auto merge of #145877 - nikic:capture-address, r=tmiaskobors-18/+15
2025-08-28Remove unnecessary `[dependencies.unicode-properties]` entries.Nicholas Nethercote-14/+3
2025-08-27fix target-pointer-width in testsWaffle Lapkin-2/+2
2025-08-27turn pointer width into an integer in target.jsonWaffle Lapkin-9/+6
2025-08-27allow using `target_val!` with a renameWaffle Lapkin-10/+8
2025-08-27Auto merge of #145851 - lolbinarycat:rustdoc-optimize, r=GuillaumeGomezbors-2/+7
2025-08-27Disable `int_to_ptr_transmutes` suggestion for unsized typesUrgau-13/+19
2025-08-27Changes to the uitestsJonathan Brouwer-1/+3
2025-08-27Port the `#[link]` attribute to the new parserJonathan Brouwer-623/+639
2025-08-27Move `NativeLibKind` from `rustc_session` to `rustc_hir`Jonathan Brouwer-89/+115
2025-08-27add doc-hidden to exports in attribute preludeJana Dönszelmann-1/+11
2025-08-27Fix format string grammar in docs and improve alignment error messageNilotpal Gupta-1/+3
2025-08-27inline at the callsite & warn when target features mismatchJames Barford-Evans-15/+246
2025-08-27Auto merge of #145923 - matthiaskrgr:rollup-rkejtos, r=matthiaskrgrbors-97/+97
2025-08-27change order of `nested_bodies_within`lcnr-1/+5
2025-08-27Rollup merge of #145905 - TaKO8Ki:fix-137580, r=nnethercoteMatthias Krüger-1/+1
2025-08-27Rollup merge of #145740 - nnethercote:workspace-members, r=KobzolMatthias Krüger-96/+96
2025-08-27Auto merge of #140737 - amandasystems:revised-constraint-search, r=lcnrbors-204/+256
2025-08-27Use `AcceptContext` in `AttribueParser::check_target`Sasha Pourcelot-29/+17
2025-08-27Add `itertools` to `[workspace.dependencies]`.Nicholas Nethercote-13/+13
2025-08-27Add `tracing` to `[workspace.dependencies]`.Nicholas Nethercote-45/+45
2025-08-27Add `rustc-literal-escaper` to `[workspace.dependencies]`.Nicholas Nethercote-4/+4
2025-08-27Add `memchr` to `[workspace.dependencies]`.Nicholas Nethercote-2/+2
2025-08-27Add `bitflags` to `[workspace.dependencies]`.Nicholas Nethercote-14/+14
2025-08-27Add `thin-vec` to newly added `[workspace.dependencies]`.Nicholas Nethercote-18/+18
2025-08-27Auto merge of #144841 - cjgillot:typeck-no-attrs, r=davidtwcobors-35/+35