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

Merged
merged 16 commits into from
Dec 28, 2021
Merged

Rollup of 7 pull requests #92352

merged 16 commits into from
Dec 28, 2021

Commits on Dec 18, 2021

  1. Ignore other PredicateKinds in rustdoc auto trait finder

    Fixes rust-lang#92073
    
    There's not really anything we can do with them, and they're
    causing ICEs. I'm not using a wildcard match, as we should check
    that any new `PredicateKind`s are handled properly by rustdoc.
    Aaron1011 committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    d31f7f1 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. Remove VCVARS_BAT

    ehuss committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    4bbbdb7 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2021

  1. Configuration menu
    Copy the full SHA
    a51326f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac43ba8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55fc986 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

  1. Add myself to .mailmap

    wesleywiser committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    4361d97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3115d84 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

  1. Configuration menu
    Copy the full SHA
    e37d012 View commit details
    Browse the repository at this point in the history
  2. ⬆️ rust-analyzer

    lnicola committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    60c9403 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#92076 - Aaron1011:rustdoc-auto-trait-ignore…

    …, r=cjgillot
    
    Ignore other `PredicateKind`s in rustdoc auto trait finder
    
    Fixes rust-lang#92073
    
    There's not really anything we can do with them, and they're
    causing ICEs. I'm not using a wildcard match, as we should check
    that any new `PredicateKind`s are handled properly by rustdoc.
    matthiaskrgr committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    bec499e View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#92219 - ehuss:remove-vcvars, r=Mark-Simulacrum

    Remove VCVARS_BAT
    
    This environment variable is no longer used.  It was used in the original Azure Pipelines configuration (rust-lang#60777). When GitHub Actions were added (rust-lang#70190), it was no longer used, and I suspect it was just an oversight while transitioning the configuration.
    matthiaskrgr committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    f1598ed View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#92238 - dtolnay:stringifytest, r=Mark-Simul…

    …acrum
    
    Add a test suite for stringify macro
    
    This attempts to cover the behavior of `stringify!` on various interpolated syntax tree nodes.
    
    The pretty printer has a history of unsightly whitespace (double spaces, missing spaces, spaces where there shouldn't be spaces) — rust-lang#91437, rust-lang#91562, rust-lang#91568. There are several such issues left; the test cases that I consider to be currently behaving incorrectly are marked with `// FIXME` in the PR.
    matthiaskrgr committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    0b0666e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9aaa61b View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#92333 - compiler-errors:elided-lifetime-spa…

    …ns, r=cjgillot
    
    Tighten span when suggesting lifetime on path
    
    This is kind of a hack.
    
    Really the issue here is that we want to suggest the segment's span if the path resolves to something defined outside of the macro, and the macro's span if it resolves to something defined within.. I'll look into seeing if we can do something like that.
    
    Fixes rust-lang#92324
    
    r? `@cjgillot`
    matthiaskrgr committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    98c61b6 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#92335 - ecstatic-morse:std-column-unicode, …

    …r=Manishearth
    
    Document units for `std::column`
    
    Fixes rust-lang#92301.
    
    r? ``@Manishearth`` (for the terminology and the Chinese)
    matthiaskrgr committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    c9cc9e5 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#92344 - lnicola:rust-analyzer-2021-12-28, r…

    …=lnicola
    
    ⬆️ rust-analyzer
    
    r? ``@ghost``
    matthiaskrgr committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    11c71d2 View commit details
    Browse the repository at this point in the history