aboutsummaryrefslogtreecommitdiff
path: root/libphobos
AgeCommit message (Expand)AuthorFilesLines
2019-06-16d/dmd: Merge upstream dmd f8e38c001Iain Buclaw2-5/+5
2019-05-07Check if Solaris ld supports -z relax=transtlsRainer Orth4-95/+136
2019-05-02libphobos: Correct my identity in the last ChangeLog entryMaciej W. Rozycki1-1/+1
2019-05-02libphobos: RISC-V: Fix soft-float build errors with IEEE exception flagsMaciej W. Rozycki2-13/+40
2019-04-29libphobos: Fix multilib builds for s390x-linux-gnuIain Buclaw8-21/+122
2019-04-29libphobos: Backport minimal MinGW support patches.Iain Buclaw7-44/+53
2019-04-25libphobos: Fix segfault in runtime caused by unexpected GC of TLS data.Iain Buclaw4-1/+56
2019-04-25Fix typo in m4/druntime/cpu.m4Rainer Orth3-2/+7
2019-04-25D: Implement GCC emutls in druntimeJohannes Pfau7-37/+570
2019-04-25libphobos: Add missing PWD_COMMAND to Makefile.Iain Buclaw3-0/+8
2019-04-24libphobos: Fix linker warning and SEGV in core.thread tests.Iain Buclaw15-767/+1256
2019-04-24libphobos: Fix FAIL phobos.exp/core.time on CentOS 5.11, Linux 2.6.18Iain Buclaw6-5/+46
2019-04-24libphobos: Skip curl tests if libcurl is not installed on the target.Iain Buclaw4-3/+71
2019-04-24libphobos: Fix assert in core.sys.posix.sys.stat for aarch64/ilp32.Iain Buclaw2-3/+3
2019-04-24libphobos: Fix link build errors when compiling with unsupported optionsIain Buclaw3-12/+25
2019-04-23libphobos: Add AArch64 Linux as a supported target.Iain Buclaw2-0/+7
2019-04-23libphobos: Add D support for S/390 LinuxIain Buclaw4-1/+38
2019-04-23libphobos: Add D support for RISC-V LinuxIain Buclaw4-1/+56
2019-04-23re PR d/90079 (SEGV in _aaKeys, _aaValues on 32-bit SPARC)Iain Buclaw2-31/+95
2019-04-23re PR target/89093 (C++ exception handling clobbers d8 VFP register)Ramana Radhakrishnan2-0/+23
2019-04-22libphobos: Merge upstream phobos b538f758aIain Buclaw5-15/+35
2019-04-22libphobos: Merge upstream druntime 109f0f2eIain Buclaw12-143/+277
2019-04-21re PR d/90064 (InSituRegion lacks SPARC64 support)Iain Buclaw3-8/+12
2019-04-21libphobos: Merge upstream druntime 4b2674b3Iain Buclaw5-290/+331
2019-04-20libphobos: core.atomic should have fallback when there's no libatomic.Iain Buclaw2-66/+214
2019-04-16libphobos: Fix configure test for backtrace-supported.hIain Buclaw4-2/+41
2019-04-15Backport PRs 90059, 90060, 90062Iain Buclaw4-25/+137
2019-04-14Enable libphobos on Solaris 11/x86Rainer Orth6-7/+125
2019-04-14Work around lack of dlpi_tls_modid before Solaris 11.5Rainer Orth10-1158/+1386
2019-04-14Work around Solaris ld bug linking __tls_get_addr on 64-bit x86Rainer Orth9-2/+57
2019-04-14Use gcc/sections/elf_shared.d on Solaris 11.5 (PR d/88150)Rainer Orth6-136/+46
2019-04-13libphobos: Move rt.sections modules to gcc.sectionsIain Buclaw12-370/+414
2019-04-12libphobos: Add subdir-objects to configure script.Iain Buclaw4-13/+24
2019-04-12libphobos: Add target-zlib to top-level configureIain Buclaw8-194/+132
2019-04-12libphobos: Parallelize the libphobos testsuiteIain Buclaw3-69/+238
2019-04-12libphobos: Replace library check programs with dg-runtestIain Buclaw23-1492/+276
2019-04-11libphobos: Merge upstream phobos cf95639ffIain Buclaw11-12/+128
2019-04-11libphobos: Merge upstream druntime 175bf5fcIain Buclaw16-66/+304
2019-04-01re PR d/88462 (All D execution tests FAIL on Solaris/SPARC)Iain Buclaw3-11/+42
2019-03-26libphobos: Backport extern(C) bindings from druntime 2.085.Iain Buclaw99-1006/+1553
2019-03-23[libphobos] Update info about required autotools versionsJohannes Pfau2-5/+9
2019-03-23[libphobos] Update MERGE file, remove ill-formatted changelog entryJohannes Pfau2-6/+1
2019-03-02PR d/89177 - Fix unaligned access in std.digest.murmurhashJohannes Pfau2-21/+106
2019-02-19Makefile.am: Avoid the -D option which is not available with the install-sh f...Bernd Edlinger5-8/+20
2019-02-19Fix libphobos.shared/load.d compile failure on SolarisIain Buclaw2-4/+17
2019-02-19Fix libphobos linking on Solaris 11Rainer Orth4-0/+156
2019-02-18libphobos: Detect if qsort_r is availableJohannes Pfau11-3/+75
2019-02-18Tabify all D *.exp filesRainer Orth6-58/+66
2019-02-14Add netbsd support for D compiler and runtimeMaya Rashish7-31/+62
2019-02-14Provide __start_minfo/__stop_minfo for linkers that don't (PR d/87864)Rainer Orth14-45/+253