index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libphobos
/
libdruntime
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-29
libphobos: Fix multilib builds for s390x-linux-gnu
Iain Buclaw
6
-18
/
+117
2019-04-29
libphobos: Backport minimal MinGW support patches.
Iain Buclaw
5
-39
/
+42
2019-04-25
libphobos: Fix segfault in runtime caused by unexpected GC of TLS data.
Iain Buclaw
1
-1
/
+7
2019-04-25
D: Implement GCC emutls in druntime
Johannes Pfau
5
-37
/
+511
2019-04-24
libphobos: Fix linker warning and SEGV in core.thread tests.
Iain Buclaw
11
-765
/
+1092
2019-04-24
libphobos: Fix FAIL phobos.exp/core.time on CentOS 5.11, Linux 2.6.18
Iain Buclaw
2
-3
/
+6
2019-04-24
libphobos: Fix assert in core.sys.posix.sys.stat for aarch64/ilp32.
Iain Buclaw
2
-3
/
+3
2019-04-23
libphobos: Add D support for S/390 Linux
Iain Buclaw
1
-1
/
+12
2019-04-23
libphobos: Add D support for RISC-V Linux
Iain Buclaw
1
-1
/
+13
2019-04-23
re PR d/90079 (SEGV in _aaKeys, _aaValues on 32-bit SPARC)
Iain Buclaw
2
-31
/
+95
2019-04-23
re PR target/89093 (C++ exception handling clobbers d8 VFP register)
Ramana Radhakrishnan
1
-0
/
+13
2019-04-22
libphobos: Merge upstream druntime 109f0f2e
Iain Buclaw
12
-143
/
+277
2019-04-21
libphobos: Merge upstream druntime 4b2674b3
Iain Buclaw
5
-290
/
+331
2019-04-20
libphobos: core.atomic should have fallback when there's no libatomic.
Iain Buclaw
1
-66
/
+202
2019-04-15
Backport PRs 90059, 90060, 90062
Iain Buclaw
4
-25
/
+137
2019-04-14
Work around lack of dlpi_tls_modid before Solaris 11.5
Rainer Orth
3
-2
/
+45
2019-04-14
Work around Solaris ld bug linking __tls_get_addr on 64-bit x86
Rainer Orth
1
-0
/
+1
2019-04-14
Use gcc/sections/elf_shared.d on Solaris 11.5 (PR d/88150)
Rainer Orth
5
-136
/
+25
2019-04-13
libphobos: Move rt.sections modules to gcc.sections
Iain Buclaw
11
-370
/
+393
2019-04-12
libphobos: Add subdir-objects to configure script.
Iain Buclaw
1
-9
/
+12
2019-04-12
libphobos: Add target-zlib to top-level configure
Iain Buclaw
1
-0
/
+1
2019-04-12
libphobos: Replace library check programs with dg-runtest
Iain Buclaw
2
-766
/
+18
2019-04-11
libphobos: Merge upstream druntime 175bf5fc
Iain Buclaw
16
-66
/
+304
2019-04-01
re PR d/88462 (All D execution tests FAIL on Solaris/SPARC)
Iain Buclaw
3
-11
/
+42
2019-03-26
libphobos: Backport extern(C) bindings from druntime 2.085.
Iain Buclaw
98
-1006
/
+1545
2019-02-19
Makefile.am: Avoid the -D option which is not available with the install-sh f...
Bernd Edlinger
2
-4
/
+6
2019-02-18
libphobos: Detect if qsort_r is available
Johannes Pfau
4
-1
/
+23
2019-02-14
Add netbsd support for D compiler and runtime
Maya Rashish
5
-31
/
+56
2019-02-14
Provide __start_minfo/__stop_minfo for linkers that don't (PR d/87864)
Rainer Orth
5
-24
/
+114
2019-02-13
libphobos: Fallback on UnwindBacktrace if LibBacktrace not defined.
Iain Buclaw
1
-16
/
+16
2019-02-10
libphobos: Merge upstream druntime 2f764ab6
Iain Buclaw
5
-32
/
+587
2019-02-10
libphobos: Apply core.internal.hash updates from druntime
Iain Buclaw
45
-1368
/
+1167
2019-01-26
libphobos: Merge phobos and druntime with upstream.
Iain Buclaw
9
-28
/
+184
2019-01-18
libphobos: Add Fiber/Thread support for StackGrowsUp.
Iain Buclaw
2
-10
/
+12
2019-01-18
libphobos: Add platform bindings for hppa-linux-gnu.
Iain Buclaw
17
-0
/
+460
2019-01-18
libphobos: Add OSX bindings for core.sys.posix.aio
Iain Buclaw
2
-0
/
+47
2019-01-12
Remove svn:executable property from a couple of text files
Jakub Jelinek
2
-0
/
+0
2019-01-01
Update copyright years.
Jakub Jelinek
15
-15
/
+15
2018-12-16
libphobos: Merge common version blocks for core.sys.posix.sys.msg.
Iain Buclaw
1
-395
/
+174
2018-12-10
libphobos: Fix modify immutable error on Solaris.
Iain Buclaw
1
-1
/
+1
2018-12-09
libphobos: Add druntime bindings for SPARC/Solaris
Iain Buclaw
3
-6
/
+198
2018-12-01
libphobos: Add support for RISCV to glibc bindings
Iain Buclaw
18
-6
/
+374
2018-11-28
libphobos: Merge common version blocks using arch_any conditions
Iain Buclaw
15
-1612
/
+294
2018-11-28
Merge libphobos upstream version 2.076.1
Iain Buclaw
3
-8
/
+34
2018-11-26
libphobos: Fix backtraces in Fibers on AArch64.
Iain Buclaw
2
-1
/
+61
2018-11-16
libphobos: Add IEEE quadruple support to core.internal.convert
Iain Buclaw
1
-21
/
+114
2018-11-02
Fix libgphobos.spec in the wrong place with --enable-version-specific-runtime...
Iain Buclaw
1
-2
/
+5
2018-10-31
Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).
Joseph Myers
1
-1029
/
+277
2018-10-28
Add D front-end, libphobos library, and D2 testsuite.
Iain Buclaw
475
-0
/
+201281