Commit Graph

29 Commits (91ee27f22bd3797a9db57e5fd430801c170c5db8)

Author SHA1 Message Date
JP 197d3a3d89
fix(iterators2): Update description (#578)
grammar fix in the description
4 years ago
fmoko 0f16463794
Merge pull request #489 from mukundbhudia/iterators1 4 years ago
seeplusplus b4062ef699 fix(arc1): index mod should equal thread count 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
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
Alexx Roche bb2ca25110
fix(box1): fix comment typo (#426)
Doesn't effect the code.
4 years ago
AlexandruGG df81141d6f Address PR feedback: add tests 4 years ago
AlexandruGG 7479a4737b feat: Add box1.rs exercise 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
sjmann a3f70124dc fixed typo 5 years ago
sjmann bec8e3a644 reworded missing exercise explanation 5 years ago
Rahat Ahmed 54571a5fca
fix(iterators2): Remove reference to missing iterators2.rs 5 years ago
Chris Keschnat c42c3b2101
fix(arc1): Fix some words in the comment 5 years ago
marisa ec2d4bd3ee
Merge branch 'master' into refactor-hints 5 years ago
marisa 9bdb0a12e4 feat: Refactor hint system
Hints are now accessible using the CLI subcommand `rustlings hint
<exercise name`.

BREAKING CHANGE: This fundamentally changes the way people interact with exercises.
5 years ago
Roberto Vidal 2cdd61294f feat: improve `watch` execution mode
The `watch` command now requires user action to move to the next
exercise.

BREAKING CHANGE: this changes the behavior of `watch`.
5 years ago
Enrico Miccoli 76b4cb5c00
chore: Correct typo 5 years ago
Niklas Anderson e3931718fb chore(iterators2): Add exercise instructions 5 years ago
Niklas Anderson 4cde86643e fix(iterators2): Remove syntax resulting in misleading error message
closes #199
5 years ago
Jesse 9288fccf07 feat(iterators2): adds iterators2 exercise including config 5 years ago
Russell Cousineau eb13c2b6af chore: Clean up some formatting in exercises 5 years ago
Russell Cousineau 433d2115bc fix(iterators): Rename iterator3.rs 5 years ago
gushroom fd1441d122 fixed outdated links 5 years ago
Eddy Petrisor a53b3f199f iterator3.rs: whitespace fixes
Signed-off-by: Eddy Petrisor <eddy.petrisor@gmail.com>
5 years ago
zacanger c5a374fbf2
Fix permissions on source files 6 years ago
delet0r b0c9b33978 Changed Rust Book versions in links to 2018
Forgot to add changes to last commit.
6 years ago
delet0r 0973e60056 Created sub READMEs for CLI only version
Sub READMEs contain the relevant resources from the main
README of the web version. All second edition Rust Book links
were updated to the 2018 edition.

Fixed to typos in main README.md.
6 years ago
olivia f7846af7ac right let's try this one again 6 years ago