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 9 pull requests #100122

Closed
wants to merge 19 commits into from

Commits on Aug 2, 2022

  1. rustdoc: use a more compact encoding for source-files.js

    This reduces the compiler-doc file from 40K to 36K, a 10% reduction in size.
    notriddle committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    09a3dfc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cf556d View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Configuration menu
    Copy the full SHA
    6f87b75 View commit details
    Browse the repository at this point in the history
  2. fix typo

    b-naber committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    1405ce3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a72e96c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a6093e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5e1ac7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0548e8e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    939c2b6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e86c128 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#98877 - topjohnwu:fix-lld, r=jyn514

    Set llvm configs when building lld
    
    Several LLVM configs applied when building LLVM should also be applied when building LLD.
    
    For example, without the fix, setting both `llvm.thin-lto=true` and `rust.lld=true` when building on Linux will fail, since we need to manually override the compiler and linker to `clang`, but those will not be used when building LLD, causing link errors.
    
    r? ``@jyn514``
    matthiaskrgr authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    8b27479 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#100068 - dcsommer:master, r=petrochenkov

    Fix backwards-compatibility check for tests with `+whole-archive`
    
    Fixes rust-lang#100066
    matthiaskrgr authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    ede7096 View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#100083 - notriddle:notriddle/source-files-j…

    …s, r=GuillaumeGomez
    
    rustdoc: use a more compact encoding for source-files.js
    
    This reduces the compiler-doc file from 40K to 36K, a 10% reduction in size.
    matthiaskrgr authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    439ce25 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#100102 - b-naber:typo-higher-ranked-sub, r=…

    …Dylan-DPC
    
    Fix typo
    
    r? ``@jackh726``
    matthiaskrgr authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    7a1bc8a View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#100104 - GuillaumeGomez:rm-clean-impls, r=D…

    …ylan-DPC
    
    Remove more Clean trait implementations
    
    Follow-up of rust-lang#99638.
    
    r? `@notriddle`
    matthiaskrgr authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    1065ad5 View commit details
    Browse the repository at this point in the history
  14. Rollup merge of rust-lang#100105 - TaKO8Ki:add-regression-test-for-90…

    …871, r=compiler-errors
    
    Add regression test for rust-lang#90871
    
    closes rust-lang#90871
    matthiaskrgr authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    53c62d6 View commit details
    Browse the repository at this point in the history
  15. Rollup merge of rust-lang#100107 - klensy:tr-w, r=compiler-errors

    fix trailing whitespace in error message
    matthiaskrgr authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    1f3da1f View commit details
    Browse the repository at this point in the history
  16. Rollup merge of rust-lang#100111 - estebank:missing-let, r=compiler-e…

    …rrors
    
    Provide suggestion on missing `let` in binding statement
    
    Fix rust-lang#78907.
    
    Fallout from the type ascription syntax.
    matthiaskrgr authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    6a9b955 View commit details
    Browse the repository at this point in the history
  17. Rollup merge of rust-lang#100119 - ivmarkov:master, r=joshtriplett

    FilesTimes support does not build for ESP-IDF
    
    Commit rust-lang@1f5d8d4 broke STD for `target_os = "espidf"`.
    
    In future, we might come up with something more sophisticated (as in using the `utime` function which *is* available on the ESP-IDF platform), but for now we are treating ESP-IDF just like `Redox` in that the new API fails at runtime. Most important for us ATM is to restore successful compilation of STD on our platform.
    matthiaskrgr authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    aef938a View commit details
    Browse the repository at this point in the history