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 3 pull requests #119018

Closed
wants to merge 7 commits into from

Commits on Dec 11, 2023

  1. Remove dead codes

    mu001999 committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    2bc60fd View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    ee6de0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d63d1a1 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. rustdoc-search: remove parallel searchWords array

    This might have made sense if the algorithm could use `searchWords`
    to skip having to look at `searchIndex`, but since it always
    does a substring check on both the stock word and the normalizedName,
    it doesn't seem to help performance anyway.
    notriddle committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    6b69ebc View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Rollup merge of rust-lang#118644 - madsmtm:macos-weak-linking-test, r…

    …=b-naber
    
    Add test for Apple's `-weak_framework` linker argument
    
    The [`-weak_framework`](https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/BPFrameworks/Concepts/WeakLinking.html) linker argument can sometimes be useful to reduce startup times, and to link newer frameworks while still having older deployment targets.
    
    So I made a test to ensure that it continues to work.
    
    Discussed in rust-lang#99427.
    matthiaskrgr authored Dec 16, 2023
    Configuration menu
    Copy the full SHA
    ecbbbd3 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#118828 - mu001999:master, r=b-naber

    Remove dead codes in rustc_codegen_gcc
    
    Detected by rust-lang#118257
    matthiaskrgr authored Dec 16, 2023
    Configuration menu
    Copy the full SHA
    5eddd5b View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#119001 - notriddle:notriddle/searchwords, r…

    …=GuillaumeGomez
    
    rustdoc-search: remove parallel searchWords array
    
    This might have made sense if the algorithm could use `searchWords` to skip having to look at `searchIndex`, but since it always does a substring check on both the stock word and the normalizedName, it doesn't seem to help performance anyway.
    
    Profile: http://notriddle.com/rustdoc-html-demo-8/searchwords/index.html
    matthiaskrgr authored Dec 16, 2023
    Configuration menu
    Copy the full SHA
    bd7abe9 View commit details
    Browse the repository at this point in the history