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
/
librustc_mir
/
util
/
borrowck_errors.rs
Age
Commit message (
Expand
)
Author
Lines
2018-04-06
reduce nested loops in the code
gaurikholkar
-2
/
+2
2018-04-05
Update borrowck_errors.rs
Gauri Kholkar
-4
/
+0
2018-04-05
Merge branch 'master' of https://github.com/rust-lang/rust into e0389
gaurikholkar
-79
/
+83
2018-03-18
remove unneeded where clause
csmoe
-36
/
+4
2018-03-16
fix formatting
csmoe
-10
/
+10
2018-03-16
change &self to self and fix lifetime annotations
csmoe
-73
/
+105
2018-03-10
code refactor, modify compile-fail tests
gaurikholkar
-4
/
+11
2018-03-05
Turn features() into a query.
Michael Woerister
-1
/
+1
2018-01-10
Modify message to match label
Esteban Küber
-3
/
+8
2017-12-20
feature nll implies borrowck=mir
Santiago Pastorino
-1
/
+1
2017-12-20
integrate -Znll-dump-cause into borrowck
Niko Matsakis
-2
/
+2
2017-11-26
Replace -Zborrowck-mir with -Zborrowck=mode
est31
-49
/
+105
2017-11-02
Make the difference between lint codes and error codes explicit
Oliver Schneider
-3
/
+3
2017-10-31
reorder 'gcx and 'tcx in `BorrowckErrors` impl
Niko Matsakis
-1
/
+1
2017-10-31
make end-point optional in the borrow check
Niko Matsakis
-13
/
+25
2017-10-25
Reword to avoid using either re-assignment or reassignment in errors
Carol (Nichols || Goulding)
-1
/
+1
2017-10-10
Add `Origin::Ast` arguments to all of the migrated AST-borrowck diagnostics.
Felix S. Klock II
-25
/
+40
2017-10-10
Fixed client code for diagnostics migration, adding new methods to `trait Bor...
Felix S. Klock II
-0
/
+118
2017-10-08
Auto merge of #45016 - pnkfelix:mir-borrowck-gather-and-signal-move-errors, r...
bors
-0
/
+46
2017-10-04
Move E0509 diagnostic into mod borrowck_errors shared between ast- and mir-bo...
Felix S. Klock II
-0
/
+14
2017-10-04
Move E0508 diagnostic into mod borrowck_errors shared between ast- and mir-bo...
Felix S. Klock II
-0
/
+20
2017-10-04
Move E0507 diagnostic into mod borrowck_errors shared between ast- and mir-bo...
Felix S. Klock II
-0
/
+12
2017-10-04
add notes to report_conflicting_borrow MIR borrowck
Mikhail Modin
-16
/
+73
2017-09-29
mir-borrowck: Factorize error message for `cannot_assign_static()` between AS...
Basile Desloges
-2
/
+8
2017-09-29
mir-borrowck: Move span_label calls for `cannot_use_when_mutably_borrowed()` ...
Basile Desloges
-3
/
+13
2017-09-29
mir-borrowck: Move span_label calls for `cannot_assign_to_borrowed()` inside ...
Basile Desloges
-3
/
+8
2017-08-16
Move borrowck error msg construction to module in `rustc_mir` (for later reus...
Felix S. Klock II
-0
/
+192
[prev]