|
há 8 anos atrás | |
---|---|---|
patches | há 8 anos atrás | |
src | há 8 anos atrás | |
.gitignore | há 8 anos atrás | |
Cargo.toml | há 8 anos atrás | |
LICENSE-APACHE | há 8 anos atrás | |
LICENSE-MIT | há 8 anos atrás | |
README.md | há 8 anos atrás | |
build-src.sh | há 8 anos atrás | |
build.rs | há 8 anos atrás | |
doc.sh | há 8 anos atrás | |
edit-patches.sh | há 8 anos atrás | |
functions.sh | há 8 anos atrás | |
mapping.rs | há 8 anos atrás |
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.