| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-03-07 | Move all alloc integration tests to a new alloctests crate | bjorn3 | -38/+0 | |
| 2023-04-16 | fix library and rustdoc tests | Deadbeef | -8/+11 | |
| 2022-04-11 | impl const Default for Box<[T]> and Box<str> | Josh Stone | -0/+6 | |
| 2021-08-18 | BTree: remove Ord bound from new | Gary Guo | -28/+4 | |
| 2021-08-17 | Constified `Default` implementations | Deadbeef | -13/+13 | |
| The libs-api team agrees to allow const_trait_impl to appear in the standard library as long as stable code cannot be broken (they are properly gated) this means if the compiler teams thinks it's okay, then it's okay. My priority on constifying would be: 1. Non-generic impls (e.g. Default) or generic impls with no bounds 2. Generic functions with bounds (that use const impls) 3. Generic impls with bounds 4. Impls for traits with associated types For people opening constification PRs: please cc me and/or oli-obk. | ||||
| 2021-08-14 | Assign FIXMEs to me and remove obsolete ones | Deadbeef | -1/+1 | |
| Also fixed capitalization of documentation | ||||
| 2021-08-13 | Moved ui test | Deadbeef | -0/+53 | |
