codeowners.rst 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. ===========
  2. Code owners
  3. ===========
  4. Subsystems and code owners
  5. --------------------------
  6. *Note*: This list is incomplete, in doubt dom96 is responsible for the standard
  7. library, araq is responsible for the compiler.
  8. Compiler
  9. ~~~~~~~~
  10. ====================== ======================================================
  11. subsystem owner(s)
  12. ====================== ======================================================
  13. Parsing, Lexing araq
  14. Renderer cooldome, araq
  15. Order of passes cooldome
  16. Semantic Checking araq
  17. Virtual machine jangko, GULPF, araq
  18. Sempass2: effects tracking cooldome, araq
  19. type system, concepts zahary
  20. transf cooldome, araq
  21. semfold constant folding araq
  22. template instantiation zahary, araq
  23. term rewriting macros cooldome, araq
  24. closure interators yglukhov, araq
  25. lambda lifting yglukhov, araq
  26. c, cpp codegen lemonboy, araq
  27. js codegen yglukhov, lemonboy
  28. alias analysis araq
  29. dfa, writetracking araq
  30. parallel, multithreading araq
  31. incremental araq
  32. sizeof computations krux02
  33. Exception handling cooldome, araq
  34. ====================== ======================================================
  35. Standard library
  36. ~~~~~~~~~~~~~~~~
  37. ====================== ======================================================
  38. subsystem owner(s)
  39. ====================== ======================================================
  40. async dom96
  41. strutils araq
  42. sequtils dom96, araq
  43. times GULPF
  44. os dom96, araq
  45. re araq
  46. nre flaviu
  47. math, fenv krux02, cooldome
  48. io dom96
  49. garbage collector araq
  50. Go garbage collector stefantalpalaru
  51. coroutines Rokas Kupstys
  52. collections GULPF
  53. parseopt araq
  54. json dom96
  55. ====================== ======================================================