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

Closed
wants to merge 14 commits into from
Closed

Commits on Jul 25, 2022

  1. Bubble up obligations

    ouz-a committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    4a0473c View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Configuration menu
    Copy the full SHA
    53bfcf6 View commit details
    Browse the repository at this point in the history
  2. Fixed CI

    ankane committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    c623832 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. add tests and comment

    ouz-a committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    8716eae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d118c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1564305 View commit details
    Browse the repository at this point in the history
  4. Allow using stable os::fd::raw items through unstable os::wasi module

    This fixes a regression from stable to nightly.
    
    Closes rust-lang#99502.
    bstrie committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    0eb28ab View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Configuration menu
    Copy the full SHA
    3cbc944 View commit details
    Browse the repository at this point in the history
  2. Added tracking issue

    ankane committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    7d2e763 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#99714 - ouz-a:issue_57961, r=oli-obk

    Fix regression introduced with rust-lang#99383
    
    Fixes rust-lang#99642
    Dylan-DPC committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    8d87cd0 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#99723 - bstrie:wasifd, r=yaahc

    Allow using stable os::fd::raw items through unstable os::wasi module
    
    This fixes a regression from stable to nightly.
    
    Closes rust-lang#99502.
    Dylan-DPC committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    5996733 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#99747 - ankane:float_gamma, r=joshtriplett

    Add gamma function to f32 and f64
    
    Adds the [gamma function](https://en.wikipedia.org/wiki/Gamma_function) to `f32` and `f64` (`tgamma` and `tgammaf` from C).
    
    Refs:
    - rust-lang/rfcs#864
    - rust-lang#18271
    Dylan-DPC committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    042d69a View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#99810 - GuillaumeGomez:fix-settings-slider-…

    …small-width, r=notriddle
    
    Fix settings slider on small width screens
    
    Fixes rust-lang#99794.
    
    Screenshot of the fix:
    
    ![Screenshot from 2022-07-27 14-17-08](https://user-images.githubusercontent.com/3050060/181250007-55f982d1-89db-45b7-a4f1-0d1729e6a3e3.png)
    
    cc ````@jsha````
    r? ````@notriddle````
    Dylan-DPC committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    6f7fe3b View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#99837 - TaKO8Ki:avoid-symbol-to-string-conv…

    …ersions, r=fee1-dead
    
    Avoid `Symbol` to `String` conversions
    
    follow-up to rust-lang#99508
    Dylan-DPC committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    2d921a6 View commit details
    Browse the repository at this point in the history