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 #38325

Merged
merged 18 commits into from
Dec 13, 2016
Merged

Rollup of 7 pull requests #38325

merged 18 commits into from
Dec 13, 2016

Commits on Dec 4, 2016

  1. Configuration menu
    Copy the full SHA
    8b0b2b6 View commit details
    Browse the repository at this point in the history
  2. Avoid using locally installed Source Code Pro font (fixes rust-lang#2…

    …4355).
    
    In some versions of this font the ampersands are drawn badly.
    sourcefrog committed Dec 4, 2016
    Configuration menu
    Copy the full SHA
    bee82e8 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2016

  1. Configuration menu
    Copy the full SHA
    78fd220 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45b89b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    277675c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c3a69e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ccd5c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2016

  1. Configuration menu
    Copy the full SHA
    f78aa4d View commit details
    Browse the repository at this point in the history
  2. Improve and fix mpsc documentation

    Closes rust-lang#37915
    
    This commit enhances documentation with several links and
    fixes an error in the `sync_channel` documentation as well:
    `send` doesn't panic when the senders are all disconnected
    Cobrand committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    57f998a View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2016

  1. rustdoc: Remove broken src links from reexported items from macros

    When an item is defined in an external macro it doesn't get a real
    filename so we need to filter out these when generating src links for
    reexported items.
    ollie27 committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    c6c3a27 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2016

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

Commits on Dec 12, 2016

  1. Rollup merge of rust-lang#37052 - srinivasreddy:hair_cx, r=pnkfelix

    Run rustfmt on librustc_mir/hair/cx
    frewsxcv authored Dec 12, 2016
    Configuration menu
    Copy the full SHA
    dc1a094 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#37941 - Cobrand:docfix-issue-37915, r=Guill…

    …aumeGomez
    
    Improve and fix mpsc documentation
    
    Closes rust-lang#37915
    
    This commit enhances documentation with several links and
    fixes an error in the `sync_channel` documentation as well:
    `send` doesn't panic when the senders are all disconnected
    
    r? @steveklabnik
    frewsxcv authored Dec 12, 2016
    Configuration menu
    Copy the full SHA
    8c3c9c2 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#38067 - GuillaumeGomez:udp-doc, r=frewsxcv,…

    …nagisa
    
    Add more examples to UpdSocket
    
    r? @frewsxcv
    frewsxcv authored Dec 12, 2016
    Configuration menu
    Copy the full SHA
    3bd2c80 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#38164 - sourcefrog:fonts, r=GuillaumeGomez

    Avoid using locally installed Source Code Pro font (fixes rust-lang#24355).
    
    In some versions of this font the ampersands are drawn badly.
    
    A doc tree built with this change is at https://storage.googleapis.com/mbp-rust-builds/fonts/doc/std/index.html
    
    I'm not seeing this problem locally so I'm not sure this fixes it, but based on the diagnosis in the bug it should.
    
    I've made this a minimal change by only removing the one problematic font but maybe for consistency every font should be read from the Rust docs tree?
    frewsxcv authored Dec 12, 2016
    Configuration menu
    Copy the full SHA
    5e425b7 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#38202 - michaelwoerister:closure-ich-test, …

    …r=nikomatsakis
    
    Some incr. comp. hash tests
    
    r? @nikomatsakis
    frewsxcv authored Dec 12, 2016
    Configuration menu
    Copy the full SHA
    a9dcfd0 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#38264 - ollie27:rustdoc_src_macro, r=brson

    rustdoc: Remove broken src links from reexported items from macros
    
    When an item is defined in an external macro it doesn't get a real
    filename so we need to filter out these when generating src links for
    reexported items.
    frewsxcv authored Dec 12, 2016
    Configuration menu
    Copy the full SHA
    e3363f2 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#38299 - achanda:ctrl-c, r=brson

    Handle Ctrl+C in the build script
    frewsxcv authored Dec 12, 2016
    Configuration menu
    Copy the full SHA
    cba1304 View commit details
    Browse the repository at this point in the history