Commit Graph

971 Commits (fe726f5bcafd35c56b66c9b17a962b7a5cab5ece)
 

Author SHA1 Message Date
allcontributors[bot] fe726f5bca
docs: update README.md [skip ci] 3 years ago
Weilet 0a11bad714
feat(quiz1): add default function name in comment (#838) 3 years ago
diannasoriel 74af578beb
Merge pull request #840 from MikAoJk/main
Added in ignore for .iml files
3 years ago
joakim.kartveit 6efa7d5d15 Added ignore for .iml files 3 years ago
diannasoriel a6774100d4
Merge pull request #836 from rust-lang/all-contributors/add-granddaifuku
docs: add granddaifuku as a contributor for content
3 years ago
allcontributors[bot] de22b13273
docs: update .all-contributorsrc [skip ci] 3 years ago
allcontributors[bot] 6c41adef63
docs: update README.md [skip ci] 3 years ago
granddaifuku 1c3beb0a59
fix(modules2): fix typo (#835) 3 years ago
diannasoriel e4e9e4c963
Merge pull request #834 from rust-lang/all-contributors/add-anuk909
docs: add anuk909 as a contributor for content, code
3 years ago
allcontributors[bot] 44d8047249
docs: update .all-contributorsrc [skip ci] 3 years ago
allcontributors[bot] 5423f1be29
docs: update README.md [skip ci] 3 years ago
anuk909 dfd2fab4f3
feat(modules): update exercises, add modules3 (#822)
Co-authored-by: diannasoriel <mokou@fastmail.com>
3 years ago
diannasoriel 96fc301764
chore(quiz1): revert wording 3 years ago
diannasoriel 5bdb5de855
Merge pull request #830 from rust-lang/all-contributors/add-benarmstead
docs: add benarmstead as a contributor for code
3 years ago
allcontributors[bot] a64dbdcc04
docs: update .all-contributorsrc [skip ci] 3 years ago
allcontributors[bot] 2f0ff258b1
docs: update README.md [skip ci] 3 years ago
Ben Armstead 1cd9328a58
fix(cli): remove unnecessary borrows (#829)
* Update dependencies

* Format better and remove unnecessary borrows
3 years ago
diannasoriel ec527824b4
Merge pull request #828 from rust-lang/all-contributors/add-dbednar230
docs: add dbednar230 as a contributor for content
3 years ago
allcontributors[bot] 380587f120
docs: update .all-contributorsrc [skip ci] 3 years ago
allcontributors[bot] ba8f97f418
docs: update README.md [skip ci] 3 years ago
Damian 03131a3d35
fix(quiz1): Fix inconsistent wording (#826)
The second test expects the function to return 80 when there is an order of 40 apples, but the current wording implies returning 40 will pass as well
3 years ago
ana df25684cb7 fix(move_semantics5): Clarify instructions 3 years ago
fmoko 8e313cffaa
Merge pull request #732 from apogeeoak/iterators5
chore(iterators5): Minor formatting improvements.
3 years ago
fmoko 6948905716
Merge pull request #737 from ghost/correct-small-typo
Correct small typo in exercises/conversions/from_str.rs
3 years ago
ana ba087ce64a release: 4.5.0
Signed-off-by: ana <ana@ana.st>
3 years ago
fmoko 3b03865a62
Merge pull request #801 from rust-lang/all-contributors/add-sinharaksh1t
docs: add sinharaksh1t as a contributor for content
3 years ago
allcontributors[bot] 33fa274bbf
docs: update .all-contributorsrc [skip ci] 3 years ago
allcontributors[bot] 23f700dc23
docs: update README.md [skip ci] 3 years ago
Rakshit Sinha d876649616
fix(quiz1): Updated question description (#794)
Co-authored-by: Rakshit Sinha <rakshit.sinha@oracle.com>
3 years ago
fmoko e4c14ac76e
Merge pull request #800 from rust-lang/all-contributors/add-lauralindzey
docs: add lauralindzey as a contributor for doc
3 years ago
allcontributors[bot] b438049c39
docs: update .all-contributorsrc [skip ci] 3 years ago
allcontributors[bot] b017579577
docs: update README.md [skip ci] 3 years ago
fmoko c8e4b357a3
Merge pull request #795 from lauralindzey/docs/section-mapping
docs: Update exercise to chapter mapping for HashMap
3 years ago
lauralindzey 8774e47dc3
docs: Update collections README with HashMap link 3 years ago
Laura Lindzey e422ab1507 docs: Update exercise to chapter mapping for HashMap 3 years ago
marisa cdd8e19716
Merge pull request #792 from rust-lang/all-contributors/add-cseltol
docs: add cseltol as a contributor for doc
3 years ago
allcontributors[bot] 91d86a1de9
docs: update .all-contributorsrc [skip ci] 3 years ago
allcontributors[bot] 6a10f900b4
docs: update README.md [skip ci] 3 years ago
marisa 9b9a89c79a
Merge pull request #668 from cseltol/main
fix(installation): first PowerShell command
3 years ago
marisa 123e6426d1
Merge pull request #789 from kolbma/exercise-clippy1-hint-390
chore: clippy1 hint enhancement
3 years ago
marisa 427ec6b2e4
Merge pull request #790 from rust-lang/all-contributors/add-jazzplato
docs: add jazzplato as a contributor for code
3 years ago
allcontributors[bot] 03dcb582e6
docs: update .all-contributorsrc [skip ci] 3 years ago
allcontributors[bot] 1043a06124
docs: update README.md [skip ci] 3 years ago
Richthofen d20e413a68
feat(cli): Add "next" to run the next unsolved exercise. (#785)
* Add "run next" to run the next unsolved exercise.

* Fix a grammar error in the message.

* Update README.md with the suggested change

Co-authored-by: marisa <mokou@fastmail.com>

* Update the README.md for "rustlings hint next".

Co-authored-by: marisa <mokou@fastmail.com>
3 years ago
arlecchino 9bf4c5e8df
chore: clippy1 hint enhancement
Added some explanation and links about floating point representation and to use the clippy suggestion. (fixes #390)
3 years ago
marisa 633303d4b8
Merge pull request #787 from kolbma/exercise-iterator3-hint
chore: Update hint of iterators3
3 years ago
arlecchino a4a1098766
Update info.toml
Co-authored-by: marisa <mokou@fastmail.com>
3 years ago
marisa 0bd459dcac
Merge pull request #788 from rust-lang/all-contributors/add-kolbma
docs: add kolbma as a contributor for doc
3 years ago
allcontributors[bot] 3b4514b686
docs: update .all-contributorsrc [skip ci] 3 years ago
allcontributors[bot] 2e05606edc
docs: update README.md [skip ci] 3 years ago