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 4 pull requests #59579

Closed
wants to merge 12 commits into from
Closed

Rollup of 4 pull requests #59579

wants to merge 12 commits into from

Commits on Mar 16, 2019

  1. Mention no merge policy in the CONTRIBUTING guide

    stepnivlk committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    a4b67ee View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2019

  1. Distinguish depending on error level

    Remove unnecessary comment
    JohnTitor committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    45c82ab View commit details
    Browse the repository at this point in the history
  2. Include bounds in generic reordering diagnostic.

    This commit extends the existing generic re-ordering diagnostic to
    include any bounds on the generic parameter, thus producing correct
    suggestions.
    davidtwco committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    3829746 View commit details
    Browse the repository at this point in the history
  3. Only mention const generics if enabled.

    This commit updates the generic parameter re-ordering diagnostic to only
    mention const generics if the feature is enabled.
    davidtwco committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    0270d56 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2019

  1. Configuration menu
    Copy the full SHA
    379c380 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f4df8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5d6091 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    351a20c View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#58828 - Centril:deny-elided_lifetimes_in_pa…

    …ths-libstd, r=oli-obk
    
    libstd: deny(elided_lifetimes_in_paths)
    
    r? @oli-obk
    Centril committed Mar 31, 2019
    Configuration menu
    Copy the full SHA
    8546d33 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#59234 - stepnivlk:add-no_merge_policy, r=ol…

    …i-obk
    
    Mention `no merge policy` in the CONTRIBUTING guide
    
    Issue: rust-lang#59233
    Centril committed Mar 31, 2019
    Configuration menu
    Copy the full SHA
    95d95e3 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#59572 - davidtwco:issue-59508, r=varkor

    Include bounds in generic re-ordering diagnostic
    
    Fixes rust-lang#59508.
    
    r? @estebank
    cc @varkor
    Centril committed Mar 31, 2019
    Configuration menu
    Copy the full SHA
    ae38700 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#59574 - JohnTitor:distinguish-error-vs-warn…

    …ing, r=Centril
    
    Distinguish message for external macros depending on error level
    
    fixes rust-lang#57716
    
    (I picked you because assigned to this issue.)
    r? @estebank
    Centril committed Mar 31, 2019
    Configuration menu
    Copy the full SHA
    f3d6ed1 View commit details
    Browse the repository at this point in the history