lukaszKielar
69e28a031c
finish try_from_into exercise
2020-06-30 21:54:19 +02:00
lukaszKielar
1336838264
finish from_into exercise
2020-06-30 21:54:08 +02:00
lukaszKielar
21cd445b8d
finish threads1 exercise
2020-06-30 21:07:41 +02:00
lukaszKielar
5d17c5aaa4
Merge 'upstream/main' into main
2020-06-30 20:55:02 +02:00
lukaszKielar
fbc00d495e
finish generics exercises
2020-06-30 20:35:12 +02:00
lukaszKielar
5a9d6a6677
finish traits exercises
2020-06-30 20:24:22 +02:00
lukaszKielar
2a9bd74176
finish iterators4 exercise
2020-06-30 20:06:31 +02:00
lukaszKielar
e63c871147
finish iterators3
2020-06-30 19:56:31 +02:00
lukaszKielar
4582eda5cd
finish iterators2 exercise
2020-06-29 22:44:52 +02:00
lukaszKielar
79b992dec4
finish box1 exercise
2020-06-29 22:44:40 +02:00
lukaszKielar
13e1faf060
finish arc1 exercise
2020-06-29 22:44:31 +02:00
lukaszKielar
a2278865f8
finish clippy exercises
2020-06-25 22:11:43 +02:00
lukaszKielar
6d2dc6d7f6
finish option exercises
2020-06-25 22:07:34 +02:00
lukaszKielar
e5fd6aa01b
finish error handling exercises
2020-06-25 22:07:24 +02:00
lukaszKielar
1cf7107694
finish move_semantics exercises
2020-06-25 20:11:16 +02:00
lukaszKielar
2a63e33570
finish quiz4
2020-06-25 20:03:02 +02:00
lukaszKielar
d3d2d8c76f
finish quiz4
2020-06-25 20:02:34 +02:00
lukaszKielar
7e362fd421
finish macros exercises
2020-06-25 20:01:15 +02:00
lukaszKielar
d643d70d13
finish modules exercises
2020-06-25 19:55:33 +02:00
lukaszKielar
fba92d3178
finish quiz3
2020-06-25 19:46:50 +02:00
lukaszKielar
bbaee15057
finish tests exercises
2020-06-25 19:45:29 +02:00
mokou
d355927024
Merge remote-tracking branch 'origin/master' into main
2020-06-22 04:47:27 +02:00
fmoko
75c0053bb1
Merge pull request #433 from SebastienCaunes/fix#432
...
fix : Use of integer for prices, therefore also for weight
2020-06-22 00:09:09 +02:00
lukaszKielar
b26aaf2095
finish enums exercises
2020-06-21 21:15:06 +02:00
lukaszKielar
3d6fb762ae
finish quiz2
2020-06-21 21:03:34 +02:00
lukaszKielar
220225d70d
finish strings exercises
2020-06-21 21:00:40 +02:00
lukaszKielar
c5a563d1d3
finish structs exercises
2020-06-21 20:58:40 +02:00
lukaszKielar
f0ba1f7e92
finish primitive types exercises
2020-06-21 20:45:36 +02:00
lukaszKielar
3d134bac77
finish quiz1
2020-06-21 20:37:49 +02:00
lukaszKielar
d712ba713f
finish functions exercises
2020-06-21 20:35:25 +02:00
lukaszKielar
9eb176ed9d
finish if exercises
2020-06-21 20:32:18 +02:00
lukaszKielar
bbd8245aa0
finish variables section
2020-06-21 20:24:19 +02:00
mokou
55a9284665
chore: Move from master branch to main branch
2020-06-14 14:48:51 +02:00
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.
2020-06-14 12:15:35 +02:00
fmoko
c6295ade33
Merge pull request #428 from millefalcon/master
...
Added example with `String` to show the AsRef working
2020-06-13 22:15:57 +02:00
fmoko
e1e453075f
Merge pull request #422 from AbdouSeck/show-tests-prints
2020-06-12 23:04:51 +02:00
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
2020-06-11 11:44:47 -05:00
tim bangma
f47d3f422d
docs: Update Invoke-WebRequest
to Start-BitsTransfer
( #373 )
2020-06-10 10:51:03 +02:00
Alexx Roche
e6bd8021d9
fix(generics2): Guide students to the answer ( #430 )
2020-06-09 13:54:18 +02:00
millefalcon
307252e9ae
Added example to show the AsRef working
2020-06-08 07:51:34 -04:00
Alexx Roche
bb2ca25110
fix(box1): fix comment typo ( #426 )
...
Doesn't effect the code.
2020-06-06 12:07:39 +02:00
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.
2020-06-05 16:33:14 -04:00
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`
2020-06-04 11:18:26 -04:00
Abdou Seck
02a2fe4871
Collapse nested if statements
2020-06-04 11:18:09 -04:00
Abdou Seck
40741c5b0b
Use .to_string rather than format macro
2020-06-03 17:18:48 -04:00
Alexx Roche
0dd1c6ca6b
fix: rename quiz1 to tests1 in info ( #420 )
...
`rustlings run tests1` wasn't working because of this typo.
2020-06-03 20:07:06 +02:00
Alexx Roche
5563adbb89
fix: fix quiz naming inconsistency ( #421 )
...
Inconsistent naming when compared with the other quiz files.
2020-06-03 20:06:35 +02:00
Alexx Roche
524e17df10
fix(variables6): minor typo ( #419 )
...
Looks like this was cloned from variables5.rs
2020-06-03 13:34:43 +02:00
fmoko
73e848e96f
Merge pull request #416 from danwilhelm/traits-readme
...
feat: Add traits README
2020-05-30 17:58:31 +02:00
fmoko
5f0806967c
Merge pull request #409 from AlexandruGG/feature/box-exercise
2020-05-30 17:58:16 +02:00