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 5 pull requests #40105

Closed
wants to merge 19 commits into from
Closed

Rollup of 5 pull requests #40105

wants to merge 19 commits into from

Commits on Feb 20, 2017

  1. Remove else, unindent.

    frewsxcv committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    7e0c3de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de2f7e1 View commit details
    Browse the repository at this point in the history
  3. Remove else, unindent.

    frewsxcv committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    83fe48d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a97aed7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2436d73 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    10639d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    23d9211 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a754ea6 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2017

  1. Configuration menu
    Copy the full SHA
    3617868 View commit details
    Browse the repository at this point in the history
  2. Update feature-gate-unboxed-closures.rs

    Seiichi Uchida authored Feb 23, 2017
    Configuration menu
    Copy the full SHA
    cd7b0fc View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2017

  1. Fix a typo

    tclfs authored Feb 24, 2017
    Configuration menu
    Copy the full SHA
    6aed773 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2017

  1. Configuration menu
    Copy the full SHA
    8c8eda8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into master

    Seiichi Uchida authored Feb 25, 2017
    Configuration menu
    Copy the full SHA
    c4e858e View commit details
    Browse the repository at this point in the history
  3. travis: Fuchsia builder

    This change introduces a Dockerfile and script which builds a complete
    Fuchsia toolchain which can be used to build Rust distribution for
    Fuchsia. We only support cross-compiling at the moment, hence only
    setting the target.
    petrhosek committed Feb 25, 2017
    Configuration menu
    Copy the full SHA
    7803039 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2017

  1. Rollup merge of rust-lang#39918 - petrhosek:fuchsia-ci, r=alexcrichton

    travis: Fuchsia builder
    
    This change introduces a Dockerfile and script which builds a complete
    Fuchsia toolchain which can be used to build Rust distribution for
    Fuchsia. We only support cross-compiling at the moment, hence only
    setting the target.
    frewsxcv authored Feb 26, 2017
    Configuration menu
    Copy the full SHA
    ab7653d View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#39977 - frewsxcv:error-reporting-cleanup, r…

    …=eddyb
    
    librustc error_reporting.rs cleanup.
    
    Read some code in librustc, mainly in error_reporting.rs, and cleaned up some things along the way. I recommend looking at each commit individually or looking at the [whitespace insensitive diff](https://github.com/rust-lang/rust/pull/39977/files?w=1).
    frewsxcv authored Feb 26, 2017
    Configuration menu
    Copy the full SHA
    ad8adac View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#40047 - topecongiro:master, r=est31

    Add compile fail test for unboxed_closures feature
    
    Hello, this is my first contribution to rust.
    Issue rust-lang#39059.
    frewsxcv authored Feb 26, 2017
    Configuration menu
    Copy the full SHA
    e47a0dc View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#40057 - GuillaumeGomez:html-issue, r=frewsxcv

    Fix nightly-only experimental API display
    
    Before:
    
    <img width="1440" alt="screen shot 2017-02-23 at 12 53 09" src="https://cloud.githubusercontent.com/assets/3050060/23258119/0c9cf6f2-f9c7-11e6-9989-15b4346dade0.png">
    
    After:
    
    <img width="1440" alt="screen shot 2017-02-23 at 12 51 40" src="https://cloud.githubusercontent.com/assets/3050060/23258076/e6881118-f9c6-11e6-826c-442a73502b59.png">
    
    r? @frewsxcv
    frewsxcv authored Feb 26, 2017
    Configuration menu
    Copy the full SHA
    12dde77 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7186ba View commit details
    Browse the repository at this point in the history