1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-06-27 00:41:21 +02:00
Commit Graph

2786 Commits

Author SHA1 Message Date
liv
31e7920cee Merge pull request #1869 from evanmiller2112/main
Clarify language in hashmap3.rs (sum vs per match)
2024-03-15 14:32:12 +01:00
liv
6fb45305f8 Merge pull request #1890 from rust-lang/all-contributors/add-hyphena
docs: add hyphena as a contributor for content
2024-03-15 14:29:00 +01:00
9cf5a2f83f docs: update .all-contributorsrc [skip ci] 2024-03-15 13:22:14 +00:00
3d6b5e8102 docs: update AUTHORS.md [skip ci] 2024-03-15 13:22:13 +00:00
liv
8c5d091513 Merge pull request #1875 from hyphena/patch-1
chore: minor typo fix
2024-03-15 14:21:56 +01:00
liv
91df875847 Merge pull request #1889 from rust-lang/all-contributors/add-pavedroad
docs: add pavedroad as a contributor for content
2024-03-15 14:21:36 +01:00
1ac392a551 docs: update .all-contributorsrc [skip ci] 2024-03-15 13:19:34 +00:00
3f0dc81a9c docs: update AUTHORS.md [skip ci] 2024-03-15 13:19:33 +00:00
liv
44ef58be43 Merge pull request #1881 from pavedroad/main
chore: fix typo
2024-03-15 14:19:17 +01:00
liv
803e0a4fbb Merge pull request #1888 from rust-lang/all-contributors/add-kylev
docs: add kylev as a contributor for infra
2024-03-15 14:17:26 +01:00
62b435a309 docs: update .all-contributorsrc [skip ci] 2024-03-15 13:17:18 +00:00
fe28feba1e docs: update AUTHORS.md [skip ci] 2024-03-15 13:17:17 +00:00
liv
cc27966980 Merge pull request #1877 from kylev/kv_faster_devcon
Simplify and shrink development container
2024-03-15 14:17:00 +01:00
liv
6b0a2ff0d0 Merge pull request #1871 from rust-lang/dependabot/cargo/mio-0.8.11
chore(deps): bump mio from 0.8.9 to 0.8.11
2024-03-15 14:15:04 +01:00
liv
b0c50b3bc7 Merge pull request #1887 from rust-lang/all-contributors/add-JanB1
docs: add JanB1 as a contributor for content
2024-03-15 14:02:17 +01:00
4c51cb0909 docs: update .all-contributorsrc [skip ci] 2024-03-15 13:02:10 +00:00
032e3c9f30 docs: update AUTHORS.md [skip ci] 2024-03-15 13:02:09 +00:00
liv
9bae712453 Merge pull request #1856 from JanB1/main
Clarified hint text
2024-03-15 14:01:54 +01:00
liv
b057e09156 Merge pull request #1886 from rust-lang/all-contributors/add-peterneave
docs: add peterneave as a contributor for infra
2024-03-15 13:57:03 +01:00
0d5c105c15 docs: update .all-contributorsrc [skip ci] 2024-03-15 12:56:53 +00:00
fe698d9096 docs: update AUTHORS.md [skip ci] 2024-03-15 12:56:52 +00:00
liv
c54ec23b9e Merge pull request #1837 from peterneave/main
fix: Ensure scripts have LF line endings
2024-03-15 13:56:35 +01:00
liv
6f1d309308 Merge pull request #1885 from rust-lang/all-contributors/add-reifenrath-dev
docs: add reifenrath-dev as a contributor for content
2024-03-15 13:53:11 +01:00
6f88dd437e docs: update .all-contributorsrc [skip ci] 2024-03-15 12:52:54 +00:00
557bbe2b85 docs: update AUTHORS.md [skip ci] 2024-03-15 12:52:53 +00:00
liv
32c19c2e47 Merge pull request #1832 from reifenrath-dev/main
chore: update from_into.rs task description to fit the code
2024-03-15 13:52:38 +01:00
liv
27d1a31eb6 Merge pull request #1884 from rust-lang/all-contributors/add-AnonimAnonim2245
docs: add AnonimAnonim2245 as a contributor for code
2024-03-15 13:52:01 +01:00
3c6c29e19e docs: update .all-contributorsrc [skip ci] 2024-03-15 12:51:44 +00:00
2b97faa1d3 docs: update AUTHORS.md [skip ci] 2024-03-15 12:51:43 +00:00
17ee0e3c7a optimized the UI code (#1830) 2024-03-15 13:51:24 +01:00
liv
c46a711526 fix: revert from_into test change 2024-03-15 13:48:57 +01:00
098ff228d7 chore: fix a minor typo 2024-03-13 00:39:45 +00:00
f5e9db90cc chore: fix typo
Signed-off-by: pavedroad <qcqs@outlook.com>
2024-03-12 14:35:48 +08:00
36db08340d Update dependencies 2024-03-10 23:57:35 +01:00
2fb135026c Add back the post-attach watch. 2024-03-09 23:18:31 +00:00
77903200a0 Remove duplicate vscode extension list.
It's already in the vendor-specific .vscode files.
2024-03-09 20:20:14 +00:00
e424e9f6c7 Add target directory to $PATH
Makes the pre-built command work in the shell right away.
2024-03-09 20:07:51 +00:00
11f0fd7fd9 Convert to lightweight dev container; simplify.
Instead of running `rustup` on a multi-gigabyte general-purpose Linux base, use the premade devcontainers/rust:1 which closely tracks the rust toolchain releases. Rip out excess setup steps since devcontainers come with the repo checked out; just compile/update the binary.
2024-03-09 19:45:50 +00:00
547f3ac835 chore: minor typo fix 2024-03-07 18:31:33 -05:00
373676a576 chore(deps): bump mio from 0.8.9 to 0.8.11
Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.9 to 0.8.11.
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/mio/compare/v0.8.9...v0.8.11)

