| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-07-09 | Implement #[alloc_error_handler] | Simon Sapin | -3/+5 | |
| This to-be-stable attribute is equivalent to `#[lang = "oom"]`. It is required when using the alloc crate without the std crate. It is called by `handle_alloc_error`, which is in turned called by "infallible" allocations APIs such as `Vec::push`. | ||||
| 2018-06-19 | Add a UI test for the missing allocator error message | Simon Sapin | -0/+26 | |
