Age | Commit message (Expand) | Author | Files | Lines |
2023-01-16 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-08-15 | d: Defer compiling inline definitions until after the module has finished. | Iain Buclaw | 1 | -0/+1 |
2022-08-15 | d: Fix internal compiler error: Segmentation fault at gimple-expr.cc:88 | Iain Buclaw | 1 | -0/+1 |
2022-06-24 | d: Add `@register' attribute to compiler and library. | Iain Buclaw | 1 | -1/+1 |
2022-06-24 | d: Construct indexes of ARRAY_TYPE using ARRAY_REF. | Iain Buclaw | 1 | -1/+1 |
2022-06-15 | d: Add `@visibility' and `@hidden' attributes. | Iain Buclaw | 1 | -0/+1 |
2022-06-15 | d: Delay completing aggregate and enum types until after attributes have been... | Iain Buclaw | 1 | -0/+12 |
2022-06-13 | d: Improve TypeInfo errors when compiling in -fno-rtti mode | Iain Buclaw | 1 | -2/+3 |
2022-04-02 | d: Merge upstream dmd 47871363d, druntime, c52e28b7, phobos 99e9c1b77. | Iain Buclaw | 1 | -2/+1 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-12-09 | d: Merge upstream dmd 568496d5b, druntime 178c44ff, phobos 574bf883b. | Iain Buclaw | 1 | -6/+3 |
2021-11-30 | d: Import dmd b8384668f, druntime e6caaab9, phobos 5ab9ad256 (v2.098.0-beta.1) | Iain Buclaw | 1 | -1/+0 |
2021-08-29 | d: Call the assertp and boundsp variants for assert and array contract failures. | Iain Buclaw | 1 | -2/+6 |
2021-07-29 | d: Ensure casting from bool results in either 0 or 1 (PR96435) | Iain Buclaw | 1 | -0/+1 |
2021-07-28 | d: Compile-time reflection for supported built-ins (PR101127) | Iain Buclaw | 1 | -0/+1 |
2021-06-10 | d: Fix ICE in TypeInfoDeclaration, at dmd/declaration.c (PR100967) | Iain Buclaw | 1 | -0/+1 |
2021-04-17 | d: Add TARGET_D_TEMPLATES_ALWAYS_COMDAT | Iain Buclaw | 1 | -1/+0 |
2021-04-05 | d: Use weak linkage for template symbols instead of gnu.linkonce (PR99914) | Iain Buclaw | 1 | -3/+12 |
2021-02-05 | d: Remove the expansion of intrinsic and built-in codes from the DEF_D_INTRIN... | Iain Buclaw | 1 | -1/+1 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-12-30 | d: Give the result of evaluated expressions a location | Iain Buclaw | 1 | -1/+1 |
2020-08-31 | d: Fix ICEs in the front-end when pointer size is 16-bit. | Iain Buclaw | 1 | -1/+1 |
2020-08-26 | d: Move d_gimplify_expr and dependencies to d-gimplify.cc | Iain Buclaw | 1 | -0/+3 |
2020-08-04 | d: Fix struct literals that have non-deterministic hash values (PR96153) | Iain Buclaw | 1 | -1/+1 |
2020-08-03 | d: Fix ICE using non-local variable: internal compiler error: Segmentation fault | Iain Buclaw | 1 | -0/+1 |
2020-07-30 | d: Fix associative array literals that don't have alignment holes filled | Iain Buclaw | 1 | -0/+1 |
2020-07-30 | d: Refactor use of built-in memcmp/memcpy/memset into helper functions. | Iain Buclaw | 1 | -0/+3 |
2020-07-30 | d: Refactor matching and lowering of intrinsic functions. | Iain Buclaw | 1 | -1/+1 |
2020-06-25 | d: Move d_signed_type and d_unsigned_type to types.cc | Iain Buclaw | 1 | -2/+2 |
2020-06-16 | d: Update code formatting in a consistent style. | Iain Buclaw | 1 | -5/+5 |
2020-06-16 | d: Move generation of array bounds error to own function. | Iain Buclaw | 1 | -0/+1 |
2020-06-05 | d: Merge upstream dmd 56f0a65c4. | Iain Buclaw | 1 | -0/+1 |
2020-05-06 | d: Fix ICE in verify_gimple_stmt, at tree-cfg.c:4959 | Iain Buclaw | 1 | -3/+1 |
2020-04-27 | d: Fix ICE in assign_temp, at function.c:984 (PR94777) | Iain Buclaw | 1 | -2/+2 |
2020-04-01 | d: Merge UDAs between function prototype and definitions (PR90136) | Iain Buclaw | 1 | -4/+2 |
2020-03-20 | d: Fix SEGV in hash_table<odr_name_hasher, false, xcallocator>::find_slot_wit... | Iain Buclaw | 1 | -0/+5 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-04-23 | d: Add support for compiling without libphobos library. | Iain Buclaw | 1 | -1/+2 |
2019-04-12 | d: Add -fbuilding-libphobos-tests option | Iain Buclaw | 1 | -1/+6 |
2019-01-20 | [D] Fix identity comparison for structs with complex float fields. | Iain Buclaw | 1 | -0/+1 |
2019-01-15 | [D] Move building of typeof(null) values to a common function. | Iain Buclaw | 1 | -0/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-10-28 | Add D front-end, libphobos library, and D2 testsuite. | Iain Buclaw | 1 | -0/+675 |