Commit Graph

1670 Commits (7f1754ecc5690f31db4aff38eef2bf30e2aec525)
 

Author SHA1 Message Date
liv 572dd2e9f3
Merge pull request #1236 from mvanschellebeeck/main
style: explicitly use Arc::clone
2 years ago
Matthew Van Schellebeeck ccd73c0a81 style: explicitly use Arc::clone 2 years ago
liv b3322e36ae
Merge pull request #1234 from rust-lang/all-contributors/add-azzamsa
docs: add azzamsa as a contributor for code
2 years ago
allcontributors[bot] 3cb9825033
docs: update .all-contributorsrc [skip ci] 2 years ago
allcontributors[bot] eea039b025
docs: update AUTHORS.md [skip ci] 2 years ago
liv 587e2d6dcd
Merge pull request #1220 from azzamsa/percentage
feat(verify): add progress percentage in watch mode
2 years ago
liv 94831a0d54
Merge pull request #1233 from rust-lang/all-contributors/add-nyurik
docs: add nyurik as a contributor for code
2 years ago
allcontributors[bot] 8b251a202f
docs: update .all-contributorsrc [skip ci] 2 years ago
allcontributors[bot] c96fbc7180
docs: update AUTHORS.md [skip ci] 2 years ago
liv 22467b483b
Merge pull request #1231 from nyurik/inline-format-args
Apply uninlined-format-args clippy lint
2 years ago
azzamsa 68388e5d4f feat(verify): add progress percentage in watch mode 2 years ago
Yuri Astrakhan 2940ad059d Apply uninlined-format-args clippy lint
This lint should also be applied to the excersies,
but I am not certain how to run it for all non-crate individual files.

To re-run:

```
rustup run nightly cargo clippy --fix -- -A clippy::all -W clippy::uninlined_format_args
```
2 years ago
liv 56a4f1680d
Merge pull request #1230 from rust-lang/all-contributors/add-bhbuehler
docs: add bhbuehler as a contributor for content
2 years ago
allcontributors[bot] a50dcc9728
docs: update .all-contributorsrc [skip ci] 2 years ago
allcontributors[bot] 08df6224af
docs: update AUTHORS.md [skip ci] 2 years ago
liv 6e42eede54
Merge pull request #1229 from bhbuehler/docs-options1-fix_and_clarify_24_hr_time_instruction
docs(options1): fix and clarify 24 hour time instruction
2 years ago
bhbuehler c157c53983 docs(options1): fix and clarify 24 hour time instruction 2 years ago
Grzegorz Żur da6178bdc6
Removed unnecessary use statement 2 years ago
liv 818eaa7307
Merge pull request #1227 from rust-lang/all-contributors/add-gfaugere
docs: add gfaugere as a contributor for tool
2 years ago
allcontributors[bot] d00f7783db
docs: update .all-contributorsrc [skip ci] 2 years ago
allcontributors[bot] bfdc1991a5
docs: update AUTHORS.md [skip ci] 2 years ago
liv 4600bc344c
Merge pull request #1216 from gfaugere/add-vscode-extensions-recommendations
feat: Add VSCode extension recommendation
2 years ago
liv dc14626ae1
Merge pull request #1226 from rust-lang/all-contributors/add-duchonic
docs: add duchonic as a contributor for content
2 years ago
allcontributors[bot] 88a767f39a
docs: update .all-contributorsrc [skip ci] 2 years ago
allcontributors[bot] 1e1b689775
docs: update AUTHORS.md [skip ci] 2 years ago
liv 896b9cea2a
Merge pull request #1222 from duchonic/patch-1
additional test for fees
2 years ago
Duchoud Nicolas 76392d81fa
Added spaces around * 2 years ago
Duchoud Nicolas 4749768734
additional test for fees 2 years ago
Gaëtan Faugère b4c7507b4d
feat: Add VSCode extension recommendation 2 years ago
liv cade600c91
Merge pull request #1203 from skaunov/patch-2
Correct a link in `threads1` `hint`
2 years ago
liv 069e55c5ee
Merge pull request #1213 from rust-lang/all-contributors/add-cj81499
docs: add cj81499 as a contributor for content
2 years ago
allcontributors[bot] a59e305665
docs: update .all-contributorsrc [skip ci] 2 years ago
allcontributors[bot] 58cba835f2
docs: update AUTHORS.md [skip ci] 2 years ago
liv 6174b5caf0
Merge pull request #1210 from cj81499/iterators1-hint
improve hint for iterators1
2 years ago
liv 2e33d422a5
Merge pull request #1212 from Tostapunk/fix/errors-patch1
fix: Fix typo in errors5 hint
2 years ago
Tostapunk 1660f1647e fix: Fix typo in errors5 hint
fixes #1205
2 years ago
Cal Jacobson efdebd48b6
improve hint for iterators1 2 years ago
skaunov c0b3194a55
Correct a link in `threads1` `hint`
It didn't work without last character
2 years ago
liv 2398f378b0
Merge pull request #1200 from rust-lang/all-contributors/add-skaunov
docs: add skaunov as a contributor
2 years ago
allcontributors[bot] 37a7344219
docs: update .all-contributorsrc [skip ci] 2 years ago
allcontributors[bot] 3375b67b2b
docs: update AUTHORS.md [skip ci] 2 years ago
liv 56b52115d9
Merge pull request #1199 from skaunov/patch-1
Add link to `std` in `strings3` hint
2 years ago
skaunov 3028d1395c
Add link to `std` in `strings3` hint
Seems like it's the first place, where `std` is introduced in Rustlings, and it's a good place to facilitate docs discovery for user. As _the book_ seems to have no Rustlings-sized solutions for this exercise.
2 years ago
liv b85b8de232
Merge pull request #1198 from rust-lang/all-contributors/add-gasparitiago
docs: add gasparitiago as a contributor
2 years ago
allcontributors[bot] 072847943a
docs: update .all-contributorsrc [skip ci] 2 years ago
allcontributors[bot] d3c0c18946
docs: update AUTHORS.md [skip ci] 2 years ago
liv 4190b73f70
Merge pull request #1196 from gasparitiago/patch-1
fix(quiz2): fix comment regarding hints
2 years ago
Tiago De Gaspari 68fe97bbc2
fix(quiz2): fix comment regarding hints
Change the comment on quiz2.rs, since there are no hints.
2 years ago
Arkid 34ed235885
fix: Add a deref in the test code
It's virtually impossible to write a the `num_sq` function to take the Box since it doesn't implement `MulAssign`.
2 years ago
mokou c923e7af73 chore: release 5.2.1 2 years ago