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 3 pull requests #59575

Merged
merged 7 commits into from
Mar 31, 2019
Merged

Rollup of 3 pull requests #59575

merged 7 commits into from
Mar 31, 2019

Commits on Mar 25, 2019

  1. doc: use correct body font URLs

    The CSS for the docs homepage (docs.rust-lang.org) was using the wrong
    URL for the body font, resulting in the fallback serif font being used,
    instead of the desired Source Serif Pro fonts.
    benesch committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    efac054 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2019

  1. Added an example that shows how the remainder function on floating po…

    …int values is computed internally.
    Christian committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    33bc6ad View commit details
    Browse the repository at this point in the history
  2. Added a missing !.

    Christian committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    66e920e View commit details
    Browse the repository at this point in the history
  3. Add book.toml with title to unstable-book doc

    Bastian Gruber committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    aea5bf5 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#59405 - benesch:docs-font, r=GuillaumeGomez

    doc: use correct body font URLs
    
    The CSS for the docs homepage (docs.rust-lang.org) was using the wrong
    URL for the body font, resulting in the fallback serif font being used,
    instead of the desired Source Serif Pro fonts.
    
    (It's worth noting that the CSS for rustdoc's API generation got these URLs right.)
    Centril authored Mar 30, 2019
    Configuration menu
    Copy the full SHA
    8a19973 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#59562 - DevQps:dbg-macro-docs, r=Centril

    Changed reference style in dbg macro docs.
    
    # Description
    
    A continuation of Pull Request rust-lang#59528 :
    - Fixed method of referencing and adjusted the references as suggested by @lzutao
    Centril authored Mar 30, 2019
    Configuration menu
    Copy the full SHA
    c6f0ad1 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#59569 - gruberb:add-title-for-unstable-book…

    …, r=frewsxcv
    
    Add book.toml with title to unstable-book doc
    
    Adding a title to the unstable book based on rust-lang#59554
    Centril authored Mar 30, 2019
    Configuration menu
    Copy the full SHA
    7da27b2 View commit details
    Browse the repository at this point in the history