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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
compile-fail
/
borrowck
Age
Commit message (
Expand
)
Author
Lines
2017-10-04
Unit tests for gathering and reporting move-errors from mir-borrowck.
Felix S. Klock II
-13
/
+60
2017-09-29
mir-borrowck: Factorize error message for `cannot_assign_static()` between AS...
Basile Desloges
-4
/
+18
2017-09-29
Auto merge of #44811 - zilbuz:issue-44596/E0506, r=arielb1
bors
-28
/
+108
2017-09-26
Add span label to E0384 for MIR borrowck
Keith Yeung
-5
/
+18
2017-09-26
mir-borrowck: Edit compile-fail tests with E0506 error to also test on MIR bo...
Basile Desloges
-28
/
+108
2017-09-24
move unsafety checking to MIR
Ariel Ben-Yehuda
-2
/
+2
2017-08-16
Stabilize rvalue promotion to 'static.
Eduard-Mihai Burtescu
-1
/
+3
2017-05-27
Stabilize unions with `Copy` fields and no destructor
Vadim Petrochenkov
-8
/
+0
2017-04-28
Disable ref hint for pattern in let and adding ui-tests.
gaurikholkar
-3
/
+0
2017-04-25
Point at variable moved by closure
Esteban Küber
-22
/
+0
2017-04-11
fix a bug in compiletest JSON parsing for duplicate errors
Niko Matsakis
-2
/
+0
2017-03-27
borrowck: consolidate `mut` suggestions
Ariel Ben-Yehuda
-5
/
+1
2017-02-28
remove special-case code for statics and just use `borrowck_fn`
Niko Matsakis
-0
/
+28
2017-01-31
Removes FIXMEs related to #22405
Wesley Wiser
-1
/
+0
2017-01-30
Merge ty::TyBox into ty::TyAdt
Vadim Petrochenkov
-6
/
+6
2016-11-29
add hint to fix error for immutable ref in arg
Mikhail Modin
-381
/
+0
2016-11-28
rustc: rework stability to be on-demand for type-directed lookup.
Eduard Burtescu
-3
/
+3
2016-11-01
Improve "Doesn't live long enough" error
Mikhail Modin
-20
/
+0
2016-10-31
Changed most vec! invocations to use square braces
iirelu
-20
/
+20
2016-10-20
improve "Doesn't live long enough" error
Mikhail Modin
-61
/
+0
2016-10-18
Fix some pretty printing tests
Vadim Petrochenkov
-2
/
+0
2016-09-16
fix test fallout
Ariel Ben-Yehuda
-2
/
+2
2016-09-10
Improve shallow `Clone` deriving
Vadim Petrochenkov
-10
/
+2
2016-09-03
Address comments and add requested tests
Vadim Petrochenkov
-0
/
+309
2016-08-31
Update error message for lifetime of borrowed values
Jonathan Turner
-34
/
+12
2016-08-20
Update E0503 to the new format
Wesley Wiser
-0
/
+2
2016-08-17
Move 'doesn't live long enough' errors to labels
Jonathan Turner
-14
/
+15
2016-08-05
Update error format for E0373
trixnz
-0
/
+4
2016-07-31
Don't gate methods `Fn(Mut,Once)::call(mut,once)` with feature `unboxed_closu...
Vadim Petrochenkov
-4
/
+0
2016-06-09
implement RFC495 semantics for slice patterns
Ariel Ben-Yehuda
-17
/
+18
2016-05-25
refactor autoderef to avoid registering obligations
Ariel Ben-Yehuda
-1
/
+1
2016-05-20
Rollup merge of #33676 - rkruppe:e0509-exact-words, r=sanxiyn
Guillaume Gomez
-9
/
+11
2016-05-19
Rollup merge of #33712 - jseyfried:fix_expanded_expr_span_bug, r=nrc
Manish Goregaokar
-1
/
+2
2016-05-19
Reword the short diagnostic for E0509
Robin Kruppe
-9
/
+11
2016-05-18
Fix bug in macro expression spans
Jeffrey Seyfried
-1
/
+2
2016-05-17
Improve a few errors and fix #33366
Jonathan Turner
-22
/
+22
2016-05-12
Update errors to use new error format
Jonathan Turner
-16
/
+42
2016-05-02
update test cases to reflect new messages
Niko Matsakis
-23
/
+44
2016-03-16
Stop ignoring expected note/help messages in compiletest suite.
Corey Farwell
-0
/
+25
2016-02-24
Move the borrowck run-pass/compile-fail tests into their own directories
Niko Matsakis
-0
/
+5577