Skip to content

Conversation

@AsakuraMizu
Copy link
Contributor

No description provided.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR prepares version 0.1.2 for release, incorporating code quality improvements and API enhancements.

  • Version bump from 0.1.1 to 0.1.2
  • Added Default trait implementations for all allocator types
  • Applied clippy lint fixes for idiomatic Rust code

Reviewed Changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.

Show a summary per file
File Description
Cargo.toml Version bump to 0.1.2
src/tlsf.rs Added Default trait implementation for TlsfByteAllocator
src/slab.rs Added Default trait implementation for SlabByteAllocator
src/buddy.rs Added Default trait implementation for BuddyByteAllocator
src/bitmap.rs Added Default trait implementation for BitmapPageAllocator
tests/allocator.rs Replaced len() == 0 with idiomatic is_empty() check
benches/collections.rs Suppressed clippy warning for intentional repeated value push in benchmark

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@equation314 equation314 merged commit 922e72a into main Nov 21, 2025
32 checks passed
@AsakuraMizu AsakuraMizu deleted the dev branch November 21, 2025 06:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants