README.gcc 830 B

1234567891011121314151617181920212223242526
  1. The files in this directory where noted are part of the DRuntime
  2. and Phobos library.
  3. DRuntime is the low-level runtime library backing the D programming
  4. language, hosted at https://github.com/dlang/druntime/.
  5. Phobos is the standard library for the D Programming Language, hosted
  6. at https://github.com/dlang/phobos/.
  7. The following sources and directories are part of DRuntime:
  8. libdruntime/core/
  9. libdruntime/gc/
  10. libdruntime/gcstub/
  11. libdruntime/object.d
  12. libdruntime/rt/
  13. The following sources and directories are part of Phobos:
  14. src/etc/
  15. src/index.d
  16. src/std/
  17. To report a bug or look up known issues with the runtime or standard
  18. library please visit the issue tracker at https://issues.dlang.org/.
  19. All changes to either of these libraries should go through the
  20. upstream repository first, then merged back to GCC.