Skip to content

Markdown cleanup #40309

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 20 commits into from
Closed

Markdown cleanup #40309

wants to merge 20 commits into from

Conversation

iangneal
Copy link

@iangneal iangneal commented Mar 6, 2017

Fixed a couple of grammatical issues and tweaked line endings (most of the documents seem to be going for line length <= 80, so I tweaked a few things to match that).

@rust-highfive
Copy link
Contributor

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @aturon (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@aturon
Copy link
Member

aturon commented Mar 7, 2017

Thanks!

@bors: r+

@bors
Copy link
Collaborator

bors commented Mar 7, 2017

📌 Commit 474814f has been approved by aturon

@aturon
Copy link
Member

aturon commented Mar 7, 2017

@bors: r-

Just noticed that there's a Travis failure that looks legit.

@iangneal
Copy link
Author

iangneal commented Mar 8, 2017

Goofed on a line of markdown, everything seems to be okay now.

ollie27 added 3 commits March 12, 2017 02:45
* Make sure std docs are generated before compiler docs so rustdoc uses
relative links.
* Don't document the rustc and rustdoc binary crates as they overwrite
the real rustc and rustdoc crates.
Use the same step names as the actual build.
The generates HTML can contain quotes so we need to make sure they are
escaped before inserting into the js files.
@bors
Copy link
Collaborator

bors commented Mar 12, 2017

☔ The latest upstream changes (presumably #39770) made this pull request unmergeable. Please resolve the merge conflicts.

@iangneal
Copy link
Author

I opted for the version of the configure script in #39770 without any of my own edits.

rustbuild: Fix compiler docs

* Make sure std docs are generated before compiler docs so rustdoc uses
relative links.
* Don't document the rustc and rustdoc binary crates as they overwrite
the real rustc and rustdoc crates.

Fixes #40217

r? @alexcrichton
@frewsxcv
Copy link
Member

Thanks! @bors r+ rollup

@bors
Copy link
Collaborator

bors commented Mar 13, 2017

📌 Commit 295df14 has been approved by frewsxcv

@bors
Copy link
Collaborator

bors commented Mar 13, 2017

⌛ Testing commit 295df14 with merge 300d701...

@bors
Copy link
Collaborator

bors commented Mar 13, 2017

💔 Test failed - status-travis

bors and others added 4 commits March 13, 2017 06:20
emit !align attributes on stores of operand pairs

This avoids another case of missing-align UB. cc #40373

r? @eddyb
rustdoc: Fix string escaping in implementors js files

The generated HTML can contain quotes so we need to make sure they are
escaped before inserting into the js files.
@frewsxcv
Copy link
Member

@bors retry

rustbuild: Add option for enabling partial LLVM rebuilds

@alexcrichton , you probably didn't notice my [late comment](#40236 (comment)) on #40236, but here's an implementation of that suggestion, it supersedes c652a4f.

r? @alexcrichton
@iangneal iangneal closed this Mar 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants