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

Closed
wants to merge 11 commits into from
Closed

Commits on Jul 26, 2022

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

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    4eee5aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d6979b View commit details
    Browse the repository at this point in the history

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

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. 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`
    Dylan-DPC authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    cff371c View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#99746 - compiler-errors:more-trait-engine, …

    …r=jackh726
    
    Use `TraitEngine` in more places that don't specifically need `FulfillmentContext::new_in_snapshot`
    
    Not sure if this change is worthwhile, but couldn't hurt re: chalkification
    
    r? types
    Dylan-DPC authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    d54cdff View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#100030 - WaffleLapkin:nice_pointer_sis, r=s…

    …cottmcm
    
    cleanup code w/ pointers in std a little
    
    Use pointer methods (`byte_add`, `null_mut`, etc) to make code in std a little nicer.
    Dylan-DPC authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    b4ce20d View commit details
    Browse the repository at this point in the history
  6. 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.
    Dylan-DPC authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    5839d26 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#100102 - b-naber:typo-higher-ranked-sub, r=…

    …Dylan-DPC
    
    Fix typo
    
    r? `@jackh726`
    Dylan-DPC authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    71b6f05 View commit details
    Browse the repository at this point in the history