about summary refs log tree commit diff
path: root/compiler/rustc_span/src/symbol.rs
AgeCommit message (Expand)AuthorLines
2025-01-28Rollup merge of #136071 - wowinter13:clippy-add-diagnostic-items, r=flip1995Matthias Krüger-0/+2
2025-01-25[Clippy] Add vec_reserve & vecdeque_reserve diagnostic itemswowinter13-0/+2
2025-01-25Rollup merge of #134300 - RalfJung:remove-dead-attrs, r=chenyukangMatthias Krüger-2/+0
2025-01-21remove long-deprecated no-op attributes no_start and crate_idRalf Jung-2/+0
2025-01-20warn on unused linker_messages warning attributesjyn-0/+1
2025-01-18Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper"Rémy Rakic-0/+1
2025-01-17Auto merge of #135047 - Flakebi:amdgpu-kernel-cc, r=workingjubileebors-0/+1
2025-01-16Rollup merge of #134754 - frank-king:feature/import_trait_associated_function...Matthias Krüger-0/+1
2025-01-16Implement `use` associated items of traitsFrank King-0/+1
2025-01-16Add gpu-kernel calling conventionFlakebi-0/+1
2025-01-10mir_transform: implement forced inliningDavid Wood-0/+1
2025-01-08Add a list of symbols for stable standard library cratesTrevor Gross-0/+4
2025-01-06Rollup merge of #131830 - hoodmane:emscripten-wasm-eh, r=workingjubileeJacob Pratt-0/+2
2025-01-06Add support for wasm exception handling to Emscripten targetHood Chatham-0/+2
2025-01-03turn rustc_box into an intrinsicRalf Jung-1/+0
2024-12-30Auto merge of #134757 - RalfJung:const_swap, r=scottmcmbors-1/+1
2024-12-27Rollup merge of #134834 - dtolnay:unnamedcall, r=compiler-errorsDavid Tolnay-0/+6
2024-12-27Skip parenthesis around tuple struct field callsDavid Tolnay-0/+6
2024-12-27Move `{widening, carrying}_mul` to an intrinsic with fallback MIRScott McMurray-0/+1
2024-12-25rename typed_swap → typed_swap_nonoverlappingRalf Jung-1/+1
2024-12-24Auto merge of #134625 - compiler-errors:unsafe-binders-ty, r=oli-obkbors-0/+1
2024-12-22Begin to implement type system layer of unsafe bindersMichael Goulet-0/+1
2024-12-22Delete `Rvalue::Len`Scott McMurray-1/+0
2024-12-20split up `#[rustc_deny_explicit_impl]` attributeLukas Markeffsky-0/+1
2024-12-18Improve comments on `Keywords`.Nicholas Nethercote-2/+17
2024-12-18Move `gen` in the keyword list.Nicholas Nethercote-3/+3
2024-12-18Only have one source of truth for keywords.Nicholas Nethercote-0/+10
2024-12-18Simplify `AllKeywords`.Nicholas Nethercote-37/+15
2024-12-17Rollup merge of #134202 - nnethercote:rm-existing_doc_keyword, r=GuillaumeGomezJacob Pratt-0/+1
2024-12-17Remove `rustc::existing_doc_keyword` lint.Nicholas Nethercote-0/+1
2024-12-16Rollup merge of #134329 - taiki-e:m68k-target-feature, r=workingjubilee许杰友 Jieyou Xu (Joe)-0/+1
2024-12-15Add m68k_target_featureTaiki Endo-0/+1
2024-12-15Auto merge of #134258 - bjorn3:no_public_specialization, r=petrochenkovbors-7/+0
2024-12-13Auto merge of #134269 - matthiaskrgr:rollup-fkshwux, r=matthiaskrgrbors-0/+3
2024-12-13Auto merge of #133099 - RalfJung:forbidden-hardfloat-features, r=workingjubileebors-0/+1
2024-12-13Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obkMatthias Krüger-0/+3
2024-12-13Remove support for specializing ToString outside the standard librarybjorn3-7/+0
2024-12-12Add unwrap_unsafe_binder and wrap_unsafe_binder macro operatorsMichael Goulet-0/+3
2024-12-11forbid toggling x87 and fpregs on hard-float targetsRalf Jung-0/+1
2024-12-10Add feature gate, not working yetMichael Goulet-0/+1
2024-12-09Introduce `default_field_values` featureEsteban Küber-0/+1
2024-12-08Rollup merge of #133424 - Nadrieril:guard-patterns-parsing, r=fee1-deadMatthias Krüger-0/+1
2024-12-06Remove polymorphizationBen Kimock-1/+0
2024-12-03Rollup merge of #133545 - clubby789:symbol-intern-lit, r=jieyouxuMatthias Krüger-0/+16
2024-12-03Rollup merge of #132612 - compiler-errors:async-trait-bounds, r=lcnrMatthias Krüger-0/+1
2024-12-03Rollup merge of #133395 - calebzulawski:simd_relaxed_fma, r=workingjubileeMatthias Krüger-0/+1
2024-12-02Gate async fn trait bound modifier on async_trait_boundsMichael Goulet-0/+1
2024-12-01Rollup merge of #133686 - samueltardieu:push-xkxwxzxqokuu, r=compiler-errorsMatthias Krüger-0/+1
2024-11-30Add diagnostic item for `std::ops::ControlFlow`Samuel Tardieu-0/+1
2024-11-28Replace `Symbol::intern` calls with preinterned symbolsclubby789-0/+14