1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-07-03 00:46:57 +02:00
Commit Graph

124 Commits

Author SHA1 Message Date
bce303259f Update functions5.rs 2018-10-11 20:02:19 +08:00
a6bb340c2c More detail about expression and statement 2018-10-11 16:56:06 +08:00
d33de0c99c Merge pull request #92 from pduzinki/master
fix dead example link
2018-10-09 20:36:10 +02:00
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
90a59c4de7 Removing Cargo.lock 2018-08-16 16:37:21 -05:00
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
7edb43ed19 Regenerate README 2018-07-20 15:52:57 -07:00
liv
571a747b15 Merge pull request #87 from kosiachenko/book-references
update old book references to the second edition of the book
2018-07-20 13:48:05 -07:00
e48a1a063d update old book references to the second edition of the book 2018-07-20 11:39:49 -07:00
e536a72f06 [#83] improve README to edit locally 2018-05-24 23:02:05 +02:00
liv
2fa0fa17f9 Merge pull request #73 from hynek/master
Fix error_handling examples to use the ? operator
2018-05-22 20:50:55 +02:00
3182b4d9ec Fix error_handling examples to use the ? operator 2018-03-06 16:29:37 +01:00
65bedf2d90 Regenerate README 2018-03-06 01:11:29 +00:00
18d047c984 Make a trivial change to make sure the readme gets regenerated 2018-03-05 20:10:19 -05:00
548bdc2c5e Not having anything to commit isn't an error 2018-03-05 20:05:27 -05:00
56d7cdcfb1 Regenerate README 2018-03-05 15:08:02 +00:00
10a464cbd4 lol i know how to use git i swear 2018-03-05 10:05:53 -05:00
cda85957b9 Origin already exists, oops 2018-03-05 10:00:53 -05:00
cef6f8e05a Auto commit changes to the README
Let's see if this infinite loops or not...
2018-03-04 17:14:07 -05:00
bcba928f17 Start of trying to make travis update the readme 2018-03-04 16:56:03 -05:00
0c46f91fac Merge remote-tracking branch 'origin/pr/72' 2018-03-04 16:35:38 -05:00
510e9f884d Update generated README 2018-03-04 16:34:22 -05:00
05fcc8d629 Merge pull request #63 from bjornwsv/patch-1
Update modules2.rs
2018-03-04 16:34:02 -05:00
1d20c22d3f Update the updated book links 2018-03-04 16:31:07 -05:00
291182d308 Merge remote-tracking branch 'origin/pr/62' 2018-03-04 14:32:27 -05:00
6e2d953aa6 Update to btbytes' prlink because they merged my PR already!! 2018-03-04 14:28:11 -05:00
956ffa9d7c Fix line numbers
Fixes #69.
2018-03-04 14:26:56 -05:00
426e5cf3f5 Don't be lazy, actually read the file instead of including it at compile time 2018-03-04 14:13:55 -05:00
70aa18699b Make a handlebars helper that uses prlink to generate a link from a file 2018-03-04 14:11:11 -05:00
b11fb2f5a1 Redo line wrapping at 100 chars 2018-03-04 13:42:44 -05:00
2ac0d5982c Introduce handlebars to be able to do templating 2018-03-04 12:58:40 -05:00
87d8131f1f Start a script to regenerate README.md from a template
So far this doesn't actually do any templating, just adds a note about
the README being autogenerated :)
2018-03-04 12:41:55 -05:00
1d27151af8 Fixed two typos in hinttext 2018-03-04 18:14:30 +01:00
7c10d8315b Add filenames to the link 2018-03-02 20:12:24 -05:00
7d7a48b17d Added filename to top of .rs files 2018-02-21 22:09:53 -08:00
c4b3252845 Merge pull request #67 from robertlugg/patch-1
Link to second edition of book
2018-02-20 10:32:31 -05:00
0cd22309a1 Link to second edition of book 2018-02-19 18:43:33 -08:00
06a46e0b5a Update modules2.rs
Your wish seems to have been granted:) 

The compiler now says:  
error[E0603]: constant `democrat` is private
2017-09-23 21:45:23 +02:00
34117ad9b9 Changed book links to second edition. 2017-09-02 23:28:13 -04:00
a87d43dc23 Merge pull request #61 from DineshMv/master
URL's updated as per first edition
2017-06-18 10:12:20 -04:00
8f772651ee links updated 2017-06-17 10:44:37 +05:30
b5bbd7247a Link edits + new exs from jan-schreib, mwilli20, & QuietMisdreavus! ☄️ 2017-03-19 10:15:57 -04:00
08071aae39 Word wrap for the playground 2017-03-19 10:10:48 -04:00
133892fc4e Merge pull request #57 from QuietMisdreavus/macros
add macros examples
2017-03-19 10:08:42 -04:00
2ee6e22e5c Merge pull request #56 from mwilli20/patch-1
Create iterators4.rs
2017-03-19 10:02:51 -04:00
4cd095466b Merge pull request #54 from jan-schreib/patch-1
ex1 is compiling
2017-03-19 09:57:18 -04:00
2b70161b4f add macros4 example 2017-03-17 09:47:45 -05:00