-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Rollup of 6 pull requests #64368
Commits on Sep 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7fdcbce - Browse repository at this point
Copy the full SHA 7fdcbceView commit details
Commits on Sep 2, 2019
-
Merge pull request rust-lang#13 from rust-lang/master
sync with rust-lang/rust
Configuration menu - View commit details
-
Copy full SHA for d5ef9df - Browse repository at this point
Copy the full SHA d5ef9dfView commit details -
vxWorks: set DEFAULT_MIN_STACK_SIZE to 256K and use min_stack to pass…
… initial stack size to rtpSpawn
Configuration menu - View commit details
-
Copy full SHA for db576f8 - Browse repository at this point
Copy the full SHA db576f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32440cb - Browse repository at this point
Copy the full SHA 32440cbView commit details
Commits on Sep 3, 2019
-
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
Configuration menu - View commit details
-
Copy full SHA for c6e899a - Browse repository at this point
Copy the full SHA c6e899aView commit details
Commits on Sep 5, 2019
-
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
Configuration menu - View commit details
-
Copy full SHA for bb9d3be - Browse repository at this point
Copy the full SHA bb9d3beView commit details
Commits on Sep 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d42e603 - Browse repository at this point
Copy the full SHA d42e603View commit details
Commits on Sep 10, 2019
-
documentation for AtomicPtr CAS operations
Arno Haase committedSep 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 7ad44c7 - Browse repository at this point
Copy the full SHA 7ad44c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5318f98 - Browse repository at this point
Copy the full SHA 5318f98View commit details -
Merge pull request rust-lang#19 from Wind-River/min_stack_size
remove Copyright notic
Configuration menu - View commit details
-
Copy full SHA for 665291c - Browse repository at this point
Copy the full SHA 665291cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 659ef20 - Browse repository at this point
Copy the full SHA 659ef20View commit details -
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`
Configuration menu - View commit details
-
Copy full SHA for 5553171 - Browse repository at this point
Copy the full SHA 5553171View commit details -
Rollup merge of rust-lang#64085 - estebank:hrtb-errors, r=oli-obk
Tweak unsatisfied HRTB errors r? @oli-obk Close rust-lang#35180.
Configuration menu - View commit details
-
Copy full SHA for 8433952 - Browse repository at this point
Copy the full SHA 8433952View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 5e89d1c - Browse repository at this point
Copy the full SHA 5e89d1cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 3d06207 - Browse repository at this point
Copy the full SHA 3d06207View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 115dede - Browse repository at this point
Copy the full SHA 115dedeView commit details