forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 456
Custom alloc
, using stable Rust compilers, and more
#402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
405c9a1
rust: import `alloc`
ojeda 33f31ce
rust: alloc: remove `BTreeMap` and `BTreeSet`
ojeda 4b9f221
rust: alloc: remove `BinaryHeap`
ojeda 37d9455
rust: alloc: remove `VecDeque`
ojeda 771912e
rust: alloc: remote `LinkedList`
ojeda 2a4f8f9
rust: alloc: remove `task` module
ojeda 45dde9f
rust: alloc: remove parts of `vec`
ojeda e7ac457
rust: alloc: remove `tests.rs` files
ojeda db747ba
rust: alloc: add SPDX License Identifiers
ojeda 085cf66
rust: macros: hide docs for `module!` public statics/fns
ojeda 26a4431
rust: kernel: add docs for macro stub
ojeda edd7ad5
rust: kernel: clean beta Clippy `needless_borrow` warnings
ojeda e415c34
rust: macros: clean beta Clippy `needless_borrow` warnings
ojeda 1f1b619
rust: compile in bootstrapping mode
ojeda 38a10b4
rust: compile `alloc` from the in-tree sources
ojeda b4a8689
rust: alloc: disable several `new()`s, `pin()`s, `default()`s, etc.
ojeda af999c4
rust: alloc: fix unused import `from_fn` warning
ojeda 487d757
rust: alloc: add some `try_*` methods we need
ojeda 3fd100b
rust: kernel: use the new `try_*` methods
ojeda 90f1659
android: binder: use the new `try_*` methods
ojeda 622b593
rust: alloc: enable `no_global_oom_handling`
ojeda 023ccfc
rustfmt: do not use unstable features
ojeda b4d81aa
scripts: update `rust-analyzer` for local `alloc`
ojeda ceb8b67
docs: rust: update with new required versions
ojeda a9c675d
ci: call `rustfmtcheck` with the environment
ojeda 3bb8661
ci: use beta release
ojeda File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.