Daniel Silverstone
Daniel Silverstone
Thanks to @becominginsane we now have a better no_std setup. We should release that.
## What would you like to be able to do? What I would like to do is to have an external tool which can be used for alias expansion -...
**Describe the bug** I am trying to experiment with the matrix SDK and I am trying to write a fairly basic bot to get the hang of things. I figured...
Hi, rustup developer here, The latest rustup release (1.23) added support for the `rust-toolchain` file to contain structured data - see https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file for information. I think that if you're parsing...
Whatever fronts `https://rustup.rs` now supports TLS1.3 - we should look into what it'd take to detect support in the system `curl` or `wget` binaries in order to adjust `rustup-init.sh` to...
In order to implement simple signature verification for `rustup` to an extent that we're confident that it's good to proceed to thinking more about trust models, we need: * [x]...
This fixes a problem where if you did `toolchain link "" ...` then the `toolchains` dir was broken. This fixes #2982 Signed-off-by: Daniel Silverstone
This is not necessarily the best way to do this, but I wanted an example up in case someone else wanted to take this further and complete it. If @rbtcollins...
This is about: - [ ] A typo - [ ] Innaccurate/misleading documentation (e.g. technically incorrect advice) - [ ] Undocumented code - [ ] Outdated documentation - [x] Other...
Hi, this was originally discussed in https://github.com/tokio-rs/mio/issues/1089 where we decided that it probably made sense to migrate the discussion to here. In brief -- A friend (@cjwatson) and I have...