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 6 pull requests #68271

Closed
wants to merge 20 commits into from

Commits on Jan 11, 2020

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

Commits on Jan 12, 2020

  1. resolve: Move privacy error reporting into a separate method

    Give named fields to `struct PrivacyError`
    Move `fn report_ambiguity_error` to `diagnostics.rs`
    petrochenkov committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    daff425 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d596e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a68334a View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. Move to new crate rustc_ty.

    cjgillot committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    9908a87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    894dc2d View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. Update some of Cargo's dependencies

    This is primarily updating the `curl` dependency, but also went ahead
    and applied a few updates for other packages that Cargo depends on.
    alexcrichton committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    78bd75a View commit details
    Browse the repository at this point in the history
  2. Use 3.6 instead of 3.5 in float fract() documentation

    It is not self-explanatory whether the fract() function inverts the fractional part of negative numbers.
    
    Co-Authored-By: Mateusz Mikuła <mati865@users.noreply.github.com>
    SOF3 and mati865 committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    33bc9ef View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. Configuration menu
    Copy the full SHA
    bf0a784 View commit details
    Browse the repository at this point in the history
  2. Update f32.rs

    Stromberg90 authored Jan 16, 2020
    Configuration menu
    Copy the full SHA
    54b9616 View commit details
    Browse the repository at this point in the history
  3. Update f64.rs

    Stromberg90 authored Jan 16, 2020
    Configuration menu
    Copy the full SHA
    3f337b3 View commit details
    Browse the repository at this point in the history
  4. Update f32.rs

    Stromberg90 authored Jan 16, 2020
    Configuration menu
    Copy the full SHA
    d0db6d5 View commit details
    Browse the repository at this point in the history
  5. Fix issue number of repr128

    JohnTitor committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    49d8aeb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    91c6a5a View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#67780 - cjgillot:passes-ty, r=Zoxc

    Move some queries from rustc::ty to librustc_ty.
    
    cc rust-lang#65031
    Dylan-DPC authored Jan 16, 2020
    Configuration menu
    Copy the full SHA
    6b069d6 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#68012 - alexcrichton:update-some-deps, r=Ma…

    …rk-Simulacrum
    
    Update some of Cargo's dependencies
    
    This is primarily updating the `curl` dependency, but also went ahead
    and applied a few updates for other packages that Cargo depends on.
    Dylan-DPC authored Jan 16, 2020
    Configuration menu
    Copy the full SHA
    30ef7e1 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#68153 - petrochenkov:privdiag, r=estebank

    resolve: Point at the private item definitions in privacy errors
    
    A basic version of rust-lang#67951.
    r? @estebank
    Dylan-DPC authored Jan 16, 2020
    Configuration menu
    Copy the full SHA
    d349273 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#68223 - SOF3:float-fract-doc, r=varkor

    Use 3.6 instead of 3.5 in float fract() documentation
    
    It is not self-explanatory whether the fract() function inverts the fractional part of negative numbers. This change clarifies this possible question (so that it is `.6` not `.4`)
    Dylan-DPC authored Jan 16, 2020
    Configuration menu
    Copy the full SHA
    e115881 View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#68265 - JohnTitor:fix-issue-number, r=Dylan…

    …-DPC
    
    Fix some issue numbers of unstable features
    
    Looking into the unstable book, some issue numbers are outdated.
    Dylan-DPC authored Jan 16, 2020
    Configuration menu
    Copy the full SHA
    97e3928 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#68266 - Stromberg90:patch-2, r=Dylan-DPC

    Changed docs for f32 and f64.
    Dylan-DPC authored Jan 16, 2020
    Configuration menu
    Copy the full SHA
    54a25c8 View commit details
    Browse the repository at this point in the history