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
2019-04-28
Fix lint findings in librustc_mir
flip1995
-3
/
+3
2019-04-21
Enable migrate mode by default on the 2015 edition
Matthew Jasper
-1
/
+1
2019-02-08
librustc_mir => 2018
Taiki Endo
-3
/
+3
2019-01-04
Improve diagnostic labels and add note.
David Wood
-11
/
+32
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-30
Refer to the second borrow as the "second borrow".
Daan de Graaf
-1
/
+5
2018-10-31
use String::from() instead of format!() macro to construct Strings.
Matthias Krüger
-1
/
+1
2018-10-21
Use new region infer errors for explaining borrows
Matthew Jasper
-0
/
+25
2018-10-20
Give an error number for "borrowed data escapes outside of closure"
Matthew Jasper
-0
/
+18
2018-10-19
Prefer unwrap_or_else to unwrap_or in case of function calls/allocations
ljedrz
-1
/
+1
2018-10-18
Extend closure special-casing for generators.
David Wood
-2
/
+4
2018-09-25
Change the diagnostic number from 714 to 716.
Felix S. Klock II
-1
/
+1
2018-09-25
add "temporary value dropped while borrowed" error
Mikhail Modin
-0
/
+16
2018-09-24
Better messages for errors from Shallow borrows
Matthew Jasper
-0
/
+23
2018-09-18
Fine tune dianostics for when a borrow conflicts with a destructor that needs...
Felix S. Klock II
-0
/
+16
2018-08-23
use String::new() instead of String::from(""), "".to_string(), "".to_owned() ...
Matthias Krüger
-1
/
+1
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-2
/
+2
2018-08-07
Special case error message for thread-local statics.
David Wood
-0
/
+16
2018-08-03
Highlight closure spans for borrow and initialization errors
Matthew Jasper
-2
/
+9
2018-07-20
Improve NLL mutability errors
Matthew Jasper
-3
/
+14
2018-06-22
Run rustfmt
Santiago Pastorino
-313
/
+470
2018-06-22
Fix erroneous error note when using field after move
Santiago Pastorino
-2
/
+4
2018-06-06
When NLL has illegal move due to borrowed content, provide feedback about why...
Felix S. Klock II
-2
/
+6
2018-04-07
modify the error message- CR Comments
gaurikholkar
-10
/
+4
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
[next]