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 #68272

Merged
merged 21 commits into from
Jan 16, 2020
Merged

Rollup of 5 pull requests #68272

merged 21 commits into from
Jan 16, 2020

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. Configuration menu
    Copy the full SHA
    0810210 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8461fa5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e842489 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3de9b8a View commit details
    Browse the repository at this point in the history
  5. Appease tidy

    varkor committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    117443e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1faa05d 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. 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 committed 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 committed 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 committed 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 committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    6b83862 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#68096 - varkor:diagnostic-cleanup, r=Centril

    Clean up some diagnostics by making them more consistent
    
    In general:
    
    - Diagnostic should start with a lowercase letter.
    - Diagnostics should not end with a full stop.
    - Ellipses contain three dots.
    - Backticks should encode Rust code.
    
    I also reworded a couple of messages to make them read more clearly.
    
    It might be sensible to create a style guide for diagnostics, so these informal conventions are written down somewhere, after which we could audit the existing diagnostics.
    
    r? @Centril
    Dylan-DPC committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    1389caf View commit details
    Browse the repository at this point in the history
  9. 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 committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    69eee56 View commit details
    Browse the repository at this point in the history
  10. 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 committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    4d5e5a6 View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#68266 - Stromberg90:patch-2, r=Dylan-DPC

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