Commit Graph

784 Commits (91ee27f22bd3797a9db57e5fd430801c170c5db8)
 

Author SHA1 Message Date
Alexx Roche 5563adbb89
fix: fix quiz naming inconsistency (#421)
Inconsistent naming when compared with the other quiz files.
4 years ago
Alexx Roche 524e17df10
fix(variables6): minor typo (#419)
Looks like this was cloned from variables5.rs
4 years ago
fmoko 73e848e96f
Merge pull request #416 from danwilhelm/traits-readme
feat: Add traits README
4 years ago
fmoko 5f0806967c
Merge pull request #409 from AlexandruGG/feature/box-exercise 4 years ago
Dan Wilhelm 173bb14140 feat: Add traits README 4 years ago
fmoko 918f310674
Merge pull request #410 from tsauvajon/fix-option1
fix(option1): Don't add only zeros to the numbers array
4 years ago
fmoko a75fdbd8ad
Merge pull request #415 from danwilhelm/powershell-correction
chore: Fix PowerShell capitalization
4 years ago
Dan Wilhelm 9d3f189b0e chore: Fix PowerShell capitalization 4 years ago
AlexandruGG 7e79c51222 Add .idea to gitignore 4 years ago
fmoko a180d831a1
Merge pull request #413 from danwilhelm/generics3-90chars 4 years ago
Dan Wilhelm e81adc2752
chore: Add Powershell reminder 4 years ago
Allan Soares Duarte 500422d594
chore: Update variables6.rs book link 4 years ago
Dan Wilhelm 0311c03735 chore: Limit generics3 lines to 90 chars 4 years ago
AlexandruGG df81141d6f Address PR feedback: add tests 4 years ago
Thomas Sauvajon cce6a44277
fix(option1): Don't add only zeros to the numbers array 4 years ago
AlexandruGG 7479a4737b feat: Add box1.rs exercise 4 years ago
Evan Carroll 06ef4cc654
fix: confine the user further in variable exercises
We want to teach a specific lesson. To ensure that we do, let's try to
provide more clarity on what the user should not do.
4 years ago
Jade McGough c7c3130507
chore: remove struct2 hint comment 4 years ago
Sanjay K 010a045692
feat: renames test to quiz, fixes #244
BREAKING CHANGE

* changed test to quiz: fixes issues in #244
* fixed info.toml: #244
* fixed naming related issues
4 years ago
fmoko 51666609f1
Merge pull request #365 from sjmann/generics-2-fix 4 years ago
Stefan Kupresak 10967bce57
fix(option2): Add TODO to comments (#400) 4 years ago
IkaR49 763aa6e378
feat: Rewrite try_from_into (#393) 4 years ago
Gaurang Tandon d6c0a688e6
fix(test2): name of type String and &str (#394) 4 years ago
Jawaad Mahmood 9f75554f2a
fix(options1): Add hint about Array Initialization (#389) 4 years ago
Evan Carroll 2b20c8a0f5
fix(errorsn): Try harder to confine the user. (#388) 4 years ago
fmoko 1b4590b42b
Merge pull request #385 from siobhanjacobson/fix-enums3-test 4 years ago
Siobhan Jacobson 09e89bbcd3 Update Message::Move in the enums3 test to take a Point. 4 years ago
fmoko 7c4b1f910c
Merge pull request #372 from DiD92/exercise_structs3 4 years ago
fmoko 3ceabe91f8
Merge pull request #383 from wrobstory/wrobstory-exercises 4 years ago
fmoko a39ffb2fb8
Merge pull request #368 from apatniv/update_test_case 4 years ago
apatniv 41f989135d Review Comments: Add other test cases 4 years ago
Rob Story f6cffc7e48 fix(option1): Add cast to usize, as it is confusing in the context of an exercise about Option 4 years ago
Rob Story 1da84b5f7c feat: Add if2 exercise 4 years ago
fmoko ebfe76cdb6
Merge pull request #382 from bertonha/deprecated-description 4 years ago
Christofer Bertonha c301814d68 chore: Remove deprecated description from error_handling/errorsn.rs 4 years ago
fmoko 09478571df
Merge pull request #378 from Darrenmeehan/patch-2 4 years ago
Jihchi Lee a901499ede
fix(from_into.rs): typo 4 years ago
fmoko de65026db0
Merge pull request #377 from danwilhelm/dw-typos 4 years ago
fmoko 071b51d588
Check if python is available while checking for git, rustc and cargo (#376) 4 years ago
Darren Meehan 80390d8a03
docs: Remove outdated MacOS instructions
The quoted file no longer exists
4 years ago
Dan Wilhelm 9590082848 fix: update iterator and macro text for typos and clarity
- /macros/README.md: Typo "modules" => "macros"
- iterators2.py: Reduce line length to <90-char width.
- iterators4.py: Update 'fun' => 'challenge' as per PR#177
- rustlings hint iterators4: improve clarity
4 years ago
Abdou Seck 9cfb617d5b fix(installation): Check if python is available while checking for git,rustc and cargo
closes #374
4 years ago
Dídac Sementé Fernández b66e2e0962 feat: Added exercise structs3.rs 4 years ago
Aleksei Trifonov 32721bbc83
chore: fix missing space in the hint for errorsn.rs 4 years ago
apatniv 19fb1c240c test: Add missing test case for from_str exercise 4 years ago
Steven Mann 630ff0e00b
chore: add explanatory comment to clippy1 4 years ago
sjmann 964c974a02 fix: update generics2 closes #362 4 years ago
lebedevsergey c9e4f2cfb4
fix: confusing comment in conversions/try_from_into.rs
Co-authored-by: Lebedev <sergey.lebedev@corp.mail.ru>
4 years ago
Said Aspen a3a554aeed
Hints for structs1 and structs2 (#355) 4 years ago
Ufuk Celebi 6c3cc2caf5
chore: delete orphaned `error_handling/option1.rs`
`error_handling/option1.rs` has been replaced by `option/option1.rs` and
is not referenced in `info.toml` any more.
4 years ago