]> gcc.gnu.org Git - gcc.git/shortlog
gcc.git
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
2024-01-16 Pierre-Emmanuel... gccrs: expand: Add stub function for attribute expansion
2024-01-16 Pierre-Emmanuel... gccrs: ast: Add outer attribute getter to Expr class
2024-01-16 Pierre-Emmanuel... gccrs: expand: Add inner attribute expansion stubs
2024-01-16 Pierre-Emmanuel... gccrs: expand: Add derive expansion stubs
2024-01-16 Pierre-Emmanuel... gccrs: ast: Fix ICE on generic args path
2024-01-16 Pierre-Emmanuel... gccrs: ast: Fix macros in tokenstreams
2024-01-16 Pierre-Emmanuel... gccrs: ast: Visit crate inner attributes for tokenstreams
2024-01-16 Pierre-Emmanuel... gccrs: ast: Change visibility in token type
2024-01-16 Pierre-Emmanuel... gccrs: ast: Fix attribute tokenstreams
2024-01-16 Pierre-Emmanuel... gccrs: ast: Output union's outer attributes
2024-01-16 Pierre-Emmanuel... gccrs: ast: Output inner attributes in tokenstreams
2024-01-16 Pierre-Emmanuel... gccrs: ast: Fix char literal ICE
2024-01-16 Pierre-Emmanuel... gccrs: ast: Fix match case comma output
2024-01-16 Pierre-Emmanuel... gccrs: ast: Fix tokenstream extern block statements
2024-01-16 Pierre-Emmanuel... gccrs: ast: Move pattern implementation out of rust-ast
2024-01-16 Pierre-Emmanuel... gccrs: ast: Move rust-path implementation out of rust-ast
2024-01-16 Philip Herrongccrs: Fix ICE using constructors for intilizers in...
2024-01-16 Owen Averygccrs: Handle "fn" and "fn_mut" lang items
2024-01-16 Emanuele Michelettigccrs: Fix bad cast as a char
2024-01-16 Philip Herrongccrs: Fix handling of generic arguments for lifetimes...
2024-01-16 Philip Herrongccrs: add missing name resolution to self params with...
2024-01-16 Philip Herrongccrs: make distinction between error and empty for...
next
This page took 0.0873699999999999 seconds and 5 git commands to generate.