]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
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...
2024-01-16  Philip Herrongccrs: privacy reporter should be permissive of error...
2024-01-16  Pierre-Emmanuel... gccrs: ast: Fix various TokenStream visitors
2024-01-16  Pierre-Emmanuel... gccrs: token: Add type hints to string dump
2024-01-16  Pierre-Emmanuel... gccrs: session: Add tokenstream dump option
2024-01-16  Pierre-Emmanuel... gccrs: lex: Add source code token string representation
2024-01-16  Pierre-Emmanuel... gccrs: ast: Add missing constructor implementation
2024-01-16  Pierre-Emmanuel... gccrs: ast: Add TokenStream collect function
2024-01-16  Pierre-Emmanuel... gccrs: ast: Refactor SimplePath attribute name
2024-01-16  Pierre-Emmanuel... gccrs: ast: Add multiple formatting stub functions
2024-01-16  Pierre-Emmanuel... gccrs: ast: Add AltPattern TokenStream visitor
2024-01-16  Pierre-Emmanuel... gccrs: ast: Add Meta items TokenStream visitor
2024-01-16  Pierre-Emmanuel... gccrs: ast: Add use declarations TokenStream visitors
2024-01-16  Pierre-Emmanuel... gccrs: ast: Add ExternCrate TokenStream visitor
2024-01-16  Pierre-Emmanuel... gccrs: ast: Implement remaining expr TokenStream visitor
2024-01-16  Pierre-Emmanuel... gccrs: ast: Add Tokenstream visitors for loop expressions
2024-01-16  Pierre-Emmanuel... gccrs: ast: Add some expr TokenStream visitors
2024-01-16  Pierre-Emmanuel... gccrs: ast: Add trailing comma formatting option
2024-01-16  Pierre-Emmanuel... gccrs: ast: Implement TokenStream visitor for meta...
next