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

Closed
wants to merge 14 commits into from
Closed

Commits on Mar 20, 2024

  1. std::net: adding acceptfilter feature for netbsd/freebsd.

    similar to linux's ext deferaccept, to filter incoming connections
    before accept.
    devnexen committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    19cb05f View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    f6f89dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8a093c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    beb0c22 View commit details
    Browse the repository at this point in the history
  4. make failure logs less verbose

    Signed-off-by: onur-ozkan <[email protected]>
    onur-ozkan committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    796105e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae4c5c8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    daa6553 View commit details
    Browse the repository at this point in the history
  7. Avoid noop rewrite of issues.txt

    This can trigger incremental rebuilds since incr doesn't realize nothing changed.
    workingjubilee committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    c00920c View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#121881 - devnexen:bsd_acceptfilter, r=Amanieu

    std::net: adding acceptfilter feature for netbsd/freebsd.
    
    similar to linux's ext deferaccept, to filter incoming connections before accept.
    jhpratt authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    dbf5057 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#122817 - ultrabear:ultrabear_btreedoc, r=Ni…

    …lstrieb
    
    Doc Guarantee: BTree(Set|Map):  `IntoIter` Iterate in Sorted by key Order
    
    This Doc-only PR adds text to the IntoIterator implementation and IntoIter type for both BTreeMap and BTreeSet that states that the returned items will be in sorted-by-key order, this is a guarantee that is made by the iter() and iter_mut() methods of BTreeMap/Set and BTreeMap respectively, but not on into_iter methods or types.
    
    I don't know how the IntoIter iteration would not be sorted by key, and I would like to rely on that behavior for my prefix_array crate.
    
    The text appended to IntoIter documentation is based on each types respective iter() method documentation, as is the text used in the IntoIterator documentation; they are slightly inconsistent between Set/Map, but they are consistent within their own types documentation.
    jhpratt authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    d6dda27 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#122829 - ShoyuVanilla:gen-block-impl-fused-…

    …iter, r=compiler-errors
    
    Implement `FusedIterator` for `gen` block
    
    cc rust-lang#117078
    jhpratt authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e1a9d6a View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#122831 - onur-ozkan:less-verbose-fail-logs,…

    … r=clubby789
    
    make failure logs less verbose
    
    Resolves rust-lang#122706
    
    Logs without verbose flag:
    
    ![image](https://github.com/rust-lang/rust/assets/39852038/f2fc2d35-0954-44b0-bedc-045afedaabe8)
    
    Logs with verbose flag:
    
    ![image](https://github.com/rust-lang/rust/assets/39852038/b9308655-ad31-4527-a1be-5a62a78ac469)
    
    I decided to exclude command from the log since it's already included in verbose mode.
    
    cc `@Nilstrieb`
    jhpratt authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    bf380a5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5cbb319 View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#122838 - workingjubilee:less-catholic-bless…

    …ings-to-prevent-incremental-protests, r=matthiaskrgr
    
    Avoid noop rewrite of issues.txt
    
    Fixes rust-lang#122834
    
    r? `@matthiaskrgr`
    jhpratt authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    12c0915 View commit details
    Browse the repository at this point in the history