about summary refs log tree commit diff
path: root/compiler/rustc_span/src/symbol.rs
AgeCommit message (Expand)AuthorLines
2025-03-12Introduce `sym::dummy` and `Ident::dummy`.Nicholas Nethercote-0/+22
2025-03-11Auto merge of #128440 - oli-obk:defines, r=lcnrbors-0/+1
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-0/+1
2025-03-10Limit formatting width and precision to 16 bits.Mara Bos-0/+1
2025-03-07Rollup merge of #137606 - davidtwco:next-edition, r=traviscross,ehussJacob Pratt-0/+1
2025-03-07Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakisMatthias Krüger-0/+2
2025-03-06Add UseCloned trait related codeSantiago Pastorino-0/+1
2025-03-06Add ergonomic_clones feature flagSantiago Pastorino-0/+1
2025-03-06Remove the `Option` part of range ends in the HIROli Scherer-0/+4
2025-03-04Auto merge of #135186 - camelid:const-path-multi, r=BoxyUwUbors-0/+1
2025-03-04Auto merge of #135695 - Noratrieb:elf-raw-dylib, r=bjorn3bors-0/+1
2025-03-04mgca: Lower all const paths as `ConstArgKind::Path`Noah Lev-0/+1
2025-03-03Rollup merge of #132388 - frank-king:feature/where-cfg, r=petrochenkovMatthias Krüger-0/+1
2025-03-01Implment `#[cfg]` and `#[cfg_attr]` in `where` clausesFrank King-0/+1
2025-02-28Introduce `feature(generic_const_parameter_types)`Boxy-0/+1
2025-02-26Support raw-dylib link kind on ELFNoratrieb-0/+1
2025-02-25Rollup merge of #137595 - folkertdev:remove-simd-pow-powi, r=RalfJungLeón Orell Valerian Liehr-2/+0
2025-02-25remove `simd_fpow` and `simd_fpowi`Folkert de Vries-2/+0
2025-02-24Rollup merge of #137556 - RalfJung:simd_shuffle_const_generic, r=oli-obkMichael Goulet-1/+1
2025-02-24rename simd_shuffle_generic → simd_shuffle_const_genericRalf Jung-1/+1
2025-02-24span: add a "future" editionDavid Wood-0/+1
2025-02-24remove support for rustc_intrinsic_must_be_overridden from the compilerRalf Jung-1/+0
2025-02-23Rollup merge of #136543 - RalfJung:round-ties-even, r=tgross35Trevor Gross-12/+4
2025-02-19Restrict bevy hackMichael Goulet-0/+2
2025-02-18add last std diagnostic items for clippycyrgani-0/+7
2025-02-17Rollup merge of #137140 - Noratrieb:const-move, r=jieyouxu,compiler-errorsMatthias Krüger-0/+2
2025-02-17Rollup merge of #137101 - GrigorenkoPV:str-inherent-lint, r=UrgauMatthias Krüger-0/+4
2025-02-17Rename `pattern_complexity` attr as `pattern_complexity_limit`.Nicholas Nethercote-1/+1
2025-02-16Fix const items not being allowed to be called `r#move` or `r#static`Noratrieb-0/+2
2025-02-16invalid_from_utf8[_unchecked]: also lint inherent methodsPavel Grigorenko-0/+4
2025-02-13Auto merge of #136965 - jhpratt:rollup-bsnqvmf, r=jhprattbors-0/+2
2025-02-13Rollup merge of #136948 - workingjubilee:split-off-extern-system-varargs, r=c...Jacob Pratt-0/+1
2025-02-13Rollup merge of #136660 - compiler-errors:BikeshedGuaranteedNoDrop, r=lcnrJacob Pratt-0/+1
2025-02-13Implement RFC 3624 supertrait_item_shadowingMichael Goulet-0/+1
2025-02-12Split out the `extern_system_varargs` featureJubilee Young-0/+1
2025-02-13Implement and use BikeshedGuaranteedNoDrop for union/unsafe field validityMichael Goulet-0/+1
2025-02-12Add diagnostic item for `std::io::BufRead`Samuel Tardieu-0/+1
2025-02-11Rollup merge of #136584 - oli-obk:pattern-types-generic, r=BoxyUwUMatthias Krüger-0/+1
2025-02-09rename the trait to validity and place a feature gate afrontDing Xiang Fei-2/+2
2025-02-09introduce CoercePointeeWellformed for coherence checks at typeck stageDing Xiang Fei-0/+2
2025-02-06Prevent generic pattern types from being used in libstdOli Scherer-0/+1
2025-02-05Rollup merge of #128045 - pnkfelix:rustc-contracts, r=oli-obkLeón Orell Valerian Liehr-0/+11
2025-02-04Auto merge of #135760 - scottmcm:disjoint-bitor, r=WaffleLapkinbors-0/+1
2025-02-04intrinsics: unify rint, roundeven, nearbyint in a single round_ties_even intr...Ralf Jung-12/+4
2025-02-04Rollup merge of #136167 - pitaj:new_range, r=NadrierilJacob Pratt-0/+4
2025-02-04Rollup merge of #134814 - sayantn:keylocker, r=oli-obkMatthias Krüger-0/+1
2025-02-03Rename rustc_contract to contractCelina G. Val-4/+4
2025-02-03Separate contract feature gates for the internal machineryFelix S. Klock II-0/+2
2025-02-03Desugars contract into the internal AST extensionsFelix S. Klock II-0/+2
2025-02-03Express contracts as part of function header and lower it to the contract lan...Celina G. Val-0/+2