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 7 pull requests #89262

Merged
merged 20 commits into from
Sep 26, 2021
Merged

Rollup of 7 pull requests #89262

merged 20 commits into from
Sep 26, 2021

Commits on Sep 12, 2021

  1. Remove Type::ResolvedPath.is_generic

    It can be computed on-demand.
    camelid committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    07d6454 View commit details
    Browse the repository at this point in the history
  2. Rename is_generic() to is_assoc_ty()

    The new name is more accurate than the previous one.
    camelid committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    1085dc2 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Configuration menu
    Copy the full SHA
    52ab3e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8a829d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3727119 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. consistent big O notation

    wooster0 committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    956f87f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    353d637 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2021

  1. Configuration menu
    Copy the full SHA
    4c23905 View commit details
    Browse the repository at this point in the history
  2. rustdoc: Don't show hidden trait methods

    By skipping trait items whose attributes include `hidden`, we void
    showing
    such trait methods.
    hkmatsumoto committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    3239f06 View commit details
    Browse the repository at this point in the history
  3. Elaborate comment

    Co-authored-by: Joshua Nelson <github@jyn.dev>
    hkmatsumoto and jyn514 authored Sep 25, 2021
    Configuration menu
    Copy the full SHA
    195f752 View commit details
    Browse the repository at this point in the history
  4. rustdoc: Document is_assoc_ty()

    It's adapted from the old documentation for the `is_generic` field.
    camelid committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    dace2ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    160b939 View commit details
    Browse the repository at this point in the history
  6. Fix typo in release notes

    dgiger42 authored Sep 25, 2021
    Configuration menu
    Copy the full SHA
    b51897f View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2021

  1. Rollup merge of rust-lang#88895 - camelid:cleanup-pt2, r=jyn514

    rustdoc: Cleanup `clean` part 2
    
    Split out from rust-lang#88379. This contains the following commits from that PR:
    
    - Remove `Type::ResolvedPath.is_generic`
    - Rename `is_generic()` to `is_assoc_ty()`
    
    r? `@jyn514`
    Manishearth authored Sep 26, 2021
    Configuration menu
    Copy the full SHA
    7777f95 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#88973 - lu-zero:std_detect-env_override, r=…

    …Amanieu
    
    Expose the std_detect env_override feature
    Manishearth authored Sep 26, 2021
    Configuration menu
    Copy the full SHA
    f9d4eb0 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#89010 - est31:intra_doc_links, r=m-ou-se

    Add some intra doc links
    Manishearth authored Sep 26, 2021
    Configuration menu
    Copy the full SHA
    b8c3a6c View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#89198 - hkmatsumoto:hide-hidden-methods, r=…

    …jyn514
    
    rustdoc: Don't show hidden trait methods
    
    Fix rust-lang#89186.
    
    By skipping trait items whose attributes include `hidden`, we avoid showing such trait methods.
    Manishearth authored Sep 26, 2021
    Configuration menu
    Copy the full SHA
    c118d8b View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#89216 - r00ster91:bigo, r=dtolnay

    Consistent big O notation
    
    This makes the big O time complexity notation in places with markdown support more consistent.
    Inspired by rust-lang#89210
    Manishearth authored Sep 26, 2021
    Configuration menu
    Copy the full SHA
    653dcaa View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#89224 - TaKO8Ki:change-the-order-of-suggest…

    …ions, r=joshtriplett
    
    Change the order of imports suggestions
    
    closes rust-lang#83564
    Manishearth authored Sep 26, 2021
    Configuration menu
    Copy the full SHA
    04d3f93 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#89256 - danielg1111:fix_typo, r=Mark-Simula…

    …crum
    
    Fix typo in release notes
    Manishearth authored Sep 26, 2021
    Configuration menu
    Copy the full SHA
    7d9a0e5 View commit details
    Browse the repository at this point in the history