Rust std::io with all the parts that don't work in core removed.
Go to file
Jethro Beekman 60e5225eaa Add patch-editing interactive script 2016-11-02 22:00:47 -07:00
patches Keep track of individual patches instead of patched source versions 2016-10-31 00:13:22 -07:00
src Keep track of individual patches instead of patched source versions 2016-10-31 00:13:22 -07:00
.gitignore Keep track of individual patches instead of patched source versions 2016-10-31 00:13:22 -07:00
Cargo.toml Keep track of individual patches instead of patched source versions 2016-10-31 00:13:22 -07:00
LICENSE-APACHE Add some documentation and copyright info 2016-07-10 13:45:57 -07:00
LICENSE-MIT Add some documentation and copyright info 2016-07-10 13:45:57 -07:00
README.md Keep track of individual patches instead of patched source versions 2016-10-31 00:13:22 -07:00
build-src.sh Add patch-editing interactive script 2016-11-02 22:00:47 -07:00
build.rs Allow specifying a specific std version (by commit hash) in an environment variable 2016-10-11 18:15:44 -07:00
doc.sh Add collections/alloc features 2016-07-10 13:45:57 -07:00
edit-patches.sh Add patch-editing interactive script 2016-11-02 22:00:47 -07:00
functions.sh Add patch-editing interactive script 2016-11-02 22:00:47 -07:00
mapping.rs nightly-2016-10-11 2016-10-11 18:15:44 -07:00

README.md

core_io

std::io with all the parts that don't work in core removed.

Adding new nightly versions

First, make sure the commit you want to add is fetch in the git tree at /your/rust/dir/.git. Then, import the right source files:

$ echo FULL_COMMIT_ID ...|GIT_DIR=/your/rust/dir/.git ./build-src.sh

Instead of echoing in the commit IDs, you might pipe in rustc-commit-db list-valid.

The build-src script will prompt you to create patches for new commits.