-
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 10 pull requests #74638
Rollup of 10 pull requests #74638
Commits on Jun 30, 2020
-
va_args implementation for AAPCS.
Implement the va args in codegen for AAPCS, this will be used as the default va_args implementation for AArch64 rather than the va_args llvm-ir as it currently is. Copyright (c) 2020, Arm Limited.
Configuration menu - View commit details
-
Copy full SHA for fc52b47 - Browse repository at this point
Copy the full SHA fc52b47View commit details
Commits on Jul 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 31c7aae - Browse repository at this point
Copy the full SHA 31c7aaeView commit details
Commits on Jul 19, 2020
-
compiletest: Rewrite extract_lldb_version function
This makes extract_lldb_version has the same version type like extract_gdb_version. This is technically a breaking change for rustc-dev users. But note that rustc-dev is a nightly component.
Configuration menu - View commit details
-
Copy full SHA for cfa3a33 - Browse repository at this point
Copy the full SHA cfa3a33View commit details -
Configuration menu - View commit details
-
Copy full SHA for d778f32 - Browse repository at this point
Copy the full SHA d778f32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07d56cb - Browse repository at this point
Copy the full SHA 07d56cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79d5cbb - Browse repository at this point
Copy the full SHA 79d5cbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75caee0 - Browse repository at this point
Copy the full SHA 75caee0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5aa33b1 - Browse repository at this point
Copy the full SHA 5aa33b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e5d816 - Browse repository at this point
Copy the full SHA 5e5d816View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bcefa8 - Browse repository at this point
Copy the full SHA 2bcefa8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99e3a3c - Browse repository at this point
Copy the full SHA 99e3a3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60fac34 - Browse repository at this point
Copy the full SHA 60fac34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1314d31 - Browse repository at this point
Copy the full SHA 1314d31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fb260b - Browse repository at this point
Copy the full SHA 4fb260bView commit details
Commits on Jul 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0ced817 - Browse repository at this point
Copy the full SHA 0ced817View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc528eb - Browse repository at this point
Copy the full SHA bc528ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f5c7f2 - Browse repository at this point
Copy the full SHA 3f5c7f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f74971 - Browse repository at this point
Copy the full SHA 8f74971View commit details -
Configuration menu - View commit details
-
Copy full SHA for b795cf1 - Browse repository at this point
Copy the full SHA b795cf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c5891b - Browse repository at this point
Copy the full SHA 0c5891bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4344265 - Browse repository at this point
Copy the full SHA 4344265View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf52d5f - Browse repository at this point
Copy the full SHA cf52d5fView commit details -
refactor and reword intra-doc link errors
This commit refactors intra-doc link error reporting to deduplicate code and decouple error construction from the type of error. This greatly improves flexibility at each error construction site, while reducing the complexity of the diagnostic creation. This commit also rewords the diagnostics for clarity and style: - Diagnostics should not end in periods. - It's unnecessary to say "ignoring it". Since this is a warning by default, it's already clear that the link is ignored.
Configuration menu - View commit details
-
Copy full SHA for 7f3e2c0 - Browse repository at this point
Copy the full SHA 7f3e2c0View commit details
Commits on Jul 21, 2020
-
Add the aarch64-apple-darwin target
This is a basic copy-paste-modify from the existing x86_64-apple-darwin target.
Configuration menu - View commit details
-
Copy full SHA for 4c69d4b - Browse repository at this point
Copy the full SHA 4c69d4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 804241e - Browse repository at this point
Copy the full SHA 804241eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3340b5 - Browse repository at this point
Copy the full SHA b3340b5View commit details -
Remove the assert on alignment check.
Also the alignment should only be done on general register types as per the AAPCS so fixed that issue. Copyright (c) 2020, Arm Limited.
Configuration menu - View commit details
-
Copy full SHA for 8b58eb9 - Browse repository at this point
Copy the full SHA 8b58eb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eed7da - Browse repository at this point
Copy the full SHA 3eed7daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b05fb5 - Browse repository at this point
Copy the full SHA 7b05fb5View commit details
Commits on Jul 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 96225b1 - Browse repository at this point
Copy the full SHA 96225b1View commit details -
Rollup merge of rust-lang#73655 - JamieCunliffe:jamie_va-args-c, r=nikic
va_args implementation for AAPCS. Implement the va args in codegen for AAPCS, this will be used as the default va_args implementation for AArch64 rather than the va_args llvm-ir as it currently is. This should fix the following issues: rust-lang#56475 rust-lang#72579
Configuration menu - View commit details
-
Copy full SHA for fc5b8c3 - Browse repository at this point
Copy the full SHA fc5b8c3View commit details -
Rollup merge of rust-lang#73783 - estebank:impl-dyn-trait-static-life…
…time, r=nikomatsakis Detect when `'static` obligation might come from an `impl` Partly address rust-lang#71341.
Configuration menu - View commit details
-
Copy full SHA for 763d019 - Browse repository at this point
Copy the full SHA 763d019View commit details -
Rollup merge of rust-lang#73893 - ajpaverd:cfguard-stabilize, r=nikom…
…atsakis Stabilize control-flow-guard codegen option This is the stabilization PR discussed in rust-lang#68793. It converts the `-Z control-flow-guard` debugging option into a codegen option (`-C control-flow-guard`), and changes the associated tests.
Configuration menu - View commit details
-
Copy full SHA for ae9c9b0 - Browse repository at this point
Copy the full SHA ae9c9b0View commit details -
Rollup merge of rust-lang#74237 - lzutao:compiletest, r=Mark-Simulacrum
compiletest: Rewrite extract_*_version functions This makes extract_lldb_version has the same version type like extract_gdb_version.
Configuration menu - View commit details
-
Copy full SHA for 7408505 - Browse repository at this point
Copy the full SHA 7408505View commit details -
Rollup merge of rust-lang#74528 - euclio:intra-link-errors, r=jyn514
refactor and reword intra-doc link errors This commit refactors intra-doc link error reporting to deduplicate code and decouple error construction from the type of error. This greatly improves flexibility at each error construction site, while reducing the complexity of the diagnostic creation. This commit also rewords the diagnostics for clarity and style: - Diagnostics should not end in periods. - It's unnecessary to say "ignoring it". Since this is a warning by default, it's already clear that the link is ignored.
Configuration menu - View commit details
-
Copy full SHA for 4f2f63e - Browse repository at this point
Copy the full SHA 4f2f63eView commit details -
Rollup merge of rust-lang#74538 - nbdd0121:issue-73976, r=lcnr
Guard against non-monomorphized type_id intrinsic call This PR checks whether the type is sufficient monomorphized when calling type_id or type_name intrinsics. If the type is not sufficiently monomorphized, e.g. used in a pattern, the code will be rejected. Fixes rust-lang#73976
Configuration menu - View commit details
-
Copy full SHA for e46546d - Browse repository at this point
Copy the full SHA e46546dView commit details -
Rollup merge of rust-lang#74541 - shepmaster:aarch64-apple-darwin-tar…
…get, r=nagisa Add the aarch64-apple-darwin target This is a basic copy-paste-modify from the existing x86_64-apple-darwin target.
Configuration menu - View commit details
-
Copy full SHA for d996947 - Browse repository at this point
Copy the full SHA d996947View commit details -
Rollup merge of rust-lang#74570 - spastorino:fix-prioritization-proce…
…dures-links, r=Mark-Simulacrum Use forge links for prioritization procedure r? @Mark-Simulacrum cc @rust-lang/wg-prioritization
Configuration menu - View commit details
-
Copy full SHA for 4bb817b - Browse repository at this point
Copy the full SHA 4bb817bView commit details -
Rollup merge of rust-lang#74589 - ehuss:update-books, r=ehuss
Update books ## reference 5 commits in 0ea7bc494f1289234d8800bb9185021e0ad946f0..b329ce37424874ad4db94f829a55807c6e21d2cb 2020-07-02 15:33:04 -0700 to 2020-07-20 08:54:08 -0700 - this '*' is unnecessary, and reduces readability (rust-lang/reference#853) - Tiny typo fix (rust-lang/reference#849) - Update const eval chapter to latest changes (rust-lang/reference#842) - Document #[track_caller]. (rust-lang/reference#742) - Document shebang restriction. (rust-lang/reference#823) ## book 2 commits in 84a31397b34f9d405df44f2899ff17a4828dba18..a914f2c7e5cdb771fa465de142381a51c53b580e 2020-07-04 10:50:18 -0500 to 2020-07-21 09:20:05 -0500 - Change misleading wording (rust-lang/book#2399) - Improve wording to include Windows versions (rust-lang/book#2395) ## edition-guide 3 commits in 82bec5877c77cfad530ca11095db4456d757f668..bd6e4a9f59c5c1545f572266af77f5c7a5bad6d1 2020-06-03 08:56:02 -0500 to 2020-07-12 17:37:08 -0500 - update guide for 1.36 and 1.37 (rust-lang/edition-guide#217) - Add contents for Rust 1.35 (rust-lang/edition-guide#216) - update edition guide for Rust 1.34 (rust-lang/edition-guide#215)
Configuration menu - View commit details
-
Copy full SHA for 846d539 - Browse repository at this point
Copy the full SHA 846d539View commit details -
Rollup merge of rust-lang#74635 - GuillaumeGomez:fix-tooltip-pos, r=M…
…anishearth Fix tooltip position if the documentation starts with a code block Fixes rust-lang#74321. Before: ![before](https://user-images.githubusercontent.com/3050060/88188970-cf842400-cc38-11ea-839b-37e41656837d.png) After: ![after](https://user-images.githubusercontent.com/3050060/88188981-d3b04180-cc38-11ea-8194-713ffe640d3a.png) And in case there is text, it is not being applied: ![after-witness](https://user-images.githubusercontent.com/3050060/88189009-ddd24000-cc38-11ea-9f0a-61dfd0a0cbd0.png) And on mobile it isn't needed so it's not "activated": ![Screenshot from 2020-07-22 17-17-43](https://user-images.githubusercontent.com/3050060/88194698-65bb4880-cc3f-11ea-8513-0043ccca8cfc.png) r? @rust-lang/rustdoc
Configuration menu - View commit details
-
Copy full SHA for 1ae7830 - Browse repository at this point
Copy the full SHA 1ae7830View commit details