summaryrefslogtreecommitdiff
path: root/rust/alloc (follow)
Commit message (Expand)AuthorAgeFilesLines
* rust: alloc: add missing `SPDX-License-Identifier`sMiguel Ojeda2022-08-013-0/+6
* rust: alloc: use `<>` links in `README.md`Miguel Ojeda2022-08-011-2/+2
* Rust 1.62.0Miguel Ojeda2022-06-2918-105/+1796
* rust: alloc: mention license explicitly in `README`Miguel Ojeda2022-05-281-2/+3
* rust: alloc: remove a couple `#[doc(alias = ...)]`Miguel Ojeda2022-05-201-2/+0
* rust: upgrade to Rust 1.61.0Miguel Ojeda2022-05-2012-73/+119
* rust: alloc: fix `Vec::try_extend_from_slice` docsMiguel Ojeda2022-04-121-1/+1
* rust: alloc: introduce `try_reserve_for_push`Miguel Ojeda2022-04-122-1/+7
* rust: upgrade to Rust 1.60.0Miguel Ojeda2022-04-1211-55/+67
* rust: alloc: add comment from the non-`try_` versionsMiguel Ojeda2022-02-252-0/+4
* rust: import `alloc` 1.59.0Miguel Ojeda2022-02-2510-168/+393
* rust: alloc: import 1.58.0Miguel Ojeda2022-01-1311-124/+138
* rust: alloc: remove spurious fileMiguel Ojeda2021-12-051-47/+0
* rust: alloc: skip `vec!` for `no_global_oom_handling`Miguel Ojeda2021-12-021-1/+1
* rust: alloc: upgrade to 1.57.0Miguel Ojeda2021-12-0216-113/+303
* rust: alloc: upgrade to 1.56.0Miguel Ojeda2021-10-2210-65/+209
* rust: alloc: move `CONFIG_RUST` uses to custom `no_*` feature flagsMiguel Ojeda2021-10-141-2/+2
* rust: alloc: remove reference-counted wrappers from the `alloc` crate.Wedson Almeida Filho2021-10-143-5191/+2
* rust: add `try_pin` under `no_global_oom_handling`Matthew Bakhtiari2021-09-281-2/+0
* rust: port liballoc to release 1.55.0Matthew Bakhtiari2021-09-2812-38/+63
* rust: alloc: add `README.md`Miguel Ojeda2021-07-021-0/+32
* rust: alloc: add some `try_*` methods we needMiguel Ojeda2021-07-016-7/+599
* rust: alloc: fix unused import `from_fn` warningMiguel Ojeda2021-07-011-2/+2
* rust: alloc: disable several `new()`s, `pin()`s, `default()`s, etc.Miguel Ojeda2021-07-012-0/+12
* rust: alloc: add SPDX License IdentifiersMiguel Ojeda2021-07-0123-0/+46
* rust: alloc: remove `tests.rs` filesMiguel Ojeda2021-07-015-1441/+0
* rust: alloc: remove parts of `vec`Miguel Ojeda2021-07-017-538/+0
* rust: alloc: remove `task` moduleMiguel Ojeda2021-06-301-147/+0
* rust: alloc: remote `LinkedList`Miguel Ojeda2021-06-302-2234/+0
* rust: alloc: remove `VecDeque`Miguel Ojeda2021-06-309-4257/+0
* rust: alloc: remove `BinaryHeap`Miguel Ojeda2021-06-301-1581/+0
* rust: alloc: remove `BTreeMap` and `BTreeSet`Miguel Ojeda2021-06-3022-10763/+0
* rust: import `alloc`Miguel Ojeda2021-06-3070-0/+38740