about summary refs log tree commit diff
path: root/src/test/ui/missing/missing-allocator.rs
AgeCommit message (Collapse)AuthorLines
2019-04-12Stabilize the `alloc` crate.Simon Sapin-1/+1
This implements RFC 2480: * https://github.com/rust-lang/rfcs/pull/2480 * https://github.com/rust-lang/rfcs/blob/master/text/2480-liballoc.md Closes https://github.com/rust-lang/rust/issues/27783
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-23add #[panic_handler]; deprecate #[panic_implementation]Jorge Aparicio-2/+2
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+28