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 7 pull requests #50275

Merged
merged 31 commits into from
Apr 27, 2018
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
0dd0a5b
initialize the rustc book
steveklabnik Apr 5, 2018
b99418d
Add rustc book to the build system
steveklabnik Apr 5, 2018
7de5b60
update doc index to link to the rustc book
steveklabnik Apr 5, 2018
c942bf4
Add a TOC
steveklabnik Apr 6, 2018
4f6ed51
fix authorship in book.toml
steveklabnik Apr 6, 2018
5424dc4
write headings for command line arguments
steveklabnik Apr 6, 2018
cd55364
write 'what is rustc'
steveklabnik Apr 6, 2018
78b076d
add targets to TOC
steveklabnik Apr 6, 2018
50b3a3d
add a lot of text about lints
steveklabnik Apr 6, 2018
df81ca3
document deny by default lints
steveklabnik Apr 6, 2018
758a77d
more lints
steveklabnik Apr 6, 2018
142c52f
fix tests
steveklabnik Apr 6, 2018
cb6a199
add codegen options section
steveklabnik Apr 10, 2018
cd3f6cf
fill out command line arguments
steveklabnik Apr 16, 2018
b204968
fill out contributing
steveklabnik Apr 16, 2018
00c860e
write docs for targets
steveklabnik Apr 16, 2018
ac79c41
review nits
steveklabnik Apr 23, 2018
36475d9
more nits
steveklabnik Apr 24, 2018
a95bff3
Bump bootstrap compiler to 2018-04-24
michaelwoerister Apr 25, 2018
2e4f66a
Make dump_{alloc,allocs,local}() no-ops when tracing is disabled.
nnethercote Apr 26, 2018
30e3f1a
Add more doc aliases
GuillaumeGomez Apr 25, 2018
98c2e09
Do not ICE on generics mismatch with non-local traits
sinkuu Apr 23, 2018
acf0adf
Add setting to go to item if there is only one result
GuillaumeGomez Apr 25, 2018
4d52751
Rename InternedString to LocalInternedString and introduce a new thre…
Zoxc Apr 11, 2018
d403d82
Rollup merge of #49707 - steveklabnik:rustc-book, r=QuietMisdreavus
kennytm Apr 27, 2018
d1faefc
Rollup merge of #50222 - michaelwoerister:bump-stage0-compiler-to-201…
kennytm Apr 27, 2018
3f4e5b2
Rollup merge of #50227 - sinkuu:ice_non_local_trait, r=estebank
kennytm Apr 27, 2018
e688993
Rollup merge of #50229 - GuillaumeGomez:search-one-result, r=QuietMis…
kennytm Apr 27, 2018
e9b67d2
Rollup merge of #50231 - GuillaumeGomez:doc-aliases, r=QuietMisdreavus
kennytm Apr 27, 2018
f1a4c10
Rollup merge of #50246 - nnethercote:no-dump_allocs, r=Mark-Simulacrum
kennytm Apr 27, 2018
44b5359
Rollup merge of #49894 - Zoxc:sync-internedstring, r=michaelwoerister
kennytm Apr 27, 2018
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 doc index to link to the rustc book
steveklabnik committed Apr 9, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 7de5b6034d035f8dc85cb073b2dde3b611a3d822
4 changes: 4 additions & 0 deletions src/doc/index.md
Original file line number Diff line number Diff line change
@@ -43,6 +43,10 @@ Rust's standard library has [extensive API documentation](std/index.html),
with explanations of how to use various things, as well as example code for
accomplishing various tasks.

## The Rustc Book

[The Rustc Book](rustc/index.html) describes the Rust compiler, `rustc`.

## The Cargo Book

[The Cargo Book](cargo/index.html) is a guide to Cargo, Rust's build tool and dependency manager.