Skip to content

Rollup of 9 pull requests #25888

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 60 commits into from
May 30, 2015
Merged
Changes from 1 commit
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
bbf8ba7
Implement Eq for Cell and RefCell.
SimonSapin May 24, 2015
8e039a8
Introduce TaggedDocsIterator and use it to implement reader::tagged_d…
Ms2ger May 22, 2015
37dd417
Return TaggedDocsIterator from reader::tagged_docs.
Ms2ger May 24, 2015
16334e5
Add a missing space to the Glossary page of TRPL
maxjacobson May 26, 2015
6c2b340
Improve docs for Vec::as_slice and as_mut_slice
mbrubeck May 27, 2015
4458b5a
Delegate io::Error::cause to inner error
sfackler May 27, 2015
b529a78
Add accessors for io::Error's inner error.
sfackler May 27, 2015
f65ba38
Add a test for downcasting
sfackler May 28, 2015
d061a0f
floating-point types are machine types, not machine-dependent types
liigo May 28, 2015
2a63cc7
TRPL: Fix Unescaped URL
killercup May 28, 2015
16a47c2
remove references to IoResult
steveklabnik May 27, 2015
b700b37
Return a TaggedDocsIterator from each_reexport.
Ms2ger May 27, 2015
621a10e
Auto merge of #25829 - steveklabnik:ioresult_fixes, r=alexcrichton
bors May 28, 2015
aebf331
Mention UFCS sadness in instability messages
sfackler May 28, 2015
5249cbb
collections: Make BinaryHeap panic safe in sift_up / sift_down
May 28, 2015
977d40f
Improve Debug documentation
steveklabnik May 27, 2015
efebe45
Auto merge of #25856 - bluss:binary-heap-hole, r=Gankro
bors May 28, 2015
c516eee
Move std::cell::clone_ref to a clone associated function on std::cell…
SimonSapin May 28, 2015
15ab481
removed lonely closing parenthesis
azerupi May 28, 2015
53941be
Auto merge of #25744 - SimonSapin:cell-eq, r=alexcrichton
bors May 28, 2015
15aeea5
Corrected typo
azerupi May 28, 2015
f607440
Update E0015 explanation, fix E0053.
May 27, 2015
eb15030
Add error explanations for E0040, E0087, E0378, E0379, E0394.
May 27, 2015
177531e
Document issue tracker tags
May 27, 2015
19cb2a7
add newline before list in functions-and-methods
dcampbell24 Feb 14, 2015
0670651
Make adjancent code examples more similar
frewsxcv Feb 21, 2015
4d90b4d
Update let.md -- follow whitespace style guideline
dcampbell24 Mar 30, 2015
31a007a
remove extra space from "over" code as well
dcampbell24 Mar 30, 2015
d0744ba
Fix mistake: "to to" -> "to"
nliberg May 23, 2015
adac861
Fix link to newtypes page
nliberg May 23, 2015
7e78e70
Convert mutable statics error to have error code and add explanation.
May 28, 2015
99c2f77
Auto merge of #25816 - sfackler:io-error-delegation, r=alexcrichton
bors May 29, 2015
3640354
Revise E0015 according to feedback.
May 29, 2015
fdf3ce7
Change E0015 and E0378 explanations to link to text of RFC 911, not r…
May 29, 2015
42a59ae
Auto merge of #25832 - edunham:document-gh-issue-tags, r=alexcrichton
bors May 29, 2015
d0afa6e
Add map and filter_map associated functions to std::cell::Ref and RefMut
SimonSapin May 28, 2015
25fc917
Auto merge of #25747 - SimonSapin:map_ref, r=alexcrichton
bors May 29, 2015
b9eb606
Auto merge of #25830 - steveklabnik:debug_docs, r=alexcrichton
bors May 29, 2015
deb4948
remove the last mention of IoResult
tshepang May 29, 2015
db1c761
Auto merge of #25838 - mbrubeck:doc-edit, r=steveklabnik
bors May 29, 2015
3a433b9
Auto merge of #25854 - liigo:patch-1, r=alexcrichton
bors May 29, 2015
2de64ef
Auto merge of #25760 - Ms2ger:tagged_docs, r=Manishearth
bors May 29, 2015
710270d
Add feature-gate to calling const fn
nikomatsakis May 28, 2015
57c75b6
permit const-fn in macro expansions
nikomatsakis May 28, 2015
1f29fd4
add a test for const fn methods, as suggested by @pnkfelix
nikomatsakis May 28, 2015
2c5e784
add const_fn features
nikomatsakis May 29, 2015
2d447e4
Auto merge of #25857 - killercup:patch-14, r=steveklabnik
bors May 29, 2015
808b411
New tests for cross-crate usages of const fn and so forth
nikomatsakis May 29, 2015
5e94187
Add syntax for multiple lifetimes
steveklabnik May 29, 2015
8425494
Auto merge of #25880 - nikomatsakis:const-fn-feature-gate-calls, r=al…
bors May 29, 2015
81a413b
trpl: eight sections, not seven
nhowell May 29, 2015
e9e2a11
Rollup merge of #25788 - maxjacobson:add-missing-space-to-glossary, r…
steveklabnik May 29, 2015
1999d75
Rollup merge of #25861 - tringenbach:master, r=steveklabnik
steveklabnik May 29, 2015
5d2af1c
Rollup merge of #25864 - azerupi:patch-1, r=alexcrichton
steveklabnik May 29, 2015
c7b1f37
Rollup merge of #25865 - azerupi:patch-2, r=alexcrichton
steveklabnik May 29, 2015
c2a5d31
Rollup merge of #25866 - jooert:update_guidelines, r=steveklabnik
steveklabnik May 29, 2015
c0a41b9
Rollup merge of #25873 - nham:update_E0015, r=Aatch
steveklabnik May 29, 2015
697834f
Rollup merge of #25876 - tshepang:patch-3, r=steveklabnik
steveklabnik May 29, 2015
253fb5b
Rollup merge of #25883 - steveklabnik:gh25417, r=alexcrichton
steveklabnik May 29, 2015
ed19a6e
Rollup merge of #25886 - nhowell:patch-1, r=steveklabnik
steveklabnik May 29, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update let.md -- follow whitespace style guideline
"Idiomatic code should not use extra whitespace in the middle of a line to provide alignment."
  • Loading branch information
dcampbell24 authored and jooert committed May 28, 2015
commit 4d90b4d9b8ba4275be9031bf19c49f90c33c9823
2 changes: 1 addition & 1 deletion src/doc/style/features/let.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Prefer

```rust
let foo = match bar {
Baz => 0,
Baz => 0,
Quux => 1
};
```
Expand Down