Cristi Cobzarenco
4b308b44e1
typos: fix a grabbag of typos all over the place
2015-10-08 19:49:31 +01:00
bors
95285c496f
Auto merge of #28621 - tshepang:move-safety, r=steveklabnik
2015-10-08 14:04:41 +00:00
Steve Klabnik
fb09639d92
Rollup merge of #28889 - JIghtuse:str_doc, r=steveklabnik
2015-10-07 18:18:38 -04:00
Steve Klabnik
4c8a0c0578
Rollup merge of #28882 - ykomatsu:trpl, r=steveklabnik
2015-10-07 18:18:37 -04:00
Steve Klabnik
94755b291a
Rollup merge of #28880 - Wallacoloo:book-5.14-typo, r=alexcrichton
...
The diff can hopefully speak for itself. Regardless: this chapter of the book contained a sentence where "the" was mistakenly repeated twice. In this same section, there was a comma separating two sentences where a period should have been. This PR fixes both issues.
2015-10-07 18:18:37 -04:00
Steve Klabnik
5470a1c975
Rollup merge of #28878 - sourcefrog:doc-links, r=steveklabnik
2015-10-07 18:18:37 -04:00
Steve Klabnik
f688c0e711
Rollup merge of #28856 - chills42:master, r=steveklabnik
...
This is to address issue #28803 by improving some of the references to closures, to explain what they are more clearly, while hopefully still being concise.
r? @steveklabnik
2015-10-07 18:18:36 -04:00
Steve Klabnik
18c66b5aff
Rollup merge of #28836 - jackwilsonv:patch-6, r=steveklabnik
...
r? @steveklabnik
2015-10-07 18:18:36 -04:00
Boris Egorov
1e0fbbd721
trpl: Fix some bad wording in iterators subsection
2015-10-07 23:57:52 +06:00
Boris Egorov
2ba0c48b79
trpl: Use ordered list to release user from counting
...
Later in text we mention 'step four' and 'step three'. This fix releases user
from counting.
2015-10-07 23:41:20 +06:00
bors
add6b90a3f
Auto merge of #28867 - panicbit:german-trpl, r=steveklabnik
2015-10-07 12:13:32 +00:00
Yoshito Komatsu
03dfe89786
Fix a typo
...
Add musl link
2015-10-07 16:07:42 +09:00
Colin Wallace
4119fc2749
Fix "the the" typo and split a run-on sentence
2015-10-06 21:39:18 -07:00
Martin Pool
cbf97c3e65
style guide: suggest manual links to constructors
2015-10-06 19:42:58 -07:00
Jack Wilson
d21b4f5451
Use the correct mod name from the example
2015-10-06 19:22:05 -07:00
bors
80660d6ba0
Auto merge of #28864 - aarzee:master, r=steveklabnik
...
Remove leading newlines in files and replace lines containing only whitespace with blank lines
2015-10-06 20:21:34 +00:00
bors
e7b6056048
Auto merge of #28842 - chrisccerami:patch-1, r=steveklabnik
2015-10-06 17:57:00 +00:00
panicbit
ce1f4fc0ba
Add link to the german trpl translation
2015-10-06 19:50:09 +02:00
Carlos Liam
aba267fd0d
Replace multiple trailing newlines with a single trailing newline
...
Sorry I didn’t get this in the last PR (#28864 ), I hadn’t thought of it.
2015-10-06 13:06:39 -04:00
Carlos Liam
3967e1c940
Clean newlines
2015-10-06 11:14:11 -04:00
Chris C Cerami
f490f5171e
Wrap words at 80 characters
2015-10-06 10:39:37 -04:00
Craig Hills
7895ec2d57
address review concerns
2015-10-06 10:30:33 -04:00
bors
2f60768e84
Auto merge of #28858 - jryans:crate-doc-syntax, r=alexcrichton
...
Without the blank lines, the content is displayed inline, including the `rust,ignore` syntax hint.
r? @steveklabnik
2015-10-06 10:37:02 +00:00
J. Ryan Stinnett
ed97bcd44a
Complex import example needs blank lines
2015-10-06 00:11:18 -05:00
Craig Hills
a78a874ebb
possessive its
2015-10-05 22:32:53 -04:00
Craig Hills
8e420e07d9
trpl: Clarify closure terminology
...
This is to address issue #28803
2015-10-05 22:25:19 -04:00
bors
c2be91ede0
Auto merge of #28847 - Ms2ger:typos, r=steveklabnik
2015-10-05 20:02:02 +00:00
bors
be96988cf8
Auto merge of #28849 - semmaz:doc-anchor-fix, r=alexcrichton
...
r? @steveklabnik
2015-10-05 18:14:09 +00:00
Simon Mazur
fcf8dedb99
docs: anchors fixes
2015-10-05 19:25:54 +03:00
Chris C Cerami
e39808cba8
Link to 'Lifetime Elision' section at first use of elide
2015-10-05 11:40:32 -04:00
Chris C Cerami
915cf01cb6
Use a more common word than "elide", e.g. omit
2015-10-05 11:29:55 -04:00
Ms2ger
6b5349a45e
Fix some typos.
2015-10-05 16:48:57 +02:00
Brian Anderson
12c68c977f
Update bibliography.md
2015-10-04 15:55:19 -07:00
bors
5ff4442a3f
Auto merge of #28831 - Seeker14491:patch-1, r=steveklabnik
2015-10-04 17:36:49 +00:00
James Bell
2b535a1622
Docs: Removes duplicate output from FFI example
...
The "Rust Inside Other Languages" page includes a library example. The
reference specifies printing "done!" when the code finishes running, and
the language examples (Ruby, Python, JS) all do this in their code.
However, the Rust library example code *also* does this, so that the
examples as written would output "done!" twice.
This removes the "done!" from the Rust example code to clarify the docs.
2015-10-04 10:44:00 +01:00
Seeker14491
a0284f4181
fix another typo
2015-10-04 00:34:21 -05:00
Seeker14491
f66170258f
fix a few typos
2015-10-03 18:01:42 -05:00
Guillaume Gomez
aeb94a1948
Add missing dot
2015-10-03 20:21:39 +02:00
Steve Klabnik
92cff9f0d9
Rollup merge of #28819 - steveklabnik:doc_hr, r=brson
...
It's not really clear here, since the example is rendered, where it
starts and ends. So let's use <hr>s to split it up.
2015-10-02 20:38:23 -04:00
Steve Klabnik
f528c47c4b
Add in some <hr>s for emphasis
...
It's not really clear here, since the example is rendered, where it
starts and ends. So let's use <hr>s to split it up.
2015-10-02 18:54:15 -04:00
Aleksey Kladov
eac9d71d8e
reference: fix markdown formatting
2015-10-02 23:53:20 +03:00
Manish Goregaokar
3234ec1455
Rollup merge of #28786 - fhahn:ba-link, r=alexcrichton
...
This tiny PR just adds a link to Florian Wilkens's Bachelor's Thesis.
2015-10-02 13:07:22 +05:30
bors
d9d9ca1a02
Auto merge of #28746 - aidanhs:aphs-musl-linking-no-cxxabi, r=alexcrichton
...
On reading https://github.com/alexcrichton/port-of-rust/blob/master/musl/Dockerfile I was surprised to see no libcxxabi. I experimented, and it does seem to be unnecessary.
I guess it's a remnant from the 3.6 build.
r? @alexcrichton
2015-10-01 18:16:08 +00:00
Florian Hahn
d76010f3d9
Add link to Florian Wilkens's Bachelor's Thesis
2015-10-01 11:36:26 +02:00
Steve Klabnik
f8c8c8c07d
Rollup merge of #28772 - tshepang:improve-paragraph, r=steveklabnik
2015-09-30 18:20:04 -04:00
Steve Klabnik
0f6cea9a86
Rollup merge of #28771 - tshepang:upper-case, r=steveklabnik
2015-09-30 18:20:04 -04:00
Steve Klabnik
bc41536bb4
Rollup merge of #28770 - tshepang:awkward, r=steveklabnik
2015-09-30 18:20:03 -04:00
Steve Klabnik
4ab1ac5bc1
Rollup merge of #28764 - steveklabnik:gh28706, r=alexcrichton
...
Fixes #28706
I am pretty sure that this is accurate, bout would love a double check.
2015-09-30 18:20:03 -04:00
Steve Klabnik
b6449eba51
Rollup merge of #28753 - steveklabnik:gh28572, r=alexcrichton
...
This is part of #28572 , but doesn't complete it. Amongst other things,
this patch:
* Increases consistency in the way feature flags are used with other
docs.
* Removes the ignores, which is nice: we actually had some syntax errors
in the examples 😭 .
* Mentions #![no_core]
Realistically, this document used to be in the order of least to most:
nothing, then adding core. But with the changes in RFC 1184, this is
backwards: it now shows stuff that uses core from the beginning. In the
future, I'd like to revamp this to go from 'most to least', but I'd like
to see the discussion in https://github.com/rust-lang/rust/issues/27701
goes before I write more.
2015-09-30 18:20:03 -04:00
Steve Klabnik
2a787a23d1
Improve identifier defintion in the reference
...
Fixes #28706
2015-09-30 14:59:05 -04:00