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 10 pull requests #72120

Merged
merged 22 commits into from
May 12, 2020
Merged

Rollup of 10 pull requests #72120

merged 22 commits into from
May 12, 2020

Commits on May 8, 2020

  1. Configuration menu
    Copy the full SHA
    abbc736 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d83108 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    619c605 View commit details
    Browse the repository at this point in the history
  4. Use CDN for ci-caches on download

    This will reduce costs, as well as lays the groundwork for developers to be able
    to locally pull the published docker images without needing AWS credentials.
    Mark-Simulacrum committed May 8, 2020
    Configuration menu
    Copy the full SHA
    54b7d45 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2020

  1. display ConstKind::Param

    lcnr committed May 9, 2020
    Configuration menu
    Copy the full SHA
    0db2aec View commit details
    Browse the repository at this point in the history

Commits on May 10, 2020

  1. Configuration menu
    Copy the full SHA
    0ceacd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c82103c View commit details
    Browse the repository at this point in the history
  3. Improve E0571 wording

    GuillaumeGomez committed May 10, 2020
    Configuration menu
    Copy the full SHA
    0aaff14 View commit details
    Browse the repository at this point in the history
  4. Emit a warning when optimization fuel runs out

    `eprintln!` gets swallowed by Cargo too easily.
    jonas-schievink committed May 10, 2020
    Configuration menu
    Copy the full SHA
    62116c3 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Configuration menu
    Copy the full SHA
    806f09c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a4e718 View commit details
    Browse the repository at this point in the history
  3. Fix clippy warnings

    Fixes clippy::{cone_on_copy, filter_next, redundant_closure, single_char_pattern, len_zero,redundant_field_names, useless_format, identity_conversion, map_clone, into_iter_on_ref, needless_return, option_as_ref_deref, unused_unit, unnecessary_mut_passed}
    matthiaskrgr committed May 11, 2020
    Configuration menu
    Copy the full SHA
    8bfd845 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#72014 - GuillaumeGomez:deprecated-emoji, r=…

    …kinnison,ollie27
    
    Deprecated emoji
    
    Fixes rust-lang#67872.
    
    r? @kinnison
    
    cc @rust-lang/rustdoc
    Dylan-DPC committed May 11, 2020
    Configuration menu
    Copy the full SHA
    dd595fa View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#72019 - matthewjasper:dont-skip-binder, r=d…

    …avidtwco
    
    Fix debug assertion in error code
    
    Closes rust-lang#70813
    Dylan-DPC committed May 11, 2020
    Configuration menu
    Copy the full SHA
    705671e View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#72027 - Mark-Simulacrum:ci-caches, r=pietro…

    …albini
    
    Use CDN for ci-caches on download
    
    This will reduce costs, as well as lays the groundwork for developers to be able
    to locally pull the published docker images without needing AWS credentials.
    
    r? @pietroalbini
    Dylan-DPC committed May 11, 2020
    Configuration menu
    Copy the full SHA
    9c4c52f View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#72044 - RalfJung:min-spec, r=matthewjasper

    use min_specialization for some rustc crates where it requires no changes
    
    and add FIXME for the rest
    
    Cc @matthewjasper
    Dylan-DPC committed May 11, 2020
    Configuration menu
    Copy the full SHA
    eade6f7 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#72052 - lcnr:const_pprint, r=ecstatic-morse

    display `ConstKind::Param`
    Dylan-DPC committed May 11, 2020
    Configuration menu
    Copy the full SHA
    a14af7f View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#72067 - jonas-schievink:fuel-warn, r=varkor

    Emit a warning when optimization fuel runs out
    
    `eprintln!` gets swallowed by Cargo too easily.
    Dylan-DPC committed May 11, 2020
    Configuration menu
    Copy the full SHA
    d9c3110 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#72072 - tspiteri:minus-inf, r=Dylan-DPC

    doc: minus (U+2212) instead of dash (U+002D) for negative infinity
    
    Like rust-lang#67430, for the new associated constants.
    Dylan-DPC committed May 11, 2020
    Configuration menu
    Copy the full SHA
    6a8ac8b View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#72077 - GuillaumeGomez:cleanup-E0571, r=Dyl…

    …an-DPC
    
    Improve E0571 wording
    
    r? @Dylan-DPC
    Dylan-DPC committed May 11, 2020
    Configuration menu
    Copy the full SHA
    400a9ba View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#72107 - GuillaumeGomez:cleanup-e0579, r=Dyl…

    …an-DPC
    
    Clean up E0579 explanation
    
    r? @Dylan-DPC
    Dylan-DPC committed May 11, 2020
    Configuration menu
    Copy the full SHA
    dd53768 View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#72109 - matthiaskrgr:cl8ppy, r=Dylan-DPC

    Fix clippy warnings
    
    Fixes clippy::{cone_on_copy, filter_next, redundant_closure, single_char_pattern, len_zero,redundant_field_names, useless_format, identity_conversion, map_clone, into_iter_on_ref, needless_return, option_as_ref_deref, unused_unit, unnecessary_mut_passed}
    
    r? @Dylan-DPC
    Dylan-DPC committed May 11, 2020
    Configuration menu
    Copy the full SHA
    dfa3677 View commit details
    Browse the repository at this point in the history