Commit Graph

386 Commits

Author SHA1 Message Date
Kyle Isom 9fc4a83987 Be nicer when rustlings isn't run from the right directory.
Before, rustlings would panic if it wasn't in the right directory. It
took me a minute to figure out why, and this wasn't my first intro to
Rust. It would probably help new users if they saw a helpful message
instead of a stack trace.
2019-03-17 11:43:47 -07:00
komaeda 63280ed9e4
Merge pull request #119 from LesnyRumcajs/patch-1
Add standard library types to exercises suite
2019-03-17 13:27:48 +01:00
komaeda 25f9d61410
Merge pull request #124 from kisom/update-link
errors2.rs: update link to Rust book.
2019-03-17 13:19:57 +01:00
Kyle Isom c1f4257a91 errors2.rs: update link to Rust book. 2019-03-16 19:22:06 -07:00
komaeda 8f9d7ce3d8
Merge pull request #120 from abagshaw/master
Start verification at most recently modified file
2019-03-16 12:54:09 +01:00
Andrew Bagshaw 3b5dfac44e Remove unnessecary whitespace 2019-03-15 16:01:45 -07:00
Andrew Bagshaw a6a8b61b12
Change to \n 2019-03-15 12:47:06 -07:00
Andrew Bagshaw 6cd42bb821 Add clear break between verify executions 2019-03-13 14:08:28 -07:00
Andrew Bagshaw 4d7ce6e571 deduplicate 2019-03-13 13:53:24 -07:00
Andrew Bagshaw 3f114cc069 Start verification at most recently modified file 2019-03-13 13:50:54 -07:00
LesnyRumcajs 58ccd72aff
Add standard library types to exercises suite 2019-03-13 15:29:02 +01:00
lyn abf175111d clippy-ify 2019-03-11 15:09:20 +01:00
lyn 9144c816bf remove obsolete paragraph on `--test` flag 2019-03-06 22:01:45 +01:00
lyn 999601d828 1.0.1 2019-03-06 21:58:10 +01:00
lyn 10d4d61d19 rework contribution guide for the new toml file 2019-03-06 21:55:48 +01:00
lyn 70e59cca3c standardize exercise running via an external toml file 2019-03-06 21:47:33 +01:00
komaeda 7d6e2812fb
Merge pull request #117 from shaunbennett/master
Watch for file creation events in watch mode
2019-03-06 20:28:29 +01:00
lyn 05e8f02d0a edit readme to use the install script 2019-03-06 20:25:27 +01:00
lyn 9a14d72f08 add a basic install script 2019-03-06 20:16:31 +01:00
lyn 244a0816ac 1.0.0 2019-03-06 19:50:24 +01:00
Shaun Bennett 04d0f78a2c Fix file watching for vim swap files 2019-03-06 18:38:55 +00:00
komaeda 5d1d0407ca
update cargo.toml authors 2019-03-06 10:44:59 +01:00
komaeda b199aa04ba
Merge pull request #115 from h-michael/verify
Add thread exercises to verify entrypoint
2019-02-17 12:38:39 +01:00
Hirokazu Hata 5cd5be8847 Add thread exercises to verify entrypoint 2019-02-17 14:03:52 +09:00
liv 02ceb0ba8c fix test command execution
seems like i forgot that you actually need to run executables created
with `rustc --test`! this also reworks the "test1" exercise a bit

closes #108
2019-02-15 12:06:05 +01:00
liv 17fa037a16 add another note for Xcode 10+ 2019-02-14 20:20:51 +01:00
liv 1922b76ada add a note regarding macos xcode dev tools 2019-02-14 20:19:39 +01:00
liv c6a313d1a8 replace old repository references 2019-02-12 12:11:32 +01:00
komaeda f840212d68
Merge pull request #112 from JPMoresmau/bugfix/readme_typos
Bugfix/readme typos
2019-01-29 23:49:40 +01:00
Jean-Philippe Moresmau 4e3bd8d51b Renamed readme files properly 2019-01-29 21:19:04 +01:00
Jean-Philippe Moresmau 3073ff3f82 Renamed readme files properly 2019-01-29 21:16:59 +01:00
komaeda d790b53900
Merge pull request #110 from rustlings/fix/add-color
add "--color always" to the other rustc commands
2019-01-25 22:43:31 +01:00
liv 320119ce96 add "--color always" to the other rustc commands 2019-01-25 15:11:23 +01:00
komaeda df3389cfb0
Merge pull request #106 from rustlings/new
rustlings v2
2019-01-23 22:04:01 +01:00
liv 92072f39ac update readme with reference to the old version 2019-01-23 22:00:38 +01:00
liv 531f8fe6ff update cargo.toml authors 2019-01-23 21:57:24 +01:00
liv 05f65d67ae thematically refactor modules2 2019-01-23 21:56:05 +01:00
liv f447adef8f minor readme change 2019-01-23 21:51:53 +01:00
liv 8cff8de493 add more detailed command help 2019-01-23 21:43:32 +01:00
liv 63c50a3453 complete readme 2019-01-23 21:36:08 +01:00
liv a49a22071a redo the section readmes 2019-01-23 21:02:06 +01:00
liv dc1f3b79f8 add tests; refactor exercise links 2019-01-23 20:48:01 +01:00
liv 141db7795b add --test run flag 2019-01-09 22:04:08 +01:00
liv 17e12433cb add a test 2019-01-09 21:47:50 +01:00
liv b90f642029 remove the ex*.rs files 2019-01-09 21:26:12 +01:00
lynn ed89ada148
Update README.md 2019-01-09 21:17:02 +01:00
lynn 3e0c25d24d
Update README.md 2019-01-09 21:13:39 +01:00
liv 2b31ae1afe add "logo" 2019-01-09 21:11:09 +01:00
liv 7907dedda6 clean up readme 2019-01-09 21:02:47 +01:00
liv 6fb82fd634 make default out substantially more helpful 2019-01-09 20:54:12 +01:00