Skip to content

Rollup of 13 pull requests #21383

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 27 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
935b37a
fix string multi line connector '\' for kate
visualfc Jan 14, 2015
fbcc34f
Grammar tweak to old guide stub documents.
timparenti Jan 17, 2015
812ce6c
Remove unnecessary explicit conversions to *const T
petrochenkov Jan 17, 2015
4d31700
Update rustdoc man page
Jan 17, 2015
ac4baca
Passable nano syntax highlighting
look Jan 17, 2015
b6b8880
Improve the error message when source file cannot be read
Jan 17, 2015
2b6efbf
fix an error about the static lifetime
glacjay Jan 18, 2015
d0eb85d
Redo Segmented stack support for DragonFly
mneumann Jan 18, 2015
66003c0
docs: replace deprecated integer suffixes from examples
Jan 18, 2015
17ffe51
Remove redundant "Right now"
kimroen Jan 18, 2015
5431727
docs: replacing more deprecated integer suffixes
Jan 18, 2015
ab73d45
fix formatting
glacjay Jan 18, 2015
e28da7a
Fix std::marker.
WiSaGaN Jan 18, 2015
21f4483
Use 'in' instead of 'find()' in tidy.py
iKevinY Jan 18, 2015
f6050ac
Rollup merge of #21280 - timparenti:old-guide-stub-grammar, r=alexcri…
alexcrichton Jan 19, 2015
0ea22d1
Rollup merge of #21355 - alfie:suffix, r=steveklabnik
alexcrichton Jan 19, 2015
9489d82
Rollup merge of #21309 - thorncp:rustdoc-man-page, r=kmcallister
alexcrichton Jan 19, 2015
2d4accd
Rollup merge of #21326 - look:nano-syntax-highlighting, r=kmcallister
alexcrichton Jan 19, 2015
0ef7c54
Rollup merge of #21336 - rylev:better-nofile-error, r=brson
alexcrichton Jan 19, 2015
9fc1b70
Rollup merge of #21345 - glacjay:patch-1, r=alexcrichton
alexcrichton Jan 19, 2015
e4f6f1b
Rollup merge of #21357 - kimroen:patch-1, r=sanxiyn
alexcrichton Jan 19, 2015
39f82c8
Rollup merge of #21358 - glacjay:patch-2, r=alexcrichton
alexcrichton Jan 19, 2015
8b5f3ce
Rollup merge of #21359 - WiSaGaN:bugfix/fix_marker, r=alexcrichton
alexcrichton Jan 19, 2015
241d8a4
Rollup merge of #21375 - petrochenkov:ssbsl, r=alexcrichton
alexcrichton Jan 19, 2015
f8ba91e
Rollup merge of #21377 - iKevinY:speedy-tidy, r=huonw
alexcrichton Jan 19, 2015
9620ac3
Rollup merge of #21123 - visualfc:master, r=alexcrichton
alexcrichton Jan 19, 2015
3c42e14
Rollup merge of #20991 - mneumann:llvm-dragonfly-take2, r=alexcrichton
alexcrichton Jan 19, 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
30 changes: 30 additions & 0 deletions man/rustdoc.1
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,27 @@ space-separated list of plugins to run (default: '')
--plugin-path <val>
directory to load plugins from (default: /tmp/rustdoc_ng/plugins)
.TP
--target <val>
target triple to document
.TP
--crate-name <val>
specify the name of this crate
.TP
-L --library-path <val>
directory to add to crate search path
.TP
--cfg <val>
pass a --cfg to rustc
.TP
--extern <val>
pass an --extern to rustc
.TP
--test
run code examples as tests
.TP
--test-args <val>
pass arguments to the test runner
.TP
--html-in-header <val>
file to add to <head>
.TP
Expand All @@ -47,8 +65,20 @@ file to add in <body>, before content
--html-after-content <val>
file to add in <body>, after content
.TP
--markdown-css <val>
CSS files to include via <link> in a rendered Markdown file
.TP
--markdown-playground-url <val>
URL to send code snippets to
.TP
--markdown-no-toc
don't include table of contents
.TP
-h, --help
Print help
.TP
-V, --version
Print rustdoc's version

.SH "OUTPUT FORMATS"

Expand Down
2 changes: 1 addition & 1 deletion src/doc/guide-crates.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% The (old) Rust Crates and Modules Guide

This content has moved into the
This content has moved into
[the Rust Programming Language book](book/crates-and-modules.html).
2 changes: 1 addition & 1 deletion src/doc/guide-error-handling.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Error Handling in Rust

This content has moved into the
This content has moved into
[the Rust Programming Language book](book/error-handling.html).
2 changes: 1 addition & 1 deletion src/doc/guide-ffi.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% The (old) Rust Foreign Function Interface Guide

This content has moved into the
This content has moved into
[the Rust Programming Language book](book/ffi.html).
2 changes: 1 addition & 1 deletion src/doc/guide-macros.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% The (old) Rust Macros Guide

This content has moved into the
This content has moved into
[the Rust Programming Language book](book/macros.html).
2 changes: 1 addition & 1 deletion src/doc/guide-ownership.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% The (old) Rust Ownership Guide

This content has moved into the
This content has moved into
[the Rust Programming Language book](book/ownership.html).
2 changes: 1 addition & 1 deletion src/doc/guide-plugins.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% The (old) Rust Compiler Plugins Guide

This content has moved into the
This content has moved into
[the Rust Programming Language book](book/plugins.html).
2 changes: 1 addition & 1 deletion src/doc/guide-pointers.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% The (old) Rust Pointer Guide

This content has moved into the
This content has moved into
[the Rust Programming Language book](book/pointers.html).
2 changes: 1 addition & 1 deletion src/doc/guide-strings.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% The (old) Guide to Rust Strings

This content has moved into the
This content has moved into
[the Rust Programming Language book](book/strings.html).
2 changes: 1 addition & 1 deletion src/doc/guide-tasks.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% The (old) Rust Threads and Communication Guide

This content has moved into the
This content has moved into
[the Rust Programming Language book](book/tasks.html).
2 changes: 1 addition & 1 deletion src/doc/guide-testing.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% The (old) Rust Testing Guide

This content has moved into the
This content has moved into
[the Rust Programming Language book](book/testing.html).
2 changes: 1 addition & 1 deletion src/doc/guide-unsafe.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Writing Safe Low-level and Unsafe Code in Rust

This content has moved into the
This content has moved into
[the Rust Programming Language book](book/unsafe.html).
2 changes: 1 addition & 1 deletion src/doc/guide.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% The (old) Rust Guide

This content has moved into the
This content has moved into
[the Rust Programming Language book](book/README.html).
Loading