]> gcc.gnu.org Git - gcc.git/shortlog
gcc.git
2024-01-16 Philip Herrongccrs: Take advantage of our new unify_and to inject...
2024-01-16 goar5670gccrs: parser: Fix parsing closure parameter
2024-01-16 Pierre-Emmanuel... gccrs: parser: Fix while let expr parsing
2024-01-16 Philip Herrongccrs: add uninit intrinsic
2024-01-16 Pierre-Emmanuel... gccrs: parser: Add 0 sized slice pattern parsing
2024-01-16 Pierre-Emmanuel... gccrs: fixup: parser: Fix bootstrap compile error
2024-01-16 Abdul Rafeygccrs: added support for printing HIR dump of functions...
2024-01-16 Nikos Alexandrisgccrs: Add location info when opening a file fails...
2024-01-16 Pierre-Emmanuel... gccrs: testsuite: Add a test for .. in slice patterns
2024-01-16 Pierre-Emmanuel... gccrs: parser: Add RestPattern parsing
2024-01-16 Pierre-Emmanuel... gccrs: ast: Add NodeId and clone to RestPattern
2024-01-16 Pierre-Emmanuel... gccrs: testsuite: Add a test for if let syntax
2024-01-16 Pierre-Emmanuel... gccrs: parser: Fix if let parsing
2024-01-16 Philip Herrongccrs: add {add,sub,mul}_with_overflow intrinsics
2024-01-16 Arthur Cohengccrs: hir: Refactor ASTLoweringStmt to source file.
2024-01-16 mxlol233gccrs: Add feature gate definition for `extern_types`.
2024-01-16 Owen Averygccrs: Fix assignment operator overloads for AST and...
2024-01-16 bl7awygccrs: typecheck: Fix casting error behind generics
2024-01-16 Owen Averygccrs: Change struct StructPatternElements into class
2024-01-16 Owen Averygccrs: Replace gcc_unreachable with rust_sorry_at
2024-01-16 Owen Averygccrs: Fix formatting
2024-01-16 Pierre-Emmanuel... gccrs: ast: Add RestPattern AST node
2024-01-16 Philip Herrongccrs: Remove cmp_autoderef_mode hack from old autoderef
2024-01-16 Philip Herrongccrs: Fix method resolution to use TryCoerce
2024-01-16 Philip Herrongccrs: bug-fix implicit inference checks
2024-01-16 Philip Herrongccrs: autoderef unconstify so we can use in non const...
2024-01-16 Philip Herrongccrs: Only emit errors during type-bounds checking...
2024-01-16 Philip Herrongccrs: Make coercion sites autoderef cycle optional
2024-01-16 Philip Herrongccrs: Allow infer vars on the lhs too
2024-01-16 Philip Herrongccrs: Generic pointers are coerceable
2024-01-16 Philip Herrongccrs: refactor unify commit as a static function from...
2024-01-16 Philip Herrongccrs: Fix ICE in ADTType::is_concrete
2024-01-16 Pierre-Emmanuel... gccrs: testsuite: Add test with missing semicolon
2024-01-16 Pierre-Emmanuel... gccrs: testsuite: Add extern type item test
2024-01-16 Pierre-Emmanuel... gccrs: parser: Parse external type item
2024-01-16 omkar-mohantygccrs: Implement and test include_str eager expansion
2024-01-16 Arthur Cohengccrs: parser: Parse `default` impl Functions and Methods
2024-01-16 Pierre-Emmanuel... gccrs: typecheck: Refactor cast_site
2024-01-16 Arthur Cohengccrs: ast: Add proper visitors for ExternalTypeItem
2024-01-16 Arthur Cohengccrs: ast: Add ExternalTypeItem node
2024-01-16 Arthur Cohengccrs: macro_invoc_lexer: Add `split_current_token...
2024-01-16 Arthur Cohengccrs: parser: Add parsing of auto traits
2024-01-16 Pierre-Emmanuel... gccrs: typecheck: Refactor coercion_site
2024-01-16 Pierre-Emmanuel... gccrs: typecheck: Refactor unify_site
2024-01-16 Arthur Cohengccrs: parser: Allow `LEFT_SHIFT` to start `parse_type`
2024-01-16 Arthur Cohengccrs: parser: Allow parsing of qualified type path...
2024-01-16 mxlol233gccrs: Add feature gate for "rustc_attri".
2024-01-16 Wilco DijkstraAArch64: Reassociate CONST in address expressions
2024-01-16 Owen Averygccrs: Parse AltPattern
2024-01-16 Pierre-Emmanuel... gccrs: Fix missing build dependency
2024-01-16 Pierre-Emmanuel... gccrs: Fix bootstrap build
2024-01-16 Daniel Cedermansparc: Char arrays are 64-bit aligned on SPARC
2024-01-16 Daniel Cedermantestsuite: Skip ifcvt-4.c for SPARC V8
2024-01-16 Daniel Cedermansparc: Treat instructions with length 0 as empty
2024-01-16 Daniel Cedermansparc: Add errata workaround to membar patterns
2024-01-16 Andreas Larssonsparc: Revert membar optimization that is not suitable...
2024-01-16 Eric BotcazouFix crash of -fdump-ada-spec in a pathological case
2024-01-16 Jakub Jelinekcfgexpand: Workaround CSE of ADDR_EXPRs in VAR_DECL...
2024-01-16 Georg-Johann LayAVR: Add AVR16EB, AVR16EA and AVR32EA devices.
2024-01-16 Feng XueDo not count unused scalar use when marking STMT_VINFO_...
2024-01-16 Juzhe-ZhongRISC-V: Report Sorry when users enable RVV in big-endia...
2024-01-16 Kewen Lintestsuite: Fix vect_long_mult on Power [PR109705]
2024-01-16 Yanzhang WangRISC-V: delete vector abi checking in all relevant...
2024-01-16 Yanzhang WangRISC-V: delete all the vector psabi checking.
2024-01-16 GCC AdministratorDaily bump.
2024-01-16 David Malcolmanalyzer: fix false +ves from -Wanalyzer-tainted-array...
2024-01-16 David Malcolmanalyzer: casting all zeroes should give all zeroes...
2024-01-15 Marek Polacekc++: ICE with auto in template arg [PR110065]
2024-01-15 Andrew PinskiAdd myself to the DCO section
2024-01-15 Patrick Palkac++: access of class-scope partial spec
2024-01-15 Patrick Palkac++: explicit inst w/ similar constrained partial specs...
2024-01-15 Patrick Palkac++: non-dep array list-init w/ non-triv dtor [PR109899]
2024-01-15 Patrick Palkalibstdc++: Reduce std::variant template instantiation...
2024-01-15 Patrick Palkalibstdc++: Implement P2836R1 changes to const_iterator
2024-01-15 H.J. LuRemove --save-temps from some compile tests
2024-01-15 Jonathan Wakelylibstdc++: Fix redefinition error in std::tuple [PR108822]
2024-01-15 Jonathan Wakelylibstdc++: Use variable template to fix -fconcepts...
2024-01-15 Jonathan Wakelylibstdc++: Update tzdata to 2023d
2024-01-15 Jakub Jelinektestsuite: Add testcase for already fixed PR [PR113048]
2024-01-15 Georg-Johann LayAVR: Document option -mskip-bug.
2024-01-15 Liao ShihuaRISC-V: Add C intrinsic for Scalar Bitmanip Extension
2024-01-15 Liao ShihuaRISC-V: Add C intrinsic for Scalar Crypto Extension
2024-01-15 Liao ShihuaRISC-V: Remove the Scalar Bitmanip and Crypto Built...
2024-01-15 Vladimir N... [PR113354][LRA]: Fixing LRA failure on building MIPS GCC
2024-01-15 Georg-Johann LayAVR: target/107201: Make -nodevicelib work for all...
2024-01-15 Lipeng Zhulibgfortran: Bugfix if not define HAVE_ATOMIC_FETCH_ADD
2024-01-15 Juzhe-ZhongRISC-V: Fix regression (GCC-14 compare with GCC-13...
2024-01-15 Juzhe-ZhongRISC-V: Adjust loop len by costing 1 when NITER < VF
2024-01-15 Richard Bienertree-optimization/113385 - wrong loop father with early...
2024-01-15 Juzhe-ZhongRISC-V: Remove m_num_vector_iterations[NFC]
2024-01-15 Juzhe-ZhongRISC-V: Add optimized dump check of VLS reduc tests
2024-01-15 Andrew PinskiAVR: target/113156 - Fix ICE due to missing "Save"...
2024-01-15 Jakub Jelineklower-bitint: Fix up handling of INTEGER_CSTs in handle...
2024-01-15 Juzhe-ZhongRISC-V: Fix attributes bug configuration of ternary...
2024-01-15 YunQiang SuMIPS/testsuite: Add -mno-abicalls option to unaligned-2.c
2024-01-15 GCC AdministratorDaily bump.
2024-01-14 John David... Disable tests for strdup/strndup on __hpux__
2024-01-14 John David... Skip several gcc.dg/builtin-dynamic-object-size tests...
2024-01-14 John David... Fix dg-warning on hppa*64*-*-*
2024-01-14 John David... Skip several analyzer socket tests on hppa*-*-hpux*
next
This page took 0.086173 seconds and 5 git commands to generate.