-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Rollup of 6 pull requests #64369
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
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 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for bdfab20 - Browse repository at this point
Copy the full SHA bdfab20View commit details
Commits on Sep 10, 2019
-
Update added backticks around a function call
Co-Authored-By: Mazdak Farrokhzad <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9b1456e - Browse repository at this point
Copy the full SHA 9b1456eView commit details -
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
Commits on Sep 11, 2019
-
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 e757d33 - Browse repository at this point
Copy the full SHA e757d33View 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 ec06633 - Browse repository at this point
Copy the full SHA ec06633View 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 34f38d9 - Browse repository at this point
Copy the full SHA 34f38d9View 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 751aec8 - Browse repository at this point
Copy the full SHA 751aec8View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 57df63c - Browse repository at this point
Copy the full SHA 57df63cView 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 4f1d50e - Browse repository at this point
Copy the full SHA 4f1d50eView commit details