| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-07-24 | syntax_ext: Turn `#[global_allocator]` into a regular attribute macro | Vadim Petrochenkov | -28/+0 | |
| 2019-04-12 | Stabilize the `alloc` crate. | Simon Sapin | -2/+0 | |
| 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-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-06-24 | fix test | mark | -4/+7 | |
| 2018-06-24 | Prohibit global_allocator in submodules for now | Mark Mansi | -1/+1 | |
| - we need to figure out hygiene first - change the test to check that the prohibition works with a good error msg - leaves some comments and debugging code - leaves some of our supposed fixes | ||||
| 2018-06-24 | Attempt to fix hygiene for global_allocator | Mark Mansi | -0/+37 | |
