Daniel Silverstone
a5eda4b0eb
Merge pull request #2072 from woshilapin/profile-documentation
...
Add documentation about profiles
2019-10-18 19:55:58 +01:00
Jean SIMARD
a3ad8dbfc9
Add documentation about profiles
2019-10-18 09:59:16 +02:00
Roman Frołow
ea8fe1f1c2
Point to VS C++ Build tools
...
https://visualstudio.microsoft.com/downloads/ - points to `vs_Community.exe`
https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019 - points to vs_BuildTools.exe
2019-10-15 13:41:53 +02:00
Matt Kantor
5f6ed7e571
Standardize formatting in README.
...
Also fix a few minor spelling errors.
2019-10-07 19:12:22 -07:00
bjorn3
583ffd5f52
Disable non-panic error backtraces when RUSTUP_NO_BACKTRACE is set
2019-07-30 11:53:43 +02:00
Brian Anderson
cb85c3d994
Mention rustup-components-history in README
2019-07-24 13:35:21 -07:00
Jason Cooke
b82cef2aca
docs: fix typo
2019-07-06 14:28:41 +12:00
Robert Collins
517a4773ee
Limit RAM use during unpacking.
...
Heavily deferred directories can lead to very large amounts of RAM
holding pending IOs, and under low memory limits this caused failures.
Reduce the stack size for IO worker threads to 1MB, as the default
of 8MB on Linux is wasteful for IO worker threads.
2019-06-14 12:23:38 +12:00
Robert Collins
b146976e20
Eliminate post-install directory-walk
...
This was only needed because we were not controlling the permissions
accurately during unpack, which can now be corrected.
2019-06-07 11:20:10 +12:00
Robert Collins
e9b5e24b32
Trace (most) installation disk operations
...
Adds a new environment variable to control tracing. Tracing is
manual and can be expanded. We can probably get better systemic
tracing from a suite of platform specific tools over time, but for
now this was low hanging fruit that allows pretty good insight
without too much code intrusion. Runtime overhead when disabled
is extremely low (I can unpack rust-docs on Linux in 1s).
2019-06-06 20:38:50 +12:00
Robert Collins
6e6f44e476
Enable threaded closing on all platforms.
...
Set RUSTUP_CLOSE_THREADS=disabled to force single threaded IO, or
to a specific number if desired for testing/tuning.
This may improve #1867 , but has no impact on #1866 due to the coarse
lock around the fd-handle table inside WSL.
2019-06-06 19:12:23 +12:00
Martell Malone
bc20830eff
Add x86_64-unknown-linux-musl build support
2019-05-29 21:24:24 +07:00
Jason Williams
653f1ce7b9
fixing formatting
2019-04-28 22:56:54 +01:00
Brian Ericson
1470f3eb33
Fix local bash completion directory path
...
Per https://github.com/scop/bash-completion/blob/master/README.md's
"FAQ", bash looks for local completions in "bash-completion" (a "-"
instead of an "_", or ~/.local/share/bash-completion/completions).
2019-04-25 21:45:02 -05:00
Yngve Høiseth
772c291370
Create parent directories if necessary
2019-04-21 16:07:03 +02:00
Yngve Høiseth
a350e7b40a
Fix missing directory error
2019-04-20 12:14:51 +02:00
Daniel Silverstone
048713d4a0
Merge pull request #1763 from kinnison/kinnison/doc-self-update
...
Document `--no-self-update` properly
2019-04-19 10:10:52 +01:00
Tjeu Kayim
6cd5815994
Update install instructions for VS 2019
2019-04-18 19:15:29 +02:00
Nick Cameron
ed45c1dd7b
Merge pull request #1753 from rbtcollins/patch-1
...
Correctly document rustup defaults on Windows
2019-04-15 14:37:32 +12:00
Robert Collins
1d95dbefea
Correctly document rustup defaults on Windows
...
rustup checks the host OS for the CPU arch
2019-04-14 21:08:27 +01:00
Daniel Silverstone
19a3e80936
README: Include a note about --no-self-update
...
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org >
2019-04-14 19:05:48 +01:00
Daniel Silverstone
4a09aa98c8
Merge pull request #1750 from rust-lang/kinnison/readme-updates
...
README: Update to use the toolchain install subcommand
2019-04-14 17:02:57 +01:00
Daniel Silverstone
ed08330b0e
Merge pull request #1646 from yodaldevoid/shell-completions
...
Shell completions for Cargo
2019-04-14 16:52:34 +01:00
Daniel Silverstone
eaa86f9613
README: Update to use the toolchain install subcommand
...
Previously we were using `rustup install` which is a hidden
deprecated alias for `rustup update`. Instead we should use
`rustup toolchain install` which is the documented install
method since it has its counterpart `rustup toolchain uninstall`
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org >
2019-04-11 08:14:07 +01:00
Lzu Tao
3406bdb569
Change back to use singular quote
2019-03-22 18:03:56 +07:00
Lzu Tao
0a08a66f2c
Update link to MSVC toolchain
2019-03-22 17:55:29 +07:00
Ricardo Silva Veloso
50c0f3ef3e
Update the README
2019-03-16 14:47:46 -04:00
Lzu Tao
41eb2d1212
Update CI badge and links
2019-03-12 15:36:57 +07:00
Lzu Tao
a98be61dd4
Renew some links
2019-03-12 10:32:43 +07:00
Lzu Tao
e76ee06f79
Add example for rustup man
2019-03-11 22:27:07 +07:00
Lzu Tao
fbc2105186
Reformatting examples' table
2019-03-11 22:23:36 +07:00
Lzu Tao
8ad19406f7
Add syntax highlighting
2019-03-11 22:18:33 +07:00
Lzu Tao
964a307ec5
Update to new links
2019-03-11 21:56:08 +07:00
Dale Wijnand
6b89dfffc3
Merge pull request #1660 from lazorgator/deprecate-curl
...
Deprecate cURL
2019-02-27 07:33:12 +00:00
Nick Cameron
9e436e2fe0
Merge pull request #1656 from dwijnand/document-rustup-target-add---toolchain
...
Document rustup target add --toolchain
2019-02-27 09:52:51 +13:00
Trevor Miranda
e718fb80d2
Update README to reflect deprecation of cURL.
2019-02-18 16:12:53 -05:00
Dale Wijnand
e1995d5334
Document rustup target add --toolchain
2019-02-12 11:23:27 +00:00
Matt Gucci
ee95d42377
Add tab completion instructions for PowerShell
2019-01-25 22:09:13 +09:00
Dale Wijnand
c4ca9bb5ab
Break out the contributing notes into CONTRIBUTING.md
2019-01-16 22:35:45 +00:00
Daniel Silverstone
3104d19a8a
Ensure formatting during CI checks
...
In order to ensure that we don't get odd formatting changes
mixed in with future PRs, verify the formatting during the CI
run if all tests pass.
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org >
2019-01-06 11:03:17 +00:00
synaestheory
fc8c6b251e
Fix typo in README.md
...
Updates "convience" to "convenience" in Toolchain override shorthand section of README.md
2018-12-08 10:37:02 -08:00
Nick Cameron
243e3d5889
Bump version to 1.15.0
...
And fix nursery links
2018-11-27 14:43:31 +13:00
Josh Triplett
d6786b0898
README: Document integration with distribution toolchains
2018-11-21 12:01:23 -08:00
Diggory Blake
525adef819
Merge pull request #1286 from mark-i-m/patch-2
...
Add a quick troubleshooting tip to the README
2018-05-27 13:33:28 +01:00
Kasper Møller Andersen
060192bd80
More command examples
...
I had trouble finding the `toolchain uninstall` command, because I didn't realize that each subcommand had their own help pages to check on. This should hopefully make it clearer for somebody in the same situation.
Closes #1362
2018-03-03 16:42:51 +01:00
Nick Cameron
f3872753c7
Merge pull request #1349 from srinivasreddy/master
...
update README.md documentation about rust version
2018-02-13 13:48:49 +13:00
Srinivas Reddy Thatiparthy
f2c92ffa2a
update README.md documentation about rust version
2018-01-29 23:58:06 +05:30
Aleksey Kladov
5e87970b1f
Explain how to get older version rustup
2017-12-27 21:34:36 +03:00
Who? Me?!
cba695ac05
Add a quick troubleshooting tip to the README
...
It took me and IT about a month to figure this out... It is very strange behavior from `curl` and `libcurl`, but apparently that's how things are. I thought it might be useful to pass the tip on.
2017-11-05 14:32:42 -06:00
Who? Me?!
26521f28de
Fix broken link for "Experimental features"
...
Fix #1203
2017-10-30 21:13:47 -05:00