-
9dc404077a
Merge pull request #288 from vjousse/fix-traits-doc
fmoko
2020-03-26 21:16:52 +0100
-
-
30e6af6069
Don't hardcode documentation version for traits
Vincent Jousse
2020-03-26 15:22:22 +0100
-
-
9788496a85
Update option1.rs
Sanjay K
2020-03-11 13:44:41 -0400
-
6d3a412d47
Update option1.rs
Sanjay K
2020-03-11 13:44:10 -0400
-
-
700b236f4d
Auto merge of #284 - sl4m:update-from-into-ex, r=fmoko
auto
bors
2020-03-11 15:06:23 +0000
-
-
bc22ec382f
adds additional test to meet exercise rules
skim
2020-03-10 15:21:37 -0700
-
-
135e5d47a7
feat: added excercise for option
Sanjay K
2020-03-05 15:52:54 -0500
-
-
-
0f8001ea44
add I AM NOT DONE comments
sjmann
2020-02-28 00:31:55 +0000
-
5b6e23c323
removed artifact from manual testing
sjmann
2020-02-28 00:29:30 +0000
-
29b30ec946
Merge branch 'master' of https://github.com/sjmann/rustlings into generics-exercises
sjmann
2020-02-28 00:19:45 +0000
-
-
-
-
76be5e4e99
feat: added new exercises for generics
sjmann
2020-02-28 00:09:08 +0000
-
8b9479071c
2.2.1
2.2.1
mokou
2020-02-27 19:22:55 +0100
-
3d9b03c52b
fix: Re-add cloning the repo to install scripts
mokou
2020-02-27 19:19:31 +0100
-
a03d9655a8
Auto merge of #269 - Tarnadas:master, r=fmoko
bors
2020-02-26 14:22:51 +0000
-
-
1e2fd9c92f
feat: Add clippy lints
Mario Reder
2020-02-14 15:25:03 +0100
-
-
7e8530b21f
Auto merge of #271 - jrvidal:refactor, r=fmoko
bors
2020-02-26 11:48:01 +0000
-
-
98358597a9
Auto merge of #277 - sjmann:update-ignore, r=fmoko
bors
2020-02-26 10:46:53 +0000
-
-
8064facbb8
chore: update gitignore to ignore pdb files
sjmann
2020-02-26 10:43:13 +0000
-
-
-
f981dcfde4
Merge branch 'master' of https://github.com/sjmann/rustlings
sjmann
2020-02-26 10:38:50 +0000
-
-
6eb62fa2ce
2.2.0
2.2.0
mokou
2020-02-25 23:00:19 +0100
-
78295ce92f
Auto merge of #274 - sjmann:master, r=fmoko
bors
2020-02-25 21:27:39 +0000
-
-
-
-
358fb473cd
Merge pull request #276 from stigjb-forks/testing-test4
fmoko
2020-02-25 14:25:22 +0100
-
-
a45486f2d0
Add a second test case
Stig Johan Berggren
2020-02-25 14:18:31 +0100
-
8b971ffab6
Enable test for exercise test4
Stig Johan Berggren
2020-02-25 14:13:10 +0100
-
-
dc84aacc65
remove confusing comment wording
Steven Mann
2020-02-25 11:00:09 +0000
-
bbf8922ef7
Merge remote-tracking branch 'upstream/master'
sjmann
2020-02-25 10:00:38 +0000
-
-
-
-
b559cdd73f
added traits exercises
sjmann
2020-02-25 09:48:50 +0000
-
ec51cdb229
Merge pull request #273 from sjmann/master
fmoko
2020-02-22 15:34:51 +0100
-
-
a3f70124dc
fixed typo
sjmann
2020-02-22 14:28:07 +0000
-
bec8e3a644
reworded missing exercise explanation
sjmann
2020-02-22 13:04:37 +0000
-
-
c228a06e49
Auto merge of #272 - QuintenJohnson:fix/installation-warning-messages, r=fmoko
bors
2020-02-21 20:56:11 +0000
-
-
17d0951e66
fix(installation): make fatal errors more obvious
Quinten Johnson
2020-02-21 11:52:47 -0600
-
-
43dc31193a
refactor: exercise evaluation
Roberto Vidal
2020-02-20 20:11:53 +0100
-
-
83bbd9e82e
chore: Correct test command in tests1.rs comment (#267)
fmoko
2020-01-29 15:39:10 +0100
-
-
39fa7ae8b7
chore: Correct test command in tests1.rs comment
Jason Tsai
2020-01-29 13:42:36 +0800
-
-
3161a8fd9d
Fixed mangled sentence from book; edited for clarity (#266)
fmoko
2020-01-25 13:27:53 +0100
-
-
ade52ffb73
Fixed mangled sentence from book; edited for clarity
Paul Bissex
2020-01-25 03:24:14 -0500
-
-
89c73647f1
Add variables5 to introduce shadowing (#264)
fmoko
2020-01-14 23:32:45 +0100
-
-
0c73609e6f
feat: Add variables5.rs exercise
Torben Jonas
2020-01-14 21:06:43 +0100
-
-
19a93428b3
fix: Update deps to version compatable with aarch64-pc-windows (#263)
fmoko
2020-01-11 12:23:23 +0100
-
-
32a9cf7b8d
fix: Update deps to version compatable with aarch64-pc-windows
Harrison Metzger
2020-01-11 02:42:45 -0600
-
c86b217e1d
Created consistent money unit (#258)
fmoko
2019-12-30 16:48:04 +0100
-
-
fd57f8f2c1
Created consistent money unit
gnodarse
2019-12-29 19:15:32 -0500
-
-
0d1f1a19b7
Auto merge of #253 - codehearts:watch-completion-message, r=fmoko
bors
2019-12-28 20:01:28 +0000
-
-
d25ee55a32
feat: Show a completion message when watching
Kate Hart
2019-12-22 12:27:38 -0800
-
3afa96bed4
Enable a test and improve per clippy's suggestion. (#256)
fmoko
2019-12-25 00:59:35 +0100
-
-
dfdf8093eb
Enable a test and improve per clippy's suggestion.
dmitri-mamrukov
2019-12-23 21:37:09 -0500
-
-
3906efcd52
fix(docs): Added a necessary step to Windows installation process
fmoko
2019-12-22 13:21:24 +0100
-
-
-
-
2021a1ac7d
Update README.md
Socrates
2019-12-22 14:16:04 +0200
-
-
426a7bb87f
Auto merge of #249 - AbdouSeck:conversions, r=fmoko
bors
2019-12-16 16:41:03 +0000
-
-
fc26b5e151
I AM NOT DONE comment in conversions exercise files
Abdou Seck
2019-12-16 11:33:00 -0500
-
0c85dc1193
feat: Add type conversion and parsing exercises
Abdou Seck
2019-12-16 08:34:30 -0500
-
-
fe10e06c37
fix(tests1): Change test command
marisa
2019-12-16 13:05:25 +0100
-
419f7797f2
fix(iterators2): Remove reference to missing iterators2.rs (#245)
marisa
2019-12-16 12:51:03 +0100
-
-
-
-
54571a5fca
fix(iterators2): Remove reference to missing iterators2.rs
Rahat Ahmed
2019-12-07 23:25:13 -0800
-
-
4b79691d5e
2.1.0
2.1.0
marisa
2019-11-27 10:46:09 +0100
-
615ce32798
fix(enums): Add link to chapter on pattern syntax (#242)
marisa
2019-11-25 12:16:51 +0000
-
-
31c25ebb50
Add link to chapter on pattern syntax
Jens
2019-11-24 09:28:33 +0100
-
-
f4acb888a6
Auto merge of #241 - vyaslav:master, r=fmoko
bors
2019-11-18 22:23:14 +0000
-
-
8143d57b4e
feat(watch): show hint while watching
vyaslav
2019-11-18 18:11:22 +0100
-
-
a40ad092e9
Auto merge of #239 - jrvidal:master, r=fmoko
bors
2019-11-14 08:23:50 +0000
-
-
b565c4d3e7
fix: line numbers in several exercises and hints
Roberto Vidal
2019-11-14 08:20:38 +0100
-
-
e9a835c1c0
Auto merge of #237 - ckeschnat:master, r=fmoko
bors
2019-11-13 23:45:56 +0000
-
-
cf38f03459
Auto merge of #238 - ageorgou:functions4-update, r=fmoko
bors
2019-11-13 23:41:00 +0000
-
-
4c5189df2b
fix(primitive_types4): update outdated hint
Anastasis Georgoulas
2019-11-13 10:58:03 +0000
-
a09f684f05
fix(strings2): update line number in hint
Anastasis Georgoulas
2019-11-13 10:47:01 +0000
-
8cc5af121c
Fix(functions4): Update line number in hint
ageorgou
2019-11-12 23:49:19 +0000
-
-
c42c3b2101
fix(arc1): Fix some words in the comment
Chris Keschnat
2019-11-12 18:37:23 +0100
-
fda5a47069
fix(variables1): Correct wrong word in comment
Chris Keschnat
2019-11-12 17:27:02 +0100
-
-
57a837bde6
Merge pull request #236 from jrvidal/master
marisa
2019-11-12 13:00:28 +0100
-
-
ded2c034ba
fix(primitive_types4): update outdated comment
Roberto Vidal
2019-11-12 12:50:33 +0100
-
-
eac07df96c
2.0.0
2.0.0
marisa
2019-11-12 12:20:16 +0100
-
8c1376df07
Auto merge of #235 - rust-lang:fmoko-patch-1, r=fmoko
bors
2019-11-12 11:13:06 +0000
-
-
45d68d9b39
Auto merge of #232 - rust-lang:update-docs, r=fmoko
bors
2019-11-12 11:07:56 +0000
-
-
c371b853af
fix(default): Clarify the installation procedure
marisa
2019-11-12 11:53:58 +0100
-
bc32a63c69
Auto merge of #234 - jrvidal:no-prompt-on-run, r=fmoko
bors
2019-11-12 10:50:19 +0000
-
-
-
-
4b26546589
fix(run): makes `run` never prompt
Roberto Vidal
2019-11-12 11:35:40 +0100
-
-
bc56788fe6
Auto merge of #233 - jrvidal:rustc-check, r=fmoko
bors
2019-11-11 18:19:07 +0000
-
-
b4d41c1b7a
chore: Update docs for 2.0
marisa
2019-11-11 18:02:56 +0100
-
-
-
36a033b87a
feat(cli): check for rustc before doing anything
Roberto Vidal
2019-11-11 17:15:14 +0100
-
-
9544ba1029
Auto merge of #231 - rust-lang:refactor-hints, r=jrvidal
bors
2019-11-11 16:51:12 +0000
-
-
1a7bb5a400
Address feedback
marisa
2019-11-11 17:47:45 +0100
-
48c35bcfbc
fix tests
marisa
2019-11-11 17:28:19 +0100
-
ec2d4bd3ee
Merge branch 'master' into refactor-hints
marisa
2019-11-11 17:21:06 +0100
-
-
-
-
ce9fa6ebbf
feat(hint): Add test for hint
marisa
2019-11-11 17:19:50 +0100
-
9a9007abae
chore: Add .editorconfig file
marisa
2019-11-11 17:12:11 +0100
-
88ec6f6b16
Auto merge of #230 - jrvidal:master, r=fmoko
bors
2019-11-11 15:59:35 +0000
-
-
795b6e3480
fix(info): Fix trailing newlines for hints
marisa
2019-11-11 16:56:39 +0100
-
9bdb0a12e4
feat: Refactor hint system
marisa
2019-11-11 16:51:38 +0100
-
2cdd61294f
feat: improve `watch` execution mode
Roberto Vidal
2019-11-11 13:38:24 +0100
-
-
627cdc07d0
feat: Index exercises by name
marisa
2019-11-11 15:46:32 +0100
-
-
a47a62172a
1.5.1
1.5.1
1.x
marisa
2019-11-11 14:02:27 +0100
-
f72e5a8f05
fix(structs1): Remove misleading comment
marisa
2019-11-11 13:57:59 +0100
-
fbe91a67a4
fix(threads): Move Threads behind SLT
marisa
2019-11-11 13:48:09 +0100
-
6dcecb38a4
fix(strings): Move Strings before Structs
marisa
2019-11-11 13:46:42 +0100
-
dcfb427b09
fix(errors3): Update hint
marisa
2019-11-11 13:37:43 +0100
-
ad03d180c9
fix(if1): Remove `return` reference
marisa
2019-11-11 13:34:21 +0100
-
3232a4d60d
Auto merge of #228 - WofWca:clear-screen, r=fmoko
bors
2019-11-09 15:23:53 +0000
-
-
3aff590855
improvement(watch): clear screen before each `verify()`
WofWca
2019-11-09 22:24:24 +0800
-
-
c8babbad27
1.5.0
1.5.0
marisa
2019-11-09 10:52:20 +0100