---
updated-dependencies:
- dependency-name: mio
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 22:02:08 +00:00
9bda8598e1 Merge pull request #1 from evanmiller2112/evanmiller2112-hashmap3-description
Update hashmaps3.rs description for clarity
2024-03-04 10:39:01 -05:00
19b5e24d5c Update hashmaps3.rs description for clarity
I struggled with this exercise and didn't understand that it was looking for a summary of goals scored/conceded per team, instead of per match.

My goal here is just to clarify the language, essentially saying "the total number of goals the team scored" to indicate that we are looking for a sum.

Updated the exercise description to clarify this point.

Relates loosely to closed issue https://github.com/rust-lang/rustlings/issues/1361
2024-03-04 10:38:09 -05:00
1da82a0eab docs: Added comment for handling equal numbers in if/if1.rs bigger function 2024-02-28 14:19:05 +01:00
Jan
75ee0e4245 Clarified hint text 2024-02-12 18:13:20 +01:00
53c40024d8 Added .git to end of Repo's https URL
The install.sh script didn't work for me, after I changed this locally it worked
URL needs to end in .git
2024-02-06 01:54:04 +02:00
bcb192c707 chore: fixed minor typo 2024-02-04 10:51:06 +08:00
6072ec16a0 fix: Ensure scripts have LF line endings
Use gitattributes file to ensure script files have LF line endings. This solves a problem for users who wish to use DevContainers on Windows machines and the file has been cloned from the repository with CRLF line endings.
2024-01-24 09:30:49 +11:00
b70ed105db chore: update from_into.rs task description to fit the code 2024-01-19 11:18:54 +01:00
liv
8d0aa11a35 Merge pull request #1826 from rust-lang/all-contributors/add-gerases
docs: add gerases as a contributor for content
2024-01-15 14:52:04 +00:00
e2674498c6 docs: update .all-contributorsrc [skip ci] 2024-01-15 14:51:48 +00:00