-
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 8 pull requests #83503
Rollup of 8 pull requests #83503
Commits on Mar 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e36573b - Browse repository at this point
Copy the full SHA e36573bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce21447 - Browse repository at this point
Copy the full SHA ce21447View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ba9297 - Browse repository at this point
Copy the full SHA 9ba9297View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9e2d8d - Browse repository at this point
Copy the full SHA d9e2d8dView commit details
Commits on Mar 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b3321e2 - Browse repository at this point
Copy the full SHA b3321e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef1bd57 - Browse repository at this point
Copy the full SHA ef1bd57View commit details -
ExitStatusExt: Fix missing word in two docs messages
Looks like I missed the lack of these "and"s. Acked-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Configuration menu - View commit details
-
Copy full SHA for 88ca6c2 - Browse repository at this point
Copy the full SHA 88ca6c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dabc80 - Browse repository at this point
Copy the full SHA 5dabc80View commit details -
Fix patch note about rust-lang#80653 not mentioning nested nor recursive
Which thus missed the point of the change: `rustdoc` already bundled documentation for methods accessible through one layer of `Deref`, it now has been enhanced to keep recursing 🙂
Configuration menu - View commit details
-
Copy full SHA for 12388f5 - Browse repository at this point
Copy the full SHA 12388f5View commit details -
Don't ICE when using
#[global_alloc]
on a non-item statementFixes rust-lang#83469 We need to return an `Annotatable::Stmt` if we were passed an `Annotatable::Stmt`
Configuration menu - View commit details
-
Copy full SHA for 8ecd931 - Browse repository at this point
Copy the full SHA 8ecd931View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62e7331 - Browse repository at this point
Copy the full SHA 62e7331View commit details
Commits on Mar 26, 2021
-
Rollup merge of rust-lang#83055 - aDotInTheVoid:selective-strip-item-…
…doc, r=jyn514 [rustdoc] Don't document stripped items in JSON renderer. Fixes rust-lang#80664, see [my comment there](rust-lang#80664 (comment)) for why Note that we already do something similar in `convert_item`: https://github.com/rust-lang/rust/blob/bb4cdf8ec034dca5c056ec9295f38062e5b7e871/src/librustdoc/json/conversions.rs#L28-L31 ``@rustbot`` modify labels: +T-rustdoc +A-rustdoc-json r? ``@jyn514`` cc ``@CraftSpider``
Configuration menu - View commit details
-
Copy full SHA for 0502815 - Browse repository at this point
Copy the full SHA 0502815View commit details -
Rollup merge of rust-lang#83437 - Amanieu:asm_syntax, r=petrochenkov
Refactor rust-lang#82270 as lint instead of an error This PR fixes several issues with rust-lang#82270 which generated an error when `.intel_syntax` or `.att_syntax` was used in inline assembly: - It is now a warn-by-default lint instead of an error. - The lint only triggers on x86. `.intel_syntax` and `.att_syntax` are only valid on x86. - The lint no longer provides machine-applicable suggestions for two reasons: - These changes should not be made automatically since changes to assembly code can be very subtle. - The template string is not always just a string: it can contain macro invocation (`concat!`), raw strings, escape characters, etc. cc ``@asquared31415``
Configuration menu - View commit details
-
Copy full SHA for 02b27cd - Browse repository at this point
Copy the full SHA 02b27cdView commit details -
Rollup merge of rust-lang#83444 - Mark-Simulacrum:bootstrap-beta, r=p…
…ietroalbini Fix bootstrap tests on beta Forward-porting a fix from the beta branch, which led to test failure on beta. r? ``@pietroalbini``
Configuration menu - View commit details
-
Copy full SHA for a054fd8 - Browse repository at this point
Copy the full SHA a054fd8View commit details -
Rollup merge of rust-lang#83456 - notriddle:vec-from-docs, r=JohnTitor
Add docs for Vec::from functions Part of rust-lang#51430
Configuration menu - View commit details
-
Copy full SHA for 827d1ea - Browse repository at this point
Copy the full SHA 827d1eaView commit details -
Rollup merge of rust-lang#83463 - ijackson:exitstatusext-doc-grammar,…
… r=kennytm ExitStatusExt: Fix missing word in two docs messages Looks like I missed the lack of these "and"s.
Configuration menu - View commit details
-
Copy full SHA for 85d08e9 - Browse repository at this point
Copy the full SHA 85d08e9View commit details -
Rollup merge of rust-lang#83470 - danielhenrymantilla:patch-1, r=jyn514
Fix patch note about rust-lang#80653 not mentioning nested nor recursive Which thus missed the point of the change: `rustdoc` already bundled documentation for methods accessible through one layer of `Deref`, it has now been enhanced to keep recursing 🙂 r? ``@jyn514``
Configuration menu - View commit details
-
Copy full SHA for 59205f7 - Browse repository at this point
Copy the full SHA 59205f7View commit details -
Rollup merge of rust-lang#83485 - Amanieu:asm_llvm10, r=joshtriplett
Mark asm tests as requiring LLVM 10.0.1
Configuration menu - View commit details
-
Copy full SHA for c5edb4f - Browse repository at this point
Copy the full SHA c5edb4fView commit details -
Rollup merge of rust-lang#83486 - Aaron1011:fix/global-alloc-error, r…
…=petrochenkov Don't ICE when using `#[global_alloc]` on a non-item statement Fixes rust-lang#83469 We need to return an `Annotatable::Stmt` if we were passed an `Annotatable::Stmt`
Configuration menu - View commit details
-
Copy full SHA for b0bec95 - Browse repository at this point
Copy the full SHA b0bec95View commit details