Skip to content

Rollup of 12 pull requests #34671

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

Closed
wants to merge 33 commits into from
Closed
Changes from 2 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
993f13a
update documentation of tuple/unit structs
durka Apr 28, 2016
a14df5c
fix Point destructuring example
durka Apr 28, 2016
beec630
"equal" -> "same type"
durka Apr 28, 2016
e1e4fbd
s/than/instead of/
durka Apr 28, 2016
56f24d7
add link to match section
durka Apr 28, 2016
170df14
Add/improve num const docs
ollie27 Jun 14, 2016
ad7d7ea
extend+improve HIR types documentation
Jun 28, 2016
5de684a
adressed @eddyb's comments
llogiq Jun 28, 2016
3f6c38c
propagate rustbuild's bootstrap.py '--help' flag
GlenDC Jun 29, 2016
2dcfa62
Correct MIN_EXP docs and improve EPSILON
ollie27 Jun 30, 2016
a0e01cc
Add doc examples for `io::Error::from_raw_os_error`.
frewsxcv Jul 2, 2016
bdea705
update cargo doc link
hhnr Jul 2, 2016
c6a04d9
Fix broken markdown link in README.
frewsxcv Jul 3, 2016
df93e18
Clarifies the meaning of the external mutability.
GuillaumeRochat Jul 3, 2016
5dfd79a
Fix spacing in for loop enumeration example
Jul 3, 2016
872d107
Fix a few typos in the code
sylvestre Jul 3, 2016
3fcb649
Fix a few typos in the doc
sylvestre Jul 3, 2016
5efc780
doc: fix and shorten comment
tshepang Jul 3, 2016
6a85183
Replace it's by its.
GuillaumeRochat Jul 5, 2016
159d1ab
Add a section about crate documentation.
GuillaumeRochat Jul 5, 2016
74e9629
show both forms of empty struct declaration
durka Jul 5, 2016
7b6671d
Rollup merge of #33250 - durka:patch-19, r=steveklabnik
steveklabnik Jul 5, 2016
691ee0b
Rollup merge of #34277 - ollie27:docs_num, r=steveklabnik
steveklabnik Jul 5, 2016
5d36273
Rollup merge of #34521 - llogiq:doc-fixes, r=steveklabnik
steveklabnik Jul 5, 2016
ad9b9c5
Rollup merge of #34558 - GlenDC:master, r=alexcrichton
steveklabnik Jul 5, 2016
b54ed53
Rollup merge of #34612 - frewsxcv:io-error-from_raw_os_error, r=Guill…
steveklabnik Jul 5, 2016
05125c1
Rollup merge of #34615 - rdotdk:master, r=Manishearth
steveklabnik Jul 5, 2016
7341739
Rollup merge of #34619 - frewsxcv:patch-30, r=apasel422
steveklabnik Jul 5, 2016
ce91cd0
Rollup merge of #34621 - KaivoAnastetiks:fix/#33924, r=steveklabnik
steveklabnik Jul 5, 2016
ec52b11
Rollup merge of #34625 - jaredmanning:patch-1, r=apasel422
steveklabnik Jul 5, 2016
94d5f6d
Rollup merge of #34626 - sylvestre:master, r=Manishearth
steveklabnik Jul 5, 2016
5e9dbcc
Rollup merge of #34636 - tshepang:shorten, r=GuillaumeGomez
steveklabnik Jul 5, 2016
ef8ecf2
Rollup merge of #34667 - KaivoAnastetiks:fix/crate-documentation, r=M…
steveklabnik Jul 5, 2016
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
2 changes: 1 addition & 1 deletion src/doc/book/guessing-game.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ We could also use a range of versions.
[Cargo’s documentation][cargodoc] contains more details.

[semver]: http://semver.org
[cargodoc]: http://doc.crates.io/crates-io.html
[cargodoc]: http://doc.crates.io/specifying-dependencies.html

Now, without changing any of our code, let’s build our project:

Expand Down