about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-07-23Don't emit two `assume`s in transmutes when one is a subset of the otherScott McMurray-4/+109
2025-07-23Upgrade semicolon_in_expressions_from_macros from warn to denyJosh Triplett-1/+1
2025-07-23Point at the type that doesn't impl `Clone` in more cases beyond closuresEsteban Küber-10/+5
2025-07-23Remove `rvalue_creates_operand` entirelyScott McMurray-47/+2
2025-07-23re-enable direct `bitcast`s for Int/Float vector transmutes (but not ones inv...Scott McMurray-0/+21
2025-07-23Let `codegen_transmute_operand` just handle everythingScott McMurray-49/+43
2025-07-23RustWrapper: Suppress getNextNonDebugInfoInstructionWANG Rui-1/+1
2025-07-23Rollup merge of #144298 - Zalathar:empty-span, r=wesleywiserMatthias Krüger-26/+40
2025-07-23Rollup merge of #144292 - joshtriplett:mbe-use-concrete-type-for-get-unused-r...Matthias Krüger-16/+20
2025-07-23Rollup merge of #144256 - oli-obk:type-id-ice, r=RalfJungMatthias Krüger-1/+1
2025-07-23Rollup merge of #144239 - xizheyin:clean-lexer, r=fee1-deadMatthias Krüger-85/+83
2025-07-23Auto merge of #143843 - JonathanBrouwer:macro-use-parser, r=oli-obkbors-62/+205
2025-07-23resolve: Change the underscore disambiguator to avoid regressionsVadim Petrochenkov-1/+5
2025-07-23resolve: Make disambiguators for underscore bindings module-localVadim Petrochenkov-45/+58
2025-07-23Stop using the old `validate_attr` logic for stability attributesJonathan Brouwer-4/+25
2025-07-23Update uitest stderrsJonathan Brouwer-1/+3
2025-07-23Ports `#[macro_use]` and `#[macro_escape]` to the new attribute parsing infra...Jonathan Brouwer-61/+202
2025-07-23No longer need `alloca`s for consuming `Result<!, i32>` and similarScott McMurray-64/+79
2025-07-23atomicrmw on pointers: move integer-pointer cast hacks into backendRalf Jung-43/+109
2025-07-23properly use caller-side panic location for some GenericArgs methodsRalf Jung-5/+12
2025-07-23Auto merge of #143897 - cjgillot:derive-walk, r=petrochenkovbors-1676/+1220
2025-07-23Don't suggest assoc ty bound on non-angle-bracketed problematic assoc ty bindingLeón Orell Valerian Liehr-3/+16
2025-07-22rustc_resolve: get rid of unused rustdoc::span_of_fragments_with_expansionbinarycat-13/+4
2025-07-23Don't special-case llvm.* as nounwindAlisa Sireneva-9/+0
2025-07-22Unquerify extern_mod_stmt_cnum.Camille GILLOT-6/+6
2025-07-23Make lints work with `allow_internal_unstable`Jules Bertholet-0/+1
2025-07-22Auto merge of #144249 - GuillaumeGomez:asm-tests, r=jieyouxubors-3/+3
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-2/+2
2025-07-22Rename `tests/assembly` into `tests/assembly-llvm`Guillaume Gomez-1/+1
2025-07-22Clean code for `rustc_parse/src/lexer`xizheyin-85/+83
2025-07-22coverage: Enlarge empty spans during MIR instrumentation, not codegenZalathar-26/+40
2025-07-22Rollup merge of #144265 - compiler-errors:copy-ice, r=oli-obkMatthias Krüger-4/+5
2025-07-22Rollup merge of #143373 - cjgillot:bare-unused-trait-imports, r=petrochenkovMatthias Krüger-6/+1
2025-07-22Rollup merge of #142454 - tomtor:avr-update, r=tgross35Matthias Krüger-0/+67
2025-07-22mbe: Use concrete type for `get_unused_rule`Josh Triplett-16/+20
2025-07-22Implement AST visitors using a derive macro.Camille GILLOT-1676/+1220
2025-07-22Keep elaborating predicates.Camille GILLOT-12/+9
2025-07-22Use less HIR in check_private_in_public.Camille GILLOT-77/+45
2025-07-21Ensure we codegen and don't internalize the entrypointBen Kimock-14/+30
2025-07-21Use serde for target spec json deserializeNoratrieb-830/+657
2025-07-22Rollup merge of #144212 - bjorn3:remove_unique_lang_item, r=oli-obk许杰友 Jieyou Xu (Joe)-6/+0
2025-07-22Rollup merge of #144187 - RalfJung:type-id-base-addr, r=oli-obk许杰友 Jieyou Xu (Joe)-16/+18
2025-07-22Rollup merge of #144080 - jieyouxu:realign, r=BoxyUwU许杰友 Jieyou Xu (Joe)-7/+16
2025-07-22Rollup merge of #143985 - makai410:rp-rename, r=oli-obk许杰友 Jieyou Xu (Joe)-285/+284
2025-07-22Rollup merge of #143430 - cjgillot:extra-lifetime-swap, r=oli-obk许杰友 Jieyou Xu (Joe)-11/+18
2025-07-22Rollup merge of #142097 - ZuseZ4:offload-host1, r=oli-obk许杰友 Jieyou Xu (Joe)-16/+666
2025-07-21Reduce comment verbosityEsteban Küber-33/+5
2025-07-21Tweak spans when encountering multiline initializer in move errorEsteban Küber-2/+9
2025-07-21Generalize logic pointing at binding moved into closureEsteban Küber-24/+55
2025-07-21Tweak borrowck label pointing at `!Copy` value moved into closureEsteban Küber-51/+78