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 8 pull requests #36759

Closed
wants to merge 28 commits into from
Closed

Rollup of 8 pull requests #36759

wants to merge 28 commits into from

Conversation

vanjacosic and others added 28 commits September 18, 2016 14:16
- Updated paragraphs and wording for clarity.
- Renamed `helloworld.rs` to `myprogram.rs` to make it clearer that it's an unrelated example.
This is about the gray area at the top of a trait's documentation page,
that lists all methods and their signatures. A big trait page like
Iterator is very crowded without this tweak.
This doesn't actually do anything for LLVM 4.x yet, but sets the stage.
Docs: Update to "Getting Started" section

I came across rust-lang#34523 and wanted to suggest a solution. See commit for details.

It seemed like a good place to start contributing, let me know if I did anything wrong 😇
…r=nrc

parser: support paths in bang macro invocations (e.g. `path::to::macro!()`)

r? @nrc
…bnik

rustdoc css: Put `where` in trait listings on a new line

This is about the gray area at the top of a trait's documentation page,
that lists all methods and their signatures. A big trait page like
Iterator is very crowded without this tweak.
reject macros with empty repetitions

Fixes rust-lang#5067 by checking the lhs of `macro_rules!` for repetitions which could match an empty token tree.
…richton

Extend preprocessor LLVM version checks to support LLVM 4.x

This doesn't actually do anything for LLVM 4.x yet, but sets the stage.
@sophiajt
Copy link
Contributor Author

@bors r+ p=1

@rust-highfive
Copy link
Collaborator

r? @nrc

(rust_highfive has picked a reviewer for you, use r? to override)

@bors
Copy link
Contributor

bors commented Sep 26, 2016

📌 Commit cd3b3e8 has been approved by jonathandturner

@sophiajt sophiajt closed this Sep 27, 2016
@sophiajt
Copy link
Contributor Author

Rerolling

@Centril Centril added the rollup A PR which is a rollup label Oct 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rollup A PR which is a rollup
Projects
None yet
Development

Successfully merging this pull request may close these issues.