Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Index and list all available toolchains #215

Open
brson opened this Issue Mar 30, 2016 · 8 comments

Comments

8 participants
@brson
Copy link
Contributor

brson commented Mar 30, 2016

rustup toolchain list should also tell you which toolchains are available. Getting this information correctly will require either indexing it on the backend or having every client index the archives themselves.

Related to #192

@nodakai

This comment has been minimized.

Copy link
Contributor

nodakai commented Mar 31, 2016

I wish to have something like --json for as many subcommands as possible. It can be any machine-readable formats, not necessarily JSON

@oconnor663

This comment has been minimized.

Copy link

oconnor663 commented Aug 21, 2016

Is there a place we can see the available toolchains in the browser right now?

@Diggsey

This comment has been minimized.

Copy link
Contributor

Diggsey commented Aug 21, 2016

@oconnor663 Not in a user-friendly way, but you can find the toml manifests here: https://static.rust-lang.org/dist/index.html

@oconnor663

This comment has been minimized.

Copy link

oconnor663 commented Aug 21, 2016

@Diggsey thanks, that's what I needed.

@Diggsey Diggsey added this to Features (inclination: accept) in Issue Categorisation May 4, 2017

@Diggsey Diggsey added the enhancement label May 5, 2017

@totalknowledge

This comment has been minimized.

Copy link

totalknowledge commented Jul 3, 2018

rustup toolchain list
gives me a list of the installed toolchains, not the available ones.

@theronic

This comment has been minimized.

Copy link

theronic commented Dec 10, 2018

Yes, please. The only reason I'll ever run rustup toolchain list is because I'm missing one that I expected to have.

@anowlcalledjosh

This comment has been minimized.

Copy link

anowlcalledjosh commented Dec 25, 2018

https://static.rust-lang.org/dist/index.html

This appears to not exist any more (the last Internet Archive snapshot was on 11-11-2018) – is there a replacement?

@packysauce

This comment has been minimized.

Copy link

packysauce commented Jan 4, 2019

if you're like me, you probably want rustup target list, because that shows the available target triples, eg x86_64-unknown-linux-musl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.