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

Merged
merged 17 commits into from
Sep 11, 2019
Merged

Rollup of 6 pull requests #64369

merged 17 commits into from
Sep 11, 2019

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

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 9, 2019

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

Commits on Sep 10, 2019

  1. Update added backticks around a function call

    Co-Authored-By: Mazdak Farrokhzad <[email protected]>
    hman523 and Centril authored Sep 10, 2019
    Configuration menu
    Copy the full SHA
    9b1456e View commit details
    Browse the repository at this point in the history
  2. 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
  3. 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
  4. 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

Commits on Sep 11, 2019

  1. 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 11, 2019
    Configuration menu
    Copy the full SHA
    e757d33 View commit details
    Browse the repository at this point in the history
  2. 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 11, 2019
    Configuration menu
    Copy the full SHA
    ec06633 View commit details
    Browse the repository at this point in the history
  3. 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 11, 2019
    Configuration menu
    Copy the full SHA
    34f38d9 View commit details
    Browse the repository at this point in the history
  4. 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 11, 2019
    Configuration menu
    Copy the full SHA
    751aec8 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#64326 - hman523:master, r=joshtriplett

    Fixed documentation within c_str::from_ptr
    
    Fixed the documentation issue mentioned in rust-lang#63590
    Centril authored Sep 11, 2019
    Configuration menu
    Copy the full SHA
    57df63c View commit details
    Browse the repository at this point in the history
  6. 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 11, 2019
    Configuration menu
    Copy the full SHA
    4f1d50e View commit details
    Browse the repository at this point in the history