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

Merged
merged 10 commits into from
Apr 18, 2023
Merged

Rollup of 5 pull requests #110492

merged 10 commits into from
Apr 18, 2023

Commits on Apr 17, 2023

  1. typos

    kadiwa4 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    8565383 View commit details
    Browse the repository at this point in the history
  2. Spelling - compiler

    * account
    * achieved
    * advising
    * always
    * ambiguous
    * analysis
    * annotations
    * appropriate
    * build
    * candidates
    * cascading
    * category
    * character
    * clarification
    * compound
    * conceptually
    * constituent
    * consts
    * convenience
    * corresponds
    * debruijn
    * debug
    * debugable
    * debuggable
    * deterministic
    * discriminant
    * display
    * documentation
    * doesn't
    * ellipsis
    * erroneous
    * evaluability
    * evaluate
    * evaluation
    * explicitly
    * fallible
    * fulfill
    * getting
    * has
    * highlighting
    * illustrative
    * imported
    * incompatible
    * infringing
    * initialized
    * into
    * intrinsic
    * introduced
    * javascript
    * liveness
    * metadata
    * monomorphization
    * nonexistent
    * nontrivial
    * obligation
    * obligations
    * offset
    * opaque
    * opportunities
    * opt-in
    * outlive
    * overlapping
    * paragraph
    * parentheses
    * poisson
    * precisely
    * predecessors
    * predicates
    * preexisting
    * propagated
    * really
    * reentrant
    * referent
    * responsibility
    * rustonomicon
    * shortcircuit
    * simplifiable
    * simplifications
    * specify
    * stabilized
    * structurally
    * suggestibility
    * translatable
    * transmuting
    * two
    * unclosed
    * uninhabited
    * visibility
    * volatile
    * workaround
    
    Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
    jsoref committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    e09d0d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Fix bootstrap locking

    Fix the regression introduced in 108607
    albertlarsan68 committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    ce5d897 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca882c0 View commit details
    Browse the repository at this point in the history
  3. Bump download-ci-llvm-stamp for loong support

    This was missed in rust-lang#96971 and
    resulted in the LLVM we cache in CI being different from the one built
    locally. We didn't catch it because nothing tested the loong support.
    jyn514 committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    6787925 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#110417 - jsoref:spelling-compiler, r=Nilstrieb

    Spelling compiler
    
    This is per rust-lang#110392 (comment)
    
    I'm going to delay performing a squash because I really don't expect people to be perfectly happy w/ my changes, I really am a human and I really do make mistakes.
    
    r? Nilstrieb
    
    I'm going to be flying this evening, but I should be able to squash / respond to reviews w/in a day or two.
    
    I tried to be careful about dropping changes to `tests`, afaict only two files had changes that were likely related to the changes for a given commit (this is where not having eagerly squashed should have given me an advantage), but, that said, picking things apart can be error prone.
    GuillaumeGomez authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    aa87add View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6b6073 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#110485 - albertlarsan68:fix-bootstrap-lock,…

    … r=ozkanonur
    
    Fix bootstrap locking
    
    Fix the regression introduced in rust-lang#108607
    
    Fixes rust-lang#109967
    GuillaumeGomez authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    aa1247a View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#110488 - GuillaumeGomez:test-infinite-recur…

    …sive-type, r=jyn514
    
    Add a failing rustdoc-ui test for public infinite recursive type
    
    As suggested in rust-lang#110450 (comment).
    
    r? `@jyn514`
    GuillaumeGomez authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    7e50336 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#110490 - jyn514:bump-llvm, r=nikic

    Bump `download-ci-llvm-stamp` for loong support
    
    This was missed in rust-lang#96971 and resulted in the LLVM we cache in CI being different from the one built locally. We didn't catch it because nothing tested the loong support.
    
    Fixes rust-lang#110474.
    
    r? `@nikic`
    GuillaumeGomez authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    e8f7b5a View commit details
    Browse the repository at this point in the history