]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/rust
Fix profile update in tree_transform_and_unroll_loop
[thirdparty/gcc.git] / gcc / rust /
2023-07-06  GCC AdministratorDaily bump.
2023-07-05  Robin DappChange MODE_BITSIZE to MODE_PRECISION for MODE_VECTOR_BOOL.
2023-06-23  GCC AdministratorDaily bump.
2023-06-22  Paul E. Murphyrust: Update usage of TARGET_AIX to TARGET_AIX_OS
2023-04-07  GCC AdministratorDaily bump.
2023-04-06  Owen Averygccrs: Fix issue with parsing unsafe block expression...
2023-04-06  Owen Averygccrs: Address unsafe with/without block handling ambiguity
2023-04-06  M V V S Manoj Kumargccrs: Added AST Node AST::InlineAsm
2023-04-06  Arthur Cohengccrs: diagnostic: Refactor Error class
2023-04-06  Arthur Cohengccrs: ast: Refactor TraitItem to keep Location info
2023-04-06  SainiAditya1gccrs: rename rust-hir-full-tests.cc
2023-04-06  Owen Averygccrs: Add AST::AltPattern class
2023-04-06  Owen Averygccrs: Fix formatting
2023-04-06  Arthur Cohengccrs: builtins: Return empty list of tokens instead...
2023-04-06  Owen Averygccrs: Add trailing newline
2023-04-06  Philip Herrongccrs: Support for Sized builtin marker trait
2023-04-06  Philip Herrongccrs: Add new virtual function HIR::ImplItem::get_impl...
2023-04-06  Philip Herrongccrs: Extract query_type from TypeCheckBase to be...
2023-04-06  Owen Averygccrs: Implemented UTF-8 checking for include_str!()
2023-04-06  Owen Averygccrs: Add support for parsing empty tuple patterns.
2023-04-06  Pierre-Emmanuel... gccrs: lex: Prevent directories in RAIIFile
2023-04-06  Owen Averygccrs: Simplify WildcardPattern let statement handling
2023-04-06  Owen Averygccrs: Add variadic argument type checking
2023-04-06  mxlol233gccrs: Add feature gate for "rust-intrinsic".
2023-04-06  Thomas Schwingegccrs: Update copyright years.
2023-04-06  Pierre-Emmanuel... gccrs: cli: Update safety warning message
2023-04-06  Pierre-Emmanuel... gccrs: typecheck: Refactor rust-hir-trait-reference.h
2023-04-06  Arthur Cohengccrs: expander: Add documentation for `expand_eager_in...
2023-04-06  Arthur Cohengccrs: macros: Perform macro expansion in a fixed-point...
2023-04-06  Arthur Cohengccrs: expansion: Add `get_token_slice` to `MacroInvocL...
2023-04-06  Arthur Cohengccrs: parser: Expose parse_macro_invocation as public API
2023-04-06  Arthur Cohengccrs: rust-item: include rust-expr.h
2023-04-06  Owen Averygccrs: Add support for TuplePattern in let statements
2023-04-06  Philip Herrongccrs: Add general TypeBounds checks
2023-04-06  Philip Herrongccrs: Remove bad error message on checking function...
2023-04-06  Philip Herrongccrs: Fix higher ranked trait bounds computation of...
2023-04-06  Philip Herrongccrs: Add missing Sized, Copy and Clone lang item...
2023-04-06  Philip Herrongccrs: Fix nullptr dereference
2023-04-06  Philip Herrongccrs: Refactor the type unification code
2023-04-06  Philip Herrongccrs: Remove monomorphization hack to setup possible...
2023-04-06  Philip Herrongccrs: Add missing param subst callback
2023-04-06  Philip Herrongccrs: Clear the substitution callbacks when copying...
2023-04-06  Philip Herrongccrs: Refactor handle_substitutions to take a reference
2023-04-06  Philip Herrongccrs: Rename header rust-hir-trait-ref.h to rust-hir...
2023-04-06  Philip Herrongccrs: Rename rust-tyctx.cc to rust-typecheck-context.cc
2023-04-06  Philip Herrongccrs: Refactor all code out of the rust-tyty.h header
2023-04-06  Philip Herrongccrs: Refactor PathProbeType code into CC file
2023-04-06  Philip Herrongccrs: Refactor PathProbe into cc file
2023-04-06  Philip Herrongccrs: Refactor BaseType, InferType and ErrorType impl...
2023-04-06  Philip Herrongccrs: Refactor all substitution mapper code implementa...
2023-04-06  Philip Herrongccrs: Refactor SubstitutionRef base class into its...
2023-04-06  Philip Herrongccrs: Refactor TyVar and TypeBoundPredicates
2023-04-06  Philip Herrongccrs: Move TypePredicateItem impl out of the header
2023-04-06  Owen Averygccrs: Removed comment copy-pasted from gcc/tree.def
2023-04-06  mxlol233gccrs: Add support for feature check.
2023-04-06  Arthur Cohengccrs: parser: Fix parsing of closure param list
2023-04-06  Arthur Cohengccrs: parser: Improve parsing of complex generic arguments
2023-04-06  Owen Averygccrs: Implement lowering ReferencePattern from AST...
2023-04-06  Owen Averygccrs: Optimize HIR::ReferencePattern
2023-04-06  Owen Averygccrs: Remove HIR::GroupedPattern
2023-04-06  Owen Averygccrs: Improve GroupedPattern lowering
2023-04-06  MAHADgccrs: Move rust-buffered-queue.h to util folder #1766
2023-04-06  Arthur Cohengccrs: parser: Allow parsing multiple reference types
2023-04-06  Owen Averygccrs: Create and use CompilePatternLet visitor for...
2023-04-06  Arthur Cohengccrs: macro: Allow builtin `MacroInvocation`s within...
2023-04-06  Abdul Rafeygccrs: fixed indentations in AST pretty expanded dump...
2023-04-06  Abdul Rafeygccrs: fixed compiler error message on wildcard pattern...
2023-04-06  Abdul Rafeygccrs: moved operator.h to util/rust-operators.h
2023-04-06  Parthibgccrs: Rename file rust-ast-full-test.cc to rust-ast.cc
2023-04-06  Owen Averygccrs: Added missing GroupedPattern visitors for code...
2023-04-06  Owen Averygccrs: Add type resolution for grouped patterns
2023-04-06  Owen Averygccrs: Add get_item method for HIR::GroupedPattern
2023-04-06  Owen Averygccrs: Add HIR lowering for GroupedPattern
2023-04-06  Lyragccrs: Do not crash on empty macros expand. Fixes ...
2023-04-06  Owen Averygccrs: Support GroupedPattern during name resolution
2023-04-06  Owen Averygccrs: Change how CompileVarDecl outputs Bvariable's
2023-04-06  mxlol233gccrs: diagnostics: Add underline for tokens in diagnos...
2023-04-06  mxlol233gccrs: Add get_locus function for abstract class MetaIt...
2023-04-06  Owen Averygccrs: Reuse TypeCheckPattern on LetStmt's
2023-04-06  Philip Herrongccrs: Support associated type bound arguments
2023-04-06  Philip Herrongccrs: Add name resolution to generic argument associat...
2023-04-06  Raiki Tamuragccrs: Implement declarative macro 2.0 parser
2023-04-06  mxlol233gccrs: rust: add bound parsing in parse_generic_arg.
2023-04-06  Davegccrs: Check for mutable references in const functions
2023-04-06  Prajwal S Ngccrs: unsafe: check use of `target_feature` attribute
2023-04-06  Arthur Cohengccrs: fatal_error_flag: Fix typo in error message
2023-02-23  GCC AdministratorDaily bump.
2023-02-22  Thomas SchwingeRust: In 'type_for_mode' langhook also consider all...
2023-02-22  Thomas SchwingeRust: Move void_list_node init to common code
2023-02-22  Thomas SchwingeRust: Don't depend on unused 'target-libffi', 'target...
2023-02-22  GCC AdministratorDaily bump.
2023-02-21  Thomas SchwingeUpdate copyright years.
2023-02-21  Raiki Tamuragccrs: add math intrinsics
2023-02-21  Arthur Cohengccrs: const evaluator: Remove get_nth_callarg
2023-02-21  Thomas Schwingegccrs: Repair 'gcc/rust/lang.opt' comment
2023-02-21  Philip Herrongccrs: Cleanup unused parameters to fix the bootstrap...
2023-02-21  Philip Herrongccrs: Fix undefined behaviour issues on macos
2023-02-21  Philip Herrongccrs: Add initial support for argument capture of...
2023-02-21  Philip Herrongccrs: Add capture tracking to the type info for closures
2023-02-21  Philip Herrongccrs: Add closure binding's tracking to name resolution
next