Uh oh!
There was an error while loading. Please reload this page.
extra: Put the nail in the coffin, delete libextra - #12896
Conversation
flaper87
commented
Mar 14, 2014
👏 |
sfackler
commented
Mar 14, 2014
The rust-lang.org homepage will need to be updated for this. |
This commit shreds all remnants of libextra from the compiler and standard distribution. Two modules, c_vec/tempfile, were moved into libstd after some cleanup, and the other modules were moved to separate crates as seen fit. Closesrust-lang#8784Closesrust-lang#12413Closesrust-lang#12576
brson
commented
Mar 15, 2014
Perhaps we can find different homes for these modules later? I hate to think they got promoted to std just because they were the last modules standing. |
alexcrichton
commented
Mar 15, 2014
I think that |
huonw
commented
Mar 15, 2014
We could have the core |
derekchiang
commented
Mar 15, 2014
Just wanted to point out that there are dead links to extra on the homepage and also the "other docs" page. |
alexcrichton
commented
Mar 15, 2014
See rust-lang/prev.rust-lang.org#22 for removal of the links. |
This commit shreds all remnants of libextra from the compiler and standard
distribution. Two modules, c_vec/tempfile, were moved into libstd after some
cleanup, and the other modules were moved to separate crates as seen fit.
Closes#8784
Closes#12413
Closes#12576