The collections crate was merged into the alloc crate#333
Merged
Conversation
4e554c4c
pushed a commit
to 4e554c4c/ESALP-1
that referenced
this pull request
Jun 27, 2017
This project hasn't had a commit in awhile, so this is more of a messy sweep-up job than anything else. Months of negligence on a "nightly" versioned project leads to several compilation failures, which have now been fixed. These include the merging of `collections` and `alloc` crates. The change of the `Unique` struct. And a new target option has been added, which made cross cross compilation fail. There have been also several general improvements. These include the new use of the `x86_64` crate, instead of x86, which simplifies code (but also requires a quite larger stack). This enables interrupt handling to be greatly simplified when paired with the new "x86-interrupt" abi. Also there is a small change to printing that allows for waiting for the writer to flush. This is very useful for color switching. Finally there have been a few minor changes, including changing the name of the ugly `(ARCH)-unknown-none-gnu` to `(ARCH)-ESALP`. And a small .gdbinit file has been added which should simplify debugging with qemu. Many of these changes are better shown my themselves in Blog-OS. Please see phil-opp/blog_os#289 phil-opp/blog_os#325 and phil-opp/blog_os#333 for more details.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes #332
See rust-lang/rust#42648