Aidan van Wyk
1e237d0288
Merge branch 'rust-lang:main' into main
2023-03-07 12:43:06 +02:00
liv
ff50159a3d
fix: remove repl.it support for now
...
It stopped working and needs too much manual fixing, until someone
comes along to fix it, it's not great to have in the README section.
Closes #1352 .
2023-03-03 21:27:57 +01:00
ACvanWyk
4645e6e547
Merge branch 'main' of https://github.com/ACvanWyk/rustlings_solve
2023-03-02 19:26:15 +02:00
ACvanWyk
e94d5f1bb2
Implement traits
2023-03-02 19:25:48 +02:00
Aidan van Wyk
33ba53468e
Update rust.yml
2023-02-27 11:17:20 +02:00
Aidan van Wyk
0b6daa6e3f
Update rust.yml
2023-02-27 10:58:16 +02:00
Aidan van Wyk
77fbda8ceb
Update integration_tests.rs
2023-02-27 10:53:32 +02:00
Aidan van Wyk
4c4ad883c5
Merge branch 'rust-lang:main' into main
2023-02-27 08:03:18 +02:00
ACvanWyk
acb03e2951
Complete generics
2023-02-26 15:15:32 +02:00
ACvanWyk
01d39c2334
Complete generics
2023-02-26 15:15:02 +02:00
ACvanWyk
52ec3f5841
Complete error exercises
2023-02-26 14:27:37 +02:00
liv
36e66b545e
Merge pull request #1396 from 0lhi/main
...
fix(macros4.rs): Add rustfmt::skip to prevent auto-fix.
2023-02-26 13:10:24 +01:00
liv
0e9966d6a4
Merge pull request #1397 from crd477/patch-1
...
rustfmt
2023-02-26 13:10:04 +01:00
liv
75fbf7a8f3
Merge pull request #1401 from rust-lang/all-contributors/add-mdmundo
...
docs: add mdmundo as a contributor for infra
2023-02-26 13:09:26 +01:00
liv
e700a3cc4d
Merge branch 'main' into all-contributors/add-mdmundo
2023-02-26 13:09:20 +01:00
allcontributors[bot]
eb7f21df04
docs: update .all-contributorsrc [skip ci]
2023-02-26 12:08:07 +00:00
allcontributors[bot]
ac9c1adb75
docs: update AUTHORS.md [skip ci]
2023-02-26 12:08:06 +00:00
liv
d06f7bf1ff
Merge pull request #1400 from rust-lang/all-contributors/add-eroullit
...
docs: add eroullit as a contributor for infra
2023-02-26 13:07:02 +01:00
allcontributors[bot]
7f06bb5fa7
docs: update AUTHORS.md [skip ci]
2023-02-26 12:06:57 +00:00
allcontributors[bot]
0ad8eec3eb
docs: update .all-contributorsrc [skip ci]
2023-02-26 12:06:51 +00:00
allcontributors[bot]
3c841c4685
docs: update AUTHORS.md [skip ci]
2023-02-26 12:06:50 +00:00
liv
d5b647d5ab
Merge pull request #1399 from eroullit/codespaces
...
Codespaces ❤️ Rustlings
2023-02-26 13:05:05 +01:00
ACvanWyk
4f9987c77e
Implement options
2023-02-25 20:54:50 +02:00
ACvanWyk
eabd709365
Complete quiz2
2023-02-25 20:31:17 +02:00
ACvanWyk
387c3b0e72
Finish hashmap
2023-02-25 20:17:15 +02:00
ACvanWyk
80213ce07e
Complete hashmap exercises
2023-02-25 20:16:28 +02:00
ACvanWyk
0bf936db98
Fixed modules
2023-02-25 19:39:56 +02:00
ACvanWyk
f6be6a06e7
Complete multiple exercises
2023-02-25 19:28:08 +02:00
Emmanuel Roullit
86f8fa8e6e
Update README.md
...
Fix refs from master to main
2023-02-25 17:57:34 +01:00
Emmanuel Roullit
351e4e2460
Update devcontainer.json
2023-02-25 17:56:00 +01:00
Emmanuel Roullit
1afc7ed8c5
Update README.md
...
Create Rustlings Codespace in one click
2023-02-25 17:20:31 +01:00
Emmanuel Roullit
fcadbfc70d
Merge branch 'rust-lang:main' into codespaces
2023-02-25 17:11:43 +01:00
Chad Dougherty
8c88f769b6
rustfmt
...
rustfmt converts "main ()" -> "main()"
2023-02-24 08:51:03 -05:00
0lhi
de24536187
macros4.rs: Add rustfmt::skip to prevent auto-fix.
...
The `macros4.rs` challenge can automatically be solved by rustfmt without the user noticing.
Adding `#[rustfmt::skip]` above the `macro_rules!` line fixes this issue.
2023-02-24 01:43:23 +01:00
liv
701b4bef51
Merge pull request #1386 from cyril-marpaud/cmp_arc1
...
refactor(arc1): improve readability by avoiding implicit dereference
2023-02-19 12:34:52 +01:00
Cyril MARPAUD
045d86aa42
refactor(arc1): improve readability by avoiding implicit dereference
2023-02-18 21:38:43 +01:00
liv
bec7be05f5
Merge pull request #1383 from rust-lang/all-contributors/add-shgew
...
docs: add shgew as a contributor for content
2023-02-18 14:26:58 +01:00
allcontributors[bot]
d42ac49de4
docs: update .all-contributorsrc [skip ci]
2023-02-18 13:26:38 +00:00
allcontributors[bot]
1272d0b990
docs: update AUTHORS.md [skip ci]
2023-02-18 13:26:37 +00:00
liv
cf86e734f2
Merge pull request #1381 from shgew/fix/errors5-comment
...
fix: unify undisclosed type notation in errors5.rs
2023-02-18 14:26:23 +01:00
Gleb Shevchenko
238a496af5
fix: unify undisclosed type notation in errors5.rs
2023-02-18 14:09:04 +01:00
liv
a3670d267b
Merge pull request #1380 from rust-lang/all-contributors/add-Anush008
...
docs: add Anush008 as a contributor for doc
2023-02-17 19:04:09 +01:00
allcontributors[bot]
65f05f0541
docs: update .all-contributorsrc [skip ci]
2023-02-17 18:03:59 +00:00
allcontributors[bot]
338c95f120
docs: update AUTHORS.md [skip ci]
2023-02-17 18:03:58 +00:00
liv
2b9dc4424e
Merge pull request #1379 from Anush008/patch-1
...
Removed verbose instructions from the uninstall section
2023-02-17 19:03:41 +01:00
Anush
ef0b25c392
Removed verbose instructions from the uninstall section
2023-02-17 22:51:42 +05:30
liv
6f0e5d13ed
Merge pull request #1372 from rust-lang/all-contributors/add-black-puppydog
...
docs: add black-puppydog as a contributor for content
2023-02-15 14:17:07 +01:00
allcontributors[bot]
046a18cd16
docs: update .all-contributorsrc [skip ci]
2023-02-15 13:16:59 +00:00
allcontributors[bot]
e1e67d0d41
docs: update AUTHORS.md [skip ci]
2023-02-15 13:16:58 +00:00
liv
216d08d013
Merge pull request #1244 from black-puppydog/cow-rework
...
refactor(cow1): replace main with tests
2023-02-15 14:16:22 +01:00