Skip to content

Rollup of 12 pull requests #47734

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

Closed
wants to merge 21 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
dbb6519
NLL test for mutating &mut references
ritiek Jan 20, 2018
4121ddb
Do not suggest private traits that have missing method
estebank Jan 18, 2018
5de8e04
Remove broken redundant backtrace hint
etaoins Jan 23, 2018
06d123d
Remove similar test that does not run the result
ritiek Jan 23, 2018
e6af9eb
Point at unknown lang item attribute
estebank Jan 23, 2018
583b382
Remove workarounds for cc 1.0.3.
EdSchouten Jan 24, 2018
65b1e86
Fix into() cast paren check precedence
etaoins Jan 24, 2018
05652d2
fix for documentation error issue 47716
evelynmitchell Jan 24, 2018
e1e991d
Fix experimental text display on default theme
GuillaumeGomez Jan 24, 2018
0847ac0
Fix wrong span for nested empty groups
pietroalbini Jan 24, 2018
15899b0
Update Cargo submodule to master
alexcrichton Jan 25, 2018
147f5ce
Rollup merge of #47534 - estebank:suggest-public-traits, r=petrochenkov
GuillaumeGomez Jan 25, 2018
2afd21d
Rollup merge of #47609 - ritiek:test-mutating-references, r=nikomatsakis
GuillaumeGomez Jan 25, 2018
0a1dcd3
Rollup merge of #47679 - etaoins:remove-redundant-backtrace-hint, r=e…
GuillaumeGomez Jan 25, 2018
7550753
Rollup merge of #47691 - estebank:unknown-lang-item-sp, r=rkruppe
GuillaumeGomez Jan 25, 2018
47cb91a
Rollup merge of #47700 - EdSchouten:cc104, r=kennytm
GuillaumeGomez Jan 25, 2018
9d3d9d5
Rollup merge of #47702 - etaoins:fix-into-cast-paren-precedence, r=pe…
GuillaumeGomez Jan 25, 2018
f72d441
Rollup merge of #47717 - evelynmitchell:47716-doc-fix, r=steveklabnik
GuillaumeGomez Jan 25, 2018
a4d31fc
Rollup merge of #47721 - GuillaumeGomez:experimental-color, r=QuietMi…
GuillaumeGomez Jan 25, 2018
5d9ea4b
Rollup merge of #47726 - pietroalbini:fix-nested-empty-groups-span, r…
GuillaumeGomez Jan 25, 2018
e1fd7ca
Rollup merge of #47729 - alexcrichton:update-cargo, r=sfackler
GuillaumeGomez Jan 25, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove similar test that does not run the result
  • Loading branch information
ritiek committed Jan 23, 2018
commit 06d123d4be25d8c9f24e562f8e6c0c21c549a423
34 changes: 0 additions & 34 deletions src/test/run-pass/borrowck/borrowck-nll-iterating-and-updating.rs

This file was deleted.

2 changes: 1 addition & 1 deletion src/test/run-pass/nll/mutating_references.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2016 The Rust Project Developers. See the COPYRIGHT
// Copyright 2018 The Rust Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at
// http://rust-lang.org/COPYRIGHT.
//
Expand Down