|
пре 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.