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

Closed
wants to merge 16 commits into from

Commits on Mar 27, 2021

  1. Configuration menu
    Copy the full SHA
    4572e7f View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

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

Commits on Mar 29, 2021

  1. Point to disambiguator instead of whole link

    And, now that we do that, we can remove the explanatory note since the
    error span should make it clear what the disambiguator is.
    camelid committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    56347a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5497f15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    141df6f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29d4a7d View commit details
    Browse the repository at this point in the history
  5. Prefer 4 spaces

    JohnTitor committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    c9562fd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    48f9f08 View commit details
    Browse the repository at this point in the history
  7. ⬆️ rust-analyzer

    lnicola committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    79acd5e View commit details
    Browse the repository at this point in the history
  8. Wrap non-pre code blocks

    Fix rust-lang#83550 regression
    pickfire committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    7d21972 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#83130 - clarfonthey:escape, r=m-ou-se

    escape_ascii take 2
    
    The previous PR, rust-lang#73111 was closed for inactivity; since I've had trouble in the past reopening closed PRs, I'm just making a new one.
    
    I'm still running the tests locally but figured I'd open the PR in the meantime. Will fix whatever errors show up so we don't have to wait again for this.
    
    r? `@m-ou-se`
    Dylan-DPC committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    812bc46 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#83543 - camelid:lint-unknown-disambiguator,…

    … r=jyn514
    
    Lint on unknown intra-doc link disambiguators
    Dylan-DPC committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    879fc43 View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#83636 - JohnTitor:const-generics-defualts-r…

    …egg-test, r=lcnr
    
    Add a regression test for issue-82792
    
    Closes rust-lang#82792
    
    r? `@lcnr`
    Dylan-DPC committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    2f27959 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#83643 - JohnTitor:is-freeze-no-longer-uses-…

    …span, r=RalfJung
    
    Remove a FIXME resolved by rust-lang#73578
    
    r? `@RalfJung`
    Dylan-DPC committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    64ac934 View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#83644 - lnicola:rust-analyzer-2021-03-29, r…

    …=jonas-schievink
    
    ⬆️ rust-analyzer
    Dylan-DPC committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    ebdc7b2 View commit details
    Browse the repository at this point in the history
  14. Rollup merge of rust-lang#83645 - pickfire:patch-3, r=GuillaumeGomez

    Wrap non-pre code blocks
    
    Fix rust-lang#83550 regression
    
    ```
    $ cargo new --lib whitespace && cd whitespace && echo '//! `"   foo   "`' > src/lib.rs && cargo doc --open
    ```
    
    Before
    
    ![](https://user-images.githubusercontent.com/89623/112713498-c0dfc200-8ed5-11eb-8c57-efdf26372e74.png)
    
    After
    
    ![](https://user-images.githubusercontent.com/89623/112713538-f08eca00-8ed5-11eb-8a98-675179f60ae2.png)
    
    r? `@GuillaumeGomez`
    cc `@mgeisler`
    Dylan-DPC committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    2eb8568 View commit details
    Browse the repository at this point in the history