| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-11-18 | Fix buildbot failures | Vadim Petrochenkov | -0/+2 | |
| 2015-10-21 | Moar comments. | Vadim Chugunov | -0/+5 | |
| 2015-10-18 | Create entry points for unwind frame registry in libstd. | Vadim Chugunov | -0/+21 | |
| 2015-10-18 | Implement `eh_unwind_resume` in libstd. | Vadim Chugunov | -0/+7 | |
| 2015-09-11 | std: Internalize almost all of `std::rt` | Alex Crichton | -0/+233 | |
| This commit does some refactoring to make almost all of the `std::rt` private. Specifically, the following items are no longer part of its API: * DEFAULT_ERROR_CODE * backtrace * unwind * args * at_exit * cleanup * heap (this is just alloc::heap) * min_stack * util The module is now tagged as `#[doc(hidden)]` as the only purpose it's serve is an entry point for the `panic!` macro via the `begin_unwind` and `begin_unwind_fmt` reexports. | ||||
