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

2317 Commits

Author SHA1 Message Date
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
3200581d4d docs: update AUTHORS.md [skip ci] 2024-01-15 14:51:47 +00:00
liv
6afc4840b4 Merge pull request #1819 from gerases/grammar-fix
Correct for more standard English
2024-01-15 14:51:31 +00:00
93aef73eb5 Correct for more standard English 2024-01-09 10:17:03 -06:00
5453fad991 docs: sort exercise to book chapter mapping by exercise 2023-12-18 21:16:18 -05:00
f35f63fa57 Remove confusing aside in 23_conversions/from_str.rs
The advice tell us how to return as String error message. Unless I missed something, we can't even return a String error message here, so this advice is more confusing than anything and should better be removed.
2023-12-08 17:52:21 +00:00
liv
88b583f2bb Merge pull request #1793 from rust-lang/all-contributors/add-bastianpedersen
docs: add bastianpedersen as a contributor for content
2023-11-29 17:39:57 +01:00
8863855627 docs: update .all-contributorsrc [skip ci] 2023-11-29 16:39:44 +00:00
5bbdb3d5ba docs: update AUTHORS.md [skip ci] 2023-11-29 16:39:43 +00:00
liv
9f4b5566db Merge pull request #1769 from bastianpedersen/patch-1
docs: reword `clippy1` exercise to be more readable
2023-11-29 17:39:28 +01:00
liv
f97f4bc4f1 Merge pull request #1792 from rust-lang/all-contributors/add-neuschaefer
docs: add neuschaefer as a contributor for code
2023-11-29 17:34:16 +01:00
3e7f1e3ff2 docs: update .all-contributorsrc [skip ci] 2023-11-29 16:33:59 +00:00
4b80097817 docs: update AUTHORS.md [skip ci] 2023-11-29 16:33:58 +00:00
liv
7f530ebf20 Merge pull request #1783 from neuschaefer/fe-nish
Fe-nish line rendering improvements
2023-11-29 17:33:41 +01:00
liv
11e74147ae Merge pull request #1791 from rust-lang/all-contributors/add-matthri
docs: add matthri as a contributor for code
2023-11-29 17:20:27 +01:00
5d78a2f103 docs: update .all-contributorsrc [skip ci] 2023-11-29 16:10:38 +00:00
194e0b951d docs: update AUTHORS.md [skip ci] 2023-11-29 16:10:37 +00:00
liv
369a3d3678 Merge pull request #1775 from matthri/update-notify-v6
Update `notify` dependency to v6
2023-11-29 17:10:21 +01:00
21b1e6ecf8 fix(move_semantics): removed unused mut 2023-11-22 22:06:17 +05:30