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

Separate tree_builder/rules.rs code generation from unstable optimizations #182

Merged
merged 1 commit into from Nov 11, 2015

Conversation

@SimonSapin
Copy link
Member

SimonSapin commented Nov 11, 2015

… in Cargo features.

The 'codegen' feature is only useful when working on that file, dependency don’t need it. But they might still want NonZero/unsafe_no_drop_flag optimizations when on Rust Nightly.

This will reduce breaking of dependent crates when libsyntax changes.

r? @nox

Review on Reviewable

…tions

… in Cargo features.

The 'codegen' feature is only useful when working on that file,
dependency don’t need it.
But they might still want NonZero/unsafe_no_drop_flag optimizations
when on Rust Nightly.

This will reduce breaking of dependent crates when libsyntax changes.
@nox
Copy link
Member

nox commented Nov 11, 2015

@bors-servo
Copy link
Contributor

bors-servo commented Nov 11, 2015

📌 Commit 1f2cf94 has been approved by nox

@bors-servo
Copy link
Contributor

bors-servo commented Nov 11, 2015

Testing commit 1f2cf94 with merge ca4a1dc...

@nox nox self-assigned this Nov 11, 2015
bors-servo added a commit that referenced this pull request Nov 11, 2015
Separate tree_builder/rules.rs code generation from unstable optimizations

… in Cargo features.

The 'codegen' feature is only useful when working on that file, dependency don’t need it. But they might still want NonZero/unsafe_no_drop_flag optimizations when on Rust Nightly.

This will reduce breaking of dependent crates when libsyntax changes.

r? @nox

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/html5ever/182)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Nov 11, 2015

☀️ Test successful - travis

@bors-servo bors-servo merged commit 1f2cf94 into master Nov 11, 2015
3 checks passed
3 checks passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
continuous-integration/travis-ci/push The Travis CI build passed
Details
homu Test successful
Details
@SimonSapin SimonSapin deleted the codegen-feature branch Nov 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.