]> gcc.gnu.org Git - gcc.git/shortlog
gcc.git
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...
2024-01-16 Philip Herrongccrs: Fix memory corruption at peek_context
2024-01-16 Arthur Cohengccrs: patterns: Add execution testcases to verify...
2024-01-16 Owen Averygccrs: Resolve identifier-pattern struct pattern fields
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 TieWay59gccrs: Fix translation mistakes 2023 in GCC/Rust [PR108890]
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 M V V S Manoj... gccrs: Deleted the as_string ASR and HIR dumps
2024-01-16 Arthur Cohengccrs: parser: Parse reference patterns correctly
2024-01-16 Owen Averygccrs: Add error message for AltPattern in let statements
2024-01-16 Zheyuan Chengccrs: Implement Dump:visit() function for QualifiedPat...
2024-01-16 Philip Herrongccrs: Add testcase to show matching of enum variants
2024-01-16 Sergey Bugaevgccrs: Lower ErrorPropagationExpr from AST to HIR
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: ast: Fix scope separator in tokenstreams
2024-01-16 Pierre-Emmanuel... gccrs: ast: Fix tokenstream QualifiedPathInExpression
2024-01-16 Pierre-Emmanuel... gccrs: ast: Fix tokenstream function body
2024-01-16 Pierre-Emmanuel... gccrs: parser: Fix attribute differentation
2024-01-16 Pierre-Emmanuel... gccrs: lex: Fix lifetime string representation
2024-01-16 Sergey Bugaevgccrs: resolve: Add "break rust" Easter egg
2024-01-16 Sergey Bugaevgccrs: resolve: Add ResolveExpr::funny_error
2024-01-16 Sergey Bugaevgccrs: ast: Add AST::Kind::IDENTIFIER
2024-01-16 Sergey Bugaevgccrs: ast: Make AST::Kind an enum class
2024-01-16 Owen Averygccrs: Add lowering for if-let expressions
2024-01-16 Sebastian Kirmayergccrs: parser: macro: reject separator in `?` repetition
2024-01-16 Owen Averygccrs: Unify AST::IfLetExprConseqIf{,Let} into AST...
2024-01-16 Pierre-Emmanuel... gccrs: ast: Fix StructExprStruct tokenstream
2024-01-16 Owen Averygccrs: Handle underscore in MacroMatch.
2024-01-16 Owen Averygccrs: Fully unify deriving classes into HIR::ExprStmt
2024-01-16 Owen Averygccrs: Unify HIR::ExprStmt derived class visiting
2024-01-16 Owen Averygccrs: Move functionality into HIR::ExprStmt from deriv...
2024-01-16 Owen Averygccrs: Unify AST::IfExprConseqIf{,Let} into AST::IfExpr...
2024-01-16 Pierre-Emmanuel... gccrs: ast: Fix inner attribute tokenstream
2024-01-16 Marc Poulhièsgccrs: Introduce AST::Visitable class for AST
2024-01-16 Thomas Schwingegccrs: Placate clang-format, 'gcc/rust/rust-lang.cc...
2024-01-16 Pierre-Emmanuel... gccrs: ast: Add difference between attributes
2024-01-16 Philip Herrongccrs: Support fully qualified calls to trait items...
2024-01-16 Philip Herrongccrs: never re-setup trait item bound with a dyn object
2024-01-16 Philip Herrongccrs: refactor resolve_method_address to be inside...
2024-01-16 Philip Herrongccrs: remove unused code in query_compile
2024-01-16 Philip Herrongccrs: cleanup query_compile to reuse destructure call
2024-01-16 Philip Herrongccrs: cleanup resolve method address
2024-01-16 Pierre-Emmanuel... gccrs: expand: Add outer attribute expansion on expr
2024-01-16 Pierre-Emmanuel... gccrs: expand: Add builtin attribute identification
2024-01-16 Pierre-Emmanuel... gccrs: expand: Add call to outer attributes stubs
next
This page took 0.081746 seconds and 5 git commands to generate.