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 6 pull requests #93642

Closed
wants to merge 12 commits into from

Commits on Jan 31, 2022

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

Commits on Feb 1, 2022

  1. Configuration menu
    Copy the full SHA
    71249a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed88e61 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Fix ret > 1 bound if shadowed by const

    Prior to a change, it would only look at types in bounds. When it started looking for consts,
    shadowing type variables with a const would cause an ICE, so now defer looking at consts only if
    there are no types present.
    JulianKnodt committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    2dfd77d View commit details
    Browse the repository at this point in the history
  2. clippy::perf fixes

    single_char_pattern and to_string_in_format_args
    matthiaskrgr committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    de2abc2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2a4cab View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Rollup merge of rust-lang#93495 - solid-rs:fix-kmc-solid-rtc-month, r…

    …=yaahc
    
    kmc-solid: Fix off-by-one error in `SystemTime::now`
    
    Fixes a miscalculation of `SystemTime`  on the [`*-kmc-solid_*`](https://doc.rust-lang.org/nightly/rustc/platform-support/kmc-solid.html) Tier 3 targets.
    
    Unlike the identically-named libc counterpart `tm::tm_mon`, `SOLID_RTC_TIME::tm_mon` contains a 1-based month number.
    matthiaskrgr committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    c3fa61c View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#93508 - CraftSpider:jsondocck-runtest-outpu…

    …t, r=Mark-Simulacrum
    
    Add rustdoc info to jsondocck output
    
    Makes debugging issues in the generated output simpler by handling emitted logs and etc.
    matthiaskrgr committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    c422e8f View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#93551 - GuillaumeGomez:ignore-package-json,…

    … r=Mark-Simulacrum
    
    Add package.json in gitignore
    
    It happened a few times (last one is https://github.com/rust-lang/rust/pull/93537/files#r796757998) so I think it's fine to ignore this file to prevent it to happen again in the future. :)
    
    r? ``@Mark-Simulacrum``
    matthiaskrgr committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    2fbf12b View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#93593 - JulianKnodt:master, r=oli-obk

    Fix ret > 1 bound if shadowed by const
    
    Prior to a change, it would only look at types in bounds. When it started looking for consts,
    shadowing type variables with a const would cause an ICE, so now defer looking at consts only if
    there are no types present.
    
    cc `````@compiler-errors`````
    Should Fix rust-lang#93553
    matthiaskrgr committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    070c5f2 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#93630 - matthiaskrgr:clipperf, r=oli-obk

    clippy::perf fixes
    
    single_char_pattern and to_string_in_format_args
    matthiaskrgr committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    31bc18f View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#93631 - notriddle:notriddle/cleanup-some-in…

    …to-iter, r=oli-obk
    
    rustc_mir_dataflow: use iter::once instead of Some().into_iter
    matthiaskrgr committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    12ae4ef View commit details
    Browse the repository at this point in the history