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

Merged
merged 11 commits into from
Feb 18, 2017
Merged

Rollup of 5 pull requests #39933

merged 11 commits into from
Feb 18, 2017

Commits on Feb 15, 2017

  1. Configuration menu
    Copy the full SHA
    c8292fc View commit details
    Browse the repository at this point in the history
  2. Fix wording in LocalKey documentation

    Stjepan Glavina committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    1fbbe79 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2017

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

Commits on Feb 17, 2017

  1. code order tweak

    king6cong committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    860900c View commit details
    Browse the repository at this point in the history
  2. Fixup String::split_off documentation

    1. Clarify that `String::split_off` returns one string and modifies self
       in-place. The documentation implied that it returns two new strings.
    
    2. Make the documentation mirror `Vec::split_off`.
    Stebalien committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    eec9e98 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2017

  1. Configuration menu
    Copy the full SHA
    84aca88 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#39847 - CBenoit:patch-1, r=frewsxcv

    Correct a typo in procedural macros chapter of the Book.
    
    A simple and short correction for procedural macros chapter of the Rust Programming Language Book.
    GuillaumeGomez committed Feb 18, 2017
    Configuration menu
    Copy the full SHA
    e49f76f View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#39862 - stjepang:fix-wording-localkey, r=Gu…

    …illaumeGomez
    
    Fix wording in LocalKey documentation
    
    Fixes rust-lang#39841
    
    r? @GuillaumeGomez
    GuillaumeGomez committed Feb 18, 2017
    Configuration menu
    Copy the full SHA
    e4c285d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33d1346 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#39904 - Stebalien:cleanup-string-split-off,…

    … r=frewsxcv
    
    Fixup String::split_off documentation
    
    1. Clarify that `String::split_off` returns one string and modifies self in-place. The documentation implied that it returns two new strings.
    
    2. Make the documentation mirror `Vec::split_off`.
    GuillaumeGomez committed Feb 18, 2017
    Configuration menu
    Copy the full SHA
    a7e2227 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#39928 - GuillaumeGomez:env_func_urls, r=fre…

    …wsxcv
    
    Add missing urls for env functions
    
    r? @frewsxcv
    GuillaumeGomez committed Feb 18, 2017
    Configuration menu
    Copy the full SHA
    98c2cf2 View commit details
    Browse the repository at this point in the history