Carol (Nichols || Goulding)
|
690a972438
|
Resolve comments in... comments
I added a bit about the other style of comments being possible since
it's preferred for accessibility reasons:
https://github.com/rust-lang/rfcs/pull/1574#discussion_r59236286
|
2016-07-05 19:18:05 -04:00 |
|
Carol (Nichols || Goulding)
|
5283f07479
|
Resolve comments in functions
Fix some parts that didn't make sense anymore since I moved data
structures before this section-- tuples and destructuring have already
been defined.
|
2016-07-05 19:18:05 -04:00 |
|
Carol (Nichols || Goulding)
|
ea17980f28
|
Resolve comments in data types
|
2016-07-05 19:18:05 -04:00 |
|
Carol (Nichols || Goulding)
|
ef9741ac16
|
Resolve comments and make some more edits in variable bindings
|
2016-07-05 19:18:05 -04:00 |
|
Carol (Nichols || Goulding)
|
fdd28f7e66
|
Resolve comments in Anatomy of a Rust Program
|
2016-07-05 19:18:05 -04:00 |
|
Carol (Nichols || Goulding)
|
ff08e0608d
|
Backport changes to control flow
|
2016-07-05 19:18:04 -04:00 |
|
Carol (Nichols || Goulding)
|
6086b96384
|
Backport changes to comments section
|
2016-07-05 19:18:04 -04:00 |
|
Carol (Nichols || Goulding)
|
3b6c3090a6
|
Backport changes to functions section
|
2016-07-05 19:18:04 -04:00 |
|
Carol (Nichols || Goulding)
|
7ad59a1a9e
|
Backport changes to scalar/compound data types sections
|
2016-07-05 19:18:04 -04:00 |
|
Carol (Nichols || Goulding)
|
8bf85b6a58
|
Backport changes to Variable Bindings in Detail section
|
2016-07-05 19:18:04 -04:00 |
|
Carol (Nichols || Goulding)
|
e094c3bd4e
|
Backport addition of Anatomy of a Rust Program section
|
2016-07-05 19:18:02 -04:00 |
|
Carol (Nichols || Goulding)
|
b5064f0ce7
|
Backport edits made to Up and Running section
|
2016-07-05 19:17:38 -04:00 |
|
Carol (Nichols || Goulding)
|
9f3d17f8d5
|
Remove redundant "Chapter X" from sidebar
Fixes #124.
|
2016-07-05 15:00:58 -04:00 |
|
Carol (Nichols || Goulding)
|
ab0e9ab406
|
Merge pull request #119 from JIghtuse/master
chapter3: Fix multiple-argument functions signatures
|
2016-07-05 11:23:48 -04:00 |
|
Carol (Nichols || Goulding)
|
86e35395ec
|
Fix another rename I messed up
|
2016-07-03 14:37:06 -04:00 |
|
Boris Egorov
|
e35482fb82
|
chapter3: Fix multiple-argument functions signatures
|
2016-06-30 17:49:08 +06:00 |
|
Carol (Nichols || Goulding)
|
5b6fb9d2c4
|
Fix messed up rename
|
2016-06-27 15:43:43 -06:00 |
|
Carol (Nichols || Goulding)
|
475ecc7679
|
Rename files to match the nostarch structure more closely
|
2016-06-27 15:35:52 -06:00 |
|
Carol (Nichols || Goulding)
|
54c47de023
|
Merge pull request #95 from justsostephen/master
Spelling correction and revised wording.
|
2016-06-27 17:31:59 -04:00 |
|
Carol (Nichols || Goulding)
|
5f39fe96bd
|
Merge pull request #91 from Chris-O-Neill/master
Updated pronouns and rustup.sh output in installation.md.
|
2016-06-27 17:28:08 -04:00 |
|
Carol (Nichols || Goulding)
|
54d6e14adc
|
Merge pull request #86 from xtian/patch-1
copy -> move
|
2016-06-27 17:18:36 -04:00 |
|
Carol (Nichols || Goulding)
|
23d375b35c
|
Merge pull request #99 from lukelafountaine/master
remove extraneous and potentially confusing variable declaration
|
2016-06-27 17:16:40 -04:00 |
|
Steve Klabnik
|
e6d992262b
|
send chapter 5 and 6 to no starch
|
2016-06-03 10:30:35 -04:00 |
|
Stephen Mather
|
2769833a97
|
installation.md: Corrected spelling of 'internet'.
|
2016-06-01 21:25:08 +01:00 |
|
Stephen Mather
|
d5b2189dea
|
hello-world.md: Removed references to creating a new executable from 'Converting to Cargo'.
|
2016-06-01 21:10:12 +01:00 |
|
Steve Klabnik
|
8c5098f65b
|
Merge pull request #105 from rust-lang/enums-match
Enums: other stuff
|
2016-05-31 15:14:08 -04:00 |
|
Steve Klabnik
|
ef77b20f9d
|
address some feedback
|
2016-05-31 15:13:50 -04:00 |
|
Steve Klabnik
|
dbb4cdcc03
|
Merge pull request #104 from rust-lang/structs-generics
Draft: generics section of structs chapter
|
2016-05-31 14:57:45 -04:00 |
|
Steve Klabnik
|
da6df3af0b
|
Address some feedback
|
2016-05-31 14:54:39 -04:00 |
|
steveklabnik
|
1227640bc0
|
second half
|
2016-05-19 17:46:33 -04:00 |
|
steveklabnik
|
f23e4b3d5a
|
First bit of sub-chapters of enums
|
2016-05-19 16:29:46 -04:00 |
|
steveklabnik
|
54d3dc1059
|
Add windows vim temp files to .gitignore
|
2016-05-19 16:29:25 -04:00 |
|
steveklabnik
|
6504e399f8
|
Draft: generics section of structs chapter
A light introduction to syntax.
|
2016-05-19 14:35:20 -04:00 |
|
Luke LaFountaine
|
5b89e40a07
|
remove extraneous and potentially confusing variable declaration
|
2016-05-14 20:13:03 -07:00 |
|
Steve Klabnik
|
747245682d
|
Merge pull request #98 from rust-lang/enums
First draft of enums
|
2016-05-13 16:54:29 -04:00 |
|
Steve Klabnik
|
08579a3d80
|
First draft of enums
|
2016-05-06 16:20:57 -04:00 |
|
Steve Klabnik
|
789fe48d8d
|
test the trains only
|
2016-05-06 15:53:57 -04:00 |
|
Steve Klabnik
|
6bb5c6ac76
|
Update README to remove issue labels
This system wasn't as useful as I'd hoped.
|
2016-05-06 14:58:36 -04:00 |
|
Chris O'Neill
|
3e8117319e
|
Updated pronouns for consistency and clarity.
|
2016-04-10 12:53:30 +01:00 |
|
Chris O'Neill
|
f5f645231b
|
Update output of rustup.sh install script.
|
2016-04-10 12:49:12 +01:00 |
|
Steve Klabnik
|
568742e949
|
Merge pull request #89 from uraza/master
move should be used instead of mv on Windows
|
2016-03-31 09:25:20 -07:00 |
|
Jeremy 0
|
ab84970b33
|
move should be used instead of mv on Windows
|
2016-03-31 09:01:49 +02:00 |
|
Christian Wesselhoeft
|
d0fb44ec2d
|
copy -> move
|
2016-03-27 12:17:17 -06:00 |
|
Steve Klabnik
|
3437fca04d
|
ship chapter 4 to nostarch
|
2016-03-25 10:10:45 -04:00 |
|
Steve Klabnik
|
61194c7b8f
|
Merge pull request #70 from rust-lang/method_syntax
First draft: method syntax
|
2016-03-24 14:21:15 -04:00 |
|
Steve Klabnik
|
2bb8546a32
|
Merge pull request #83 from clemensw/slices_suggestions
Notes on slices.md
|
2016-03-10 00:34:14 +03:00 |
|
Clemens Wehrmann
|
5205a78f2a
|
More clear to me than 'maximum value'.
Difficult talking about elements since array slices are discussed later and
Strings have confusing elements (byte/char).
|
2016-03-09 22:16:14 +01:00 |
|
Clemens Wehrmann
|
a90ac1e0ca
|
Something (perhaps not this) should be said about the syntax.
|
2016-03-09 22:16:14 +01:00 |
|
Clemens Wehrmann
|
592c518fb6
|
Example is less confusing if the assignments align content with identifiers
|
2016-03-09 22:16:14 +01:00 |
|
Steve Klabnik
|
080657796f
|
slightly more clear language
|
2016-03-09 10:51:11 -05:00 |
|