about summary refs log tree commit diff
path: root/compiler/rustc_span/src/symbol.rs
AgeCommit message (Expand)AuthorLines
2025-09-25Revert "Auto merge of #144086 - clubby789:alloc-zeroed, r=nikic"Nikita Popov-1/+0
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
2025-08-12Revert "Partially outline code inside the panic! macro".Mara Bos-1/+1
2025-08-09Rollup merge of #145132 - camsteffen:refactor-map-unit-fn, r=fee1-deadStuart Cook-0/+1
2025-08-08Refactor map_unit_fn lintCameron Steffen-0/+1
2025-08-08mbe: Parse macro attribute rulesJosh Triplett-0/+1
2025-08-07Rollup merge of #144439 - xizheyin:symbol-rs, r=petrochenkovStuart Cook-4/+48
2025-08-07Rollup merge of #138689 - jedbrown:jed/nvptx-target-feature, r=ZuseZ4Stuart Cook-0/+1
2025-08-06Introduce ModernIdent type to unify macro 2.0 hygiene handlingxizheyin-4/+48
2025-07-22Rollup merge of #144212 - bjorn3:remove_unique_lang_item, r=oli-obk许杰友 Jieyou Xu (Joe)-1/+0
2025-07-20Remove the ptr_unique lang itembjorn3-1/+0
2025-07-19Mitigate `#[align]` name resolution ambiguity regression with a renameJieyou Xu-0/+2
2025-07-18Rollup merge of #143925 - oli-obk:slice-const-partialeq, r=fee1-deadMatthias Krüger-0/+1
2025-07-17Make `derive_const` usable within libcore againOli Scherer-0/+1
2025-07-17Auto merge of #144044 - fmease:rollup-kg413pt, r=fmeasebors-0/+1