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 6 pull requests #64368

Closed
wants to merge 16 commits into from
Closed

Commits on Sep 1, 2019

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

Commits on Sep 2, 2019

  1. Merge pull request rust-lang#13 from rust-lang/master

    sync with rust-lang/rust
    BaoshanPang authored Sep 2, 2019
    Configuration menu
    Copy the full SHA
    d5ef9df View commit details
    Browse the repository at this point in the history
  2. vxWorks: set DEFAULT_MIN_STACK_SIZE to 256K and use min_stack to pass…

    … initial stack size to rtpSpawn
    bpangWR committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    db576f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32440cb View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. Merge pull request rust-lang#14 from Wind-River/min_stack_size

    vxWorks: set DEFAULT_MIN_STACK_SIZE to 256K and use min_stack to pass initial stack size to rtpSpawn
    BaoshanPang authored Sep 3, 2019
    Configuration menu
    Copy the full SHA
    c6e899a View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. rustc: Allow the cdylib crate type with wasm32-wasi

    The wasm32-wasi target respects configuration around `crt-static` in
    general, but is defaulted to being static. This interacted badly with
    code which validated the `cdylib` crate type for `wasm32-wasi`,
    erroneously saying that the `cdylib` crate type wasn't supported on
    `wasm32-wasi` by default. This commit sets the appropriate flag in
    `wasm32_wasi`'s target specification to indicate that the `cdylib` crate
    type is supported regardless of `crt-static`
    
    Closes rust-lang#64187
    alexcrichton committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    bb9d3be View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2019

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

Commits on Sep 10, 2019

  1. documentation for AtomicPtr CAS operations

    Arno Haase committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    7ad44c7 View commit details
    Browse the repository at this point in the history
  2. remove Copyright notic

    bpangWR committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    5318f98 View commit details
    Browse the repository at this point in the history
  3. Merge pull request rust-lang#19 from Wind-River/min_stack_size

    remove Copyright notic
    BaoshanPang authored Sep 10, 2019
    Configuration menu
    Copy the full SHA
    665291c View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#64060 - petrochenkov:unstdhyg, r=tmandry

    Improve hygiene of `alloc::format!`
    
    `format` now uses `format_args` though a `__export` module, as described in rust-lang#63687 (comment).
    
    Fixes rust-lang#63687
    Centril authored Sep 10, 2019
    Configuration menu
    Copy the full SHA
    659ef20 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#64072 - limira:patch-1, r=ollie27

    Replace file_stem by file_name in rustdoc markdown
    
    Before this PR, a file name like `some.file.md` will be output to a file named `some.html` with is not correct because the expected output file must be `some.file.html`
    Centril authored Sep 10, 2019
    Configuration menu
    Copy the full SHA
    5553171 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#64085 - estebank:hrtb-errors, r=oli-obk

    Tweak unsatisfied HRTB errors
    
    r? @oli-obk
    
    Close rust-lang#35180.
    Centril authored Sep 10, 2019
    Configuration menu
    Copy the full SHA
    8433952 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#64129 - Wind-River:master_003, r=alexcrichton

    vxWorks: set DEFAULT_MIN_STACK_SIZE to 256K and use min_stack to pass initial stack size to rtpSpawn
    
    vxWorks: set DEFAULT_MIN_STACK_SIZE to 256K and use min_stack to pass initial stack size to rtpSpawn
    
    r? @alexcrichton
    cc @n-salim
    Centril authored Sep 10, 2019
    Configuration menu
    Copy the full SHA
    5e89d1c View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#64188 - alexcrichton:wasi-cdylib, r=varkor

    rustc: Allow the cdylib crate type with wasm32-wasi
    
    The wasm32-wasi target respects configuration around `crt-static` in
    general, but is defaulted to being static. This interacted badly with
    code which validated the `cdylib` crate type for `wasm32-wasi`,
    erroneously saying that the `cdylib` crate type wasn't supported on
    `wasm32-wasi` by default. This commit sets the appropriate flag in
    `wasm32_wasi`'s target specification to indicate that the `cdylib` crate
    type is supported regardless of `crt-static`
    
    Closes rust-lang#64187
    Centril authored Sep 10, 2019
    Configuration menu
    Copy the full SHA
    3d06207 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#64349 - arnohaase:pr_documentation_atomicpt…

    …r, r=cramertj
    
    documentation for AtomicPtr CAS operations
    
    The examples in the documentation for AtomicPtr CAS operations only show code that does *not* perform the CAS operation. I suggest to change them so that they actually do exchange the AtomicPtr's value.
    Centril authored Sep 10, 2019
    Configuration menu
    Copy the full SHA
    115dede View commit details
    Browse the repository at this point in the history