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 8 pull requests #113256

Merged
merged 16 commits into from
Jul 2, 2023
Merged

Rollup of 8 pull requests #113256

merged 16 commits into from
Jul 2, 2023

Commits on Jun 29, 2023

  1. Fix document examples of Vec::from_raw_parts and Vec::from_raw_parts_in

    Signed-off-by: Li Zhanhui <lizhanhui@gmail.com>
    lizhanhui committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    9a67df2 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

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

Commits on Jul 1, 2023

  1. Configuration menu
    Copy the full SHA
    c607e20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    908574b View commit details
    Browse the repository at this point in the history
  3. Update chalk

    Noratrieb committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    e43ec03 View commit details
    Browse the repository at this point in the history
  4. Don't pass --test-args to python -m unitest

    The args for unittest and cargo test are mutually incompatible. Suggest that people use `python -m unittest ...` manually instead.
    
    This also changes `bootstrap_test.py` to be easier to run standalone; see the commit for details.
    jyn514 committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    8537200 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9df85f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4fae271 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. Rollup merge of rust-lang#113147 - lizhanhui:fix_vec_from_raw_parts_d…

    …oc_example, r=Mark-Simulacrum
    
    Fix document examples of Vec::from_raw_parts and Vec::from_raw_parts_in
    
    These two examples are misplaced.
    matthiaskrgr committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    2a3766e View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#113202 - guilliamxavier:patch-1, r=workingj…

    …ubilee
    
    std docs: factorize literal in Barrier example
    
    Motivated by https://www.reddit.com/r/rust/comments/rnh5hu/barrier_question_barrier_does_not_sync_many/ (but maybe not worth it?)
    matthiaskrgr committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    c4ba0a6 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#113228 - GuillaumeGomez:migrate-gui-test-co…

    …lor-18, r=notriddle
    
    Migrate GUI colors test to original CSS color format
    
    Follow-up of rust-lang#111459.
    
    r? ``@notriddle``
    matthiaskrgr committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    37c5065 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#113231 - Urgau:fix_false_positive_drop_copy…

    …, r=Nilstrieb
    
    Fix `dropping_copy_types` lint from linting in match-arm with side-effects
    
    This PR fixes an issue with the `dropping_copy_types` and `dropping_references` lints when not all patterns that can have side-effects were detected and ignored.
    
    Nearly _fixes_ rust-lang#112653 (will need beta-backport to completely fix the issue)
    r? ``@Nilstrieb``
    matthiaskrgr committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    74a272d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fda22ef View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#113234 - jyn514:revert-python-test-args, r=…

    …clubby789
    
    Don't pass --test-args to `python -m unitest`
    
    The args for unittest and cargo test are mutually incompatible. Suggest that people use `python -m unittest ...` manually instead.
    
    This also changes `bootstrap_test.py` to be easier to run standalone; see the commit for details.
    
    r? `@clubby789` cc rust-lang#112281 (comment)
    matthiaskrgr committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    a353cb0 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#113244 - Kobzol:bootstrap-rust-analyzer-tes…

    …ts, r=jyn514
    
    Make Rust Analyzer tests faster by compiling less code
    
    This should bring down the test duration of RA significantly.
    matthiaskrgr committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    efd2739 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#113249 - tgross35:patch-2, r=jyn514

    Document tracking issue for rustdoc `show-type-layout`
    
    Tracking issue: rust-lang#113248
    
    ``@rustbot`` label +T-rustdoc +A-docs
    matthiaskrgr committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    fde4102 View commit details
    Browse the repository at this point in the history