| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-08-17 | fix(primitive_types4): Fail on a slice covering the wrong area | Dylan Nugent | |
| This commit converts primitive_types4 to a test and asserts that the slice given is equal to the expected slice. The intent of the primitive_types4 exercise appears to be to ensure the user understands inclusive and exclusive bounds as well as slice syntax. `rustlings` commands using `compile` do not verify that a specific println is reached and, in the case of `watch` and `verify` (but not `run`), they do not output the `println`s at all. This fix is semantically similar to #198. It does not take a stance on the correct way to handle this for all exercises; see #127. There are likely other exercises whose intent are masked by this issue. | |||
| 2019-07-26 | fix(option1): Add test for prematurely passing exercise | Niklas Anderson | |
| Fixes the bug referenced in #160, but does not address the larger feature work referenced by the issue. | |||
| 2019-07-03 | feat(iterators2): adds iterators2 exercise including config | Jesse | |
| 2019-06-07 | fix(iterators): Rename iterator3.rs | Russell Cousineau | |
| 2019-05-25 | Adds a simple exercise for structures | Brian Kung | |
| 2019-03-13 | Add standard library types to exercises suite | LesnyRumcajs | |
| 2019-03-06 | standardize exercise running via an external toml file | lyn | |
