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