]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2024-06-13  jjasmineMake InlineAsm non-abstract for usage in parsing.
2024-06-13  jjasmineIntroduced is_global_asm to InlineAsm AST
2024-06-13  jjasmineFirst draft of parse_option finished
2024-06-13  jjasmineFix clobber_api brackets
2024-06-13  jjasmineWorking on parse_options for a bit more
2024-06-13  jjasmineIntroduce first implementation of parse_clobber_abi
2024-06-13  jjasmineWorking on parseAsmArg
2024-06-13  jjasmineAlmost done with top level parsing
2024-06-12  Pierre-Emmanuel... Add regression tests for exclusive range pattern
2024-06-12  Pierre-Emmanuel... Add exclusive_range_pattern feature gate
2024-06-12  Pierre-Emmanuel... Parse exclusive range pattern
2024-06-12  Pierre-Emmanuel... Add some test for raw_ref_op to prevent regressions
2024-06-12  Pierre-Emmanuel... Add raw_ref_op feature gate
2024-06-12  Pierre-Emmanuel... Prevent raw reference from being lowered silently
2024-06-12  Pierre-Emmanuel... Parse raw ref operator
2024-06-12  Pierre-Emmanuel... Add a new regression test over struct expr field
2024-06-12  Pierre-Emmanuel... Add outer attributes to struct expr fields
2024-06-12  Arthur Cohenrust: Do not link with libdl and libpthread unconditionally
2024-06-11  Pierre-Emmanuel... Add two new tests related to may_dangle attribute
2024-06-11  Pierre-Emmanuel... Add dropck_eyepatch feature gate for may_dangle
2024-06-11  Pierre-Emmanuel... Allow multiple outer attributes on generic params
2024-06-11  Pierre-Emmanuel... Fix generic parameter parsing
2024-06-11  Pierre-Emmanuel... Add new test for box syntax
2024-06-11  Pierre-Emmanuel... Add feature gate for box syntax
2024-06-11  Pierre-Emmanuel... Parse box expressions
2024-06-06  Owen AveryImprove handling of ConstantItem during name resolution 2.0
2024-05-29  Owen AveryAllow rustc_const_stable and rustc_const_unstable
2024-05-28  Kushal PalCorrected access specifiers
2024-05-24  jjasmineMake gccrs recognize negative_impls
2024-05-21  SIGMazerAdd system include to `gcc/rust/rust-system.h`
2024-05-21  Owen AveryAdd call and method call default visitors
2024-05-21  jjasmineRemove useless cstddef header from rust-fmt
2024-05-17  Pierre-Emmanuel... Change lookup_ast_item's return type
2024-05-17  Pierre-Emmanuel... Change lookup_visibility's return type
2024-05-17  Pierre-Emmanuel... Change lookup_macro_invocation's return type
2024-05-17  Pierre-Emmanuel... Change lookup_macro_def return type
2024-05-17  Pierre-Emmanuel... Change lookup_canonical_path's return path
2024-05-17  Pierre-Emmanuel... Change lookup_hir_pattern return type
2024-05-17  Pierre-Emmanuel... Change lookup_hir_struct_field return type
2024-05-17  Pierre-Emmanuel... Change lookup_hir_self_param return type
2024-05-17  Pierre-Emmanuel... Change lookup_hir_param return type with optional
2024-05-17  Pierre-Emmanuel... Change lookup_hir_smt's return type with optional
2024-05-17  Pierre-Emmanuel... Change lookup_hir_type return type with an optional
2024-05-17  Pierre-Emmanuel... Change lookup_hir_generic_param return type
2024-05-17  Pierre-Emmanuel... Change lookup_hir_path_expr_seg return type
2024-05-17  Pierre-Emmanuel... Change lookup_hir_expr return type to optional
2024-05-17  Pierre-Emmanuel... Change lookup_hir_implitem return type
2024-05-17  Pierre-Emmanuel... Change return type to optional in get_lang_item
2024-05-17  Pierre-Emmanuel... Change lookup_module function return type
2024-05-17  Pierre-Emmanuel... Change lookup_hir_extern_item return type
2024-05-17  Pierre-Emmanuel... Change return type of lookup trait defid functions.
2024-05-17  Pierre-Emmanuel... Change lookup_local_defid return type to optional
2024-05-17  Pierre-Emmanuel... Change return type of lookup_defid
2024-05-17  Pierre-Emmanuel... Change crate name retrieval function return types
2024-05-17  Pierre-Emmanuel... Change crate_num_to_nodeid return type
2024-05-17  Pierre-Emmanuel... Change return type of lookup_crate_name
2024-05-17  Pierre-Emmanuel... Change return type of lookup_impl_block_type
2024-05-17  Pierre-Emmanuel... Change return type for lookup_hir_impl_block
2024-05-17  Pierre-Emmanuel... Change return type of lookup_hir_extern_block
2024-05-17  Pierre-Emmanuel... Change return type of lookup_hir_trait_item
2024-05-17  Pierre-Emmanuel... Change return type for lookup_hir_item to optional
2024-05-17  Pierre-Emmanuel... Change return type of resolve_nodeid_to_stmt
2024-05-17  Pierre-Emmanuel... Change lookup_hir_to_node return type to optional
2024-05-17  Pierre-Emmanuel... Change lookup_node_to_hir return type to optional
2024-05-16  Owen AveryVisit constant items without expressions properly
2024-05-16  Owen AveryImprove matching on non-enum ADTs
2024-05-15  Nobel SinghAdd testcases for handling struct as scrutinee for...
2024-05-15  Nobel SinghHandle structs as scrutinee for match expressions
2024-05-15  Owen AveryRemove unused Context parameter for some backend methods
2024-05-15  Arthur Cohenlibformat_parser: Lower minimum Rust version to 1.49
2024-05-06  Pierre-Emmanuel... Change singleton returned type to a reference
2024-05-06  Mael CraveroRemove unnecessary SIDE_EFFECTS/READONLY macros
2024-05-06  Jakub Dupakborrowck: Use std::ignore
2024-05-06  Jakub Dupakborrowck: Testsuite
2024-05-06  Jakub Dupakborrowck: Polonius error reporting
2024-05-06  Jakub Dupakborrowck: Link Polonius and run it
2024-05-06  Jakub Dupakborrowck: Build Polonius automatically
2024-05-06  Jakub Dupakborrowck: Polonius dump
2024-05-06  Kushal PalRemoved obsolete objects
2024-04-30  Pierre-Emmanuel... Pin macos CI to version 13
2024-04-23  zhanghe9702Remove redundant macro definition
2024-04-22  Pierre-Emmanuel... Add a test for inherent impl type name resolve
2024-04-22  Pierre-Emmanuel... Visit type during resolution of inherent impl
2024-04-16  Thomas SchwingeRust: Move 'libformat_parser' build into libgrust
2024-04-16  Thomas SchwingeRust: Move 'libformat_parser' build into the GCC build...
2024-04-16  Thomas SchwingeRust: Don't cache 'libformat_parser.a'
2024-04-16  Thomas SchwingeInline 'gcc/rust/Make-lang.in:RUST_LIBDEPS'
2024-04-16  Thomas SchwingeAdd 'gcc/rust/Make-lang.in:LIBFORMAT_PARSER'
2024-04-16  Thomas SchwingeAdd 'gcc/rust/Make-lang.in:LIBPROC_MACRO_INTERNAL'
2024-04-16  Thomas SchwingeInline 'gcc/rust/Make-lang.in:RUST_LDFLAGS'
2024-04-16  Thomas SchwingeRemove 'libgrust/libproc_macro_internal' from 'gcc...
2024-04-16  Thomas SchwingeRemove 'libgrust/librustc_format_parser' from 'gcc...
2024-04-12  Arthur Cohenchore: Fix Remark CI
2024-04-10  Arthur Cohenrust: Add --offline flag to cargo when building Rust...
2024-04-10  Arthur Cohenlibgrust: Vendor Rust dependencies
2024-04-10  Thomas SchwingeMerge commit '013b520529d5f1bddec27dd921eab5e917663693...
2024-04-10  Thomas SchwingeAdjust '.github/bors_log_expected_warnings'
2024-04-10  Thomas SchwingeMerge commit 'f5a805d82902fe2d6e0a7af8c0e6519f9d25a8f3...
2024-04-10  Thomas SchwingeMerge commit '767698ff6c8f07047ad90bef89f3dc4c4515f0df...
2024-04-10  Thomas SchwingeMerge commit '8534cc772def8142379c0e72ab6392d40f3f60f6...
next