rust-core_io/README.md

18 lines
476 B
Markdown
Raw Normal View History

# core_io
`std::io` with all the parts that don't work in core removed.
2016-07-08 14:15:00 +08:00
## Adding new nightly versions
First, make sure the commit you want to add is fetch in the git tree at
2016-07-08 14:15:00 +08:00
`/your/rust/dir/.git`. Then, import the right source files:
```
$ echo FULL_COMMIT_ID ...|GIT_DIR=/your/rust/dir/.git ./build-src.sh
2016-07-08 14:15:00 +08:00
```
Instead of echoing in the commit IDs, you might pipe in `rustc-commit-db
2016-07-08 14:15:00 +08:00
list-valid`.
The build-src script will prompt you to create patches for new commits.