Age | Commit message (Expand) | Author | Files | Lines |
2022-01-03 | d: Merge upstream dmd 001bfd97b, druntime 759e6023, phobos 468788323. | Iain Buclaw | 1 | -1/+1 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 33 | -33/+33 |
2021-12-20 | d: Merge upstream dmd ad8412530, druntime fd9a4544, phobos 495e835c2. | Iain Buclaw | 5 | -25/+78 |
2021-12-15 | d: Merge upstream dmd 93108bb9e, druntime 6364e010, phobos 575b67a9b. | Iain Buclaw | 8 | -222/+154 |
2021-12-10 | d: Merge upstream dmd 3982604c5, druntime bc58b1e9, phobos 12329adb6. | Iain Buclaw | 41 | -925/+291 |
2021-12-09 | d: Merge upstream dmd 568496d5b, druntime 178c44ff, phobos 574bf883b. | Iain Buclaw | 205 | -445/+2271 |
2021-12-02 | libphobos: Push all callee-save registers on the stack before GC scan on ARM | Iain Buclaw | 1 | -0/+29 |
2021-11-30 | d: Import dmd b8384668f, druntime e6caaab9, phobos 5ab9ad256 (v2.098.0-beta.1) | Iain Buclaw | 144 | -12378/+31728 |
2021-11-19 | libphobos: Increase size of defaultStackPages on OSX X86_64 targets. | Iain Buclaw | 1 | -0/+10 |
2021-11-19 | libphobos: Don't call __gthread_key_delete in the emutls destroy function. | Iain Buclaw | 1 | -6/+0 |
2021-10-31 | d: Fix regressing test failures on ix86-solaris2.11 | Iain Buclaw | 1 | -1/+1 |
2021-09-30 | libphobos: Select the appropriate exception handler in getClassInfo | Iain Buclaw | 1 | -30/+44 |
2021-09-30 | libphobos: Print stacktrace before terminating program due to uncaught except... | Iain Buclaw | 1 | -0/+5 |
2021-09-30 | libphobos: Remove unused variables in gcc.backtrace. | Iain Buclaw | 2 | -33/+5 |
2021-09-30 | libphobos: Give _Unwind_Exception an alignment that best resembles __attribut... | Iain Buclaw | 1 | -1/+21 |
2021-09-30 | libphobos: Define main function as extern(C) when compiling without D runtime... | Iain Buclaw | 1 | -2/+12 |
2021-05-13 | libphobos: Fix static asserts on NetBSD, FreeBSD, DragonFlyBSD | Iain Buclaw | 5 | -23/+17 |
2021-04-21 | libphobos: Fix build fails for powerpc-linux | Iain Buclaw | 1 | -44/+24 |
2021-04-20 | libphobos: Fix SIGBUS in read_encoded_value_with_base on sparc-sun-solaris (P... | Iain Buclaw | 2 | -48/+57 |
2021-04-19 | libphobos: Merge upstream druntime 89f870b7, phobos e6907ff3e | Iain Buclaw | 16 | -204/+472 |
2021-04-19 | libphobos: Add Thread/Fiber support code for Darwin (PR98058) | Iain Buclaw | 9 | -43/+616 |
2021-04-19 | libphobos: Add D runtime support code for MinGW (PR99794) | Iain Buclaw | 8 | -94/+223 |
2021-04-19 | libphobos: Add section support code for OpenBSD (PR99691) | Iain Buclaw | 4 | -17/+44 |
2021-04-10 | libphobos: Build runtime library with -ffunction-sections -fdata-sections | Iain Buclaw | 2 | -2/+3 |
2021-04-10 | libphobos: Add section support code for MACHO and PE/COFF | Iain Buclaw | 12 | -1092/+1673 |
2021-04-08 | d: Update language attribute support, and implement gcc.attributes | Iain Buclaw | 5 | -19/+619 |
2021-04-06 | d: Merge upstream dmd 5cc71ff83, druntime 1134b710 | Iain Buclaw | 2 | -2/+2 |
2021-04-04 | d: Merge upstream dmd 3b808e838, druntime 483bc129, phobos f89dc217a | Iain Buclaw | 24 | -842/+851 |
2021-03-26 | libphobos: Build all modules with -fversion=Shared when configured with --ena... | Iain Buclaw | 2 | -2/+5 |
2021-02-04 | d: Merge upstream dmd 46133f761, druntime 0fd4364c | Iain Buclaw | 14 | -732/+1195 |
2021-02-03 | libphobos: Merge upstream druntime 9d0c8364, phobos 9d575282e. | Iain Buclaw | 22 | -254/+1760 |
2021-01-30 | libphobos: Synchronize libdruntime bindings with upstream druntime | Iain Buclaw | 340 | -12345/+13173 |
2021-01-24 | libphobos: Fix executables segfault on mipsel architecture | Iain Buclaw | 1 | -0/+4 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 33 | -33/+33 |
2020-11-27 | libphobos: Fix segfault at run-time when using custom Fibers (PR 98025) | Iain Buclaw | 5 | -3/+19 |
2020-11-27 | libphobos: Merge upstream druntime d37ef985. | Iain Buclaw | 13 | -99/+214 |
2020-11-27 | d: Add float and double overloads for all core.math intrinsics | Iain Buclaw | 2 | -50/+65 |
2020-10-27 | d: Remove the d_critsec_size target hook. | Iain Buclaw | 2 | -1/+19 |
2020-10-12 | MIPS/libphobos: Fix switchcontext.S assembly for MIPS I ISA | Maciej W. Rozycki | 1 | -12/+12 |
2020-09-10 | libphobos: libdruntime doesn't support shadow stack (PR95680) | Iain Buclaw | 4 | -28/+32 |
2020-09-09 | libphobos: Include <cet.h> to generate the CET marker for -fcf-protection | H.J. Lu | 1 | -0/+5 |
2020-09-08 | libphobos: libdruntime doesn't support shadow stack (PR95680) | Iain Buclaw | 4 | -31/+40 |
2020-06-25 | d: Turn on deprecation warnings by default. | Iain Buclaw | 2 | -3/+3 |
2020-05-17 | libphobos: Merge upstream druntime 5cc061a8, phobos 64ed4684f | Iain Buclaw | 2 | -3/+17 |
2020-05-08 | switchcontext.S: Include <cet.h> and use _CET_ENDBR | H.J. Lu | 1 | -0/+8 |
2020-04-30 | d: Merge upstream dmd 934df6f8c, druntime 7bdd83d7 | Iain Buclaw | 8 | -268/+95 |
2020-04-28 | libphobos: Fix multilib powerpc64 builds | Iain Buclaw | 4 | -60/+58 |
2020-04-27 | libphobos: Backport extern(C) bindings from druntime 2.091 | Iain Buclaw | 36 | -207/+691 |
2020-04-27 | d: Merge upstream dmd f8a1a5153, druntime 2b5c0b27 | Iain Buclaw | 2 | -3/+3 |
2020-04-25 | d: Merge upstream dmd 09db0c41e, druntime e68a5ae3. | Iain Buclaw | 5 | -59/+192 |