Structure of standard library?

Regarding the Haxe standard library, what goes into std/haxe? That is, what determines whether something belongs at the top level (std/) or within std/haxe?

As far as I know,

  • Core types go in top level
  • Cross platform apis go into haxe package

Thanks, Mark!