Show patches with: Archived = No       |   126808 patches
« 1 2 ... 425 426 4271268 1269 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[committed] d: Use HOST_WIDE_INT for type size temporaries. [committed] d: Use HOST_WIDE_INT for type size temporaries. - - - - --- 2021-11-18 Iain Buclaw New
[committed] d: Use COMPILER_FOR_BUILD to build all D front-end generator programs [committed] d: Use COMPILER_FOR_BUILD to build all D front-end generator programs - - - - --- 2021-03-28 Iain Buclaw New
[committed] d: Use Array::find to get index of element [committed] d: Use Array::find to get index of element - - - - --- 2021-04-06 Iain Buclaw New
[committed] d: Update recipes for building html and pdf documentation [committed] d: Update recipes for building html and pdf documentation - - - - --- 2022-11-30 Iain Buclaw New
[committed] d: Update language attribute support, and implement gcc.attributes [committed] d: Update language attribute support, and implement gcc.attributes - - - - --- 2021-04-08 Iain Buclaw New
[committed] d: Update documentation of new D language options. [committed] d: Update documentation of new D language options. - - - - --- 2021-12-01 Iain Buclaw New
[committed] d: Update comment for TypeInfoVisitor::layout_base [committed] d: Update comment for TypeInfoVisitor::layout_base - - - - --- 2021-08-29 Iain Buclaw New
[committed] d: Update code formatting in a consistent style. [committed] d: Update code formatting in a consistent style. - - - - --- 2020-06-16 Iain Buclaw New
[committed] d: Update DIP links in gdc documentation to point at upstream repository [committed] d: Update DIP links in gdc documentation to point at upstream repository - - - - --- 2022-08-16 Iain Buclaw New
[committed] d: TypeInfo error when using slice copy on Structs (PR100964) [committed] d: TypeInfo error when using slice copy on Structs (PR100964) - - - - --- 2021-06-09 Iain Buclaw New
[committed] d: Turn on deprecation warnings by default. [committed] d: Turn on deprecation warnings by default. - - - - --- 2020-06-25 Iain Buclaw New
[committed] d: Synchronize testsuite with upstream dmd [committed] d: Synchronize testsuite with upstream dmd - - - - --- 2021-01-09 Iain Buclaw New
[committed] d: Synchronize gdc documentation with options in d/lang.opt [committed] d: Synchronize gdc documentation with options in d/lang.opt - - - - --- 2022-11-30 Iain Buclaw New
[committed] d: Support deprecated, @disable, and user-defined attributes on enum members [committed] d: Support deprecated, @disable, and user-defined attributes on enum members - - - - --- 2021-01-09 Iain Buclaw New
[committed] d: Suboptimal codegen for __builtin_expect(cond, false) [committed] d: Suboptimal codegen for __builtin_expect(cond, false) - - - - --- 2023-06-26 Iain Buclaw New
[committed] d: Split up the grouped compilable and runnable tests. [committed] d: Split up the grouped compilable and runnable tests. - - - - --- 2020-07-31 Iain Buclaw New
[committed] d: Split up d-frontend.cc into multiple parts. [committed] d: Split up d-frontend.cc into multiple parts. - - - - --- 2020-06-04 Iain Buclaw New
[committed] d: Simplify quoting characters in deps_add_target [committed] d: Simplify quoting characters in deps_add_target - - - - --- 2020-12-30 Iain Buclaw New
[committed] d: Set up input_location before lowering Dsymbol AST [committed] d: Set up input_location before lowering Dsymbol AST - - - - --- 2020-06-02 Iain Buclaw New
[committed] d: Set doing_semantic_analysis_p before calling functionSemantic3 [committed] d: Set doing_semantic_analysis_p before calling functionSemantic3 - - - - --- 2023-02-21 Iain Buclaw New
[committed] d: Set TYPE_ARTIFICIAL on internal TypeInfo types [committed] d: Set TYPE_ARTIFICIAL on internal TypeInfo types - - - - --- 2022-06-15 Iain Buclaw New
[committed] d: Separate documentation indices into options and keywords. [committed] d: Separate documentation indices into options and keywords. - - - - --- 2022-11-30 Iain Buclaw New
[committed] d: Save target node before parsing optimize options in case it changes. [committed] d: Save target node before parsing optimize options in case it changes. - - - - --- 2021-10-04 Iain Buclaw New
[committed] d: Revert "Come up with startswith function." [committed] d: Revert "Come up with startswith function." - - - - --- 2021-05-18 Iain Buclaw New
[committed] d: Return the correct value for C++ constructor calls (PR101664) [committed] d: Return the correct value for C++ constructor calls (PR101664) - - - - --- 2021-07-29 Iain Buclaw New
[committed] d: Return promoted types in d_type_promotes_to when linkage is not D [committed] d: Return promoted types in d_type_promotes_to when linkage is not D - - - - --- 2020-09-12 Iain Buclaw New
[committed] d: Respect explicit align(N) type alignment (PR100935) [committed] d: Respect explicit align(N) type alignment (PR100935) - - - - --- 2021-06-09 Iain Buclaw New
[committed] d: Remove visibility and lookup deprecation [committed] d: Remove visibility and lookup deprecation - - - - --- 2021-01-11 Iain Buclaw New
[committed] d: Remove the expansion of intrinsic and built-in codes from the DEF_D_INTRINSIC macro [committed] d: Remove the expansion of intrinsic and built-in codes from the DEF_D_INTRINSIC macro - - - - --- 2021-02-05 Iain Buclaw New
[committed] d: Remove the d_critsec_size target hook. [committed] d: Remove the d_critsec_size target hook. - - - - --- 2020-10-27 Iain Buclaw New
[committed] d: Remove setting of target-specific global.params flags from front-end [committed] d: Remove setting of target-specific global.params flags from front-end - - - - --- 2021-04-14 Iain Buclaw New
[committed] d: Remove names of unused function parameters. [committed] d: Remove names of unused function parameters. - - - - --- 2020-06-16 Iain Buclaw New
[committed] d: Remove handling of deleting GC allocated classes. [committed] d: Remove handling of deleting GC allocated classes. - - - - --- 2022-02-20 Iain Buclaw New
[committed] d: Remove generated D header files on error (PR101657) [committed] d: Remove generated D header files on error (PR101657) - - - - --- 2021-07-29 Iain Buclaw New
[committed] d: Remove gdc.test/dhry.d from the testsuite (PR104736) [committed] d: Remove gdc.test/dhry.d from the testsuite (PR104736) - - - - --- 2022-03-01 Iain Buclaw New
[committed] d: Remove dependency on front-end OutBuffer for diagnostic and deps file generation. [committed] d: Remove dependency on front-end OutBuffer for diagnostic and deps file generation. - - - - --- 2020-06-16 Iain Buclaw New
[committed] d: Remove dependency on front-end File type for json and deps file generation. [committed] d: Remove dependency on front-end File type for json and deps file generation. - - - - --- 2020-06-16 Iain Buclaw New
[committed] d: Remove d_size_t from front-end sources (PR 87788) [committed] d: Remove d_size_t from front-end sources (PR 87788) - - - - --- 2020-11-29 Iain Buclaw New
[committed] d: Remove another dependency on the front-end OutBuffer type. [committed] d: Remove another dependency on the front-end OutBuffer type. - - - - --- 2020-06-25 Iain Buclaw New
[committed] d: Remove Wtemplates warnings from the code generation pass [committed] d: Remove Wtemplates warnings from the code generation pass - - - - --- 2022-04-03 Iain Buclaw New
[committed] d: Refactor use of built-in memcmp/memcpy/memset into helper functions. [committed] d: Refactor use of built-in memcmp/memcpy/memset into helper functions. - - - - --- 2020-07-30 Iain Buclaw New
[committed] d: Refactor matching and lowering of intrinsic functions. [committed] d: Refactor matching and lowering of intrinsic functions. - - - - --- 2020-07-30 Iain Buclaw New
[committed] d: Refactor DECL_ARGUMENT and DECL_RESULT generation to own function [committed] d: Refactor DECL_ARGUMENT and DECL_RESULT generation to own function - - - - --- 2023-03-13 Iain Buclaw New
[committed] d: Reduce code duplication of writing generated files. [committed] d: Reduce code duplication of writing generated files. - - - - --- 2023-10-14 Iain Buclaw New
[committed] d: Recognize pragma(inline) in the code generator. [committed] d: Recognize pragma(inline) in the code generator. - - - - --- 2020-04-26 Iain Buclaw New
[committed] d: RHS value lost when a target_expr modifies LHS in a cond_expr (PR101282) [committed] d: RHS value lost when a target_expr modifies LHS in a cond_expr (PR101282) - - - - --- 2021-07-02 Iain Buclaw New
[committed] d: Prefix object files from the root package with 'root-' [committed] d: Prefix object files from the root package with 'root-' - - - - --- 2021-12-02 Iain Buclaw New
[committed] d: Predefine the D_PIE version condition when flag_pie is set. [committed] d: Predefine the D_PIE version condition when flag_pie is set. - - - - --- 2021-03-28 Iain Buclaw New
[committed] d: Only test with default permutation flags for runnable tests. [committed] d: Only test with default permutation flags for runnable tests. - - - - --- 2020-09-03 Iain Buclaw New
[committed] d: Only handle the left-to-right evaluation of a call expression during gimplify [committed] d: Only handle the left-to-right evaluation of a call expression during gimplify - - - - --- 2023-02-21 Iain Buclaw New
[committed] d: Move private functions out of ExprVisitor into local statics [committed] d: Move private functions out of ExprVisitor into local statics - - - - --- 2020-07-30 Iain Buclaw New
[committed] d: Move lowering of each tree node to separate functions [committed] d: Move lowering of each tree node to separate functions - - - - --- 2020-08-26 Iain Buclaw New
[committed] d: Move generation of array bounds error to own function. [committed] d: Move generation of array bounds error to own function. - - - - --- 2020-06-16 Iain Buclaw New
[committed] d: Move d_signed_type and d_unsigned_type to types.cc [committed] d: Move d_signed_type and d_unsigned_type to types.cc - - - - --- 2020-06-25 Iain Buclaw New
[committed] d: Move d_gimplify_expr and dependencies to d-gimplify.cc [committed] d: Move d_gimplify_expr and dependencies to d-gimplify.cc - - - - --- 2020-08-26 Iain Buclaw New
[committed] d: Move call to set_linkage_for_decl to declare_extern_var. [committed] d: Move call to set_linkage_for_decl to declare_extern_var. - - - - --- 2021-04-14 Iain Buclaw New
[committed] d: Move all runnable tests in gdc.dg to gdc.dg/torture [committed] d: Move all runnable tests in gdc.dg to gdc.dg/torture - - - - --- 2020-09-03 Iain Buclaw New
[committed] d: Missed RVO optimization with non-POD structs [committed] d: Missed RVO optimization with non-POD structs - - - - --- 2021-07-03 Iain Buclaw New
[committed] d: Merge upstream dmd, druntime f8bae04558, phobos ba2ade9dec [committed] d: Merge upstream dmd, druntime f8bae04558, phobos ba2ade9dec - - - - --- 2024-03-03 Iain Buclaw New
[committed] d: Merge upstream dmd, druntime f1a045928e [committed] d: Merge upstream dmd, druntime f1a045928e - - - - --- 2024-02-02 Iain Buclaw New
[committed] d: Merge upstream dmd, druntime e48bc0987d, phobos 2458e8f82. [committed] d: Merge upstream dmd, druntime e48bc0987d, phobos 2458e8f82. - - - - --- 2023-10-29 Iain Buclaw New
[committed] d: Merge upstream dmd, druntime b65767825f, phobos 92dc5a4e9. [committed] d: Merge upstream dmd, druntime b65767825f, phobos 92dc5a4e9. - - - - --- 2024-04-06 Iain Buclaw New
[committed] d: Merge upstream dmd, druntime a88e1335f7, phobos 1921d29df. [committed] d: Merge upstream dmd, druntime a88e1335f7, phobos 1921d29df. - - - - --- 2023-07-10 Iain Buclaw New
[committed] d: Merge upstream dmd, druntime a45f4e9f43, phobos 106038f2e. [committed] d: Merge upstream dmd, druntime a45f4e9f43, phobos 106038f2e. - - - - --- 2023-06-26 Iain Buclaw New
[committed] d: Merge upstream dmd, druntime 855353a1d9 [committed] d: Merge upstream dmd, druntime 855353a1d9 - - - - --- 2024-03-17 Iain Buclaw New
[committed] d: Merge upstream dmd, druntime 643b1261bb, phobos 1c98326e7 [committed] d: Merge upstream dmd, druntime 643b1261bb, phobos 1c98326e7 - - - - --- 2023-11-02 Iain Buclaw New
[committed] d: Merge upstream dmd, druntime 5f7552bb28, phobos 67a47cf39. [committed] d: Merge upstream dmd, druntime 5f7552bb28, phobos 67a47cf39. - - - - --- 2023-03-17 Iain Buclaw New
[committed] d: Merge upstream dmd, druntime 2bbf64907c, phobos b64bfbf91 [committed] d: Merge upstream dmd, druntime 2bbf64907c, phobos b64bfbf91 - - - - --- 2023-12-11 Iain Buclaw New
[committed] d: Merge upstream dmd, druntime 26f049fb26, phobos 330d6a4fd. [committed] d: Merge upstream dmd, druntime 26f049fb26, phobos 330d6a4fd. - - - - --- 2023-08-20 Iain Buclaw New
[committed] d: Merge upstream dmd, druntime 17ccd12af3, phobos 8d3800bee. [committed] d: Merge upstream dmd, druntime 17ccd12af3, phobos 8d3800bee. - - - - --- 2023-07-10 Iain Buclaw New
[committed] d: Merge upstream dmd, druntime 09faa4eacd, phobos 13ef27a56. [committed] d: Merge upstream dmd, druntime 09faa4eacd, phobos 13ef27a56. - - - - --- 2023-02-21 Iain Buclaw New
[committed] d: Merge upstream dmd ff57fec515, druntime ff57fec515, phobos 17bafda79. [committed] d: Merge upstream dmd ff57fec515, druntime ff57fec515, phobos 17bafda79. - - - - --- 2023-11-21 Iain Buclaw New
[committed] d: Merge upstream dmd f8a1a5153, druntime 2b5c0b27 (PR89418) [committed] d: Merge upstream dmd f8a1a5153, druntime 2b5c0b27 (PR89418) - - - - --- 2020-04-27 Iain Buclaw New
[committed] d: Merge upstream dmd f5638c7b8. [committed] d: Merge upstream dmd f5638c7b8. - - - - --- 2020-06-05 Iain Buclaw New
[committed] d: Merge upstream dmd f4be7f6f7b. [committed] d: Merge upstream dmd f4be7f6f7b. - - - - --- 2023-10-22 Iain Buclaw New
[committed] d: Merge upstream dmd eb7bee331, druntime 27834edb, phobos ac296f80c. [committed] d: Merge upstream dmd eb7bee331, druntime 27834edb, phobos ac296f80c. - - - - --- 2022-04-21 Iain Buclaw New
[committed] d: Merge upstream dmd e49192807 [committed] d: Merge upstream dmd e49192807 - - - - --- 2020-08-26 Iain Buclaw New
[committed] d: Merge upstream dmd db0df3f7e. [committed] d: Merge upstream dmd db0df3f7e. - - - - --- 2020-11-27 Iain Buclaw New
[committed] d: Merge upstream dmd d7772a2369, phobos 5748ca43f. [committed] d: Merge upstream dmd d7772a2369, phobos 5748ca43f. - - - - --- 2022-08-03 Iain Buclaw New
[committed] d: Merge upstream dmd cf63dd8e5, druntime caf14b0f, phobos 41aaf8c26. [committed] d: Merge upstream dmd cf63dd8e5, druntime caf14b0f, phobos 41aaf8c26. - - - - --- 2022-02-28 Iain Buclaw New
[committed] d: Merge upstream dmd cef1e7991. [committed] d: Merge upstream dmd cef1e7991. - - - - --- 2020-06-07 Iain Buclaw New
[committed] d: Merge upstream dmd cb4a96fae [committed] d: Merge upstream dmd cb4a96fae - - - - --- 2020-08-26 Iain Buclaw New
[committed] d: Merge upstream dmd c2274e56a (PR96250). [committed] d: Merge upstream dmd c2274e56a (PR96250). - - - - --- 2020-08-03 Iain Buclaw New
[committed] d: Merge upstream dmd b0df0e982 [committed] d: Merge upstream dmd b0df0e982 - - - - --- 2020-06-07 Iain Buclaw New
[committed] d: Merge upstream dmd ad8412530, druntime fd9a4544, phobos 495e835c2. [committed] d: Merge upstream dmd ad8412530, druntime fd9a4544, phobos 495e835c2. - - - - --- 2021-12-20 Iain Buclaw New
[committed] d: Merge upstream dmd a5c86f5b9 [committed] d: Merge upstream dmd a5c86f5b9 - - - - --- 2021-01-05 Iain Buclaw New
[committed] d: Merge upstream dmd 955b8b36f. [committed] d: Merge upstream dmd 955b8b36f. - - - - --- 2020-06-08 Iain Buclaw New
[committed] d: Merge upstream dmd 934df6f8c, druntime 7bdd83d7 (PR90719, PR94825) [committed] d: Merge upstream dmd 934df6f8c, druntime 7bdd83d7 (PR90719, PR94825) - - - - --- 2020-04-30 Iain Buclaw New
[committed] d: Merge upstream dmd 93108bb9e, druntime 6364e010, phobos 575b67a9b. [committed] d: Merge upstream dmd 93108bb9e, druntime 6364e010, phobos 575b67a9b. - - - - --- 2021-12-15 Iain Buclaw New
[committed] d: Merge upstream dmd 90450f3ef. [committed] d: Merge upstream dmd 90450f3ef. - - - - --- 2020-06-25 Iain Buclaw New
[committed] d: Merge upstream dmd 9038e64c5. [committed] d: Merge upstream dmd 9038e64c5. - - - - --- 2021-01-07 Iain Buclaw New
[committed] d: Merge upstream dmd 8508c4e68. [committed] d: Merge upstream dmd 8508c4e68. - - - - --- 2020-06-28 Iain Buclaw New
[committed] d: Merge upstream dmd 821ed393d, druntime 454471d8, phobos 1206fc94f. [committed] d: Merge upstream dmd 821ed393d, druntime 454471d8, phobos 1206fc94f. - - - - --- 2022-06-13 Iain Buclaw New
[committed] d: Merge upstream dmd 740f3d1ea. [committed] d: Merge upstream dmd 740f3d1ea. - - - - --- 2020-06-05 Iain Buclaw New
[committed] d: Merge upstream dmd 73d8e2fec. [committed] d: Merge upstream dmd 73d8e2fec. - - - - --- 2020-06-07 Iain Buclaw New
[committed] d: Merge upstream dmd 6d5bffa54 [committed] d: Merge upstream dmd 6d5bffa54 - - - - --- 2020-06-05 Iain Buclaw New
[committed] d: Merge upstream dmd 65a3da148c, phobos fc06c514a. [committed] d: Merge upstream dmd 65a3da148c, phobos fc06c514a. - - - - --- 2023-11-21 Iain Buclaw New
[committed] d: Merge upstream dmd 6203135dc, druntime e150cca1, phobos a4a18d21c. [committed] d: Merge upstream dmd 6203135dc, druntime e150cca1, phobos a4a18d21c. - - - - --- 2022-06-22 Iain Buclaw New
[committed] d: Merge upstream dmd 609c3ce2d, phobos 3dd5df686 [committed] d: Merge upstream dmd 609c3ce2d, phobos 3dd5df686 - - - - --- 2021-01-26 Iain Buclaw New
[committed] d: Merge upstream dmd 5fc1806cd. [committed] d: Merge upstream dmd 5fc1806cd. - - - - --- 2020-06-25 Iain Buclaw New
« 1 2 ... 425 426 4271268 1269 »