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