Skip to content
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

Remove rlibc from the distribution #18625

Merged
merged 1 commit into from
Nov 7, 2014
Merged

Conversation

alexcrichton
Copy link
Member

To make progress on #18585 we're paring down the distribution to theoretically
"only libstd", and this commit makes progress on this by removing the rlibc
crate from the distribution.

The crate has now been moved into an external cargo package located in the rust
lang organization 1

cc #18585

To make progress on rust-lang#18585 we're paring down the distribution to theoretically
"only libstd", and this commit makes progress on this by removing the rlibc
crate from the distribution.

The crate has now been moved into an external cargo package located in the rust
lang organization [1]. This is a breaking change due to this removal, and
existing crates depending on `rlibc` should use the Cargo crate instead.

[1]: https://github.com/rust-lang/rlibc

[breaking-change]
cc rust-lang#18585
alexcrichton added a commit to alexcrichton/rust that referenced this pull request Nov 6, 2014
@bors bors merged commit b39f1dc into rust-lang:master Nov 7, 2014
@alexcrichton alexcrichton deleted the no-more-rlibc branch November 7, 2014 02:12
lnicola pushed a commit to lnicola/rust that referenced this pull request Dec 11, 2024
fix: Fix parser getting stuck for bad asm expressions
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.

2 participants