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

Closed
wants to merge 15 commits into from
Closed

Rollup of 7 pull requests #58724

wants to merge 15 commits into from

Commits on Jan 17, 2019

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

Commits on Feb 23, 2019

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

Commits on Feb 24, 2019

  1. Configuration menu
    Copy the full SHA
    e7296fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    423ae56 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. Configuration menu
    Copy the full SHA
    9661a81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d34f2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8ce56f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    235d3ed View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#55632 - ollie27:deny_overflowing_literals, …

    …r=Centril
    
    Deny the `overflowing_literals` lint for all editions
    
    The `overflowing_literals` was made deny by default for the 2018 edition by rust-lang#54507, however I'm not aware of any reason it can't be made deny by default for the 2015 edition as well.
    Centril committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    682cd27 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#58687 - kenta7777:reduce-miri-code-repetiti…

    …on, r=oli-obk
    
    Reduce Miri Code Repetition like `(n << amt) >> amt`
    
    This Pull Request fixes a part of [rust-lang#49937](rust-lang#49937).
    Centril committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    9a03755 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#58690 - kenta7777:reduce-code-repetition-mi…

    …ri-related, r=oli-obk
    
    Reduce a Code Repetition like `(n << amt) >> amt`
    
    Fixes a part of [rust-lang#49937](rust-lang#49937).
    Centril committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    efe6954 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#58719 - Centril:deny-elided_lifetimes_in_pa…

    …ths, r=oli-obk
    
    librustc_codegen_llvm: #![deny(elided_lifetimes_in_paths)]
    
    As part of the Rust 2018 transition, remove `#![allow(elided_lifetimes_in_paths)]` from `librustc_codegen_llvm`.
    
    r? @oli-obk
    Centril committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    791cd84 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#58720 - Centril:deny-elided_lifetimes_in_pa…

    …ths-librustc_codegen_ssa, r=oli-obk
    
    librustc_codegen_ssa: #![deny(elided_lifetimes_in_paths)]
    
    As part of the Rust 2018 transition, remove `#![allow(elided_lifetimes_in_paths)]` from `librustc_codegen_ssa`.
    
    r? @oli-obk
    Centril committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    d0ed2bc View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#58722 - Centril:deny-elided_lifetimes_in_pa…

    …ths-librustc_typeck, r=oli-obk
    
    librustc_typeck: deny(elided_lifetimes_in_paths)
    
    As part of the Rust 2018 transition, remove `#![allow(elided_lifetimes_in_paths)]` from `librustc_typeck`.
    
    r? @oli-obk
    Centril committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    5c64d66 View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#58723 - Centril:deny-elided_lifetimes_in_pa…

    …ths-librustc, r=oli-obk
    
    librustc: deny(elided_lifetimes_in_paths)
    
    As part of the Rust 2018 transition, remove `#![allow(elided_lifetimes_in_paths)]` from `librustc`.
    
    r? @oli-obk
    Centril committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    30aff30 View commit details
    Browse the repository at this point in the history