about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-08-31Provide suggestion when encountering `match () { () => 1 } + match () { () =>...Esteban Küber-0/+11
2025-08-29Rollup merge of #145984 - nnethercote:TokenStream-cleanups, r=chenyukangMatthias Krüger-76/+65
2025-08-29Put `TokenStream` stuff in a sensible order.Nicholas Nethercote-67/+65
2025-08-29Remove very outdated comment about token streams.Nicholas Nethercote-9/+0
2025-08-29Auto merge of #145978 - Zalathar:rollup-0dzk72g, r=Zalatharbors-94/+71
2025-08-29Rollup merge of #145947 - nnethercote:workspace-members-2, r=KobzolStuart Cook-64/+62
2025-08-29Rollup merge of #145387 - zachs18:remove-tmplayout, r=cjgillotStuart Cook-30/+9
2025-08-29Auto merge of #145377 - ChayimFriedman2:solver-def-id, r=lcnrbors-177/+233
2025-08-28Auto merge of #145970 - GuillaumeGomez:rollup-pr11qds, r=GuillaumeGomezbors-126/+195
2025-08-28Rollup merge of #145965 - bjorn3:sanitize_symbol_export_improvements, r=lqdGuillaume Gomez-54/+33
2025-08-28Rollup merge of #145937 - jdonszelmann:doc-hidden-prelude, r=fmeaseGuillaume Gomez-1/+11
2025-08-28Rollup merge of #145853 - JonathanBrouwer:fix-lit-parsing, r=jdonszelmannGuillaume Gomez-35/+52
2025-08-28Rollup merge of #145368 - rcvalle:rust-cfi-fix-142284, r=dianqkGuillaume Gomez-12/+1
2025-08-28Rollup merge of #142472 - GuillaumeGomez:doc-attribute-attribute, r=fmeaseGuillaume Gomez-24/+98
2025-08-28Move ___asan_globals_registered exportbjorn3-6/+4
2025-08-28Only export the sanitizer symbols for LTO and move export code to cg_llvmbjorn3-48/+29
2025-08-28Improve error messages around invalid literals in attribute argumentsJonathan Brouwer-35/+52
2025-08-28Auto merge of #145807 - zachs18:only-consider-auto-traits-empty, r=compiler-e...bors-1/+6
2025-08-28Add ui test for unsupported `doc(attribute = "...")` case for attributes with...Guillaume Gomez-0/+1
2025-08-28Create new `Item::is_fake_item` method as equivalent to check for `is_primiti...Guillaume Gomez-21/+45
2025-08-28Add new `doc(attribute = "...")` attributeGuillaume Gomez-22/+71
2025-08-28Rollup merge of #145953 - robertbastian:master, r=ManishearthStuart Cook-251/+138
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-27Auto merge of #145851 - lolbinarycat:rustdoc-optimize, r=GuillaumeGomezbors-2/+7
2025-08-27Disable `int_to_ptr_transmutes` suggestion for unsized typesUrgau-13/+19