]> gcc.gnu.org Git - gcc.git/shortlog
gcc.git
2024-01-16 Matthew Jaspergccrs: Fix macro resolutions in middle of multiple...
2024-01-16 Matthew Jaspergccrs: Only check first item of cfg_attr attribute...
2024-01-16 Owen Averygccrs: Add operator== for Optional.
2024-01-16 Owen Averygccrs: Parse AttrInputMacro
2024-01-16 Pierre-Emmanuel... gccrs: ast: Propagate type suffix
2024-01-16 Owen Averygccrs: Improve Optional<T> implementation
2024-01-16 Owen Averygccrs: Handle keyword metavariables
2024-01-16 Arthur Cohengccrs: ast: Add `outer_attrs` to all `Item`s
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: converter: Merge dispatch into one function
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 Owen Averygccrs: Add AST::AttrInputMacro
2024-01-16 Owen Averygccrs: Make MacroInvocation cloning public
2024-01-16 Owen Averygccrs: Allow hashing Optional<T>
2024-01-16 Owen Averygccrs: Improve Optional<T&> implementation
2024-01-16 Arthur Cohengccrs: dump: Dump `TupleIndexExpr`s
2024-01-16 Owen Averygccrs: Change return type of token_id_keyword_string
2024-01-16 Matthew Jaspergccrs: Fix parsing of block expressions followed by `.`
2024-01-16 Matthew Jaspergccrs: ast: Remove ExprStmtWithBlock / ExprStmtWithoutB...
2024-01-16 Owen Averygccrs: Handle keywords in macro fragments
2024-01-16 Arthur Cohengccrs: Address invalid little-endian-only testcases
2024-01-16 Pierre-Emmanuel... gccrs: converter: Fix suffix condition
2024-01-16 Pierre-Emmanuel... gccrs: converter: Fix some styling issues
2024-01-16 Pierre-Emmanuel... gccrs: converter: Make converter input immutable
2024-01-16 Pierre-Emmanuel... gccrs: converter: Add Ident conversions
2024-01-16 Pierre-Emmanuel... gccrs: converter: Convert literals back to tokens
2024-01-16 Pierre-Emmanuel... gccrs: converter: Add punct conversion function
2024-01-16 Pierre-Emmanuel... gccrs: converter: Const conversion to tokenstream
2024-01-16 Pierre-Emmanuel... gccrs: converter: Return a vector to const pointers
2024-01-16 Pierre-Emmanuel... gccrs: converter: Add from_tokentree function
2024-01-16 Pierre-Emmanuel... gccrs: converter: Add group conversion implementation
2024-01-16 Pierre-Emmanuel... gccrs: converter: Add TokenStream conversion function
2024-01-16 Pierre-Emmanuel... gccrs: converter: Remove redundant variable
2024-01-16 Pierre-Emmanuel... gccrs: ast: Move token converter out of ast module
2024-01-16 Pierre-Emmanuel... gccrs: ast: Rename header guard
2024-01-16 Pierre-Emmanuel... gccrs: ast: Rename rust-ast-tokenstream file
2024-01-16 Pierre-Emmanuel... gccrs: ast: Rename TokenStream in the AST module
2024-01-16 Pierre-Emmanuel... gccrs: tokenstream: Add conversion for float literals
2024-01-16 Pierre-Emmanuel... gccrs: tokenstream: Add literal int draft conversion
2024-01-16 Pierre-Emmanuel... gccrs: tokenstream: Add string and byte string literals
2024-01-16 Pierre-Emmanuel... gccrs: tokenstream: Add tokens to Ident conversion
2024-01-16 Pierre-Emmanuel... gccrs: tokenstream: Add joint punct token conversion
2024-01-16 Pierre-Emmanuel... gccrs: tokenstream: Convert single punctuation tokens
2024-01-16 Pierre-Emmanuel... gccrs: tokenstream: Convert group markers
2024-01-16 M V V S Manoj... gccrs: Added HIR::InlineAsm node
2024-01-16 Philip Herrongccrs: Add missing coercion site logic to return expres...
2024-01-16 Philip Herrongccrs: add missing coercion site code generation for...
2024-01-16 Philip Herrongccrs: unify how we handle DST's
2024-01-16 Philip Herrongccrs: we can only return unit-type when the ABI is...
2024-01-16 Philip Herrongccrs: Redo how we handle unit types for the final...
2024-01-16 Philip Herrongccrs: Fix ICE in check for unused global variables
2024-01-16 Owen Averygccrs: Fix "default unsafe fn ..." parsing
2024-01-16 Philip Herrongccrs: Add missing compile locals for constants and...
2024-01-16 Arthur Cohengccrs: ast: Format AST code properly.
2024-01-16 Arthur Cohengccrs: enr: Accumulate nested escaped macros properly.
2024-01-16 Arthur Cohengccrs: ast: Add take_items() and set_items() methods...
2024-01-16 Arthur Cohengccrs: ast: Add Kind::MODULE
2024-01-16 Arthur Cohengccrs: builtin: Cleanup handling of builtin macros
2024-01-16 Arthur Cohengccrs: utils: Add bidirectional hashmap class
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 Owen Averygccrs: Add test from issue 1446
2024-01-16 Owen Averygccrs: Handle replacing stripped tail expressions
2024-01-16 Owen Averygccrs: Add is_expr method to AST::Stmt
2024-01-16 Owen Averygccrs: Fix out of bounds indexing while expanding macro...
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: cli: Add frust-extern option
2024-01-16 Owen Averygccrs: Fix infinite loop with parsing invalid generic...
2024-01-16 Philip Herrongccrs: Improve operator overload check for recursive...
2024-01-16 Philip Herrongccrs: qualified path syntax is used to disambiguate...
2024-01-16 Philip Herrongccrs: Extract helper lookup_associated_impl_block
2024-01-16 Owen Averygccrs: Type check StructPatternFieldIdentPat
2024-01-16 Owen Averygccrs: Lower StructPatternFieldIdentPat
2024-01-16 Philip Herrongccrs: resolve the associated_predicate when mapping...
2024-01-16 Philip Herrongccrs: Add missing where clause lowering for Impl functions
2024-01-16 Philip Herrongccrs: Add missing TypeBoundWhereClauseItem::get_locus
2024-01-16 Owen Averygccrs: Add accessors to HIR::StructPatternFieldIdentPat
2024-01-16 Marc Poulhièsgccrs: Minor tuning in AST dump
2024-01-16 Owen Averygccrs: Fix -frust-dump-* error messages
2024-01-16 Philip Herrongccrs: Add missing ABI checking on function types
2024-01-16 Philip Herrongccrs: Add missing ABI mapping
2024-01-16 Philip Herrongccrs: Add mechanism use pattern information to improve...
2024-01-16 Philip Herrongccrs: remove unused header
2024-01-16 Philip Herrongccrs: Fix ICE when we dont get a reference type
2024-01-16 Philip Herrongccrs: remove unused includes
2024-01-16 Philip Herrongccrs: fix ICE with recursive function calls
2024-01-16 Philip Herrongccrs: enable -Winfinite-recursion warnings by default
2024-01-16 Philip Herrongccrs: Fix ICE in assignment of error type bound predicates
2024-01-16 Philip Herrongccrs: Fix ICE during method resolution
2024-01-16 Philip Herrongccrs: Track Self properly with TypePredicateBounds
2024-01-16 Philip Herrongccrs: add error state to TypeCheckContextItem and...
2024-01-16 Philip Herrongccrs: add helper to check for a const or static context
2024-01-16 Philip Herrongccrs: Add get_defid helper to TypeCheckContextItem
2024-01-16 Philip Herrongccrs: minor refactor to reuse a variable instead of...
next
This page took 0.094917 seconds and 5 git commands to generate.