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

Merged
merged 10 commits into from
May 12, 2016
Merged

Rollup of 3 pull requests #33562

merged 10 commits into from
May 12, 2016

Commits on May 10, 2016

  1. Add default rule for Makefile and make it displays some help.

    Add examples for "make help" command
    GuillaumeGomez committed May 10, 2016
    Configuration menu
    Copy the full SHA
    0619eeb View commit details
    Browse the repository at this point in the history

Commits on May 11, 2016

  1. Extend rustc_on_unimplemented flag: if a message is available at an i…

    …mpl, this message will be displayed instead
    GuillaumeGomez committed May 11, 2016
    Configuration menu
    Copy the full SHA
    e9797d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8fad79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61e6169 View commit details
    Browse the repository at this point in the history
  4. Create Weight enum

    Add more comments for the global understanding
    GuillaumeGomez committed May 11, 2016
    Configuration menu
    Copy the full SHA
    e6c0ff6 View commit details
    Browse the repository at this point in the history
  5. Update to eddyb's PR

    GuillaumeGomez committed May 11, 2016
    Configuration menu
    Copy the full SHA
    4a3acfd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e8f391 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#33401 - GuillaumeGomez:index_indication, r=…

    …pnkfelix
    
    Add rustc_on_unimplemented for Index implementation on slice
    
    Reopening of rust-lang#31071.
    
    It also extends the possibility of `#[rustc_on_unimplemented]` by providing a small type filter in order to find the ones which corresponds the most.
    
    r? @pnkfelix
    GuillaumeGomez committed May 11, 2016
    Configuration menu
    Copy the full SHA
    521c0ae View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#33489 - GuillaumeGomez:howto, r=alexcrichton

    Improve help for make command
    
    r? @steveklabnik
    GuillaumeGomez committed May 11, 2016
    Configuration menu
    Copy the full SHA
    3bb96ab View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#33558 - bnewbold:trivial-book-tweaks, r=ste…

    …veklabnik
    
    trivial tweaks to documentation (book)
    
    These are small things I found while reading through The Book. The `<hash>` and `panic!` lines are simply to improve readability, while I believe the proceeding/following distinction is a bug (but might be a English dialect distinction?).
    
    I've read `rust/CONTRIBUTING`, i'm not sure if there is anything I need to do other than submit this PR.
    
    r? @steveklabnik
    GuillaumeGomez committed May 11, 2016
    Configuration menu
    Copy the full SHA
    10f9f30 View commit details
    Browse the repository at this point in the history