Không có mô tả

Jethro Beekman 60e5225eaa Add patch-editing interactive script 8 năm trước cách đây
patches b358934c5c Keep track of individual patches instead of patched source versions 8 năm trước cách đây
src b358934c5c Keep track of individual patches instead of patched source versions 8 năm trước cách đây
.gitignore b358934c5c Keep track of individual patches instead of patched source versions 8 năm trước cách đây
Cargo.toml b358934c5c Keep track of individual patches instead of patched source versions 8 năm trước cách đây
LICENSE-APACHE 625484e0c3 Add some documentation and copyright info 8 năm trước cách đây
LICENSE-MIT 625484e0c3 Add some documentation and copyright info 8 năm trước cách đây
README.md b358934c5c Keep track of individual patches instead of patched source versions 8 năm trước cách đây
build-src.sh 60e5225eaa Add patch-editing interactive script 8 năm trước cách đây
build.rs 3ad99dcdae Allow specifying a specific std version (by commit hash) in an environment variable 8 năm trước cách đây
doc.sh 3b0668806a Add collections/alloc features 8 năm trước cách đây
edit-patches.sh 60e5225eaa Add patch-editing interactive script 8 năm trước cách đây
functions.sh 60e5225eaa Add patch-editing interactive script 8 năm trước cách đây
mapping.rs 29bcec96a0 nightly-2016-10-11 8 năm trước cách đây

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.