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 4 pull requests #59570

Closed
wants to merge 11 commits into from
Closed

Rollup of 4 pull requests #59570

wants to merge 11 commits into from

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. Configuration menu
    Copy the full SHA
    e08235d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6d37e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92cae45 View commit details
    Browse the repository at this point in the history
  6. 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
  7. Rollup merge of rust-lang#58828 - Centril:deny-elided_lifetimes_in_pa…

    …ths-libstd, r=oli-obk
    
    libstd: deny(elided_lifetimes_in_paths)
    
    r? @oli-obk
    Centril authored Mar 30, 2019
    Configuration menu
    Copy the full SHA
    81fc01c View commit details
    Browse the repository at this point in the history
  8. 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
    bfa5eb2 View commit details
    Browse the repository at this point in the history
  9. 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
    50dc303 View commit details
    Browse the repository at this point in the history
  10. 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
    bb10b54 View commit details
    Browse the repository at this point in the history