index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
borrowck
Age
Commit message (
Expand
)
Author
Lines
2018-06-22
Fix erroneous error note when using field after move
Santiago Pastorino
-8
/
+8
2018-06-21
use `pat_ty_adjusted` from `expr_use_visitor` to type of arguments
Niko Matsakis
-0
/
+42
2018-06-19
Update the existing UI tests to reflect diagnostic changes in NLL.
Felix S. Klock II
-1
/
+1
2018-06-19
NLL: Updates to diagnostic output in `test/ui`.
Felix S. Klock II
-3
/
+5
2018-06-06
Update the expected error output to reflect changes in this PR.
Felix S. Klock II
-38
/
+63
2018-06-06
Drive-by: Make assignment conflict tests in borrowck-vec-pattern-nesting.rs r...
Felix S. Klock II
-0
/
+5
2018-06-05
Auto merge of #51242 - ytausky:mut-ref, r=estebank
bors
-0
/
+43
2018-06-01
Suggest not mutably borrowing a mutable reference
Yaron Tausky
-0
/
+43
2018-06-01
also check `let` arms and nested patterns for mutable borrows
Niko Matsakis
-0
/
+161
2018-05-31
change `PointerKind::Implicit` to a note
Niko Matsakis
-0
/
+52
2018-05-29
rust-lang/rust#41962 has a new error with my new code. Incorporate that into ...
Felix S. Klock II
-8
/
+16
2018-05-25
rust-lang/rust#51025: improve test robustness so that they work under NLL too.
Felix S. Klock II
-28
/
+80
2018-05-09
rework causal tracking to explore outlives relationships
Niko Matsakis
-3
/
+12
2018-04-18
Removed `.nll.stderr` files that currently match their corresponding `.stderr...
Felix S. Klock II
-78
/
+0
2018-04-18
Trivial updates to `.nll.stderr` files post-rebase, reflecting s/-Znll/nll/ i...
Felix S. Klock II
-5
/
+5
2018-04-18
Update the previously checkpointed (but unused by bors) tests to reflect curr...
Felix S. Klock II
-1
/
+1
2018-04-15
remove -Znll -- borrowck=mir implies nll now
Niko Matsakis
-27
/
+28
2018-04-11
Checkpoint the current status of NLL on `ui` tests via compare-mode=nll.
Felix S. Klock II
-0
/
+394
2018-04-11
Workaround rust-lang/rust#49855 by forcing rustc_error in any mode, including...
Felix S. Klock II
-4
/
+4
2018-04-06
Add test from #49736
bobtwinkles
-0
/
+49
2018-04-04
two-phase borrows: support multiple activations in one statement
bobtwinkles
-0
/
+35
2018-04-03
Auto merge of #49348 - bobtwinkles:extend_2pb, r=nikomatsakis
bors
-0
/
+29
2018-03-24
Extend two-phase borrows to apply to method receiver autorefs
bobtwinkles
-0
/
+29
2018-03-20
Stabilize slice patterns without `..`
Vadim Petrochenkov
-9
/
+8
2018-03-14
update tests
Guillaume Gomez
-21
/
+21
2018-02-26
Update UI tests
Vadim Petrochenkov
-37
/
+37
2018-02-26
Update UI tests
Vadim Petrochenkov
-211
/
+211
2018-02-25
Update ui tests
Guillaume Gomez
-0
/
+21
2018-02-09
rustc_mir: insert a dummy access to places being matched on, when building MIR.
Eduard-Mihai Burtescu
-1
/
+19
2018-01-28
Point only at method signatures and point at trait
Esteban Küber
-16
/
+12
2018-01-28
For named lifetimes point only at method signature
Esteban Küber
-0
/
+110
2018-01-19
Tweak wording and spans of closure lifetime errors
Esteban Küber
-15
/
+18
2018-01-15
Move diagnostic logic to its own module
Esteban Küber
-4
/
+165
2018-01-15
Reword diagnostic
Esteban Küber
-3
/
+3
2018-01-15
Custom error when moving arg outside of its closure
Esteban Küber
-0
/
+31
2018-01-10
Modify message to match label
Esteban Küber
-2
/
+2
2018-01-07
Assignment to immutable argument: diagnostic tweak
Esteban Küber
-0
/
+38
2018-01-03
Tweak to mir borrow in a loop diagnostic
Esteban Küber
-4
/
+1
2018-01-03
Add mir test, review comments
Esteban Küber
-10
/
+36
2018-01-02
Be ambiguous when type cannot be properly mentioned
Esteban Küber
-26
/
+34
2018-01-01
Address review comments: make label shorter
Esteban Küber
-1
/
+2
2018-01-01
Move reason for move to label
Esteban Küber
-27
/
+58
2017-12-22
Updated existing tests.
David Wood
-0
/
+2
2017-12-14
Remove NOTE/HELP annotations from UI tests
Vadim Petrochenkov
-124
/
+88
2017-12-14
Move compile-fail tests with NOTE/HELP annotations to UI
Vadim Petrochenkov
-0
/
+871
2017-11-28
Rollup merge of #46231 - ritiek:verbs, r=arielb1
kennytm
-1
/
+1
2017-11-26
Update tests for -Zborrowck-mir -> -Zborrowck=mode migration
est31
-2
/
+2
2017-11-26
MIR: Fix value moved diagnose messages
Ritiek Malhotra
-1
/
+1
2017-11-24
Merge cfail and ui tests into ui tests
Oliver Schneider
-55
/
+69
2017-11-13
Fix comments
Shotaro Yamada
-1
/
+1
[next]