This code handles decoding UTF strings for foreach loops.
This code handles decoding UTF strings for foreach_reverse loops.
Implementation of associative arrays.
Implementation of dynamic array property support routines.
Implementation of alloca() standard C routine.
Implementation of array copy support routines.
Implementation of array assignment support routines.
Runtime support for complex arithmetic code generation (for Posix).
Configuration options for druntime.
Implementation of code coverage analyzer.
Implementation of support routines for synchronized blocks.
Entry point for exception handling support routines.
Implementation of exception handling support routines for Win32.
Implementation of exception handling support routines for Win64.
Contains druntime startup and shutdown routines.
Exception handling support for Dwarf-style portable exceptions.
Exception allocation, cloning, and release compiler support routines.
This module contains all functions related to an object's lifetime: allocation, resizing, deallocation, and finalization.
Support for 64-bit longs.
This module tells the garbage collector about the static data and bss segments, so the GC can scan them for roots. It does not deal with thread local static data.
Contains a memset implementation used by compiler-generated code.
Written in the D programming language. Module initialization routines.
Contains the implementation for object monitors.
This module provides MS VC runtime helper functions that wrap differences between MS C runtime versions.
Alternate implementations of single-precision math functions missing in at least some 32-bit x86 MS VC runtime versions. These alternate symbols are referenced in the rt.msvc module.
Written in the D programming language. This module provides bionic-specific support for sections.
Written in the D programming language. This module provides Darwin 64 bit specific support for sections.
Written in the D programming language. This module provides ELF-specific support for sections with shared libraries.
Written in the D programming language. This module provides OS X x86 specific support for sections.
Written in the D programming language. This module provides OS X x86-64 specific support for sections.
Written in the D programming language. This module provides Solaris-specific support for sections.
Written in the D programming language. This module provides Win32-specific support for sections.
Written in the D programming language. This module provides Win32-specific support for sections.
Contains support code for code profiling.
Contains implementations of functions called when the -profile=gc switch is thrown.