]> git.ipfire.org Git - thirdparty/gcc.git/history - libgrust
Add default bitmap obstack allocation check
[thirdparty/gcc.git] / libgrust /
2024-02-21  Sahil YeoleUpdate copyright years.
2024-01-17  GCC AdministratorDaily bump.
2024-01-16  Pierre-Emmanuel... gccrs: Add an explicit value to proc macro enum kind
2024-01-16  Pierre-Emmanuel... gccrs: Add license text to libproc_macro rust interface
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Split c++ and rust
2024-01-16  Pierre-Emmanuel... gccrs: Rename libproc_macro to libproc_macro_internal
2024-01-16  Pierre-Emmanuel... gccrs: proc_macro: Add literal_from_string callback
2024-01-16  Pierre-Emmanuel... gccrs: proc_macro: Remove useless typedef
2024-01-16  Pierre-Emmanuel... gccrs: proc_macro: Delete unused prototype
2024-01-16  Pierre-Emmanuel... gccrs: proc_macro: Remode function indirection
2024-01-16  Pierre-Emmanuel... gccrs: proc_macro: Add is_available function
2024-01-16  Pierre-Emmanuel... gccrs: proc_macro: Add is_available callback
2024-01-16  Pierre-Emmanuel... gccrs: proc_macro: Rename from_string callback symbol
2024-01-16  Pierre-Emmanuel... gccrs: proc_macro: Mirror FFIString changes in C++library
2024-01-16  Pierre-Emmanuel... gccrs: proc_macro: Increase FFIString usage
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Change rust Ident definition
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Change Ident structure
2024-01-16  Pierre-Emmanuel... gccrs: proc_macro: Add from string implementation
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Fix Tokenstream growth
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Fix capacity update in tokenstream
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Rename Procmacro subtypes
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Add procmacro array definition
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Add cpp Span representation
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Add Span definition
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Change constructor in ffistring
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Copy ffistring data from source
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Remove has_suffix attribute
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Change cpp literal representation
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Change rust literal internals
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Add helpers to construct Procmacro
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Add proc_macro interface structures
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Change proc_macro.h to main header
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Build statically
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Remove internal named namespaces
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Put all structures in a namespace
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Fix literal drop function
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Implement Drop for TokenStream
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Add remaining drop functions
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Add drop function to Literal...
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Add drop function on Ident struct
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Add remaining tokenstream structs.
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Add Punct struct
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Add namespace to Ident
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Add named constructor
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Change drop rust interface
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Add ident implementation
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Add member functions to Literal
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Put literal members in namespace
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Drop function shall take a mutable
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Add literal ffi implementations
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Add Literal type
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Add license headers
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Add rust interface
2024-01-09  GCC AdministratorDaily bump.
2024-01-08  Thomas Schwingelibgrust: 'AM_ENABLE_MULTILIB' only for target builds...
2024-01-03  Jakub JelinekUpdate Copyright year in ChangeLog files
2023-12-15  GCC AdministratorDaily bump.
2023-12-14  Pierre-Emmanuel... libgrust: Add libproc_macro and build system
2023-12-14  Pierre-Emmanuel... libgrust: Add ChangeLog file