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 3 pull requests #116311

Merged
merged 6 commits into from
Oct 1, 2023
Merged

Rollup of 3 pull requests #116311

merged 6 commits into from
Oct 1, 2023

Commits on Sep 30, 2023

  1. warn if source is not either a git clone or a dist tarball

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    88e7718 View commit details
    Browse the repository at this point in the history
  2. mem::drop docs

    asquared31415 committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    bc3c445 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    544d2b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Rollup merge of rust-lang#116292 - onur-ozkan:warn-wrong-sources, r=c…

    …lubby789
    
    warn if source is not either a git clone or a dist tarball
    
    When the repository is downloaded directly via HTTP(as in rust-lang#115041), builds may fail due to missing submodules.
    
    This PR adds a check that warns people in such cases.
    matthiaskrgr authored Oct 1, 2023
    Configuration menu
    Copy the full SHA
    cb4e299 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#116295 - asquared31415:mem_drop_docs, r=Waf…

    …fleLapkin
    
    Fix `core::mem::drop` docs inaccuracy
    
    r? `@Nilstrieb`
    matthiaskrgr authored Oct 1, 2023
    Configuration menu
    Copy the full SHA
    de70531 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#116299 - emmanuel-ferdman:wip, r=albertlars…

    …an68
    
    Update location of `auxiliary/lint-plugin-test.rs`
    
    **PR Summary**:
    PR updates the location of  `auxiliary/lint-plugin-test.rs` file which was moved in PR rust-lang#110478.
    matthiaskrgr authored Oct 1, 2023
    Configuration menu
    Copy the full SHA
    bcba369 View commit details
    Browse the repository at this point in the history