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 20 pull requests #40368

Merged
merged 46 commits into from
Mar 9, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
3aa6f18
add unstable book to the bookshelf
steveklabnik Feb 28, 2017
ae2c9d2
fix link
steveklabnik Mar 2, 2017
3273003
Reduce size overhead of adaptative hashmap
arthurprs Mar 3, 2017
8f581cc
Fix personality_fn within the compiler_builtins
nagisa Mar 4, 2017
b55f1e5
Fix description of closure coercion feature
est31 Mar 4, 2017
5a644f4
remove nomicon
steveklabnik Mar 3, 2017
4369aee
import nomicon submodule
steveklabnik Mar 3, 2017
155ef41
Fix normalization error.
Mark-Simulacrum Mar 4, 2017
ea3f148
Add compile-fail test for unwind_attributes
gibfahn Mar 5, 2017
cee4ef8
Add compile-fail test for cfg_target_thread_local
gibfahn Mar 5, 2017
7c88d9e
Remove the compile-fail feature gates whitelist
gibfahn Mar 5, 2017
03b83a0
clarify docs for Args and ArgsOs
oconnor663 Mar 5, 2017
86bad49
Issue #39688 - Help people find String::as_bytes() for UTF-8 r? @stev…
jdhorwitz Mar 3, 2017
f121e61
Fix text formatting in README
mmatyas Mar 6, 2017
2e5b380
Remove extra space in test description (of a mod test)
malbarbo Mar 6, 2017
89fe4df
Unify both conflicting default searches into one.
Mark-Simulacrum Mar 5, 2017
403ae37
Remove reference to Ty.
Mark-Simulacrum Mar 5, 2017
2bb2a29
Improve the style of the sidebar in rustdoc output
wesleywiser Feb 16, 2017
7dc36e9
Add tests for issues with the 'E-needtest' label.
topecongiro Mar 6, 2017
acd8fe8
Fix a typo in the docs
oli-obk Mar 7, 2017
f283141
README formatting in configure/make section
joelgallant Mar 7, 2017
b5533d2
Update link to COMPILER_TESTS.md in CONTRIBUTING.md
crazymerlyn Mar 7, 2017
df61719
Added remove_from to vec.rs
madseagames Dec 3, 2016
65ac1e9
Add missing urls in some macros doc
GuillaumeGomez Mar 7, 2017
025bf95
Clarify handling of `src` in `ptr::write`
tbu- Mar 7, 2017
f3a2f90
Document why `str.to_{lower,upper}case` return `String`
tbu- Mar 7, 2017
df9a721
Rollup merge of #40154 - steveklabnik:link-unstable-book, r=frewsxcv
Mar 8, 2017
7c18194
Rollup merge of #40222 - steveklabnik:extract-nomicon, r=alexcrichton
Mar 8, 2017
68a5a16
Rollup merge of #40226 - jdhorwitz:master, r=frewsxcv
Mar 8, 2017
2c252ff
Rollup merge of #40237 - arthurprs:hm-adapt2, r=alexcrichton
Mar 8, 2017
1e53624
Rollup merge of #40254 - nagisa:compiler-builtin-no-panic, r=alexcric…
Mar 8, 2017
f38e332
Rollup merge of #40258 - est31:master, r=nikomatsakis
Mar 8, 2017
5694ac9
Rollup merge of #40265 - wesleywiser:rustdoc_style, r=GuillaumeGomez
Mar 8, 2017
4eb7a33
Rollup merge of #40268 - Mark-Simulacrum:normalization-followup, r=ar…
Mar 8, 2017
006c744
Rollup merge of #40279 - gibfahn:test-unwind, r=est31
Mar 8, 2017
5070403
Rollup merge of #40283 - oconnor663:args_docs, r=alexcrichton
Mar 8, 2017
949eafe
Rollup merge of #40292 - mmatyas:readme_fix, r=alexcrichton
Mar 8, 2017
d4eb25c
Rollup merge of #40293 - malbarbo:rustdoctest, r=alexcrichton
Mar 8, 2017
37faa60
Rollup merge of #40296 - topecongiro:add-missing-tests, r=alexcrichton
Mar 8, 2017
75262cb
Rollup merge of #40316 - oli-obk:patch-4, r=GuillaumeGomez
Mar 8, 2017
4e347d6
Rollup merge of #40321 - joelgallant:joelgallant-readme, r=aturon
Mar 8, 2017
99aad02
Rollup merge of #40325 - eddyb:pr38143, r=alexcrichton
Mar 8, 2017
5ad3f09
Rollup merge of #40326 - crazymerlyn:fix-doc-link, r=alexcrichton
Mar 8, 2017
e8eb05c
Rollup merge of #40327 - GuillaumeGomez:macros-urls, r=frewsxcv
Mar 8, 2017
aea8010
Rollup merge of #40333 - tbu-:pr_doc_ptr_write, r=alexcrichton
Mar 8, 2017
f2886e8
Rollup merge of #40335 - tbu-:pr_doc_str_to_somecase, r=steveklabnik
Mar 8, 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
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
[submodule "src/liblibc"]
path = src/liblibc
url = https://github.com/rust-lang/libc.git
[submodule "src/doc/nomicon"]
path = src/doc/nomicon
url = https://github.com/rust-lang-nursery/nomicon
[submodule "src/tools/cargo"]
path = src/tools/cargo
url = https://github.com/rust-lang/cargo
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,5 +406,5 @@ are:
[rr]: https://doc.rust-lang.org/book/README.html
[tlgba]: http://tomlee.co/2014/04/a-more-detailed-tour-of-the-rust-compiler/
[ro]: http://www.rustaceans.org/
[rctd]: ./COMPILER_TESTS.md
[rctd]: ./src/test/COMPILER_TESTS.md
[cheatsheet]: https://buildbot.rust-lang.org/homu/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ $ ./configure
$ make && sudo make install
```

When using the configure script, the generated config.mk` file may override the
When using the configure script, the generated `config.mk` file may override the
`config.toml` file. To go back to the `config.toml` file, delete the generated
`config.mk` file.

Expand Down
2 changes: 2 additions & 0 deletions src/doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Rust provides a number of book-length sets of documentation, collectively
nicknamed 'The Rust Bookshelf.'

* [The Rust Programming Language][book] teaches you how to program in Rust.
* [The Unstable Book][unstable-book] has documentation for unstable features.
* [The Rustonomicon][nomicon] is your guidebook to the dark arts of unsafe Rust.
* [The Reference][ref] is not a formal spec, but is more detailed and comprehensive than the book.

Expand All @@ -44,4 +45,5 @@ landed before then. That work is being tracked [here][38643].
[err]: error-index.html
[book]: book/index.html
[nomicon]: nomicon/index.html
[unstable-book]: unstable-book/index.html

1 change: 1 addition & 0 deletions src/doc/nomicon
Submodule nomicon added at d08fe9
38 changes: 0 additions & 38 deletions src/doc/nomicon/src/README.md

This file was deleted.

55 changes: 0 additions & 55 deletions src/doc/nomicon/src/SUMMARY.md

This file was deleted.

7 changes: 0 additions & 7 deletions src/doc/nomicon/src/arc-and-mutex.md

This file was deleted.

Loading