1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-05-28 06:26:07 +02:00
Commit Graph

2169 Commits

Author SHA1 Message Date
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
allcontributors[bot] 1ac392a551
docs: update .all-contributorsrc [skip ci] 2024-03-15 13:19:34 +00:00
allcontributors[bot] 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
allcontributors[bot] 62b435a309
docs: update .all-contributorsrc [skip ci] 2024-03-15 13:17:18 +00:00
allcontributors[bot] 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
allcontributors[bot] 4c51cb0909
docs: update .all-contributorsrc [skip ci] 2024-03-15 13:02:10 +00:00
allcontributors[bot] 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
allcontributors[bot] 0d5c105c15
docs: update .all-contributorsrc [skip ci] 2024-03-15 12:56:53 +00:00
allcontributors[bot] 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
allcontributors[bot] 6f88dd437e
docs: update .all-contributorsrc [skip ci] 2024-03-15 12:52:54 +00:00
allcontributors[bot] 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
allcontributors[bot] 3c6c29e19e
docs: update .all-contributorsrc [skip ci] 2024-03-15 12:51:44 +00:00
allcontributors[bot] 2b97faa1d3
docs: update AUTHORS.md [skip ci] 2024-03-15 12:51:43 +00:00
Luca Plian 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
pavedroad f5e9db90cc chore: fix typo
Signed-off-by: pavedroad <qcqs@outlook.com>
2024-03-12 14:35:48 +08:00
Kyle VanderBeek 2fb135026c Add back the post-attach watch. 2024-03-09 23:18:31 +00:00
Kyle VanderBeek 77903200a0 Remove duplicate vscode extension list.
It's already in the vendor-specific .vscode files.
2024-03-09 20:20:14 +00:00
Kyle VanderBeek 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
Kyle VanderBeek 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
luna 547f3ac835
chore: minor typo fix 2024-03-07 18:31:33 -05:00
dependabot[bot] 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
Jan 75ee0e4245
Clarified hint text 2024-02-12 18:13:20 +01:00
Peter Neave 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
reifenrath-dev 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
allcontributors[bot] e2674498c6
docs: update .all-contributorsrc [skip ci] 2024-01-15 14:51:48 +00:00
allcontributors[bot] 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
Sergei Gerasenko 93aef73eb5 Correct for more standard English 2024-01-09 10:17:03 -06: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
allcontributors[bot] 8863855627
docs: update .all-contributorsrc [skip ci] 2023-11-29 16:39:44 +00:00
allcontributors[bot] 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
allcontributors[bot] 3e7f1e3ff2
docs: update .all-contributorsrc [skip ci] 2023-11-29 16:33:59 +00:00
allcontributors[bot] 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