about summary refs log tree commit diff
path: root/compiler/rustc_span/src/symbol.rs
AgeCommit message (Expand)AuthorLines
2022-04-30Add `do yeet` expressions to allow experimentation in nightlyScott McMurray-0/+4
2022-04-19Rollup merge of #95740 - Amanieu:kreg0, r=nagisaDylan DPC-0/+1
2022-04-19asm: Add a kreg0 register class on x86 which includes k0Amanieu d'Antras-0/+1
2022-04-16Rollup merge of #95961 - RalfJung:gather-scatter, r=workingjubileeDylan DPC-0/+1
2022-04-15Rollup merge of #94461 - jhpratt:2024-edition, r=pnkfelixDylan DPC-0/+2
2022-04-12add simd_arith_offset intrinsicsRalf Jung-0/+1
2022-04-08Split `fuzzy_provenance_casts` into lossy and fuzzy, feature gate and test itniluxv-0/+1
2022-04-04Mention implementers of unsatisfied traitEsteban Kuber-0/+4
2022-04-02Create 2024 editionJacob Pratt-0/+2
2022-03-31Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errorsDylan DPC-2/+2
2022-03-31Rollup merge of #95011 - michaelwoerister:awaitee_field, r=tmandryDylan DPC-1/+1
2022-03-31Rollup merge of #94869 - jackh726:gats_extended, r=compiler-errorsDylan DPC-0/+1
2022-03-30Add the generic_associated_types_extended featureJack Huey-0/+1
2022-03-30Spellchecking compiler commentsYuri Astrakhan-2/+2
2022-03-30remove now unnecessary lang itemslcnr-10/+0
2022-03-30rework implementation for inherent impls for builtin typeslcnr-0/+2
2022-03-30async: Give predictable, reserved name to binding generated from .await expre...Michael Woerister-1/+1
2022-03-24add diagnostic items for clippy'sMax Baumann-0/+4
2022-03-21Rename `~const Drop` to `~const Destruct`Deadbeef-1/+1
2022-03-21Add `Destructible` for replacing `~const Drop`Deadbeef-0/+1
2022-03-15Add deprecated_safe feature gate and attribute, cc #94978skippy10110-0/+1
2022-03-14Rollup merge of #90621 - adamgemmell:dev/stabilise-target-feature, r=AmanieuMatthias Krüger-0/+1
2022-03-14Stabilise `aarch64_target_feature`Adam Gemmell-0/+1
2022-03-10Rollup merge of #94368 - c410-f3r:metaaaaaaaaaaaaaaaaaaaaaaaaaaa, r=petrochenkovDylan DPC-0/+1
2022-03-10Rollup merge of #94274 - djkoloski:unknown_unstable_lints, r=tmandryDylan DPC-0/+1
2022-03-10Rollup merge of #94635 - jhpratt:merge-deprecated-attrs, r=davidtwcoMatthias Krüger-0/+1
2022-03-09New `deprecated_suggestion` feature, use in testsJacob Pratt-0/+1
2022-03-09Implement macro meta-variable expressionsCaio-0/+1
2022-03-09Add miri to the well known conditional compilation names and valuesLoïc BRANSTETT-0/+1
2022-03-08Treat unstable lints as unknownDavid Koloski-0/+1
2022-03-04Rollup merge of #94362 - Urgau:check-cfg-values, r=petrochenkovDylan DPC-0/+1
2022-03-04Add well known values to --check-cfg implementationLoïc BRANSTETT-0/+1
2022-02-24ARM: Only allow using d16-d31 with asm! when supported by the targetAmanieu d'Antras-0/+1
2022-02-21On ARM, use relocation_model to detect whether r9 should be reservedAmanieu d'Antras-1/+0
2022-02-18Rollup merge of #93915 - Urgau:rfc-3013, r=petrochenkovMatthias Krüger-0/+2
2022-02-18Rollup merge of #91675 - ivanloz:memtagsan, r=nagisaMatthias Krüger-0/+1
2022-02-16Destabilize cfg(target_has_atomic_load_store = ...)Mark Rousskov-0/+1
2022-02-16MemTagSanitizer SupportIvan Lozano-0/+1
2022-02-16Implement --check-cfg option (RFC 3013)Loïc BRANSTETT-0/+2
2022-02-14Mark `unsafe_pin_internals` as `incomplete`.Daniel Henry-Mantilla-0/+1
2022-02-12Improve error messages even moreDeadbeef-0/+1
2022-02-10Rollup merge of #93824 - Amanieu:stable_cfg_target_has_atomic, r=davidtwcoMatthias Krüger-0/+1
2022-02-09Rollup merge of #91504 - cynecx:used_retain, r=nikicMatthias Krüger-0/+3
2022-02-09Stabilize cfg_target_has_atomicAmanieu d'Antras-0/+1
2022-02-09Allow substitutions in `rustc_on_unimplemented` predicateMichael Goulet-0/+3
2022-02-07Auto merge of #93179 - Urgau:unreachable-2021, r=m-ou-se,oli-obkbors-0/+5
2022-02-06`#[used(linker)]` attribute (https://github.com/dtolnay/linkme/issues/41)cynecx-0/+3
2022-02-01add a rustc::query_stability lintlcnr-0/+1
2022-01-31Auto merge of #93348 - spastorino:fix-perf-overlap-mode2, r=nikomatsakisbors-1/+1
2022-01-31Fix invalid special casing of the unreachable! macroLoïc BRANSTETT-0/+5