Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
Rust-for-Linux
/
linux
Public
forked from
torvalds/linux
Notifications
You must be signed in to change notification settings
Fork
494
Star
4.4k
Code
Issues
170
Pull requests
119
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Custom
alloc
, using stable Rust compilers, and more
- #402
#402
Merged
ojeda
merged 26 commits into
Rust-for-Linux:rust
Rust-for-Linux/linux:rust
from
ojeda:alloc
ojeda/linux:alloc
Copy head branch name to clipboard
Jul 2, 2021
Conversation
Commits
26
(26)
Checks
Files changed
Merged
Custom
alloc
, using stable Rust compilers, and more
#402
ojeda
merged 26 commits into
Rust-for-Linux:rust
Rust-for-Linux/linux:rust
from
ojeda:alloc
ojeda/linux:alloc
Copy head branch name to clipboard
Commits
Commits on Jun 30, 2021
rust: import `alloc`
Show description for 405c9a1
ojeda
committed
405c9a1
View commit details
Copy full SHA for 405c9a1
Browse repository at this point
rust: alloc: remove `BTreeMap` and `BTreeSet`
Show description for 33f31ce
ojeda
committed
33f31ce
View commit details
Copy full SHA for 33f31ce
Browse repository at this point
rust: alloc: remove `BinaryHeap`
Show description for 4b9f221
ojeda
committed
4b9f221
View commit details
Copy full SHA for 4b9f221
Browse repository at this point
rust: alloc: remove `VecDeque`
Show description for 37d9455
ojeda
committed
37d9455
View commit details
Copy full SHA for 37d9455
Browse repository at this point
rust: alloc: remote `LinkedList`
Show description for 771912e
ojeda
committed
771912e
View commit details
Copy full SHA for 771912e
Browse repository at this point
rust: alloc: remove `task` module
Show description for 2a4f8f9
ojeda
committed
2a4f8f9
View commit details
Copy full SHA for 2a4f8f9
Browse repository at this point
Commits on Jul 1, 2021
rust: alloc: remove parts of `vec`
Show description for 45dde9f
ojeda
committed
45dde9f
View commit details
Copy full SHA for 45dde9f
Browse repository at this point
rust: alloc: remove `tests.rs` files
Show description for e7ac457
ojeda
committed
e7ac457
View commit details
Copy full SHA for e7ac457
Browse repository at this point
rust: alloc: add SPDX License Identifiers
Show description for db747ba
ojeda
committed
db747ba
View commit details
Copy full SHA for db747ba
Browse repository at this point
rust: macros: hide docs for `module!` public statics/fns
Show description for 085cf66
ojeda
committed
085cf66
View commit details
Copy full SHA for 085cf66
Browse repository at this point
rust: kernel: add docs for macro stub
Show description for 26a4431
ojeda
committed
26a4431
View commit details
Copy full SHA for 26a4431
Browse repository at this point
rust: kernel: clean beta Clippy `needless_borrow` warnings
Show description for edd7ad5
ojeda
committed
edd7ad5
View commit details
Copy full SHA for edd7ad5
Browse repository at this point
rust: macros: clean beta Clippy `needless_borrow` warnings
Show description for e415c34
ojeda
committed
e415c34
View commit details
Copy full SHA for e415c34
Browse repository at this point
rust: compile in bootstrapping mode
Show description for 1f1b619
ojeda
committed
1f1b619
View commit details
Copy full SHA for 1f1b619
Browse repository at this point
rust: compile `alloc` from the in-tree sources
Show description for 38a10b4
ojeda
committed
38a10b4
View commit details
Copy full SHA for 38a10b4
Browse repository at this point
rust: alloc: disable several `new()`s, `pin()`s, `default()`s, etc.
Show description for b4a8689
ojeda
committed
b4a8689
View commit details
Copy full SHA for b4a8689
Browse repository at this point
rust: alloc: fix unused import `from_fn` warning
Show description for af999c4
ojeda
committed
af999c4
View commit details
Copy full SHA for af999c4
Browse repository at this point
rust: alloc: add some `try_*` methods we need
Show description for 487d757
ojeda
committed
487d757
View commit details
Copy full SHA for 487d757
Browse repository at this point
rust: kernel: use the new `try_*` methods
Show description for 3fd100b
ojeda
committed
3fd100b
View commit details
Copy full SHA for 3fd100b
Browse repository at this point
Commits on Jul 2, 2021
android: binder: use the new `try_*` methods
Show description for 90f1659
ojeda
committed
90f1659
View commit details
Copy full SHA for 90f1659
Browse repository at this point
rust: alloc: enable `no_global_oom_handling`
Show description for 622b593
ojeda
committed
622b593
View commit details
Copy full SHA for 622b593
Browse repository at this point
rustfmt: do not use unstable features
Show description for 023ccfc
ojeda
committed
023ccfc
View commit details
Copy full SHA for 023ccfc
Browse repository at this point
scripts: update `rust-analyzer` for local `alloc`
Show description for b4d81aa
ojeda
committed
b4d81aa
View commit details
Copy full SHA for b4d81aa
Browse repository at this point
docs: rust: update with new required versions
Show description for ceb8b67
ojeda
committed
ceb8b67
View commit details
Copy full SHA for ceb8b67
Browse repository at this point
ci: call `rustfmtcheck` with the environment
Show description for a9c675d
ojeda
committed
a9c675d
View commit details
Copy full SHA for a9c675d
Browse repository at this point
ci: use beta release
Show description for 3bb8661
ojeda
committed
3bb8661
View commit details
Copy full SHA for 3bb8661
Browse repository at this point
You can’t perform that action at this time.