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 5 pull requests #67815

Closed
wants to merge 11 commits into from

Commits on Dec 27, 2019

  1. Configuration menu
    Copy the full SHA
    b817a68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98d8326 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2019

  1. Less-than is asymmetric, not antisymmetric

    This has bothered me for a while. It's such a small nit, but...
    taralx committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    d935a26 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2019

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

Commits on Jan 2, 2020

  1. Configuration menu
    Copy the full SHA
    dd8f072 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19e37c4 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#67636 - semarie:bootstrap-rustfmt, r=Mark-S…

    …imulacrum
    
    allow rustfmt key in [build] section
    
    Permit using `rustfmt` in `config.toml`. It will allow to not download `rustfmt` binary, which is not possible for at least some tiers-3 platforms.
    
    Fixes: rust-lang#67624
    
    r? @Mark-Simulacrum
    Dylan-DPC committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    d6fa933 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#67736 - taralx:patch-1, r=sfackler

    Less-than is asymmetric, not antisymmetric
    
    This has bothered me for a while. It's such a small nit, but...
    Dylan-DPC committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    e51be76 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#67762 - lzutao:systemtime-links, r=joshtrip…

    …lett
    
    Add missing links for insecure_time
    Dylan-DPC committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    e51b3d8 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#67777 - Zoxc:time-refactor, r=wesleywiser

    Use self profile infrastructure for -Z time and -Z time-passes
    
    There's no longer indentation for -Z time and -Z time-passes and duplicate timers between self profiling and -Z time-passes have been removed.
    
    r? @wesleywiser
    Dylan-DPC committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    4ba28c8 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#67807 - lzutao:toilet-closure, r=Centril

    Use drop instead of the toilet closure `|_| ()`
    Dylan-DPC committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    061d200 View commit details
    Browse the repository at this point in the history