about summary refs log tree commit diff
path: root/compiler/rustc_span/src/symbol.rs
AgeCommit message (Expand)AuthorLines
2025-09-27Improve code and fix typoGuillaume Gomez-1/+0
2025-09-27Apply first review round suggestionsGuillaume Gomez-0/+1
2025-09-27Remove `doc_cfg_hide` featureGuillaume Gomez-1/+0
2025-09-27Improve code and better check `doc(cfg(...))` attributesGuillaume Gomez-1/+0
2025-09-27Implement RFC 3631Guillaume Gomez-0/+4
2025-09-25Rollup merge of #146667 - calebzulawski:simd-mono-lane-limit, r=lcnr,RalfJungStuart Cook-0/+1
2025-09-23Add an attribute to check the number of lanes in a SIMD vector after monomorp...Caleb Zulawski-0/+1
2025-09-23Auto merge of #146317 - saethlin:panic=immediate-abort, r=nnethercotebors-0/+1
2025-09-21Change the cfg to a dashBen Kimock-1/+1
2025-09-21Add panic=immediate-abortBen Kimock-0/+1
2025-09-21Support ctr and lr as clobber-only registers in PowerPC inline assemblyTaiki Endo-0/+2
2025-09-17Rollup merge of #146564 - cjgillot:mir-nolen, r=scottmcmStuart Cook-0/+1
2025-09-16Remove Rvalue::Len.Camille Gillot-0/+1
2025-09-13initial implementation of the darwin_objc unstable featureJo Bates-0/+2
2025-09-11Rollup merge of #146347 - folkertdev:duplicate-symbol-panic, r=fee1-deadStuart Cook-6/+15
2025-09-10Rollup merge of #146311 - nnethercote:symbol-comments, r=petrochenkovMatthias Krüger-7/+6
2025-09-10Rollup merge of #146178 - folkertdev:static-align, r=jdonszelmann,ralfjung,tr...Matthias Krüger-0/+2
2025-09-10Rollup merge of #144765 - Qelxiros:range-inclusive-last, r=jhprattMatthias Krüger-0/+2
2025-09-09allow `#[rustc_align_static(N)]` on `static`sFolkert de Vries-0/+2
2025-09-08change end to lastJeremy Smart-0/+2
2025-09-08report duplicate symbol added by the driverFolkert de Vries-6/+15
2025-09-08Minor symbol comment fixes.Nicholas Nethercote-7/+6
2025-09-04Rollup merge of #145690 - sayantn:integer-funnel-shift, r=tgross35Jacob Pratt-0/+2
2025-09-04Rollup merge of #145932 - JamieCunliffe:target-feature-inlining, r=jackh726Stuart Cook-0/+1
2025-09-03Add `funnel_sh{l,r}` functions and intrinsicssayantn-0/+2
2025-08-28Rollup merge of #142472 - GuillaumeGomez:doc-attribute-attribute, r=fmeaseGuillaume Gomez-0/+1
2025-08-28Add new `doc(attribute = "...")` attributeGuillaume Gomez-0/+1
2025-08-27Port the `#[link]` attribute to the new parserJonathan Brouwer-0/+10
2025-08-27inline at the callsite & warn when target features mismatchJames Barford-Evans-0/+1
2025-08-26rustc_codegen_ssa: More comprehensive RISC-V ELF flagsTsukasa OI-0/+2
2025-08-22Rollup merge of #145726 - aapoalas:reborrow-lang-experiment, r=petrochenkovJacob Pratt-0/+1
2025-08-22Rollup merge of #145573 - veluca93:unsafe-force-target-feature, r=davidtwcoJacob Pratt-0/+2
2025-08-22address review commentsDeadbeef-4/+8
2025-08-22print raw lifetime idents with `r#`Deadbeef-13/+57
2025-08-22Add an experimental unsafe(force_target_feature) attribute.Luca Versari-0/+2
2025-08-21Introduce Reborrow lang item and traitAapo Alasuutari-0/+1
2025-08-20Auto merge of #144086 - clubby789:alloc-zeroed, r=nikicbors-0/+1
2025-08-20Pass `alloc-variant-zeroed` to LLVMclubby789-0/+1
2025-08-19Rollup merge of #142681 - 1c3t3a:sanitize-off-on, r=rcvalleStuart Cook-0/+1
2025-08-18Remove the no_sanitize attribute in favor of sanitizeBastian Kersting-0/+1
2025-08-18Rollup merge of #145208 - joshtriplett:mbe-derive, r=petrochenkovStuart Cook-0/+1
2025-08-18Rollup merge of #145206 - scrabsha:push-uxovoqzrxnlx, r=jdonszelmannStuart Cook-0/+8
2025-08-16Auto merge of #145304 - m-ou-se:simplify-panic, r=oli-obkbors-1/+1
2025-08-15Rollup merge of #144922 - Kobzol:derive-from, r=nnethercoteJacob Pratt-0/+4
2025-08-15Implement `#[derive(From)]`Jakub Beránek-0/+3
2025-08-15Add `derive_from` unstable featureJakub Beránek-0/+1
2025-08-15Port `#[custom_mir(..)]` to the new attribute systemSasha Pourcelot-0/+8
2025-08-14mbe: Parse macro `derive` rulesJosh Triplett-0/+1
2025-08-14Basic implementation of `autodiff` intrinsicMarcelo Domínguez-0/+1
2025-08-13Port the `#[linkage]` attribute to the new attribute systemSasha Pourcelot-0/+8