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 10 pull requests #102191

Closed
wants to merge 17 commits into from

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    b4fdc58 View commit details
    Browse the repository at this point in the history
  2. Add examples to bool::then and bool::then_some

    Added examples to `bool::then` and `bool::then_some` to show the distinction between the eager evaluation of `bool::then_some` and the lazy evaluation of `bool::then`.
    vcfxb authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    758ca9d View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Remove trailing whitespace

    Trailing whitespace seemed to be causing the CI checks to error out.
    vcfxb authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    804cd84 View commit details
    Browse the repository at this point in the history
  2. Add missing assertion

    vcfxb authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    ca26dec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9e657d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7927f09 View commit details
    Browse the repository at this point in the history
  5. make Miri build in stage 0

    RalfJung committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    a7cdfaf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dedf6fc View commit details
    Browse the repository at this point in the history
  7. rustdoc: fix unit tests

    notriddle committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    51f335d View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Configuration menu
    Copy the full SHA
    a0eb467 View commit details
    Browse the repository at this point in the history
  2. fix test

    b-naber committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    ded3eda View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#102094 - GuillaumeGomez:bool-from-str-missi…

    …ng-docs, r=scottmcm
    
    Add missing documentation for `bool::from_str`
    
    Fixes rust-lang#101870.
    matthiaskrgr authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    8becf0a View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#102115 - Alfriadox:master, r=thomcc

    Add examples to `bool::then` and `bool::then_some`
    
    Added examples to `bool::then` and `bool::then_some` to show the distinction between the eager evaluation of `bool::then_some` and the lazy evaluation of `bool::then`.
    matthiaskrgr authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    66613e7 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#102137 - b-naber:lazy-const-val-conversion,…

    … r=lcnr
    
    Don't convert valtree to constvalue during normalization
    
    r? `@lcnr`
    matthiaskrgr authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    7301951 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#102148 - RalfJung:miri-test, r=oli-obk

    add regression test for miri issue 2433
    
    Adding this here because the test needs to be run with debug assertions enabled to be sure so I had to run it in the rustc workspace.
    
    Cc rust-lang/miri#2433
    r? `@oli-obk`
    matthiaskrgr authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    592695a View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#102158 - notriddle:notriddle/stab-p, r=Guil…

    …laumeGomez
    
    rustdoc: clean up CSS/DOM for deprecation warnings
    
    Preview: https://notriddle.com/notriddle-rustdoc-test/stab-p/std/macro.try.html
    matthiaskrgr authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    d6b6543 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#102177 - inquisitivecrystal:std-doc-typo, r…

    …=Dylan-DPC
    
    Fix a typo in `std`'s root docs
    
    Remarkably, this typo has been present for *seven years.* I was so surprised that I reread the text five times and then asked people on the rust Zulip to double-check. :)
    matthiaskrgr authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    f41c295 View commit details
    Browse the repository at this point in the history