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

Commits on Sep 18, 2016

  1. Updated "Getting started". Trying to fix rust-lang#34523

    - Updated paragraphs and wording for clarity.
    - Renamed `helloworld.rs` to `myprogram.rs` to make it clearer that it's an unrelated example.
    vanjacosic authored Sep 18, 2016
    Configuration menu
    Copy the full SHA
    172d321 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2016

  1. Configuration menu
    Copy the full SHA
    dc7ed30 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2016

  1. Configuration menu
    Copy the full SHA
    a0e178d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c08d03 View commit details
    Browse the repository at this point in the history
  3. Fix fallout in tests.

    jseyfried committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    167f70a View commit details
    Browse the repository at this point in the history
  4. Cleanup.

    jseyfried committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    1e1804d View commit details
    Browse the repository at this point in the history
  5. Fix indents.

    jseyfried committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    2c85733 View commit details
    Browse the repository at this point in the history
  6. 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.
    bluss committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    e82d13e View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2016

  1. Configuration menu
    Copy the full SHA
    8b40ead View commit details
    Browse the repository at this point in the history
  2. Remove TokResult.

    jseyfried committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    4a8467b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b90cedd View commit details
    Browse the repository at this point in the history
  4. Add regression test.

    jseyfried committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    34f4ad1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51ea050 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df0e4bf View commit details
    Browse the repository at this point in the history
  7. 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.
    shepmaster committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    e6e117c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    09a63c1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1e4e81c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    96a0f06 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0bd7ef0 View commit details
    Browse the repository at this point in the history
  12. New error format for E0512

    alygin committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    157208b View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#36563 - vanjacosic:patch-1, r=steveklabnik

    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 😇
    Jonathan Turner authored Sep 26, 2016
    Configuration menu
    Copy the full SHA
    6573053 View commit details
    Browse the repository at this point in the history
  14. Rollup merge of rust-lang#36662 - jseyfried:parse_macro_invoc_paths, …

    …r=nrc
    
    parser: support paths in bang macro invocations (e.g. `path::to::macro!()`)
    
    r? @nrc
    Jonathan Turner authored Sep 26, 2016
    Configuration menu
    Copy the full SHA
    f685380 View commit details
    Browse the repository at this point in the history
  15. Rollup merge of rust-lang#36669 - jseyfried:refactor_tok_result, r=nrc

    Unify `TokResult` and `ResultAnyMacro`
    
    Fixes rust-lang#36641.
    r? @nrc
    Jonathan Turner authored Sep 26, 2016
    Configuration menu
    Copy the full SHA
    ae77889 View commit details
    Browse the repository at this point in the history
  16. Rollup merge of rust-lang#36676 - bluss:rustdoc-where-css, r=stevekla…

    …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.
    Jonathan Turner authored Sep 26, 2016
    Configuration menu
    Copy the full SHA
    1ec306e View commit details
    Browse the repository at this point in the history
  17. Rollup merge of rust-lang#36721 - TimNN:infinite-emptiness, r=nrc

    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.
    Jonathan Turner authored Sep 26, 2016
    Configuration menu
    Copy the full SHA
    c4fc532 View commit details
    Browse the repository at this point in the history
  18. Rollup merge of rust-lang#36723 - GuillaumeGomez:e0513, r=jonathandtu…

    …rner
    
    E0513
    
    Part of rust-lang#35233
    
    r? @jonathandturner
    Jonathan Turner authored Sep 26, 2016
    Configuration menu
    Copy the full SHA
    5f84df6 View commit details
    Browse the repository at this point in the history
  19. Rollup merge of rust-lang#36742 - shepmaster:llvm-4-preamble, r=alexc…

    …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.
    Jonathan Turner authored Sep 26, 2016
    Configuration menu
    Copy the full SHA
    b04b23b View commit details
    Browse the repository at this point in the history
  20. Rollup merge of rust-lang#36756 - alygin:e0512-new-format, r=jonathan…

    …dturner
    
    New error format for E0512
    
    Part of rust-lang#35233, fixes rust-lang#36107
    
    r? @jonathandturner
    Jonathan Turner authored Sep 26, 2016
    Configuration menu
    Copy the full SHA
    cd3b3e8 View commit details
    Browse the repository at this point in the history