Commit Graph

784 Commits (91ee27f22bd3797a9db57e5fd430801c170c5db8)
 

Author SHA1 Message Date
Ryan McQuen 3286c5ec19
fix(using_as): Add test so that proper type is returned. (#512) 4 years ago
Koalab99 ee7cdc66b3
chore: Removed extra whitespaces
Co-authored-by: Corentin ARNOULD <corentin.arn@gmail.com>
4 years ago
fmoko 9699da4968
Merge pull request #506 from bhgsbatista/patch-1
Make macros4 not compile by default
4 years ago
Samuel Batista 6bb0b48b10
Make macros4 not compile by default
Did you mean this? I'm new to rust and this test passed right away, so unsure what the intention was.
4 years ago
fmoko 70da09eae2
Merge pull request #504 from Ant0wan/quiz2_markers
fix(exercises): adding question mark to quiz2
4 years ago
Antoine Barthelemy 101072ab9f fix(exercises): adding question mark to quiz2
Question marks added for consistency.

closes #496
4 years ago
fmoko 47f7672c03
fix(generics3): clarify grade change 4 years ago
John Heath dd54ccf677
Make comments on example clearer
I actually struggled because I overlooked the fact that I needed to change the 2.1 to "A+". 

So I wanted to make things clearer for future rustlings.
4 years ago
fmoko 66ec916b3d
Merge pull request #498 from seeplusplus/main
fix(arc1): index mod should equal thread count
4 years ago
seeplusplus b4062ef699 fix(arc1): index mod should equal thread count 4 years ago
fmoko 2d3816341e
Merge pull request #492 from etiennebarrie/rustfmt-on-exercises
chore: Run rustfmt on exercises
4 years ago
fmoko d1054cd596
Merge pull request #493 from etiennebarrie/cargo-fmt
chore: Run cargo fmt
4 years ago
Étienne Barrié 81f8c2f83c chore: Run cargo fmt 4 years ago
Étienne Barrié 3144d3ae63 chore: Run rustfmt on exercises 4 years ago
Mukund Bhudia 9642f5a3f6 feat: Added iterators1.rs exercise 4 years ago
fmoko c4853ee6bb
Merge pull request #487 from dmarcoux/update-rustlings-in-cargo-lock 4 years ago
Dany Marcoux 1cc40bc9ce
fix: Update rustlings version in Cargo.lock 4 years ago
Robby 38a615f407
chore: add .vscode to gitignore 4 years ago
Adi Vaknin 4f2468e14f
feat(cli): Added 'cls' command to 'watch' mode (#474) 4 years ago
Ryan McQuen 8f7b5bd00e
feat: Add ability to run rustlings on repl.it (#471)
Co-authored-by: fmoko <mokou@posteo.de>
4 years ago
Ryan McQuen 4821a8be94
feat: Add gitpod support (#473) 4 years ago
Chad Dougherty 523d18b873
feat(try_from_into): Add insufficient length test (#469) 4 years ago
Eli Blaney c52be7dfcb
docs: Add uninstall info to README.md
* docs: Add uninstall info to README.md
* docs: Format commands as bash block
4 years ago
fmoko c2bfcf1c54
Merge pull request #468 from benjaminfjones/fix/exercise_whitespace
chore: change exercise whitespace for consistency
4 years ago
Benjamin Jones bb5f404e35 chore: Alter whitespace for consistency
* Add newline after "I AM DONE" in exercises for consistency
* Remove trailing whitespace from exercises
4 years ago
Philip Pokarowski 106dbbc341
Update README.md (#464) 4 years ago
DEWA Kazuyuki/出羽和之 4b6540c71a
fix(enums3): Update Message::ChangeColor to take a tuple. (#457) 4 years ago
Alexx Roche 816b1f5e85 feat: Remind the user of the hint option (#425)
Suggestion from AbdouSeck https://github.com/rust-lang/rustlings/issues/424#issuecomment-639870331
for when the student's code has errors.
4 years ago
Alexx Roche 9f61db5dbe
feat: Remind the user of the hint option (#425)
Suggestion from AbdouSeck https://github.com/rust-lang/rustlings/issues/424#issuecomment-639870331
for when the student's code has errors.
4 years ago
mokou e823bef970 docs: Add missing closing brackets to changelog 4 years ago
mokou f9ccc6a289 release: 4.0.0 4 years ago
fmoko b32a666541
Merge pull request #458 from Sowed/main 4 years ago
iamcastelli b636825de3
Merge pull request #1 from Sowed/then-to-than-docs-patch
fix: Change then to than
4 years ago
iamcastelli ddd98ad75d
fix: Change then to than
`than` makes more grammatical sense than `then` in this context.
4 years ago
mokou d355927024 Merge remote-tracking branch 'origin/master' into main 4 years ago
fmoko 75c0053bb1
Merge pull request #433 from SebastienCaunes/fix#432
fix : Use of integer for prices, therefore also for weight
4 years ago
mokou 55a9284665 chore: Move from master branch to main branch 4 years ago
Alexx Roche 113cdae2d4
fix(arc1): Passively introduce attributes (#429)
Ensure that std::sync::Arc is actually used, as this exercise can be compiled using things already learnt in previous exercises.
4 years ago
fmoko c6295ade33
Merge pull request #428 from millefalcon/master
Added example with `String` to show the AsRef working
4 years ago
fmoko e1e453075f
Merge pull request #422 from AbdouSeck/show-tests-prints 4 years ago
Sebastien Caunes 9ca08b8f2b fix : Use of integer for prices, therefore also for weight
rename confusing "from" and "to" to sender_country and recipient_country as suggested
4 years ago
tim bangma f47d3f422d
docs: Update `Invoke-WebRequest` to `Start-BitsTransfer` (#373) 4 years ago
Alexx Roche e6bd8021d9
fix(generics2): Guide students to the answer (#430) 4 years ago
millefalcon 307252e9ae Added example to show the AsRef working 4 years ago
Alexx Roche bb2ca25110
fix(box1): fix comment typo (#426)
Doesn't effect the code.
4 years ago
Abdou Seck 9e4fb1009f fix(installation): Provide a backup git reference when tag can't be curl
closes #423

If the parsed JSON data curled during a bash installation is not valid, use the repository's tag files
as a backup. If those files don't exist somehow, then checkout the master branch and install it.
4 years ago
Abdou Seck 8ad5f9bf53 feat: Add a --nocapture option to display test harnesses' outputs
This new feature can be accessed by invoking rustlings with --nocapture.

Both unit and integration tests added.

closes #262

BREAKING CHANGES:
The following function take a new boolean argument:
	* `run`
	* `verify`
	* `test`
	* `compile_and_test`
4 years ago
Abdou Seck 02a2fe4871 Collapse nested if statements 4 years ago
Abdou Seck 40741c5b0b Use .to_string rather than format macro 4 years ago
Alexx Roche 0dd1c6ca6b
fix: rename quiz1 to tests1 in info (#420)
`rustlings run tests1` wasn't working because of this typo.
4 years ago