rust/src/librustc_mir
David Wood 9eb8d1179c
Improve borrow errors for closures.
Adds improved messages for closures where returned type
does not match the inferred return lifetime of the closure.
2018-09-23 14:18:27 +02:00
..
borrow_check Improve borrow errors for closures. 2018-09-23 14:18:27 +02:00
build Auto merge of #54262 - matthewjasper:explain-in-typeck, r=nikomatsakis 2018-09-23 01:39:54 +00:00
dataflow Auto merge of #54188 - lqd:fallout-53695, r=nikomatsakis 2018-09-22 20:38:19 +00:00
hair On nightly with NLL, suggest #![feature(bind_by_move_pattern_guards)] when it might fix the code. 2018-09-17 13:46:50 +02:00
interpret Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung 2018-09-22 23:08:03 +00:00
monomorphize Improve handling of type bounds in bit_set.rs. 2018-09-20 08:52:41 +10:00
transform Refactor 'ReadForMatch' into 'FakeRead' and add the cause of the fake read 2018-09-18 14:36:37 +02:00
util Auto merge of #54310 - pnkfelix:issue-52059-report-borrow-drop-conflict, r=nikomatsakis 2018-09-23 04:06:15 +00:00
Cargo.toml Use optimized SmallVec implementation 2018-08-23 10:45:53 +03:00
const_eval.rs miri loop detector hashing: fix enum hashing to also consider discriminant; do not hash extra machine state 2018-09-09 10:53:36 +02:00
diagnostics.rs Address following error from rustdoc tests: 2018-09-19 10:31:42 +02:00
lib.rs Auto merge of #54032 - oli-obk:layout_scalar_ranges, r=eddyb 2018-09-14 09:47:21 +00:00
shim.rs propagate user-ascribes types down onto resulting bindings 2018-09-10 10:58:31 -04:00