about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/messages.ftl
AgeCommit message (Expand)AuthorLines
2025-09-10tidy: check that error messages don't start with a capitalized letterSasha Pourcelot-1/+1
2025-09-03don't uppercase error messagesSasha Pourcelot-7/+7
2025-08-23port attribute to the new parsing infrastructureJana Dönszelmann-3/+0
2025-08-18Remove the no_sanitize attribute in favor of sanitizeBastian Kersting-4/+1
2025-08-18Implement the #[sanitize(..)] attributeBastian Kersting-0/+3
2025-08-11Only warn when invoking xcrunMads Marquart-0/+3
2025-08-09Rollup merge of #141828 - Fulgen301:status-stack-buffer-overrun-diagnostic, r...Stuart Cook-0/+4
2025-08-08Rollup merge of #144192 - RalfJung:atomicrmw-ptr, r=nikicTrevor Gross-0/+2
2025-08-08Add note mentioning the event log to LinkExeStatusStackBufferOverrunGeorge Tokmaji-1/+2
2025-08-08Add diagnostic explaining STATUS_STACK_BUFFER_OVERRUN not only beingGeorge Tokmaji-0/+3
2025-07-23atomicrmw on pointers: move integer-pointer cast hacks into backendRalf Jung-0/+2
2025-07-21Move LTO symbol export calculation from backends to cg_ssabjorn3-0/+10
2025-07-13Port `#[link_ordinal]` to the new attribute parsing infrastructure.Anne Stijns-6/+0
2025-07-03Rollup merge of #142876 - JonathanBrouwer:target_feature_parser, r=oli-obkJana Dönszelmann-0/+4
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-1/+1
2025-07-03Port `#[target_feature]` to the new attribute parsing infrastructureJonathan Brouwer-0/+4
2025-06-27Port `#[used]` to new attribute parsing infrastructureJonathan Brouwer-2/+0
2025-06-26Move mixed export_name/no_mangle check to check_attr.rs and improve the errorJonathan Brouwer-5/+0
2025-06-26Port `#[export_name]` to the new attribute parsing infrastructureJonathan Brouwer-2/+0
2025-06-22Port `#[no_mangle]` to new attribute parsing infrastructureJonathan Brouwer-0/+2
2025-06-20Rollup merge of #140920 - RalfJung:target-feature-unification, r=nnethercote,...Trevor Gross-0/+19
2025-06-19move -Ctarget-feature handling into shared codeRalf Jung-0/+19
2025-06-18convert the `optimize` attribute to a new parserJana Dönszelmann-5/+0
2025-06-15Rollup merge of #141769 - bjorn3:codegen_metadata_module_rework, r=workingjub...León Orell Valerian Liehr-2/+0
2025-06-07intrinsics: use const generic to set atomic orderingRalf Jung-8/+0
2025-06-03Move metadata object generation for dylibs to the linker codebjorn3-2/+0
2025-05-22make enabling the neon target feature a FCWRalf Jung-0/+2
2025-04-20Rollup merge of #137953 - RalfJung:simd-intrinsic-masks, r=WaffleLapkinChris Denton-6/+1
2025-04-20simd intrinsics with mask: accept unsigned integer masksRalf Jung-6/+1
2025-04-04refactor: Move env parsing of deployment target to rustc_sessionMads Marquart-6/+0
2025-03-27Emit better error messages when invoking xcrunMads Marquart-2/+17
2025-03-27refactor: Move Apple SDK names to rustc_codegen_ssa::back::appleMads Marquart-2/+0
2025-03-07Make some invalid codegen attr errors structured/translatableEsteban Küber-0/+28
2025-03-01improve error message and testing of using an unsigned simd maskFolkert de Vries-1/+2
2025-01-31Rollup merge of #133429 - EnzymeAD:autodiff-middle, r=oli-obkJacob Pratt-0/+2
2025-01-30Auto merge of #135030 - Flakebi:require-cpu, r=workingjubileebors-0/+2
2025-01-29upstream rustc_codegen_ssa/rustc_middle changes for enzyme/autodiffManuel Drehwald-0/+2
2025-01-25Auto merge of #119286 - jyn514:linker-output, r=bjorn3bors-0/+2
2025-01-21remove support for the #[start] attributeRalf Jung-1/+1
2025-01-20show linker warnings even if it returns 0jyn-0/+2
2025-01-16Target option to require explicit cpuFlakebi-0/+2
2024-12-31explicitly model that certain ABIs require/forbid certain target featuresRalf Jung-1/+1
2024-11-15fix: rust-lang/rust#47446Sven Kanoldt-0/+5
2024-11-05Rollup merge of #131405 - davidtwco:hardcoded-strip-macos, r=jieyouxu,albertl...Matthias Krüger-0/+2
2024-11-05Auto merge of #129884 - RalfJung:forbidden-target-features, r=workingjubileebors-0/+3
2024-11-05codegen_ssa: use `llvm-objcopy` for macOS stripDavid Wood-0/+2
2024-11-04mark some target features as 'forbidden' so they cannot be (un)setRalf Jung-0/+3
2024-11-01Emit diagnostics for incorrect deployment targetsMads Marquart-0/+6
2024-10-10Rollup merge of #130308 - davidtwco:tied-target-consolidation, r=wesleywiserMatthias Krüger-0/+5
2024-10-04Use wide pointers consistenly across the compilerUrgau-1/+1