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
Steve Klabnik
cf1c7cb590
more edits
2016-03-09 10:40:13 -05:00
Steve Klabnik
50ad1c3d07
Merge pull request #81 from golddranks/master
...
Made images high-DPI-compatible.
2016-03-09 14:28:42 +03:00
Steve Klabnik
1212e197a3
first round of comments
2016-03-02 15:05:00 -05:00
Clemens Wehrmann
848cb75440
Potentially surprising change to element not in focus without commentary.
...
This is the only example where the slice starts from '1'. Since the focus here is on the last element I would avoid making readers wonder about the significance of the change to the first element, or at least remoark on it in the text.
2016-03-02 19:15:22 +01:00
Pyry Kontio
2787481310
Made images high-DPI-compatible.
2016-02-29 03:07:06 +09:00
Steve Klabnik
076f98375e
Merge pull request #78 from Mark-Simulacrum/remove-space
...
Remove trailing spaces from all src files.
2016-02-17 12:30:44 -05:00
Mark Simulacrum
3614ecf475
Re-add the whitespace to the poem.
...
CommonMark considers two trailing whitespaces to be significant,
adding a line break.
2016-02-17 10:26:41 -07:00
Mark Simulacrum
39e547dc68
Remove trailing spaces from all src files.
2016-02-16 22:43:13 -07:00
Steve Klabnik
7041e6346e
make this a little more clear
...
this was kind of repeating itself
2016-02-15 11:43:47 -05:00
Steve Klabnik
ece63e46ea
Merge pull request #72 from JakeBjorke/getting-started-type-o
...
Update installation.md
2016-02-05 21:52:22 -05:00
Jake Bjorke
48abc86638
Update installation.md
2016-02-05 17:31:36 -06:00
Steve Klabnik
441a896bdb
First draft: method syntax
2016-02-04 14:57:48 -05:00
Steve Klabnik
23de3e8055
Link 'references and borrowing'
2016-02-04 12:23:18 -05:00
Steve Klabnik
a830a2a336
Merge pull request #60 from rust-lang/slices
...
First draft of slices
2016-02-04 12:19:20 -05:00
Steve Klabnik
c52030758d
Merge pull request #59 from rust-lang/borrowing
...
Borrowing
2016-02-04 12:16:33 -05:00
Steve Klabnik
234666edeb
Merge pull request #66 from pgr0ss/hello_world_version
...
Change hello_world example to use version 0.1.0
2016-02-04 12:16:13 -05:00
Steve Klabnik
de7e647403
small fixes
2016-01-28 18:09:13 -05:00
Paul Gross
d66911644b
Change hello_world example to use version 0.1.0.
...
This aligns the example with what "cargo new" produces by default.
2016-01-27 22:08:39 -08:00
Steve Klabnik
7ea12d972f
slight re-wording
2016-01-27 14:30:56 -05:00
Steve Klabnik
11ed1dedc2
add missing rust annotations
2016-01-27 14:30:56 -05:00
Steve Klabnik
a8f8f7c81a
First draft of slices
2016-01-27 14:30:56 -05:00
Steve Klabnik
58946458f4
Merge pull request #65 from rust-lang/lifetimes
...
Draft of the non-advanced part of 'lifetimes'
2016-01-27 14:02:23 -05:00
Steve Klabnik
56d2508640
Move lifetimes chapter later
2016-01-27 14:02:08 -05:00
Steve Klabnik
f6271f6f22
Draft of the non-advanced part of 'lifetimes'
2016-01-22 13:23:16 -05:00
Steve Klabnik
ec0d93fc4c
Remove Makefile
...
mdbook supports testing now, so there's no need.
2016-01-20 19:31:27 -05:00
Steve Klabnik
cabe126907
Fix the build
2016-01-20 19:26:54 -05:00
Steve Klabnik
fbffce8a6e
rephrase dangling section
2016-01-20 16:19:33 -05:00
Steve Klabnik
14c284e6d8
stick with functions
2016-01-20 16:19:33 -05:00
Steve Klabnik
0e0893b893
whoops
2016-01-20 16:19:33 -05:00
Steve Klabnik
4e074c198b
first draft: references and borrowing
2016-01-20 16:19:33 -05:00
Steve Klabnik
c7a0e35b95
Fix rendering of Robert Frost
...
This needs trailing spaces so that the newlines work out
2016-01-20 16:17:27 -05:00
Steve Klabnik
599820b48d
Remove old content
...
I originally wanted it here to compare/contrast with the current text,
but it just ends up making diffs difficult.
2016-01-20 16:16:25 -05:00
Steve Klabnik
1de1dd76ea
Merge pull request #58 from rust-lang/ownership
...
first draft of 'ownership'
2016-01-19 11:10:22 -05:00
Steve Klabnik
307d96b6fe
tweaks
2016-01-15 16:20:32 -05:00
Steve Klabnik
9c8c110789
more feedback
2016-01-15 16:15:58 -05:00
Steve Klabnik
8db0057b44
Merge pull request #62 from tehgeekmeister/patch-1
...
Smooth out a sentence.
2016-01-14 09:37:20 -05:00
Steve Klabnik
284a4acc80
Merge pull request #61 from JIghtuse/master
...
variable-bindings: Specify example language
2016-01-14 09:37:06 -05:00
Ezekiel Smithburg
4822e86856
Smooth out a sentence.
2016-01-14 01:02:04 -05:00
Boris Egorov
f7c62fc93f
variable-bindings: Specify example language
2016-01-14 10:53:47 +06:00
Steve Klabnik
1045fa2c7b
fix up some wording
2016-01-13 20:16:35 -05:00
Steve Klabnik
e6b45ea7f3
spelling
2016-01-13 19:26:18 -05:00
Steve Klabnik
63afd0713a
whoops, too many any
2016-01-13 18:53:11 -05:00
Steve Klabnik
dcbd0d50b5
some tweaks based on @aturon's feedback
2016-01-13 18:34:48 -05:00
Steve Klabnik
e2a4f19a75
Add a center class for images
2016-01-13 16:45:30 -05:00
Steve Klabnik
3c1bc560f6
Add dot images
...
These aren't the best, but they're a start.
2016-01-13 16:44:47 -05:00