]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/rust
LoongArch: Redundant sign extension instruction optimization.
[thirdparty/gcc.git] / gcc / rust /
7 days ago  GCC AdministratorDaily bump.
7 days ago  Owen Averygccrs: Improve ErrorPropagationExpr handling
7 days ago  Yap Zhi Henggccrs: Attempt to resolve pattern items in tuple patter...
7 days ago  Ryo Yoshidagccrs: Fix ICE on enum in tuple struct pattern
7 days ago  Yap Zhi Henggccrs: Fix ICE for repr attribute malformation
7 days ago  Lucas Ly Bagccrs: fix inner attr derive doesn't show error
7 days ago  lishingccrs: fix ICE in TyVar constructor
7 days ago  Ryo Yoshidagccrs: Emit error when tuple-indexing on non-tuples
7 days ago  Philip Herrongccrs: Refactor TyTy::ConstType into separate types
7 days ago  0xllx0gccrs: fix: add early return for empty module file
7 days ago  Pierre-Emmanuel... gccrs: Add doc attribute checking on traits
7 days ago  Pierre-Emmanuel... gccrs: Avoid malformed attribute conversion
7 days ago  Pierre-Emmanuel... gccrs: Force crash when retrieving meta item location
7 days ago  Pierre-Emmanuel... gccrs: Add override modifier
7 days ago  Pierre-Emmanuel... gccrs: Emit an error on malformed path
7 days ago  Yap Zhi Henggccrs: Use rich_location for TupleStructPattern type...
7 days ago  Yap Zhi Henggccrs: Implement compilation support for HIR::TupleStru...
7 days ago  Yap Zhi Henggccrs: Implement lowering of AST::TupleStructItemsHasRest
7 days ago  Yap Zhi Henggccrs: Fix StructPattern type checking rejecting tuple...
7 days ago  Yap Zhi Henggccrs: Add HIR lowering support for rest pattern in...
7 days ago  Owen Averygccrs: Handle link_name attribute
7 days ago  Arthur Cohengccrs: expand: Inherit from PointerVisitor
7 days ago  Pierre-Emmanuel... gccrs: Add origin location to expanded tokens
7 days ago  Pierre-Emmanuel... gccrs: Emit errors from the transcriber when they occur
7 days ago  Pierre-Emmanuel... gccrs: Prevent segfault on builtin metavars
7 days ago  Philip Herrongccrs: Fix ICE where we expect a num enum variant
7 days ago  Philip Herrongccrs: Add error diag for self params on plain functions
7 days ago  Philip Herrongccrs: Fix ICE on copied array expressions
7 days ago  Philip Herrongccrs: Remove old hack from resolve operator overload
7 days ago  Philip Herrongccrs: fnptr types can hold onto generic params so...
7 days ago  Owen Averygccrs: Improve FFIOpt
7 days ago  Magnus-Magegccrs: Implement TokenCollector::visit(AST::FormatArgs&)
7 days ago  Philip Herrongccrs: Fix ICE for invalid const capacity expression...
7 days ago  Philip Herrongccrs: Fix ICE handling division by zero in const eval
7 days ago  Philip Herrongccrs: Fix ICE with invalid const expression
7 days ago  Owen Averygccrs: Protect from errors in alternate pattern parsing
7 days ago  Owen Averygccrs: Remove AST::TraitItemConst
7 days ago  Owen Averygccrs: Create subdirectory checks/errors/feature
7 days ago  Owen Averygccrs: nr1.0: Remove EarlyNameResolver
7 days ago  Philip Herrongccrs: track abi and unsafety on fnptrs for proper...
7 days ago  Philip Herrongccrs: get rid of more clones in unify path
7 days ago  Owen Averygccrs: nr1.0: Remove chunks of resolution phase
7 days ago  Owen Averygccrs: Unify path-to-type handling in Late resolver
7 days ago  Philip Herrongccrs: Fix crash on break outside of loop context
7 days ago  Philip Herrongccrs: Fix segv when handling invalid array capacities
7 days ago  Yap Zhi Henggccrs: Implement missing read-only checker case for...
7 days ago  Yap Zhi Henggccrs: Implement missing var decl case for TuplePattern...
7 days ago  Owen Averygccrs: Recognize rustc_allow_const_fn_unstable
7 days ago  Philip Herrongccrs: Add implicit infer support for unify on const...
7 days ago  Philip Herrongccrs: allow unifications against non const types
7 days ago  Philip Herrongccrs: Fix bug with unconstrained const generic
7 days ago  Philip Herrongccrs: track generic const generics properly
7 days ago  Philip Herrongccrs: Fix formatting of tyty code
7 days ago  Philip Herrongccrs: Remove fully the can_eq TyTy::BaseType::can_eq...
7 days ago  Philip Herrongccrs: get rid of last can_eq usage finally
7 days ago  Philip Herrongccrs: reuse an error mark node instead of new ones...
7 days ago  Philip Herrongccrs: simplify cloning of types during unify
7 days ago  Philip Herrongccrs: remove 2nd last usage of can_eq
7 days ago  Philip Herrongccrs: Add check bounds flag to unify rules for compata...
7 days ago  Philip Herrongccrs: Update can_eq to be a types_compatable interface
7 days ago  Philip Herrongccrs: respect the unify rules commit flag
7 days ago  Philip Herrongccrs: Remove some const usage so we can get rid of...
7 days ago  Philip Herrongccrs: Make the coerce borrowed pointer consistent...
7 days ago  Pierre-Emmanuel... gccrs: Error out on unsuffixed self list use declaration
7 days ago  Pierre-Emmanuel... gccrs: Emit error on lonely self use declaration
7 days ago  Owen Averygccrs: Allow early resolution to use the language prelude
7 days ago  Owen Averygccrs: Remove Parser::parse_tuple_index_expr_float
7 days ago  Pierre-Emmanuel... gccrs: Do not dump the AST if the parser emit errors
7 days ago  Arthur Cohengccrs: desugar: Use PointerVisitor for ExpressionYeast
7 days ago  Arthur Cohengccrs: ast: Add PointerVisitor
7 days ago  Pierre-Emmanuel... gccrs: Separate strip information from internal state
7 days ago  Owen Averygccrs: nr1.0: Remove support in borrow checker
7 days ago  Owen Averygccrs: nr1.0: Remove support in pattern checker
7 days ago  Owen Averygccrs: nr1.0: Remove support in rust-session-manager.cc
7 days ago  Owen Averygccrs: nr1.0: Remove support in privacy checker
7 days ago  Yap Zhi Henggccrs: Refactor AST Patterns that hold multiple pattern...
7 days ago  Owen Averygccrs: Avoid std::unique_ptr<std::string> in Token
7 days ago  Owen Averygccrs: Eagerly expand format_args macro
7 days ago  Owen Averygccrs: Remove Parser::parse_path_in_expression_pratt
7 days ago  Pierre-Emmanuel... gccrs: Use as member function instead of static cast
7 days ago  Pierre-Emmanuel... gccrs: Put nevertype cercion into it's own function
7 days ago  Pierre-Emmanuel... gccrs: Change coerce_unsize error handling
7 days ago  Pierre-Emmanuel... gccrs: Refactor return statements
7 days ago  Pierre-Emmanuel... gccrs: Remove unused variable assignments
7 days ago  Pierre-Emmanuel... gccrs: Avoid copy when constructing TypeBoundPredicate
7 days ago  Pierre-Emmanuel... gccrs: Remove unused copy
7 days ago  Pierre-Emmanuel... gccrs: Convert lookup return type to optional
7 days ago  Pierre-Emmanuel... gccrs: Treat function pointers like pointers for cast
7 days ago  Pierre-Emmanuel... gccrs: Fix generic type constraints
7 days ago  Pierre-Emmanuel... gccrs: Add null check to reconstruct
7 days ago  Owen Averygccrs: Remove #[simd_test] support
7 days ago  Owen Averygccrs: Expect identifier subpatterns to be non-alt
7 days ago  Owen Averygccrs: Improve libformat_parser FFI
7 days ago  lishingccrs: fix ICE in convert_tree for tuple destructuring...
7 days ago  Yap Zhi Henggccrs: Implement rest pattern support for slice patterns
7 days ago  Owen Averygccrs: Collect lang items after expansion
7 days ago  Ryutaro Okadagccrs: Replace old read-only checker with new implement...
7 days ago  Ryutaro Okadagccrs: Read-only check if the variable is mutable type.
7 days ago  Yap Zhi Henggccrs: Add IdentifierPattern subpattern support for...
7 days ago  Yap Zhi Henggccrs: Implement let statement support for IdentifierPa...
next