Commit graph

2170 commits

Author SHA1 Message Date
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
liv
7fa2f87c8b make the default output a bit nicer 2019-01-09 20:44:55 +01:00
liv
e03a98cbf6 rustfmt 2019-01-09 20:33:58 +01:00
liv
a388bb3798 split codebase 2019-01-09 20:33:43 +01:00
liv
679508b278 ah well it was worth a try 2019-01-09 20:09:49 +01:00
liv
ad26a6d0e6 revert 2019-01-09 20:08:48 +01:00
liv
3ffd43bc2a remove 2018 specification for cargo fix 2019-01-09 20:08:15 +01:00
liv
a0d21020df update for rust 2018 2019-01-09 20:07:19 +01:00
olivia hugger
1bb5df9dd2
Merge pull request #101 from evestera/new-readme-more-explicit
Continued work on new readme
2018-12-01 12:21:09 +01:00
Erik Vesteraas
c37ba3e697
Merge branch 'new' into new-readme-more-explicit 2018-11-30 22:45:49 +01:00
olivia hugger
9996d4e139
Merge pull request #103 from Delet0r/sub_readme
Changed Rust Book versions in links to 2018
2018-11-27 14:05:32 +01:00
delet0r
b0c9b33978 Changed Rust Book versions in links to 2018
Forgot to add changes to last commit.
2018-11-27 10:54:01 +01:00
olivia hugger
17b22f143c
Merge pull request #102 from Delet0r/sub_readme
Created sub READMEs for CLI only version
2018-11-26 22:35:54 +01:00
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.
2018-11-26 16:43:42 +01:00
Erik Vesteraas
7f5ab6e1dc Continue work on new readme.
- Be more explicit re terminal commands
- Copy over "Need help?" section
- General wording
2018-11-26 15:07:34 +01:00
olivia hugger
d7b62988f6
Merge pull request #100 from evestera/add-watch-mode
Add watch mode, and don't panic on clean failure
2018-11-26 14:42:29 +01:00
olivia hugger
3293dc2be8
Merge pull request #99 from Delet0r/new
New
2018-11-26 12:51:31 +01:00