|
преди 8 години | |
---|---|---|
patches | преди 8 години | |
src | преди 8 години | |
.gitignore | преди 8 години | |
Cargo.toml | преди 8 години | |
LICENSE-APACHE | преди 8 години | |
LICENSE-MIT | преди 8 години | |
README.md | преди 8 години | |
build-src.sh | преди 8 години | |
build.rs | преди 8 години | |
doc.sh | преди 8 години | |
edit-patches.sh | преди 8 години | |
functions.sh | преди 8 години | |
mapping.rs | преди 8 години |
std::io
with all the parts that don't work in core removed.
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.