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 4 pull requests #50245

Merged
merged 8 commits into from
Apr 26, 2018
Merged

Rollup of 4 pull requests #50245

merged 8 commits into from
Apr 26, 2018

Commits on Apr 23, 2018

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

Commits on Apr 25, 2018

  1. Configuration menu
    Copy the full SHA
    d81d081 View commit details
    Browse the repository at this point in the history
  2. Some JS improvements

    GuillaumeGomez committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    ac0f99c View commit details
    Browse the repository at this point in the history
  3. Added missing . in docs.

    ralfbiedert authored Apr 25, 2018
    Configuration menu
    Copy the full SHA
    1bcb267 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2018

  1. Rollup merge of rust-lang#50177 - matthiaskrgr:std_std_replacen__must…

    …_use, r=oli-obk
    
    mark std::str::replace(,n) as #[must_use]
    
    let x = "a b c c";
    x.replacen("c", "d", 2");
    might not do what people might think it does.
    GuillaumeGomez authored Apr 26, 2018
    Configuration menu
    Copy the full SHA
    3b49b27 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#50207 - wesleywiser:hash_const_data, r=eddyb

    Hash EntryKind::AssociatedConst const data
    
    Related to rust-lang#49991
    r? @michaelwoerister
    cc @eddyb
    GuillaumeGomez authored Apr 26, 2018
    Configuration menu
    Copy the full SHA
    0d758ec View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#50214 - GuillaumeGomez:JS-improvements, r=Q…

    …uietMisdreavus
    
    Js improvements
    
    r? @QuietMisdreavus
    GuillaumeGomez authored Apr 26, 2018
    Configuration menu
    Copy the full SHA
    8f6b427 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#50219 - ralfbiedert:master, r=frewsxcv

    Added missing `.` in docs.
    GuillaumeGomez authored Apr 26, 2018
    Configuration menu
    Copy the full SHA
    438f3ca View commit details
    Browse the repository at this point in the history