]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2024-09-10  Owen AveryCompile using ASAN on the github CI
2024-09-10  Liam NaddellDynamic dispatch with supertraits
2024-09-09  Kushal PalUsed `IndexVec` for place_map
2024-09-09  Kushal PalUse `IndexVec` for bb_fold_map
2024-09-09  Kushal PalUsed `IndexVec` for Places
2024-09-09  Kushal PalUsed `IndexVec` for BasicBlocks
2024-09-09  Kushal PalUsed `IndexVec` for Loans
2024-09-09  Kushal PalUsed `IndexVec` for Scopes
2024-09-09  Kushal PalIntroduce `IndexVec`
2024-09-09  Kushal PalStrong type BasicBlockId
2024-09-09  Kushal PalStrong type ScopeId
2024-09-09  Kushal PalStrong type LoanId
2024-09-09  Kushal PalUse FreeRegions inplace of `std::vector<FreeRegion>`
2024-09-09  Kushal PalStrong type FreeRegion
2024-09-09  Kushal PalStrong type PlaceId
2024-09-07  Owen AveryAvoid accidental insertion into map
2024-09-06  Owen AveryAdd virtual destructor to AbstractExpr
2024-09-06  Owen AveryFix v0-mangle1.rs test when run with ASAN
2024-09-05  Pierre-Emmanuel... Bump action version to avoid missing distutils
2024-09-02  badumbatishProvide new asm test case for amd64
2024-09-02  badumbatishRehaul, Apply code review from Arthur
2024-09-02  badumbatishFix return type of asm mov 5 to i32:0, tortured
2024-09-02  badumbatishMake inline mov compiles
2024-09-02  badumbatishUse's array type when constring string tree
2024-09-02  badumbatishAdded noreturn checking for nevertype, new test
2024-09-02  badumbatishPerform lowering hir output operand to tree
2024-09-02  badumbatishPerform type check on InlineAsm's operand
2024-09-02  badumbatishLower the HIR to tree with CompileExpr
2024-09-02  badumbatishMove strip double quotes, add scaffold expand
2024-09-02  badumbatishStart work on expand inline asm
2024-09-02  badumbatishAdded counting to check for asm_construct_outputs
2024-09-02  badumbatishAdded new test for prep of output {}
2024-09-02  badumbatishMinor fix to asm codegen pr
2024-09-02  badumbatishRefactor compile-asm for first round review
2024-09-02  badumbatishSuccessfully produce pseudo-nop
2024-09-02  badumbatishScaffolding code
2024-09-02  badumbatishScaffolding new compile-asm files
2024-09-02  jjasmineSetting up interfaces for codegen
2024-09-02  jjasmineLocal testing for build_string and debug()
2024-09-02  jjasmineMake sure CompileExpr::visit is reached
2024-09-02  jjasmineScaffolding asm codegen
2024-09-02  badumbatishFix the parser's operand and flags storage
2024-08-29  badumbatishAdd pop guard for binder
2024-08-29  badumbatishAdd glibcxx_assertion check
2024-08-29  badumbatishAdd running cicd 32bit
2024-08-28  Raiki Tamuragccrs: emit error code for E0758
2024-08-28  Raiki Tamuragccrs: Add typecheck for path patterns.
2024-08-27  Raiki Tamurarust: Add checking for union patterns
2024-08-22  Arthur Cohenfeature-gate: Cleanup visitor and constructor
2024-08-22  Arthur Cohenattributes: Start handling prelude_import properly
2024-08-21  badumbatishFix the disorder struct and class in inline asm
2024-08-19  Arthur Cohenast: Introduce class hierarchy for lang item paths
2024-08-19  Arthur Cohenast: Remove PathExpr abstract class
2024-08-19  Arthur Cohenast: PathPattern: Remove `remove_all_segments` method
2024-08-16  Muhammad MahadAttempted to access a nonexistent field [E0609]
2024-08-16  Kushal PalMove errors with locations
2024-08-16  Kushal PalSubset errors with locations
2024-08-16  Kushal PalMap locations to placeholder regions
2024-08-14  Kushal PalFixed testcase
2024-08-06  Liam Naddell[#2324] Add error message for E0532
2024-08-06  Arthur Cohenborrowck: Avoid overloading issues on 32bit architectures
2024-08-06  Arthur Cohenborrowck: Fix debug prints on 32-bits architectures
2024-08-06  Liam NaddellEager expansion for include* #1805 #1865
2024-08-06  Marc Poulhièsrust: avoid clobbering LIBS
2024-08-02  Kushal PalSimplify construction of BIR::Statement
2024-08-02  Kushal PalLoan errors with locations
2024-08-02  Kushal PalAdd location to BIR::Statement of kind RETURN
2024-08-02  badumbatishImplement resolve expr for inline asm ast
2024-08-01  Kushal PalAdd location to BIR::Loan
2024-08-01  Kushal PalAdd location support to BIR::Statement
2024-08-01  badumbatishTurn to switch case, use new helper functions
2024-08-01  badumbatishSet up the hir lowering for operand
2024-07-31  Kushal PalImprove compressed point bit manipulation
2024-07-31  badumbatishUse new constructors and control flow for operand
2024-07-31  badumbatishFix the parser's operand and flags storage
2024-07-31  Kushal PalFixed bitwise operation in `extract_stmt`
2024-07-30  Pierre-Emmanuel... Move mbe macro tests to their own directory
2024-07-30  Pierre-Emmanuel... Move builtin macro tests to their own directory
2024-07-29  Arthur Cohengithub: Remove nightly Rust installation
2024-07-29  Arthur Cohenffi-polonius: Remove usage of extern types.
2024-07-26  Pierre-Emmanuel... Move procedural macro test to their own directory
2024-07-25  Liam Naddell[#3045] #[may_dangle] in safe impl
2024-07-25  Muhammad Mahadgccrs: Add rustc test directory for testsuite adaptor
2024-07-25  Antonio GomesProperly striping struct fields when using attrs
2024-07-24  Muhammad Mahadgccrs: [E0576] Associated `item` not found in given...
2024-07-24  Pierre-Emmanuel... Change bug report issue template
2024-07-24  Liam Naddell[#2987] Patch ICE when deriving Clone and Copy
2024-07-24  badumbatishFix ffi and enum conventions
2024-07-24  badumbatishAdded options for ParseMode
2024-07-24  badumbatishChange assertion of constructor
2024-07-18  Liam Naddell[#3046] ICE on failing to find enum variant
2024-07-18  Pierre-Emmanuel... Fix CI bootstrap build with a nightly rust compiler
2024-07-18  badumbatishUpdate pattern with \r* for dg-output tests
2024-07-17  Antonio GomesImprove error messages for operator expressions
2024-07-16  Kushal PalIntroduce new class to handle borrow errors
2024-07-16  Kushal PalFix nightly rustc warnings
2024-07-16  Kushal PalAdded FFIVector to get Polonius output on C++ side
2024-07-15  Marc Poulhièsrust: fix HIR dump for MatchExpr
2024-07-11  Liam Naddell[#3051] Remove unnecessary #include from rust-expr.h
2024-07-10  badumbatishPin node16 by allowing old version
next