Skip to content

Markdown cleanup#40309

Closed
iangneal wants to merge 20 commits into
rust-lang:masterfrom
iangneal:master
Closed

Markdown cleanup#40309
iangneal wants to merge 20 commits into
rust-lang:masterfrom
iangneal:master

Conversation

@iangneal

@iangneal iangneal commented Mar 6, 2017

Copy link
Copy Markdown

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
Copy Markdown
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

aturon commented Mar 7, 2017

Copy link
Copy Markdown
Contributor

Thanks!

@bors: r+

@bors

bors commented Mar 7, 2017

Copy link
Copy Markdown
Collaborator

📌 Commit 474814f has been approved by aturon

@aturon

aturon commented Mar 7, 2017

Copy link
Copy Markdown
Contributor

@bors: r-

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

@iangneal

iangneal commented Mar 8, 2017

Copy link
Copy Markdown
Author

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

bors commented Mar 12, 2017

Copy link
Copy Markdown
Collaborator

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

@iangneal

Copy link
Copy Markdown
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
Copy Markdown
Contributor

Thanks! @bors r+ rollup

@bors

bors commented Mar 13, 2017

Copy link
Copy Markdown
Collaborator

📌 Commit 295df14 has been approved by frewsxcv

@bors

bors commented Mar 13, 2017

Copy link
Copy Markdown
Collaborator

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

@bors

bors commented Mar 13, 2017

Copy link
Copy Markdown
Collaborator

💔 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
Copy Markdown
Contributor

@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