Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd support for alternative C libraries #7283
Comments
This comment has been minimized.
This comment has been minimized.
|
Vote up. I don't want |
This comment has been minimized.
This comment has been minimized.
|
We can eventually avoid the |
This comment has been minimized.
This comment has been minimized.
|
Mixed "little C library + little Rust runtime" can also be helpful, for projects using both C and Rust code. Ideally it should be flexible: the more features you use, the more runtime and dependencies the program have. |
This comment has been minimized.
This comment has been minimized.
|
Visiting for bug triage. Not a release blocker IMO. |
This comment has been minimized.
This comment has been minimized.
|
Triage. Easy to do with |
This comment has been minimized.
This comment has been minimized.
|
#2124 would make this very easy. In fact, it will probably just work out-of-the-box with most alternative C libraries if we did that. |
hannobraun
referenced this issue
Apr 25, 2014
Closed
Remove glibc dependency, statically link binaries to musl #54
This comment has been minimized.
This comment has been minimized.
alexchandel
commented
Dec 3, 2014
|
Rust currently depends on |
This comment has been minimized.
This comment has been minimized.
|
Is task unwinding only for debugging and/or error handling, or it is needed for any Rust code to run? |
This comment has been minimized.
This comment has been minimized.
alexchandel
commented
Dec 6, 2014
|
@vi Task unwinding is only for handling panics in the calling task. It is debatable whether this is even the correct behavior. |
This comment has been minimized.
This comment has been minimized.
|
I'm pulling a massive triage effort to get us ready for 1.0. As part of this, I'm moving stuff that's wishlist-like to the RFCs repo, as that's where major new things should get discussed/prioritized. This issue has been moved to the RFCs repo: rust-lang/rfcs#625 |
brson commentedJun 21, 2013
Makes snapshots more compatible. Required for microcontroller Rust. musl is the favorite.