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 13 pull requests #35036

Closed
wants to merge 42 commits into from
Closed

Commits on Jun 24, 2016

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

Commits on Jun 25, 2016

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

Commits on Jul 2, 2016

  1. Configuration menu
    Copy the full SHA
    3d03f75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    233b45f View commit details
    Browse the repository at this point in the history
  3. Fix some other small nits

    ubsan committed Jul 2, 2016
    Configuration menu
    Copy the full SHA
    6928bbb View commit details
    Browse the repository at this point in the history
  4. More nits :P

    ubsan committed Jul 2, 2016
    Configuration menu
    Copy the full SHA
    2413b52 View commit details
    Browse the repository at this point in the history
  5. Add a new alternative

    ubsan committed Jul 2, 2016
    Configuration menu
    Copy the full SHA
    377bbfe View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2016

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

Commits on Jul 5, 2016

  1. Fix tests

    ubsan committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    7ec44e6 View commit details
    Browse the repository at this point in the history
  2. Fix nits

    ubsan committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    8c7668a View commit details
    Browse the repository at this point in the history
  3. Tone it down a little

    ubsan committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    15a49fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    451af79 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2016

  1. Configuration menu
    Copy the full SHA
    297e396 View commit details
    Browse the repository at this point in the history
  2. Hopefully, it now works

    ubsan committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    7eabff5 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2016

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

Commits on Jul 10, 2016

  1. Configuration menu
    Copy the full SHA
    97003e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0bee60 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2016

  1. Merge guidelines from RFC 1567 into UX Guidelines.

    This is a partial fix for issue rust-lang#34808.
    
    Most of the wording was copied verbatim from the RFC. Main difference is that I moved the actual template to the top of the section.
    
    It also makes the error explanations the longest section in the guidelines doc for now.
    Havvy committed Jul 17, 2016
    Configuration menu
    Copy the full SHA
    010e479 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2016

  1. doc: add missing pause

    tshepang committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    b0de620 View commit details
    Browse the repository at this point in the history
  2. Fix nits

    ubsan committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    24f8589 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2016

  1. Configuration menu
    Copy the full SHA
    0d192c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec33dab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90bb8d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2016

  1. Configuration menu
    Copy the full SHA
    6ebe6e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccc955c View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2016

  1. Add missing links

    GuillaumeGomez committed Jul 24, 2016
    Configuration menu
    Copy the full SHA
    dad29a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1669963 View commit details
    Browse the repository at this point in the history
  3. Improve Open doc

    GuillaumeGomez committed Jul 24, 2016
    Configuration menu
    Copy the full SHA
    debb2ac View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2016

  1. Configuration menu
    Copy the full SHA
    96932cf View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#34461 - ubsan:master, r=steveklabnik

    Fix ABI string docs in reference.md
    steveklabnik committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    48fda61 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#34609 - ubsan:transmute_docs, r=steveklabnik

    Add more docs - mostly warnings - to std::mem::transmute
    steveklabnik committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    ee771bf View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#34732 - durka:patch-27, r=steveklabnik

    document DoubleEndedIterator::next_back
    
    document DoubleEndedIterator::next_back
    
    fixes rust-lang#34726
    steveklabnik committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    3f359d9 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#34850 - tshepang:patch-3, r=steveklabnik

    doc: add missing pause
    steveklabnik committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    31ffb92 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#34894 - Havvy:patch-2, r=steveklabnik

    Merge guidelines from RFC 1567 into UX Guidelines.
    
    This is a partial fix for issue rust-lang#34808.
    
    Most of the wording was copied verbatim from the RFC. Main difference is that I moved the actual template to the top of the section.
    
    It also makes the error explanations the longest section in the guidelines doc for now.
    steveklabnik committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    017517d View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#34935 - GuillaumeGomez:hash_map_doc, r=stev…

    …eklabnik
    
    Add HashMap Entry enums examples
    
    Part of rust-lang#29348.
    
    r? @steveklabnik
    steveklabnik committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    637b63a View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#34974 - abhijeetbhagat:patch-2, r=Guillaume…

    …Gomez
    
    Update VecDeque documentation to specify direction of index 0 (rust-lang#34920)
    
    I mentioned the direction for all the methods that work with an index
    steveklabnik committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    7027fd9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4d44503 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#34995 - GuillaumeGomez:dir_builder_doc, r=s…

    …teveklabnik
    
    Add DirBuilder doc examples
    
    r? @steveklabnik
    
    Part of rust-lang#29329 and of rust-lang#29356.
    steveklabnik committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    8c810ef View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#35001 - rdwilliamson:patch-1, r=alexcrichton

    Fix HashMap's values_mut example to use println!
    
    Fix HashMap's values_mut example to use println!
    steveklabnik committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    c61da08 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    181d39d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dafbe97 View commit details
    Browse the repository at this point in the history
  14. Rollup merge of rust-lang#35028 - abhijeetbhagat:patch-6, r=alexcrichton

    Remove no_stack_check tests (rust-lang#34915)
    
    Part of fixes for rust-lang#34915
    steveklabnik committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    e3e138b View commit details
    Browse the repository at this point in the history