Commit Graph

2328 Commits (main)
 

Author SHA1 Message Date
liv 078de99c61
Merge pull request #1727 from markgreene74/fix/clippy-exercises-failing-after-rename
fix(watch): update the CLIPPY_CARGO_TOML_PATH
8 months ago
liv 02a122c2e7
Merge pull request #1731 from rust-lang/all-contributors/add-TheBearodactyl
docs: add TheBearodactyl as a contributor for code
8 months ago
allcontributors[bot] faa261e3e2
docs: update .all-contributorsrc [skip ci] 8 months ago
allcontributors[bot] 9394825018
docs: update AUTHORS.md [skip ci] 8 months ago
liv efd6b8b9c7
Merge pull request #1730 from TheBearodactyl/main
Update install.sh
8 months ago
The Bearodactyl be6630bec6
Update install.sh 8 months ago
Versha Dhankar d757726aca
docs: fix windows installation instructions
Currently, the windows installation instructions download a script from the URL ps1.rustlings.cool. This URL isn't detected as a URL in some cases, which means that PowerShell tries to load the data from a local file called ps1.rustlings.cool.

This was breaking my install, and adding the https:// fixed it.
8 months ago
markgreene74 3545c5a7a4 fix(intro1.rs): typo in the exercise body 8 months ago
markgreene74 3c4fde4610 fix(watch): update the CLIPPY_CARGO_TOML_PATH
... to reflect the changes to the exercise directory names.

The path exercises/clippy replaced with exercises/22_clippy.

closes #1726
8 months ago
liv 33220c5109
Merge pull request #1723 from adamhb123/exercise-directory-structure-update
Update Exercises Directory Names to Reflect Order
8 months ago
Adam Brewer 64d95837e9 Update Exercises Directory Names to Reflect Order 8 months ago
liv c3941323e2
Merge pull request #1725 from rust-lang/all-contributors/add-matthewjnield
docs: add matthewjnield as a contributor for content
8 months ago
allcontributors[bot] 9a7d88f139
docs: update .all-contributorsrc [skip ci] 8 months ago
allcontributors[bot] c7fccf74c9
docs: update AUTHORS.md [skip ci] 8 months ago
liv 54c0ac1f91
Merge pull request #1718 from matthewjnield/main
chore(errors): fix grammar typo and wording in errors exercises
8 months ago
Matt Nield 642aac6f43
chore(errors2): minor description wording change
This commit makes a minor change in the wording of the description of the errors2 exercise to avoid potential confusion, changing:

"A player of the game will type in how many items they want to buy, and the `total_cost` function will calculate the total cost of the tokens."
to
"A player of the game will type in how many items they want to buy, and the `total_cost` function will calculate the total cost of the items."
8 months ago
Matt Nield 5374811f96
chore(errors1): fix grammar typo in hint for exercise errors1
This commit corrects a grammar typo in the hint of the errors1 exercise, changing from:
"`Ok` and `Err` are one of the variants of `Result`,"
to:
"`Ok` and `Err` are the two variants of `Result`,"
8 months ago
liv b97c88f202
docs: use new fancy install aliases 8 months ago
liv d15096f0df
Merge pull request #1700 from docwilco/proper-markdown-hints
chore: make hints proper markdown
8 months ago
Rogier 'DocWilco' Mulhuijzen 8e6c83b4cf chore: make hints proper markdown
Also rewrapped some hints to 80 columns so that they also look good in a
terminal.

closes #1698
8 months ago
liv 3bfd857a27
Merge pull request #1696 from docwilco/docwilco/fix-spawn-windows-debugging
fix(cli): make debugging in windows work
8 months ago
liv c03bc1ec3e
Merge pull request #1699 from rust-lang/all-contributors/add-docwilco
docs: add docwilco as a contributor for code
8 months ago
allcontributors[bot] 2fcafc6602
docs: update .all-contributorsrc [skip ci] 8 months ago
allcontributors[bot] 11227403ce
docs: update AUTHORS.md [skip ci] 8 months ago
liv 177981d1cd
chore: fix missing opening brace 8 months ago
liv 579735b1c3
Merge pull request #1697 from docwilco/docwilco/stop-littering-pdb-files-on-windows
fix(cli): stop littering .pdb files on windows
8 months ago
DocWilco 511e334365 fix(cli): stop littering pdb files on windows 8 months ago
DocWilco cc658eb288 fix(cli): make debugging in windows work
On windows, if `stderr` or `stdin` aren't also set to `Stdio::null()`
the `spawn()` fails with `The handle is invalid`, and `rustlings`
thinks that there's no `rustc` installed.
8 months ago
liv da3d55ba03
Merge pull request #1690 from jyn514/error-handling
Give a more helpful error when a file is missing
8 months ago
liv e1bd5ef858
Merge pull request #1692 from rust-lang/all-contributors/add-offbyone
docs: add offbyone as a contributor for infra
8 months ago
liv 5c405ea0f5
Merge branch 'main' into all-contributors/add-offbyone 8 months ago
liv 92f96c1d45
Merge pull request #1693 from rust-lang/all-contributors/add-dieterplex
docs: add dieterplex as a contributor for infra
8 months ago
allcontributors[bot] 00e16b49e5
docs: update .all-contributorsrc [skip ci] 8 months ago
allcontributors[bot] 463e23e006
docs: update AUTHORS.md [skip ci] 8 months ago
liv d7e1064b13
Merge pull request #1686 from dieterplex/mrv4clap
fix(installation): bump MinRustVersion to 1.70
8 months ago
allcontributors[bot] e58c8322e9
docs: update .all-contributorsrc [skip ci] 8 months ago
allcontributors[bot] be78831ac0
docs: update AUTHORS.md [skip ci] 8 months ago
liv fb2840ede5
Merge pull request #1684 from offbyone/drop-envrc
Remove .envrc
8 months ago
jyn b88c23897f Give a more helpful error when a file is missing
Previously, this would just say "missing file". Now it shows the path of the file that was missing,
which should make it easier to debug what went wrong.
8 months ago
d1t2 6aa47be78e
fix(installation): bump MinRustVersion to 1.70
Since #1633 porting to Clap, min Rust version reqirement changes.
8 months ago
Chris Rose c63c44ac70
Remove .envrc 9 months ago
liv 06f865307f
Merge pull request #1683 from rust-lang/all-contributors/add-OfirLauber
docs: add OfirLauber as a contributor for content
9 months ago
allcontributors[bot] f86a3c5ddc
docs: update .all-contributorsrc [skip ci] 9 months ago
allcontributors[bot] 666857dc4e
docs: update AUTHORS.md [skip ci] 9 months ago
liv 1552822404
Merge pull request #1682 from OfirLauber/main
chore: fix comment in enums3.rs
9 months ago
Ofir Lauber 83ac243c00 chore: fix comment in enums3.rs 9 months ago
liv 9a743f80c5 release: 5.6.1 9 months ago
liv 170aaabe9b
Merge pull request #1673 from husjon/fix-enums3-formatting
Fixed formatting of `enums3` with rustfmt
9 months ago
liv ef122c9973
Merge pull request #1681 from rust-lang/all-contributors/add-jurglic
docs: add jurglic as a contributor for content
9 months ago
allcontributors[bot] 8e8c74c6c0
docs: update .all-contributorsrc [skip ci] 9 months ago