You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rustlings/exercises
JP 197d3a3d89
fix(iterators2): Update description (#578)
grammar fix in the description
4 years ago
..
clippy chore: add explanatory comment to clippy1 4 years ago
collections feat: Add HashMap exercises 4 years ago
conversions chore: Change point to comma in from_into.rs 4 years ago
enums chore: Removed extra whitespaces 4 years ago
error_handling chore: Removed extra whitespaces 4 years ago
functions Created consistent money unit 5 years ago
generics chore: Removed extra whitespaces 4 years ago
if feat: Add if2 exercise 4 years ago
macros Make macros4 not compile by default 4 years ago
modules Merge branch 'master' into refactor-hints 5 years ago
move_semantics fix: line numbers in several exercises and hints 5 years ago
option fix(option1): Don't add only zeros to the numbers array 4 years ago
primitive_types fix(primitive_types6): remove 'unused doc comment' warning 4 years ago
standard_library_types fix(iterators2): Update description (#578) 4 years ago
strings Merge branch 'master' into refactor-hints 5 years ago
structs fix(structs3): Small adjustment of variable name 4 years ago
tests fix(quiz3): Second test is for odd numbers, not even. (#553) 4 years ago
threads fix: line numbers in several exercises and hints 5 years ago
traits chore: Removed extra whitespaces 4 years ago
variables fix(variables5) : make shadowing more prominent 4 years ago
quiz1.rs feat: renames test to quiz, fixes #244 4 years ago
quiz2.rs fix(exercises): adding question mark to quiz2 4 years ago
quiz3.rs fix: fix quiz naming inconsistency (#421) 4 years ago
quiz4.rs feat: renames test to quiz, fixes #244 4 years ago