-
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 7 pull requests #81832
Rollup of 7 pull requests #81832
Commits on Feb 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fba747a - Browse repository at this point
Copy the full SHA fba747aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f66115d - Browse repository at this point
Copy the full SHA f66115dView commit details
Commits on Feb 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 253a970 - Browse repository at this point
Copy the full SHA 253a970View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb22eaf - Browse repository at this point
Copy the full SHA bb22eafView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc7746f - Browse repository at this point
Copy the full SHA dc7746fView commit details -
Adjust global_asm doc test to work on all platforms.
The cfg isn't actually necessary, since `--emit=metadata` does not actually do enough validation for it to fail on any platform. However, I feel a little more comfortable leaving it in. Unhide the feature flag, since I think that is important to display.
Configuration menu - View commit details
-
Copy full SHA for 900648c - Browse repository at this point
Copy the full SHA 900648cView commit details -
typeck: Emit structured suggestions for tuple struct syntax
And tuple variant syntax, but that didn't fit in the subject :) Now the fact that these are suggestions is exposed both to the layout engine and to IDEs and rustfix for automatic application.
Configuration menu - View commit details
-
Copy full SHA for ed62329 - Browse repository at this point
Copy the full SHA ed62329View commit details
Commits on Feb 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f0b8166 - Browse repository at this point
Copy the full SHA f0b8166View commit details
Commits on Feb 6, 2021
-
Enable 'task list' markdown extension
- Add documentation about task lists
Configuration menu - View commit details
-
Copy full SHA for 9653b60 - Browse repository at this point
Copy the full SHA 9653b60View commit details -
Add a test for escaping LLVMisms in inline asm
We escape certain LLVM-specific features when passing the inline assembly string to the LLVM. Until now, however, there was no test making sure this behaviour stays intact. This commit adds such a test!
Configuration menu - View commit details
-
Copy full SHA for 243755a - Browse repository at this point
Copy the full SHA 243755aView commit details -
Rollup merge of #81402 - ehuss:md-tidy, r=jyn514
tidy: Run tidy style against markdown files. This adds tidy checks for markdown files. I think it is useful to have some style enforcement (for the same reasons the style is enforced on other files). I think it is worthwhile to avoid `ignore` on rust examples since having broken code in documentation is frustrating. Avoiding trailing whitespace is good because it has semantic meaning in markdown, which I think should be avoided.
Configuration menu - View commit details
-
Copy full SHA for 7acf9ec - Browse repository at this point
Copy the full SHA 7acf9ecView commit details -
Rollup merge of #81434 - ssomers:btree_drain_filter_doc_update, r=dto…
Configuration menu - View commit details
-
Copy full SHA for 747abb8 - Browse repository at this point
Copy the full SHA 747abb8View commit details -
Rollup merge of #81680 - camsteffen:primty, r=oli-obk
Refactor `PrimitiveTypeTable` for Clippy I removed `PrimitiveTypeTable` and added `PrimTy::ALL` and `PrimTy::from_name` in its place. This allows Clippy to use `PrimTy::from_name` for the `builtin_type_shadow` lint, and a `const` list of primitive types is deleted from Clippy code (the goal). All changes should be a little faster, if anything.
Configuration menu - View commit details
-
Copy full SHA for 85fb5cd - Browse repository at this point
Copy the full SHA 85fb5cdView commit details -
Rollup merge of #81737 - camelid:typeck-structure-sugg, r=lcnr
typeck: Emit structured suggestions for tuple struct syntax And tuple variant syntax, but that didn't fit in the subject :) Now the fact that these are suggestions is exposed both to the layout engine and to IDEs and rustfix for automatic application.
Configuration menu - View commit details
-
Copy full SHA for f631410 - Browse repository at this point
Copy the full SHA f631410View commit details -
Rollup merge of #81738 - camelid:misc-small-diag-cleanup, r=lcnr
Miscellaneous small diagnostics cleanup
Configuration menu - View commit details
-
Copy full SHA for 96e843c - Browse repository at this point
Copy the full SHA 96e843cView commit details -
Rollup merge of #81766 - jyn514:task-lists, r=GuillaumeGomez
Enable 'task list' markdown extension Closes #71183.
Configuration menu - View commit details
-
Copy full SHA for e143159 - Browse repository at this point
Copy the full SHA e143159View commit details -
Rollup merge of #81812 - nagisa:nagisa/escape-the-escape-hatch, r=Ama…
…nieu Add a test for escaping LLVMisms in inline asm We escape certain LLVM-specific features when passing the inline assembly string to the LLVM. Until now, however, there was no test making sure this behaviour stays intact. This commit adds such a test! r? `@Amanieu` cc `@joshtriplett`
Configuration menu - View commit details
-
Copy full SHA for 11e7897 - Browse repository at this point
Copy the full SHA 11e7897View commit details