Commits

Joe Groff committed d3cba67344b
Runtime: Move assert implementation details to stdlib. Many of the report* entry points are specific to the stdlib assert implementation, so belong in the stdlib. Keep a single `reportError` entry point in the runtime to handle the CrashReporter/ASL interface, and call down to it from the assert implementation functions.