Interface for diagnostic reporting.
Diagnostic reporter which prints the diagnostic messages to stderr.
Indicates the checking state of various contracts.
Add import path to the global.path.
Add string import path to global.filePath.
Deinitializes the global variables of the DMD compiler.
Detect the currently active compiler.
Searches for a dmd.conf.
Finds a dmd.conf and parses it for import paths. This depends on the $DMD environment variable. If $DMD is set to ldmd, it will try to detect and parse a ldc2.conf instead.
Searches for a ldc2.conf.
Run full semantic analysis on a module.
Parses a dmd.conf or ldc2.conf config file and returns defined import paths.
Parse a module from a string.
Pretty print a module.
Indicates which contracts should be checked or not.
Contains aggregated diagnostics information.
Contains high-level interfaces for interacting with DMD as a library.