Skip to content
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

Rollup of 17 pull requests #41068

Closed
wants to merge 52 commits into from
Closed
Changes from 2 commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
70deac1
fixed some clippy warnings in libcollections
llogiq Mar 15, 2017
d6c8dde
Merge branch 'master' into clippy-libcollections
llogiq Mar 19, 2017
1cbfdf4
Merge branch 'master' into clippy-libcollections
llogiq Mar 25, 2017
5a6ebdf
Add links to std::sync::mpsc docs #29377
Technius Mar 31, 2017
d7b3f05
Improve some docs for VecDeque
Mar 31, 2017
44d8b23
Updating the description for BarrierWaitResult #29377
projektir Mar 31, 2017
89c35ae
Add links and examples to std::sync::mpsc docs (#29377)
Technius Apr 1, 2017
1e2a61d
Change wording for push_front
Apr 1, 2017
ae8ba78
Fix broken links to std::iter::Iterator::next
Technius Apr 1, 2017
5198072
Added links to from_utf8 methods in Utf8Error
donniebishop Apr 1, 2017
dab8e81
Fix warnings in examples
Technius Apr 1, 2017
d8fb322
Clean up std::ascii sub-level docs.
Apr 1, 2017
a5d775d
Add more std::ascii module-level docs.
Apr 1, 2017
34cf288
rustc: Stabilize the `#![windows_subsystem]` attribute
alexcrichton Mar 20, 2017
364241c
Added links to types in from_utf8 description
donniebishop Apr 1, 2017
128a313
Improve docs of core::option::IntoIter
irfanhudda Apr 1, 2017
029ace4
Improve docs of core::option::IterMut
irfanhudda Apr 1, 2017
c414628
Improve docs of core::option::Iter
irfanhudda Apr 1, 2017
4c9f8ae
Minor changes to core::option docs
irfanhudda Apr 2, 2017
ff4febf
Improve documentation for `std::fs::DirBuilder`
pgerber Apr 1, 2017
509ef4c
std::thread docs: fix link to current()
SimonSapin Apr 2, 2017
255d919
Fixed typo in doc comments for swap_remove
mandeep Apr 2, 2017
9c1b7ae
Revert "Implement AsRawFd/IntoRawFd for RawFd"
codyps Apr 3, 2017
f74ca38
Refactored swap_remove doc comment upon discussing with BurntSushi an…
mandeep Apr 3, 2017
8978bf6
Implement RFC 1268
sgrif Feb 25, 2017
333a1cd
Update with response to feedback
sgrif Mar 3, 2017
c3d49c9
Further update with response to feedback
sgrif Mar 17, 2017
e5f444d
Put overlapping impls behind feature gate, add tests
sgrif Mar 17, 2017
ac38627
Name files what tidy wants them to be namd
sgrif Mar 17, 2017
665f852
update tests slightly
nikomatsakis Mar 30, 2017
e7c2160
Fix mutex's docs inconsistency
GuillaumeGomez Mar 17, 2017
7a07a73
Replace ^ with <sup> html balise
GuillaumeGomez Apr 3, 2017
5787808
Removed trailing whitespace on line 682
mandeep Apr 3, 2017
b02cb19
Handle ordered lists as well
GuillaumeGomez Apr 3, 2017
ab4f442
Fix styling issues
Technius Apr 3, 2017
2c4df77
Rollup merge of #40097 - sgrif:sg-implement-rfc-1268, r=nikomatsakis
frewsxcv Apr 4, 2017
9a17c82
Rollup merge of #40541 - llogiq:clippy-libcollections, r=bluss
frewsxcv Apr 4, 2017
b894670
Rollup merge of #40608 - GuillaumeGomez:mutex-doc-inconsistency, r=st…
frewsxcv Apr 4, 2017
ae3ad90
Rollup merge of #40870 - alexcrichton:stabilize-windows-subsystem, r=…
frewsxcv Apr 4, 2017
4441320
Rollup merge of #40949 - stjepang:fix-vecdeque-docs, r=frewsxcv
frewsxcv Apr 4, 2017
e1b43c9
Rollup merge of #40977 - projektir:BarrierWaitResult_doc, r=steveklabnik
frewsxcv Apr 4, 2017
95b3c47
Rollup merge of #40981 - Technius:master, r=steveklabnik
frewsxcv Apr 4, 2017
2dbc1c8
Rollup merge of #40988 - eugene-bulkin:ascii-docs, r=frewsxcv
frewsxcv Apr 4, 2017
8bf71fd
Rollup merge of #40992 - donniebishop:utf8err_linking, r=alexcrichton
frewsxcv Apr 4, 2017
8ca07cf
Rollup merge of #40997 - donniebishop:from_utf8_linking, r=steveklabnik
frewsxcv Apr 4, 2017
64443c8
Rollup merge of #40999 - irfanhudda:improve-option-docs, r=steveklabnik
frewsxcv Apr 4, 2017
c7b6a47
Rollup merge of #41007 - pgerber:dir_builder, r=frewsxcv
frewsxcv Apr 4, 2017
1645630
Rollup merge of #41014 - SimonSapin:patch-6, r=frewsxcv
frewsxcv Apr 4, 2017
188b219
Rollup merge of #41019 - mandeep:fix-vec-swapremove-docs, r=BurntSushi
frewsxcv Apr 4, 2017
7e66764
Rollup merge of #41035 - jmesmon:revert-bad-raw-fd-impls, r=aturon
frewsxcv Apr 4, 2017
811dd58
Rollup merge of #41043 - GuillaumeGomez:sup_balise, r=steveklabnik
frewsxcv Apr 4, 2017
af6536a
Rollup merge of #41049 - GuillaumeGomez:rustdoc-ordered-list, r=frewsxcv
frewsxcv Apr 4, 2017
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
11 changes: 8 additions & 3 deletions src/libcore/str/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,16 @@ impl fmt::Display for ParseBoolError {
Section: Creating a string
*/

/// Errors which can occur when attempting to interpret a sequence of `u8`
/// Errors which can occur when attempting to interpret a sequence of [`u8`]
/// as a string.
///
/// As such, the `from_utf8` family of functions and methods for both `String`s
/// and `&str`s make use of this error, for example.
/// [`u8`]: ../../std/primitive.u8.html
///
/// As such, the `from_utf8` family of functions and methods for both [`String`]s
/// and [`&str`]s make use of this error, for example.
///
/// [`String`]: ../../std/string/struct.String.html#method.from_utf8
/// [`&str`]: ../../std/str/fn.from_utf8.html
#[derive(Copy, Eq, PartialEq, Clone, Debug)]
#[stable(feature = "rust1", since = "1.0.0")]
pub struct Utf8Error {
Expand Down