]> gcc.gnu.org Git - gcc.git/shortlog
gcc.git
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...
2024-01-16 Pierre-Emmanuel... gccrs: ast: Refactor and add some Path node visitors
2024-01-16 Pierre-Emmanuel... gccrs: ast: Add conversion to token stream
2024-01-16 Philip Herrongccrs: handle bare function types with no specified...
2024-01-16 Philip Herrongccrs: Add test to show multiple candidates for methods...
2024-01-16 Philip Herrongccrs: Add missing known attribute stable
2024-01-16 Philip Herrongccrs: move missed testcase
2024-01-16 Philip Herrongccrs: fix ICE with bad match arm type
2024-01-16 Pierre-Emmanuel... gccrs: libproc_macro: Add rust interface
2024-01-16 Philip Herrongccrs: fix ICE when closure body is not a block
2024-01-16 Owen Averygccrs: Fix parsing of array expressions.
2024-01-16 Arthur Cohengccrs: privacy: Check for pub(crate) when resolving...
2024-01-16 Arthur Cohengccrs: resolver: Allow SimplePath to resolve to their...
2024-01-16 Arthur Cohengccrs: ast: Fix location for pub(crate)
2024-01-16 Arthur Cohengccrs: ast: Refactor rust-ast-lower-type.h to source...
2024-01-16 Owen Averygccrs: Remove commented out TuplePatternItemsSingle
2024-01-16 emanuele-emgccrs: Fix bad cast error to bool
2024-01-16 Arthur Cohengccrs: expand: Rename AttrVisitor -> CfgStrip
2024-01-16 Arthur Cohengccrs: expand: Add new ExpandVisitor class
2024-01-16 Arthur Cohengccrs: expand: Move cfg-attrs related functions out...
2024-01-16 Arthur Cohengccrs: lowering: Add lowering of exported macros
2024-01-16 Arthur Cohengccrs: mappings: Keep exported macro IDs
2024-01-16 Arthur Cohengccrs: Revert "hir: Add ExportedMacro node and handling."
2024-01-16 Philip Herrongccrs: Fix ICE on parsing trait object missing dyn...
2024-01-16 Philip Herrongccrs: Fix bad type inference
2024-01-16 Arthur Cohengccrs: ast: Dump each MacroRule properly without the...
2024-01-16 Arthur Cohengccrs: rust-imports: Fix last few mentions of Go.
2024-01-16 Owen Averygccrs: Lower AltPattern
2024-01-16 Xiao Magccrs: Fix `FeatureGate::gate` will crash on 32-bit...
2024-01-16 Philip Herrongccrs: support use declaration to write the type into...
2024-01-16 Philip Herrongccrs: Return resolved_node_id when possible
2024-01-16 Mahmoud Mohamedgccrs: Add name resolution and ast lowering for slice...
2024-01-16 Philip Herrongccrs: Cleanup unused headers
2024-01-16 Mahmoud Mohamedgccrs: Remove unused ResolvePattern visitor
2024-01-16 Philip Herrongccrs: Add move_val_init intrinsic
2024-01-16 Philip Herrongccrs: Fix bad method resolution
2024-01-16 Philip Herrongccrs: add new apply_primtiive_type_hint to inference...
2024-01-16 Jiakun Fangccrs: Dump inner attrs for Dump::visit(BlockExpr &)
2024-01-16 Mahmoud Mohamedgccrs: resolve: Add name resolution for AltPattern
2024-01-16 Owen Averygccrs: Unify HIR::IfLetExprConseqIf{,Let} into HIR...
2024-01-16 Owen Averygccrs: Unify HIR::IfExprConseqIf{,Let} into HIR::IfExpr...
2024-01-16 Mahmoud Mohamedgccrs: resolve: Fix multiple bindings handling in match
2024-01-16 Philip Herrongccrs: remove proxy class to use virtual method to...
2024-01-16 Philip Herrongccrs: cleanup resolve method address code generation
2024-01-16 Philip Herrongccrs: Only infer when no generic arguments have been...
2024-01-16 Philip Herrongccrs: add extra debug line for method resolve select
next
This page took 0.086983 seconds and 5 git commands to generate.