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 7 pull requests #59967

Merged
merged 19 commits into from
Apr 14, 2019
Merged

Rollup of 7 pull requests #59967

merged 19 commits into from
Apr 14, 2019

Commits on Apr 10, 2019

  1. update polonius-engine

    Albin Stjerna committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    c440c0a View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

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

Commits on Apr 12, 2019

  1. Configuration menu
    Copy the full SHA
    94a5c3b View commit details
    Browse the repository at this point in the history
  2. Make BufWriter use get_mut instead of manipulating inner in Write imp…

    …lementation
    
    get_mut allows us to abstract over the implementation detail of inner being
    optional.
    czipperz committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    ac5e755 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9c9d1c View commit details
    Browse the repository at this point in the history
  4. Add test and fix dedup

    estebank committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    ca5a9ce View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2019

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

Commits on Apr 14, 2019

  1. HirIdify hir::Def

    ljedrz authored and Zoxc committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    3b99a48 View commit details
    Browse the repository at this point in the history
  2. Update tests

    Zoxc committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    b5d43fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c3a140 View commit details
    Browse the repository at this point in the history
  4. Address review comments

    petrochenkov committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    dbc7042 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f3fd85 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#59856 - albins:update-polonius, r=nikomatsakis

    update polonius-engine
    
    This updates polonius-engine to [version 0.7.0](https://github.com/rust-lang/polonius/blob/master/RELEASES.md#v070), which adds a hybrid algorithm that starts off with performing a cheaper, location-insensitive analysis before proceeding with the full analysis.
    
    r? @nikomatsakis
    Centril authored Apr 14, 2019
    Configuration menu
    Copy the full SHA
    b9da8a7 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#59877 - Zoxc:hiridify_def_id, r=eddyb

    HirIdify hir::Def
    
    cc @ljedrz
    r? @oli-obk
    Centril authored Apr 14, 2019
    Configuration menu
    Copy the full SHA
    27adc93 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#59896 - estebank:dedup-spans, r=davidtwco

    Remove duplicated redundant spans
    
    Fix rust-lang#59895.
    Centril authored Apr 14, 2019
    Configuration menu
    Copy the full SHA
    99a9109 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#59900 - czipperz:remove-bracket-mut-syntax-…

    …in-pin-docs, r=RalfJung
    
    Remove [mut] syntax in pin docs
    
    Resolves rust-lang#59832
    Centril authored Apr 14, 2019
    Configuration menu
    Copy the full SHA
    fd4a336 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#59906 - czipperz:bufwriter-use-getmut, r=ke…

    …nnytm
    
    Make BufWriter use get_mut instead of manipulating inner in Write implementation
    
    `get_mut` allows us to abstract over the implementation detail of inner being optional.
    Centril authored Apr 14, 2019
    Configuration menu
    Copy the full SHA
    271eb8f View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#59936 - petrochenkov:confict, r=davidtwco

    Fix cross-crate visibility of fictive variant constructors
    
    After merging rust-lang#59376 I realized that the code in the decoder wasn't entirely correct - we "decoded" fictive variant constructors with their variant's visibility, which could be public, rather than demoted to `pub(crate)`.
    
    Fictive constructors are not directly usable in expression/patterns, but the effect still can be observed with imports.
    
    r? @davidtwco
    Centril authored Apr 14, 2019
    Configuration menu
    Copy the full SHA
    9506f62 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#59957 - krk:fix-doctypo-symbol, r=jonas-sch…

    …ievink
    
    Add missing backtick to Symbol documentation.
    Centril authored Apr 14, 2019
    Configuration menu
    Copy the full SHA
    c348bb6 View commit details
    Browse the repository at this point in the history