summaryrefslogtreecommitdiff
path: root/libphobos/libdruntime
Commit message (Expand)AuthorAgeFilesLines
* libphobos: Fix executables segfault on mipsel architectureIain Buclaw2021-01-241-0/+4
* MIPS/libphobos: Fix switchcontext.S assembly for MIPS I ISAMaciej W. Rozycki2020-10-151-12/+12
* libphobos: Fix struct layout of stat_t on sparc-*-solaris*Iain Buclaw2020-05-161-1/+1
* libphobos: Fix struct layout of addrinfo on sparc-*-solaris*Iain Buclaw2020-04-271-3/+1
* libphobos: Fix struct layout of stat32_t on sparc-*-solaris*Iain Buclaw2020-04-271-1/+0
* libphobos: Fix multilib builds for s390x-linux-gnuIain Buclaw2019-04-296-18/+117
* libphobos: Fix segfault in runtime caused by unexpected GC of TLS data.Iain Buclaw2019-04-251-1/+7
* D: Implement GCC emutls in druntimeJohannes Pfau2019-04-255-37/+511
* libphobos: Fix linker warning and SEGV in core.thread tests.Iain Buclaw2019-04-2411-765/+1092
* libphobos: Fix FAIL phobos.exp/core.time on CentOS 5.11, Linux 2.6.18Iain Buclaw2019-04-242-3/+6
* libphobos: Fix assert in core.sys.posix.sys.stat for aarch64/ilp32.Iain Buclaw2019-04-242-3/+3
* libphobos: Add D support for S/390 LinuxIain Buclaw2019-04-231-1/+12
* libphobos: Add D support for RISC-V LinuxIain Buclaw2019-04-231-1/+13
* re PR d/90079 (SEGV in _aaKeys, _aaValues on 32-bit SPARC)Iain Buclaw2019-04-232-31/+95
* re PR target/89093 (C++ exception handling clobbers d8 VFP register)Ramana Radhakrishnan2019-04-231-0/+13
* libphobos: Merge upstream druntime 109f0f2eIain Buclaw2019-04-2212-143/+277
* libphobos: Merge upstream druntime 4b2674b3Iain Buclaw2019-04-215-290/+331
* libphobos: core.atomic should have fallback when there's no libatomic.Iain Buclaw2019-04-201-66/+202
* Backport PRs 90059, 90060, 90062Iain Buclaw2019-04-154-25/+137
* Work around lack of dlpi_tls_modid before Solaris 11.5Rainer Orth2019-04-143-2/+45
* Work around Solaris ld bug linking __tls_get_addr on 64-bit x86Rainer Orth2019-04-141-0/+1
* Use gcc/sections/elf_shared.d on Solaris 11.5 (PR d/88150)Rainer Orth2019-04-145-136/+25
* libphobos: Move rt.sections modules to gcc.sectionsIain Buclaw2019-04-1311-370/+393
* libphobos: Add subdir-objects to configure script.Iain Buclaw2019-04-121-9/+12
* libphobos: Add target-zlib to top-level configureIain Buclaw2019-04-121-0/+1
* libphobos: Replace library check programs with dg-runtestIain Buclaw2019-04-122-766/+18
* libphobos: Merge upstream druntime 175bf5fcIain Buclaw2019-04-1116-66/+304
* re PR d/88462 (All D execution tests FAIL on Solaris/SPARC)Iain Buclaw2019-04-013-11/+42
* libphobos: Backport extern(C) bindings from druntime 2.085.Iain Buclaw2019-03-2698-1006/+1545
* Makefile.am: Avoid the -D option which is not available with the install-sh f...Bernd Edlinger2019-02-192-4/+6
* libphobos: Detect if qsort_r is availableJohannes Pfau2019-02-184-1/+23
* Add netbsd support for D compiler and runtimeMaya Rashish2019-02-145-31/+56
* Provide __start_minfo/__stop_minfo for linkers that don't (PR d/87864)Rainer Orth2019-02-145-24/+114
* libphobos: Fallback on UnwindBacktrace if LibBacktrace not defined.Iain Buclaw2019-02-131-16/+16
* libphobos: Merge upstream druntime 2f764ab6Iain Buclaw2019-02-105-32/+587
* libphobos: Apply core.internal.hash updates from druntimeIain Buclaw2019-02-1045-1368/+1167
* libphobos: Merge phobos and druntime with upstream.Iain Buclaw2019-01-269-28/+184
* libphobos: Add Fiber/Thread support for StackGrowsUp.Iain Buclaw2019-01-182-10/+12
* libphobos: Add platform bindings for hppa-linux-gnu.Iain Buclaw2019-01-1817-0/+460
* libphobos: Add OSX bindings for core.sys.posix.aioIain Buclaw2019-01-182-0/+47
* Remove svn:executable property from a couple of text filesJakub Jelinek2019-01-122-0/+0
* Update copyright years.Jakub Jelinek2019-01-0115-15/+15
* libphobos: Merge common version blocks for core.sys.posix.sys.msg.Iain Buclaw2018-12-161-395/+174
* libphobos: Fix modify immutable error on Solaris.Iain Buclaw2018-12-101-1/+1
* libphobos: Add druntime bindings for SPARC/SolarisIain Buclaw2018-12-093-6/+198
* libphobos: Add support for RISCV to glibc bindingsIain Buclaw2018-12-0118-6/+374
* libphobos: Merge common version blocks using arch_any conditionsIain Buclaw2018-11-2815-1612/+294
* Merge libphobos upstream version 2.076.1Iain Buclaw2018-11-283-8/+34
* libphobos: Fix backtraces in Fibers on AArch64.Iain Buclaw2018-11-262-1/+61
* libphobos: Add IEEE quadruple support to core.internal.convertIain Buclaw2018-11-161-21/+114