Commit graph

1336 commits

Author SHA1 Message Date
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
Erik Vesteraas
9d16d6b63d Add watch mode, and don't panic on clean failure 2018-11-26 12:45:29 +01:00
delet0r
ab5472baa3 Merge branch 'new' of https://github.com/rustlings/rustlings into new 2018-11-26 12:37:02 +01:00
delet0r
c5c32f4add README for CLI only version
This README mentions READMEs for every
exercise topic, those haven't been added yet.
2018-11-26 12:27:14 +01:00
olivia
586285cd0b Merge branch 'master' into new 2018-11-26 11:46:26 +01:00
olivia hugger
5a671079d6
Merge pull request #95 from lukabavdaz/creating-references-in-patterns
Add exercise for creating references in patterns
2018-11-26 11:43:27 +01:00
olivia
a4b4350b70 switch theme to base16 eighties 2018-11-26 11:29:39 +01:00
olivia hugger
a15b276d96
Merge pull request #98 from evestera/rustc-color-always
Propagate colored output from rustc
2018-11-26 11:11:35 +01:00
olivia
1d495ff7b9 add markdown output for default command 2018-11-26 11:10:38 +01:00
Erik Vesteraas
f18590f0a1 Add color=always to rustc options 2018-11-26 10:54:08 +01:00
olivia
6d51265484 fix clone instruction to point to https endpoint 2018-11-26 09:25:57 +01:00
olivia
e0ee5f1d7f implement run command 2018-11-23 15:18:43 +01:00
olivia
6baac88574 fmt 2018-11-14 20:12:20 +01:00
olivia
b8789f09e0 add empty line after ascii 2018-11-14 20:08:38 +01:00
olivia
6cc16edff0 add a fancy ascii header 2018-11-14 20:04:48 +01:00
olivia
2216b3a3ab remove and ignore .DS_Store 2018-11-14 19:24:11 +01:00
olivia
b3c52803e9 color output messages 2018-11-14 19:23:16 +01:00
olivia
18a1447a65 add the whole curriculum 2018-11-09 22:31:54 +01:00
olivia
f7846af7ac right let's try this one again 2018-11-09 20:31:14 +01:00
olivia hugger
ed32b8af55
fix readme typo 2018-11-09 19:12:57 +01:00
lukabavdaz
1de7392166 Fix readme
The link for ex6,rs should now work properly.
2018-10-31 21:49:25 +01:00
lukabavdaz
a1668451e1 Add exercise for creating references in patterns 2018-10-31 04:01:42 +01:00
olivia hugger
af8550f68c
Merge pull request #94 from crd477/patch-1
Update functions5.rs
2018-10-27 00:42:19 +02:00
Chad Dougherty
5045db700a
Update functions5.rs
simple typo: solusions -> solutions
2018-10-26 16:22:23 -04:00
olivia hugger
d4ab3f28cd
Merge pull request #93 from Michael-Lfx/patch-1
More detail about expression and statement
2018-10-11 14:04:07 +02:00
olivia hugger
33565401e2
Update functions5.rs 2018-10-11 14:03:59 +02:00
Michael-Lai fx
bce303259f
Update functions5.rs 2018-10-11 20:02:19 +08:00
Michael-Lai fx
a6bb340c2c
More detail about expression and statement 2018-10-11 16:56:06 +08:00
olivia hugger
d33de0c99c
Merge pull request #92 from pduzinki/master
fix dead example link
2018-10-09 20:36:10 +02:00
pawel duzinkiewicz
3f2d921fef fix dead example link 2018-10-09 20:28:54 +02:00
liv
3adea8f45d
Merge pull request #90 from spacekookie/master
Fixing main function errors in move_semantics/
2018-08-16 23:56:27 +02:00
Katharina
90a59c4de7
Removing Cargo.lock 2018-08-16 16:37:21 -05:00
Katharina Fey
961d725227
Fixing main function errors in move_semantics/ 2018-08-16 16:35:20 -05:00
liv
32a88c36db
Merge pull request #84 from mrcosta/master
[#83] improve README to edit locally
2018-07-31 11:27:40 +02:00
liv
4d2aa87aa3
Merge pull request #88 from kosiachenko/book-references
Regenerate README
2018-07-20 17:25:30 -07:00