Updated op with these. A lot are pretty opaque. Sorry about that.
High:
- write security roadmap
- write release qa checklist
- investigate rustup disk usage during transactions
- change rustup to panic=abort
- write rust packaging guidelines
- get rustup working via powershell one-liner
- add cargo-template quickstart instructions to error-chain docs
- set up static linking for msvc rustc
- fix rustup windows dojob issue (make cargo and rustup use the same dojob code)
- simple crates in need - extract these from rustup/cargo and share
- copy_dir
- remove_dir_all
- dojob
- flock
- symlink_dir
- homedir
- implement the update framework
Low:
- file issue about cap-lints + macro expansion re https://github.com/rust-lang/rust/issues/38977
- fix rust-skeptic resolve bug
- document error-chain backtrace feature
- link rustc statically on windows
- create mostly-Rust userspace from https://github.com/docker-library/busybox
- convert FreeRTOS to Rust
- write LAPACK -> Rust transpiler