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

Merged
merged 28 commits into from
Mar 23, 2021
Merged

Rollup of 7 pull requests #83398

merged 28 commits into from
Mar 23, 2021

Commits on Feb 9, 2021

  1. Configuration menu
    Copy the full SHA
    0cefbc5 View commit details
    Browse the repository at this point in the history
  2. Update RELEASES.md

    XAMPPRocky authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    cc5667a View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Miguel Ojeda <ojeda@users.noreply.github.com>
    XAMPPRocky and ojeda authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    8dbbe78 View commit details
    Browse the repository at this point in the history
  4. Update RELEASES.md

    Co-authored-by: bluss <bluss@users.noreply.github.com>
    XAMPPRocky and bluss authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    cecb8a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Update RELEASES.md

    XAMPPRocky authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    8e24a97 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: bluss <bluss@users.noreply.github.com>
    XAMPPRocky and bluss authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    35ea03b View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. Update RELEASES.md

    Co-authored-by: Tyler Mandry <tmandry@gmail.com>
    XAMPPRocky and tmandry authored Feb 13, 2021
    Configuration menu
    Copy the full SHA
    69e56ad View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. Update RELEASES.md

    XAMPPRocky authored Feb 22, 2021
    Configuration menu
    Copy the full SHA
    0b0fd78 View commit details
    Browse the repository at this point in the history
  2. Update RELEASES.md

    XAMPPRocky authored Feb 22, 2021
    Configuration menu
    Copy the full SHA
    68f76ce View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. Update RELEASES.md

    XAMPPRocky authored Mar 3, 2021
    Configuration menu
    Copy the full SHA
    b1182d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Update RELEASES.md

    XAMPPRocky authored Mar 4, 2021
    Configuration menu
    Copy the full SHA
    c7d9cda View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Configuration menu
    Copy the full SHA
    3ab4f9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dea1f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    524fdf0 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2021

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

Commits on Mar 15, 2021

  1. Update RELEASES.md

    XAMPPRocky authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    c64e796 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2021

  1. rustdoc: Replace pair of Options with an enum

    They are never both `None` or both `Some`, so it makes more sense to use
    an enum so that we "make impossible states impossible".
    camelid committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    f820fd2 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. rename :pat2018 -> :pat215

    mark-i-m committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    8c4b3db View commit details
    Browse the repository at this point in the history
  2. ⬆️ rust-analyzer

    lnicola committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    0717326 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3c7494 View commit details
    Browse the repository at this point in the history
  4. missing newline at eof

    njasm committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    34635ec View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Rollup merge of rust-lang#80705 - tspiteri:italic-and-update-SourceCo…

    …dePro, r=GuillaumeGomez
    
    Update Source Code Pro and include italics
    
    Fixes rust-lang#65502.
    
    rust-lang#65665, a similar PR to this was merged but reverted because of rust-lang#65665 (comment).
    
    The issue in that comment is the upstream issue adobe-fonts/source-code-pro#217 which should now be fixed in the upstream since [2.032R-ro/1.052R-it/1.012R-VAR release](https://github.com/adobe-fonts/source-code-pro/releases/tag/2.032R-ro/1.052R-it/1.012R-VAR), so I think this can now be merged.
    
    A couple of notes from the original PR:
    * Since this PR changes the font set, I think docs.rs would have to be updated if this PR is merged.
    * The fonts have a double extension (.ttf.woff); this is to keep the names consistent with the upstream font release which does that to distinguish these from the .otf.woff files (Source Code Pro otf renders poorly on older Windows system apps).
    JohnTitor authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    0e96c62 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#81917 - rust-lang:relnotes-1.51.0, r=Mark-S…

    …imulacrum
    
    Update RELEASES.md for 1.51.0
    
    ### [Rendered](https://github.com/rust-lang/rust/blob/relnotes-1.51.0/RELEASES.md)
    
    r? `@Mark-Simulacrum`
    cc `@rust-lang/release`
    JohnTitor authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    9cae1fb View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#82732 - GuillaumeGomez:remove-theme-file, r…

    …=Nemo157
    
    Remove theme.js file
    
    Fixes rust-lang#82616.
    
    The first commit moves the `theme.js` file into `main.js`, which requires to also run a small `.replace` on the `main.js` content.
    
    The second commit is just a small cleanup to centralize DOM ids.
    
    Since it removes a file from rustdoc output: cc `@rust-lang/docs-rs`
    
    cc `@jsha`
    r? `@jyn514`
    JohnTitor authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    a34cc6b View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#83356 - camelid:rustdoc-option-to-enum, r=G…

    …uillaumeGomez
    
    rustdoc: Replace pair of `Option`s with an enum
    
    They are never both `None` or both `Some`, so it makes more sense to use
    an enum so that we "make impossible states impossible".
    JohnTitor authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    20006b1 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#83384 - mark-i-m:rename-pat2018, r=joshtrip…

    …lett
    
    rename :pat2018 -> :pat2015
    
    as requested by T-lang on zulip: https://rust-lang.zulipchat.com/#narrow/stream/213817-t-lang/topic/or.20patterns/near/231133873
    
    No functional changes here... just renaming.
    
    r? `@nikomatsakis`
    JohnTitor authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    50d048f View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#83385 - lnicola:rust-analyzer-2021-03-22, r…

    …=jonas-schievink
    
    ⬆️ rust-analyzer
    JohnTitor authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    2e14c1d View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#83389 - njasm:test_rustdoc, r=jyn514

    add rust-analyzer rustc_private option in librustdoc Cargo.toml
    
    This addition will allow to have code completion while hacking rustdoc with rust-analyzer.
    
    more info: https://rust-analyzer.github.io/manual.html#rust-analyzer.rustcSource
    
    r? `@jyn514`
    JohnTitor authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    263c858 View commit details
    Browse the repository at this point in the history