It would be handy if there were a link on all the phobos web pages that pointed to the source code for the given module. Especially given the current documentation, I often find myself going to the source frequently to find out what one particular bit of cryptically terse documentation really means. It would also help advertise the fact that Phobos is open source. If you want to get fancy then you could have per-function links, but I'd be happy with just per-module links.
This is a very good idea, but it'll take a bit of work to set up.
This has been resolved. Both Phobos and druntime web pages point to the source code in GitHub. For example, check this examples: Phobos * http://dlang.org/phobos/std_concurrency.html Druntime: * http://dlang.org/phobos/core_thread.html This bug report should be closed.
Cool! I'll close it.