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 5 pull requests #68771

Merged
merged 11 commits into from
Feb 2, 2020
Merged

Rollup of 5 pull requests #68771

merged 11 commits into from
Feb 2, 2020

Commits on Feb 1, 2020

  1. Update option.rs

    I updated the example of the `expect` examples so they won't contain depressing sentences any more !
    astrolemonade committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    2ce14b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2020

  1. Configuration menu
    Copy the full SHA
    f6c3894 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8674efd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56ad8bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71a6f58 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d154bef View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#68733 - cata0309:patch-1, r=Dylan-DPC

    Update option.rs
    
    I updated the example of the `expect` examples so they won't contain depressing sentences any more !
    Centril committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    f2cc0cc View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#68760 - Tyg13:compile_fail_ui_test, r=Centril

    Issue error on `compile-fail` header in UI test
    
    Fixes rust-lang#68732
    
    r? @Centril
    Centril committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    3a7f1ed View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#68763 - JohnTitor:do-not-sugg-dup-bounds, r…

    …=estebank
    
    Do not suggest duplicate bounds
    
    Fixes rust-lang#68205
    Fixes rust-lang#68695
    
    r? @estebank
    Centril committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    2e1790d View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#68764 - Centril:self-semantic, r=petrochenkov

    parser: syntactically allow `self` in all `fn` contexts
    
    Part of rust-lang#68728.
    
    `self` parameters are now *syntactically* allowed as the first parameter irrespective of item context (and in function pointers). Instead, semantic validation (`ast_validation`) is used.
    
    r? @petrochenkov
    Centril committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    5951cd3 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#68769 - Centril:unwrap, r=petrochenkov

    parser: avoid re-wrapping NtItem
    
    r? @petrochenkov
    Centril committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    011fb23 View commit details
    Browse the repository at this point in the history