|
il y a 8 ans | |
---|---|---|
patches | il y a 8 ans | |
src | il y a 8 ans | |
.gitignore | il y a 8 ans | |
Cargo.toml | il y a 8 ans | |
LICENSE-APACHE | il y a 8 ans | |
LICENSE-MIT | il y a 8 ans | |
README.md | il y a 8 ans | |
build-src.sh | il y a 8 ans | |
build.rs | il y a 8 ans | |
doc.sh | il y a 8 ans | |
edit-patches.sh | il y a 8 ans | |
functions.sh | il y a 8 ans | |
mapping.rs | il y a 8 ans |
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.