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

Merged
merged 18 commits into from
Feb 26, 2020
Merged

Rollup of 7 pull requests #69474

merged 18 commits into from
Feb 26, 2020

Commits on Feb 6, 2020

  1. Add primitive module to libcore/std

    This re-exports the primitive types from libcore at `core::primitive` to allow
    macro authors to have a reliable location to use them from.
    Mark-Simulacrum committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    178de46 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2020

  1. Mark attributes consumed by check_mod_attrs as normal

    Take advantage of the fact that `check_mod_attrs` marks attributes as
    used and change their type to normal, so that any remaining uses will be
    warned about by the unused attribute lint.
    tmiasko committed Feb 23, 2020
    Configuration menu
    Copy the full SHA
    d78b22f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e355a33 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Bump core::primitive to 1.43

    dtolnay committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    9c3ee1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ae4500 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4a005b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1892ff7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d134385 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Configuration menu
    Copy the full SHA
    f56042f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6f83c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d84f1f View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Rollup merge of rust-lang#67637 - Mark-Simulacrum:primitive-mod, r=dt…

    …olnay
    
    Add primitive module to libcore
    
    This re-exports the primitive types from libcore at `core::primitive` to allow
    macro authors to have a reliable location to use them from.
    
    Fixes rust-lang#44865
    Dylan-DPC committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    0860f5a View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#69387 - petrochenkov:idprint, r=Mark-Simula…

    …crum
    
    Deduplicate identifier printing a bit
    
    rust-lang#67010 introduced a couple more subtly different ways to print an identifier.
    This PR attempts to restore the order.
    
    The most basic identifier printing interface is `Formatter`-based now, so `String`s are not allocated unless required.
    
    r? @Mark-Simulacrum
    Dylan-DPC committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    41bf200 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#69412 - tmiasko:checked-unused, r=petrochenkov

    Mark attributes consumed by `check_mod_attrs` as normal
    
    Take advantage of the fact that `check_mod_attrs` marks attributes as
    used and change their type to normal, so that any remaining uses will be
    warned about by the unused attribute lint.
    Dylan-DPC committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    d050b00 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#69423 - petrochenkov:nont, r=Centril

    syntax: Remove `Nt(Impl,Trait,Foreign)Item`
    
    Follow-up to rust-lang#69366.
    r? @Centril
    Dylan-DPC committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    7603c2c View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#69429 - matthiaskrgr:clippy_, r=estebank

    remove redundant clones and import
    Dylan-DPC committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    ab3fb8b View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#69457 - GuillaumeGomez:clean-up-e0370-e0371…

    …, r=Dylan-DPC
    
    Clean up e0370 e0371
    
    r? @Dylan-DPC
    Dylan-DPC committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    35ae48c View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#69468 - pietroalbini:master-1.41.1-notes, r…

    …=Mark-Simulacrum
    
    [master] Backport release notes of 1.41.1
    
    r? @Mark-Simulacrum
    Dylan-DPC committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    8381862 View commit details
    Browse the repository at this point in the history