Commit Graph

5096 Commits

Author SHA1 Message Date
Steve Klabnik cb80294996 some tweaks for functions 2015-12-21 13:01:14 -05:00
Steve Klabnik 2c42421da8 tweaks to 'variable bindings' 2015-12-21 12:57:18 -05:00
Steve Klabnik 2718b63675 some tweaks to 'primitive rust' 2015-12-21 12:45:48 -05:00
Steve Klabnik 7e8d9204f4 The basics -> primitive rust 2015-12-21 12:44:20 -05:00
Steve Klabnik 26bc17b77e ignore some things I forgot to ignore 2015-12-21 12:37:59 -05:00
Steve Klabnik c4d814b1bc ignore that example 😅 2015-12-21 12:34:51 -05:00
Steve Klabnik 3d226477b6 draft of loops 2015-12-21 12:34:20 -05:00
Steve Klabnik a1905f2a58 first draft of if 2015-12-21 11:40:55 -05:00
Steve Klabnik ff6e452410 Merge pull request #34 from rust-lang/section_three
First draft of primitive types
2015-12-18 14:48:13 -05:00
Steve Klabnik d3818036d0 Add label information to the README. 2015-12-18 14:48:16 -05:00
Steve Klabnik e5a99e8cbc First draft of primitive types
I moved slices to references, since they are references, and explaining
them right now is just more complex. I might do that with `&str` too...
2015-12-18 14:37:58 -05:00
Steve Klabnik 1117de1885 Merge pull request #33 from rust-lang/section_three
First half of primitive types
2015-12-18 11:05:25 -05:00
Steve Klabnik a4227840d7 First half of primitive types 2015-12-18 10:34:07 -05:00
Steve Klabnik 141af75888 Merge pull request #32 from rust-lang/section_three
new chapter: comments
2015-12-17 14:51:12 -05:00
Steve Klabnik 187c8c2025 new chapter: comments 2015-12-17 14:38:30 -05:00
Steve Klabnik 7d0b22d9e2 Merge pull request #31 from rust-lang/section_three
new chapter: functions
2015-12-17 14:11:02 -05:00
Steve Klabnik a3853b9a99 new chapter: functions 2015-12-17 13:57:51 -05:00
Steve Klabnik b996d8ea4e Merge pull request #30 from rust-lang/section_three
More work on section 3
2015-12-17 11:56:53 -05:00
Steve Klabnik da0c5f6ef3 Add more information about scope 2015-12-17 11:51:30 -05:00
Steve Klabnik 4879838a04 Always use fn main()
We should use main in this Basics section, and stop afterwards.
2015-12-17 11:51:21 -05:00
Steve Klabnik 977219655e Add section about type annotations 2015-12-17 11:51:21 -05:00
Steve Klabnik 735aab43de Merge pull request #6 from rust-lang/section_three
First drafts for the first few parts of section three
2015-12-16 18:19:28 -05:00
Steve Klabnik 5132d63221 First draft of variable bindings 2015-12-16 18:13:57 -05:00
Steve Klabnik 524a87008d First draft of Basics 2015-12-16 17:39:03 -05:00
Steve Klabnik 7f0b63387f Clean out section three
Let's see if we can't make this all more consistent.
2015-12-16 15:13:26 -05:00
Steve Klabnik a06f9bd6e3 Merge pull request #4 from phil-opp/patch-1
typo
2015-12-15 16:56:50 -05:00
Philipp Oppermann 1a4e23cff3 typo 2015-12-15 22:49:11 +01:00
Steve Klabnik da54953597 % -> #
I forgot Rustdoc renders markdown files strangely
2015-12-14 16:47:28 -05:00
Steve Klabnik 3d2370d2c9 Import previous book contents
This will largely be incoherent for now. That's okay.
2015-12-14 16:31:53 -05:00
Steve Klabnik 90eaa7ade8 Move design below installation/hello world
In "design", we'll want to use Rust code, so getting set up is a good
idea.
2015-12-14 16:21:52 -05:00
Steve Klabnik 1d0cfeb8d2 Import first two chapters 2015-12-14 16:15:30 -05:00
Steve Klabnik a6a4418438 Add a book.json 2015-12-14 15:45:48 -05:00
Steve Klabnik c7792cb988 import introduction 2015-12-14 15:44:18 -05:00
Steve Klabnik 2dd4deb7f9 Link to the rendered HTML from the README 2015-12-14 15:00:58 -05:00
Steve Klabnik b7cf3dc523 deploy to the book repo, not rust by example.
Sigh. 😭
2015-12-14 14:55:40 -05:00
Steve Klabnik 0bd0c33116 deploy to GH pages
http://www.steveklabnik.com/automatically_update_github_pages_with_travis_example/
2015-12-14 14:50:56 -05:00
Steve Klabnik e2c4c896dd Merge pull request #3 from rust-lang/fix_travis
Install mdbook on travis
2015-12-14 12:32:12 -05:00
Steve Klabnik 2519d0c530 Add the proper path for Travis 2015-12-14 12:28:11 -05:00
Steve Klabnik 4c14577256 Install mdbook on travis 2015-12-14 12:18:00 -05:00
Steve Klabnik d1fdb5d539 Add a Makefile
This makes it a teeny bit easier to build and test things.
2015-12-14 12:12:04 -05:00
Steve Klabnik 3ba23d3b1e Initial skeleton TOC
This is what we're gonna start with. I still reserve the right to change
this around a bit, but I think it's much better.
2015-12-14 12:08:54 -05:00
Steve Klabnik 2022f08eed Merge pull request #2 from rust-lang/travis
Initial travis config
2015-12-14 11:10:02 -05:00
Steve Klabnik 41e82c8d49 Initial travis config
For now, we will do this find/xargs stuff, until
https://github.com/azerupi/mdBook/issues/69 happens
2015-12-14 11:04:46 -05:00
Steve Klabnik c4bd1f9f11 Merge pull request #1 from lise-henry/master
README.md: fixed link to mdbook
2015-12-14 10:18:58 -05:00
Elisabeth Henry 7694cc2107 README.md: fixed link to mdbook 2015-12-14 15:45:33 +01:00
Steve Klabnik 63492d4244 Hello, world. 2015-12-11 17:50:02 -05:00