Skip to content

Permit building rustdoc without compiler artifacts - #51302

Merged
bors merged 1 commit into
rust-lang:masterfrom
Mark-Simulacrum:rustdoc-fast
Jun 3, 2018
Merged

Permit building rustdoc without compiler artifacts#51302
bors merged 1 commit into
rust-lang:masterfrom
Mark-Simulacrum:rustdoc-fast

Conversation

@Mark-Simulacrum

Copy link
Copy Markdown
Member

No description provided.

@Mark-Simulacrum

Copy link
Copy Markdown
MemberAuthor

r? @QuietMisdreavus

@shepmastershepmaster added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 2, 2018
This avoids a full compiler build in order to build and/or run tests for
rustdoc.
@QuietMisdreavus

Copy link
Copy Markdown
Contributor

During a conversation on IRC i was confused about what this was doing, but after reading the commit message now i get it. Correct, after we removed the html-diff dependency we no longer need proc-macros just to build rustdoc. r=me pending travis

@Mark-Simulacrum

Copy link
Copy Markdown
MemberAuthor

@bors r=QuietMisdreavus

@bors

bors commented Jun 2, 2018

Copy link
Copy Markdown
Collaborator

📌 Commit cf24a1d has been approved by QuietMisdreavus

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jun 2, 2018
Mark-Simulacrum added a commit to Mark-Simulacrum/rust that referenced this pull request Jun 2, 2018
…etMisdreavus
Permit building rustdoc without compiler artifacts
None
bors added a commit that referenced this pull request Jun 2, 2018
Rollup of 6 pull requests
Successful merges:
- #50167 ( Add as_nanos function to Duration)
- #50919 (Provide more context for what the {f32,f64}::EPSILON values represent.)
- #51124 (Reword {ptr,mem}::replace docs.)
- #51147 (Stabilize SliceIndex trait.)
- #51291 (Fix typos of ‘ambiguous’)
- #51302 (Permit building rustdoc without compiler artifacts)
Failed merges:
@bors
bors merged commit cf24a1d into rust-lang:masterJun 3, 2018
@Mark-Simulacrum
Mark-Simulacrum deleted the rustdoc-fast branch June 8, 2019 13:52
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@Mark-Simulacrum@QuietMisdreavus@bors@shepmaster