summaryrefslogtreecommitdiff
path: root/gcc/rust/util
AgeCommit message (Expand)Author
2025-11-17gccrs: make invalid inner attributes show errorLucas Ly Ba
2025-11-17gccrs: fix segfault on exported macroLucas Ly Ba
2025-10-30gccrs: fix inner attr derive doesn't show errorLucas Ly Ba
2025-10-30gccrs: Add doc attribute checking on traitsPierre-Emmanuel Patry
2025-10-30gccrs: Avoid malformed attribute conversionPierre-Emmanuel Patry
2025-10-30gccrs: Emit an error on malformed pathPierre-Emmanuel Patry
2025-10-30gccrs: Handle link_name attributeOwen Avery
2025-10-30gccrs: Remove AST::TraitItemConstOwen Avery
2025-10-30gccrs: Unify path-to-type handling in Late resolverOwen Avery
2025-10-30gccrs: Recognize rustc_allow_const_fn_unstableOwen Avery
2025-10-30gccrs: Refactor AST Patterns that hold multiple pattern itemsYap Zhi Heng
2025-10-30gccrs: Remove #[simd_test] supportOwen Avery
2025-10-30gccrs: Improve vector usages and avoid copies.Pierre-Emmanuel Patry
2025-10-30gccrs: Add missing direct includePierre-Emmanuel Patry
2025-10-30gccrs: Add header guardsPierre-Emmanuel Patry
2025-10-30gccrs: Improve handling of AttrInputLiteralOwen Avery
2025-08-05gccrs: Recognize rustc_args_required_const attributeOwen Avery
2025-08-05gccrs: Parse expression instead of literal in attributesPierre-Emmanuel Patry
2025-08-05gccrs: Fix semicolon after some namespacePierre-Emmanuel Patry
2025-08-05gccrs: mappings: Change mappings to allow other items as item containers.Arthur Cohen
2025-08-05gccrs: attributes: Add #[test] and #[simd_test]Arthur Cohen
2025-08-05gccrs: Create Rust::GGC::IdentOwen Avery
2025-08-05gccrs: nr2.0: Separate out canonical path handlingOwen Avery
2025-08-05gccrs: Reindent using last clang-format configurationMarc Poulhiès
2025-08-05gccrs: Improve canonical path handling for impl itemsOwen Avery
2025-04-28gccrs: Use stacked context for nested bindings.Pierre-Emmanuel Patry
2025-04-14gccrs: lang-items: Add ManuallyDrop<T>Arthur Cohen
2025-04-14gccrs: attributes: Handle external tool annotations like rustfmt::Arthur Cohen
2025-04-14gccrs: attributes: Add missing attributes used in `core`Arthur Cohen
2025-04-14gccrs: Add `#[track_caller]` as known attributebeamandala
2025-04-08gccrs: Revert part of 44ffe1193269Pierre-Emmanuel Patry
2025-03-24gccrs: Add a function to get the crate number from node idPierre-Emmanuel Patry
2025-03-24gccrs: expansion: Correctly expand $crate metavarArthur Cohen
2025-03-24gccrs: Reduce usage of rust-session-manager.hOwen Avery
2025-03-24gccrs: nr2.0: Handle lang item type path segmentsOwen Avery
2025-03-24gccrs: add discriminant value intrinsicPhilip Herron
2025-03-24gccrs: nr2.0: Resolve instances of TypePath more accuratelyOwen Avery
2025-03-24gccrs: lang-items: Add structural_{peq, teq}Arthur Cohen
2025-03-24gccrs: lang-items: Add From::fromArthur Cohen
2025-03-24gccrs: lang-items: Add LangItem::IsEnumVariantArthur Cohen
2025-03-24gccrs: mappings: Improve error message for get_lang_item_nodeArthur Cohen
2025-03-24gccrs: Add environment capture to NR2Pierre-Emmanuel Patry
2025-03-24gccrs: lang-items: Add Result and Try lang itemsArthur Cohen
2025-03-24gccrs: lang-item:Add LangItem::Kind::RECEIVERlishin
2025-03-24gccrs: typecheck: Add basic handling for applying auto trait boundsArthur Cohen
2025-03-21gccrs: mappings: Add get_lang_item_nodeArthur Cohen
2025-03-21gccrs: lang-item: Add LangItem::PrettyStringArthur Cohen
2025-03-21gccrs: attributes: Add #[derive] as a built-in attributeArthur Cohen
2025-03-21gccrs: Revert "gcc/rust/ChangeLog:"CohenArthur
2025-03-21gccrs: gcc/rust/ChangeLog:Om Swaroop Nayak