Skip to content
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

Merged
merged 17 commits into from
Feb 6, 2021
Merged

Rollup of 7 pull requests #81832

merged 17 commits into from
Feb 6, 2021

Commits on Feb 3, 2021

  1. Configuration menu
    Copy the full SHA
    fba747a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f66115d View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Configuration menu
    Copy the full SHA
    253a970 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb22eaf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc7746f View commit details
    Browse the repository at this point in the history
  4. 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.
    ehuss committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    900648c View commit details
    Browse the repository at this point in the history
  5. 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.
    camelid committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    ed62329 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Configuration menu
    Copy the full SHA
    f0b8166 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2021

  1. Enable 'task list' markdown extension

    - Add documentation about task lists
    jyn514 committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    9653b60 View commit details
    Browse the repository at this point in the history
  2. 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!
    nagisa committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    243755a View commit details
    Browse the repository at this point in the history
  3. 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.
    jonas-schievink authored Feb 6, 2021
    Configuration menu
    Copy the full SHA
    7acf9ec View commit details
    Browse the repository at this point in the history
  4. Rollup merge of #81434 - ssomers:btree_drain_filter_doc_update, r=dto…

    …lnay
    
    BTree: fix documentation of unstable public members
    
    As rightfully requested in #62924 & #70530.
    r? `@Mark-Simulacrum`
    jonas-schievink authored Feb 6, 2021
    Configuration menu
    Copy the full SHA
    747abb8 View commit details
    Browse the repository at this point in the history
  5. 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.
    jonas-schievink authored Feb 6, 2021
    Configuration menu
    Copy the full SHA
    85fb5cd View commit details
    Browse the repository at this point in the history
  6. 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.
    jonas-schievink authored Feb 6, 2021
    Configuration menu
    Copy the full SHA
    f631410 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of #81738 - camelid:misc-small-diag-cleanup, r=lcnr

    Miscellaneous small diagnostics cleanup
    jonas-schievink authored Feb 6, 2021
    Configuration menu
    Copy the full SHA
    96e843c View commit details
    Browse the repository at this point in the history
  8. Rollup merge of #81766 - jyn514:task-lists, r=GuillaumeGomez

    Enable 'task list' markdown extension
    
    Closes #71183.
    jonas-schievink authored Feb 6, 2021
    Configuration menu
    Copy the full SHA
    e143159 View commit details
    Browse the repository at this point in the history
  9. 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`
    jonas-schievink authored Feb 6, 2021
    Configuration menu
    Copy the full SHA
    11e7897 View commit details
    Browse the repository at this point in the history