summaryrefslogtreecommitdiff
path: root/libgrust
AgeCommit message (Expand)Author
2024-02-21Update copyright years.Sahil Yeole
2024-01-17Daily bump.GCC Administrator
2024-01-16gccrs: Add an explicit value to proc macro enum kindPierre-Emmanuel Patry
2024-01-16gccrs: Add license text to libproc_macro rust interfacePierre-Emmanuel Patry
2024-01-16gccrs: libproc_macro: Split c++ and rustPierre-Emmanuel Patry
2024-01-16gccrs: Rename libproc_macro to libproc_macro_internalPierre-Emmanuel Patry
2024-01-16gccrs: proc_macro: Add literal_from_string callbackPierre-Emmanuel Patry
2024-01-16gccrs: proc_macro: Remove useless typedefPierre-Emmanuel Patry
2024-01-16gccrs: proc_macro: Delete unused prototypePierre-Emmanuel Patry
2024-01-16gccrs: proc_macro: Remode function indirectionPierre-Emmanuel Patry
2024-01-16gccrs: proc_macro: Add is_available functionPierre-Emmanuel Patry
2024-01-16gccrs: proc_macro: Add is_available callbackPierre-Emmanuel Patry
2024-01-16gccrs: proc_macro: Rename from_string callback symbolPierre-Emmanuel Patry
2024-01-16gccrs: proc_macro: Mirror FFIString changes in C++libraryPierre-Emmanuel Patry
2024-01-16gccrs: proc_macro: Increase FFIString usagePierre-Emmanuel Patry
2024-01-16gccrs: libproc_macro: Change rust Ident definitionPierre-Emmanuel Patry
2024-01-16gccrs: libproc_macro: Change Ident structurePierre-Emmanuel Patry
2024-01-16gccrs: proc_macro: Add from string implementationPierre-Emmanuel Patry
2024-01-16gccrs: libproc_macro: Fix Tokenstream growthPierre-Emmanuel Patry
2024-01-16gccrs: libproc_macro: Fix capacity update in tokenstreamPierre-Emmanuel Patry
2024-01-16gccrs: libproc_macro: Rename Procmacro subtypesPierre-Emmanuel Patry
2024-01-16gccrs: libproc_macro: Add procmacro array definitionPierre-Emmanuel Patry
2024-01-16gccrs: libproc_macro: Add cpp Span representationPierre-Emmanuel Patry
2024-01-16gccrs: libproc_macro: Add Span definitionPierre-Emmanuel Patry
2024-01-16gccrs: libproc_macro: Change constructor in ffistringPierre-Emmanuel Patry
2024-01-16gccrs: libproc_macro: Copy ffistring data from sourcePierre-Emmanuel Patry
2024-01-16gccrs: libproc_macro: Remove has_suffix attributePierre-Emmanuel Patry
2024-01-16gccrs: libproc_macro: Change cpp literal representationPierre-Emmanuel Patry
2024-01-16gccrs: libproc_macro: Change rust literal internalsPierre-Emmanuel Patry
2024-01-16gccrs: libproc_macro: Add helpers to construct ProcmacroPierre-Emmanuel Patry
2024-01-16gccrs: libproc_macro: Add proc_macro interface structuresPierre-Emmanuel Patry
2024-01-16gccrs: libproc_macro: Change proc_macro.h to main headerPierre-Emmanuel Patry
2024-01-16gccrs: libproc_macro: Build staticallyPierre-Emmanuel Patry
2024-01-16gccrs: libproc_macro: Remove internal named namespacesPierre-Emmanuel Patry
2024-01-16gccrs: libproc_macro: Put all structures in a namespacePierre-Emmanuel Patry
2024-01-16gccrs: libproc_macro: Fix literal drop functionPierre-Emmanuel Patry
2024-01-16gccrs: libproc_macro: Implement Drop for TokenStreamPierre-Emmanuel Patry
2024-01-16gccrs: libproc_macro: Add remaining drop functionsPierre-Emmanuel Patry
2024-01-16gccrs: libproc_macro: Add drop function to Literal structPierre-Emmanuel Patry
2024-01-16gccrs: libproc_macro: Add drop function on Ident structPierre-Emmanuel Patry
2024-01-16gccrs: libproc_macro: Add remaining tokenstream structs.Pierre-Emmanuel Patry
2024-01-16gccrs: libproc_macro: Add Punct structPierre-Emmanuel Patry
2024-01-16gccrs: libproc_macro: Add namespace to IdentPierre-Emmanuel Patry
2024-01-16gccrs: libproc_macro: Add named constructorPierre-Emmanuel Patry
2024-01-16gccrs: libproc_macro: Change drop rust interfacePierre-Emmanuel Patry
2024-01-16gccrs: libproc_macro: Add ident implementationPierre-Emmanuel Patry
2024-01-16gccrs: libproc_macro: Add member functions to LiteralPierre-Emmanuel Patry
2024-01-16gccrs: libproc_macro: Put literal members in namespacePierre-Emmanuel Patry
2024-01-16gccrs: libproc_macro: Drop function shall take a mutablePierre-Emmanuel Patry
2024-01-16gccrs: libproc_macro: Add literal ffi implementationsPierre-Emmanuel Patry