aboutsummaryrefslogtreecommitdiff
path: root/libphobos
AgeCommit message (Expand)AuthorFilesLines
2020-04-13d: Merge update dmd 799066f49Iain Buclaw2-160/+4
2020-04-10libphobos: Use libdruntime as a convenience library for libphobos.Iain Buclaw8-50/+170
2020-04-09libphobos: Remove --enable-druntime-gc configure option.Iain Buclaw6-547/+99
2020-04-09libphobos: Add --enable-libphobos-checking configure optionIain Buclaw10-11/+87
2020-04-09libphobos: Remove --enable-thread-lib configure option.Iain Buclaw4-102/+10
2020-04-08libphobos: Remove --enable-unix configure option.Iain Buclaw6-62/+47
2020-04-08libphobos: Always build with warning flags enabledIain Buclaw10-11/+44
2020-04-08libphobos: Merge upstream phobos fb4f6a713Iain Buclaw3-144/+152
2020-04-07S/390: Fix PR91628Robin Dapp8-13/+209
2020-04-07S/390: Fix layout of struct sigaction_tStefan Liebler2-10/+42
2020-03-16libphobos: Reset libtool_VERSION to 1:0:0Iain Buclaw5-4/+12
2020-03-16libphobos: Merge upstream druntime 6c45dd3a, phobos 68cc18adb.Iain Buclaw5-29/+33
2020-03-14libphobos: Merge upstream druntime 7915b6a3Iain Buclaw9-53/+723
2020-02-17Fix a typo.Martin Liska2-1/+6
2020-01-24Add `--with-toolexeclibdir=' configuration optionMaciej W. Rozycki8-4/+56
2020-01-01Update copyright years.Jakub Jelinek56-56/+60
2019-09-27Regenerate `configure' scripts for `uclinuxfdpiceabi' libtool.m4 updateMaciej W. Rozycki2-6/+15
2019-09-03libphobos.exp (libphobos_init): Add multi-lib libgcc dirs to the ld_library_p...Bernd Edlinger2-0/+24
2019-08-21libphobos: Merge upstream druntime 5bb8ce19Iain Buclaw37-456/+4595
2019-08-21libphobos: Merge upstream druntime 94686651Iain Buclaw48-289/+3264
2019-08-21libphobos: Merge upstream phobos 66ae77ac3Iain Buclaw4-56/+20
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