|
%!s(int64=8) %!d(string=hai) anos | |
---|---|---|
patches | %!s(int64=8) %!d(string=hai) anos | |
src | %!s(int64=8) %!d(string=hai) anos | |
.gitignore | %!s(int64=8) %!d(string=hai) anos | |
Cargo.toml | %!s(int64=8) %!d(string=hai) anos | |
LICENSE-APACHE | %!s(int64=8) %!d(string=hai) anos | |
LICENSE-MIT | %!s(int64=8) %!d(string=hai) anos | |
README.md | %!s(int64=8) %!d(string=hai) anos | |
build-src.sh | %!s(int64=8) %!d(string=hai) anos | |
build.rs | %!s(int64=8) %!d(string=hai) anos | |
doc.sh | %!s(int64=8) %!d(string=hai) anos | |
edit-patches.sh | %!s(int64=8) %!d(string=hai) anos | |
functions.sh | %!s(int64=8) %!d(string=hai) anos | |
mapping.rs | %!s(int64=8) %!d(string=hai) anos |
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.