Commit Graph

1631 Commits

Author SHA1 Message Date
liv 24da5b358f
Merge pull request #1242 from aaarkid/patch-1
fix: Revert deref change
2022-10-26 10:44:40 +02:00
Moritz Böhme 8e0f5bf125
feat: Add flake.nix for nix users
Co-authored-by: Winter <winter@winter.cafe>
2022-10-25 19:37:48 +02:00
Tom Kunc da995b24eb
feat(macros-readme): Add link to MacroKata 2022-10-24 13:57:44 +11:00
Arkid 623161e50d
fix: Revert deref change
Revert the addition of a deref in PR #1192 by me, which should not be there.

Apologies for the inconvenience caused.
2022-10-21 02:45:31 +02:00
liv b17295b36f
Merge pull request #1239 from rust-lang/all-contributors/add-aaarkid
docs: add aaarkid as a contributor for content
2022-10-18 11:39:56 +02:00
allcontributors[bot] ee84131171
docs: update .all-contributorsrc [skip ci] 2022-10-18 09:39:50 +00:00
allcontributors[bot] a204524897
docs: update AUTHORS.md [skip ci] 2022-10-18 09:39:49 +00:00
liv 49a101b189
Merge pull request #1192 from aaarkid/patch-1
fix: Add a deref in the test code
2022-10-18 11:39:35 +02:00
liv 53b8715ae3
Merge pull request #1238 from rust-lang/all-contributors/add-mvanschellebeeck
docs: add mvanschellebeeck as a contributor for content
2022-10-18 11:38:10 +02:00
allcontributors[bot] 61c086b242
docs: update .all-contributorsrc [skip ci] 2022-10-18 09:38:02 +00:00
allcontributors[bot] 5e6207bb90
docs: update AUTHORS.md [skip ci] 2022-10-18 09:38:01 +00:00
liv 572dd2e9f3
Merge pull request #1236 from mvanschellebeeck/main
style: explicitly use Arc::clone
2022-10-18 11:37:44 +02:00
Matthew Van Schellebeeck ccd73c0a81 style: explicitly use Arc::clone 2022-10-17 22:25:28 -05:00
liv b3322e36ae
Merge pull request #1234 from rust-lang/all-contributors/add-azzamsa
docs: add azzamsa as a contributor for code
2022-10-14 10:30:55 +01:00
allcontributors[bot] 3cb9825033
docs: update .all-contributorsrc [skip ci] 2022-10-14 09:30:48 +00:00
allcontributors[bot] eea039b025
docs: update AUTHORS.md [skip ci] 2022-10-14 09:30:47 +00:00
liv 587e2d6dcd
Merge pull request #1220 from azzamsa/percentage
feat(verify): add progress percentage in watch mode
2022-10-14 10:30:32 +01:00
liv 94831a0d54
Merge pull request #1233 from rust-lang/all-contributors/add-nyurik
docs: add nyurik as a contributor for code
2022-10-14 10:26:58 +01:00
allcontributors[bot] 8b251a202f
docs: update .all-contributorsrc [skip ci] 2022-10-14 09:26:51 +00:00
allcontributors[bot] c96fbc7180
docs: update AUTHORS.md [skip ci] 2022-10-14 09:26:50 +00:00
liv 22467b483b
Merge pull request #1231 from nyurik/inline-format-args
Apply uninlined-format-args clippy lint
2022-10-14 10:26:34 +01:00
azzamsa 68388e5d4f feat(verify): add progress percentage in watch mode 2022-10-14 05:28:49 +07:00
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
```
2022-10-12 16:43:07 -04:00
liv 56a4f1680d
Merge pull request #1230 from rust-lang/all-contributors/add-bhbuehler
docs: add bhbuehler as a contributor for content
2022-10-12 15:51:33 +01:00
allcontributors[bot] a50dcc9728
docs: update .all-contributorsrc [skip ci] 2022-10-12 14:51:22 +00:00
allcontributors[bot] 08df6224af
docs: update AUTHORS.md [skip ci] 2022-10-12 14:51:21 +00:00
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
2022-10-12 15:51:06 +01:00
bhbuehler c157c53983 docs(options1): fix and clarify 24 hour time instruction 2022-10-11 12:05:37 -05:00
Grzegorz Żur da6178bdc6
Removed unnecessary use statement 2022-10-11 10:43:32 +02:00
liv 818eaa7307
Merge pull request #1227 from rust-lang/all-contributors/add-gfaugere
docs: add gfaugere as a contributor for tool
2022-10-10 11:40:08 +02:00
allcontributors[bot] d00f7783db
docs: update .all-contributorsrc [skip ci] 2022-10-10 09:40:00 +00:00
allcontributors[bot] bfdc1991a5
docs: update AUTHORS.md [skip ci] 2022-10-10 09:39:59 +00:00
liv 4600bc344c
Merge pull request #1216 from gfaugere/add-vscode-extensions-recommendations
feat: Add VSCode extension recommendation
2022-10-10 11:39:21 +02:00
liv dc14626ae1
Merge pull request #1226 from rust-lang/all-contributors/add-duchonic
docs: add duchonic as a contributor for content
2022-10-10 11:29:37 +02:00
allcontributors[bot] 88a767f39a
docs: update .all-contributorsrc [skip ci] 2022-10-10 09:29:28 +00:00
allcontributors[bot] 1e1b689775
docs: update AUTHORS.md [skip ci] 2022-10-10 09:29:27 +00:00
liv 896b9cea2a
Merge pull request #1222 from duchonic/patch-1
additional test for fees
2022-10-10 11:29:10 +02:00
Duchoud Nicolas 76392d81fa
Added spaces around * 2022-10-04 11:43:23 +02:00
Duchoud Nicolas 4749768734
additional test for fees 2022-10-04 11:36:18 +02:00
Gaëtan Faugère b4c7507b4d
feat: Add VSCode extension recommendation 2022-09-30 15:50:45 +02:00
liv cade600c91
Merge pull request #1203 from skaunov/patch-2
Correct a link in `threads1` `hint`
2022-09-29 10:47:56 +02:00
liv 069e55c5ee
Merge pull request #1213 from rust-lang/all-contributors/add-cj81499
docs: add cj81499 as a contributor for content
2022-09-29 10:45:27 +02:00
allcontributors[bot] a59e305665
docs: update .all-contributorsrc [skip ci] 2022-09-29 08:45:07 +00:00
allcontributors[bot] 58cba835f2
docs: update AUTHORS.md [skip ci] 2022-09-29 08:45:06 +00:00
liv 6174b5caf0
Merge pull request #1210 from cj81499/iterators1-hint
improve hint for iterators1
2022-09-29 10:44:57 +02:00
liv 2e33d422a5
Merge pull request #1212 from Tostapunk/fix/errors-patch1
fix: Fix typo in errors5 hint
2022-09-29 10:44:20 +02:00
Tostapunk 1660f1647e fix: Fix typo in errors5 hint
fixes #1205
2022-09-28 23:40:00 +02:00
Cal Jacobson efdebd48b6
improve hint for iterators1 2022-09-25 15:22:15 -05:00
skaunov c0b3194a55
Correct a link in `threads1` `hint`
It didn't work without last character
2022-09-17 00:26:05 +03:00
liv 2398f378b0
Merge pull request #1200 from rust-lang/all-contributors/add-skaunov
docs: add skaunov as a contributor
2022-09-15 12:00:02 +02:00