|
před 8 roky | |
---|---|---|
patches | před 8 roky | |
src | před 8 roky | |
.gitignore | před 8 roky | |
Cargo.toml | před 8 roky | |
LICENSE-APACHE | před 8 roky | |
LICENSE-MIT | před 8 roky | |
README.md | před 8 roky | |
build-src.sh | před 8 roky | |
build.rs | před 8 roky | |
doc.sh | před 8 roky | |
edit-patches.sh | před 8 roky | |
functions.sh | před 8 roky | |
mapping.rs | před 8 roky |
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.