about summary refs log tree commit diff
path: root/src/test/ui/span
AgeCommit message (Expand)AuthorLines
2018-09-18Updates to tests reflecting the diangostic changes in previous commit.Felix S. Klock II-10/+11
2018-09-16Auto merge of #54157 - euclio:structured-suggestion, r=estebankbors-7/+7
2018-09-14Auto merge of #54088 - matthewjasper:use-reason-in-dlle-errors, r=pnkfelixbors-0/+13
2018-09-12use structured suggestion for "missing mut" labelAndy Russell-7/+7
2018-09-10Feature gate non-builtin attributes in inner attribute positionVadim Petrochenkov-3/+14
2018-09-09Suggest a let binding to extend temporary lifetimes with NLLMatthew Jasper-0/+13
2018-08-28Auto merge of #53493 - matthewjasper:hair-spans, r=nikomatsakisbors-11/+6
2018-08-27Also use smaller spans for unsize adjustmentsMatthew Jasper-11/+6
2018-08-20resolve: Consolidate error reporting for resolved macros in `fn resolve_macro...Vadim Petrochenkov-4/+4
2018-08-14Label definition of captured variables in errors.David Wood-0/+3
2018-08-06Auto merge of #52332 - zackmdavis:dead_code_lint_should_say_2_electric_boogal...bors-6/+6
2018-08-03Update tests for new spans for nll errors involving closuresMatthew Jasper-24/+22
2018-08-03Auto merge of #52948 - davidtwco:issue-52633-later-loop-iteration, r=pnkfelixbors-5/+5
2018-08-01minor fallout from the change.Felix S. Klock II-2/+0
2018-08-01Errors are more specific in cases where borrows are used in future iterations...David Wood-5/+5
2018-08-01Rollup merge of #52904 - pnkfelix:issue-51167-sort-by-span, r=petrochenkovPietro Albini-55/+55
2018-07-31Update the `.nll.stderr` files under new sorted-by-span scheme.Felix S. Klock II-55/+55
2018-07-30Include lifetime in mutability suggestion in NLL messagesEsteban Küber-5/+5
2018-07-26Use better spans for dummy accesses used in matchesMatthew Jasper-5/+5
2018-07-26Rollup merge of #52617 - matthewjasper:remove-unused-code, r=nikomatsakisMark Rousskov-51/+51
2018-07-24Rollup merge of #52605 - estebank:str-plus-eq, r=oli-obkkennytm-6/+2
2018-07-23Don't match on region kinds when reporting NLL errorsMatthew Jasper-51/+51
2018-07-23Match errors using the callsite of macro expansionsFederico Poli-2/+5
2018-07-22Rollup merge of #52507 - estebank:infer-type, r=nikomatsakiskennytm-3/+3
2018-07-21Do not suggest using `to_owned()` on `&str += &str`Esteban Küber-6/+2
2018-07-21dead-code lint: say "constructed" for structsZack M. Davis-6/+6
2018-07-21Add specific message when moving from upvars in a non-FnOnce closureMatthew Jasper-2/+2
2018-07-20Update tests for new NLL mutability errorsMatthew Jasper-21/+21
2018-07-20Reword when `_` couldn't be inferredEsteban Küber-3/+3
2018-07-06Rollup merge of #52067 - csmoe:issue-51167, r=nikomatsakisMark Rousskov-28/+28
2018-07-05update testcsmoe-28/+28
2018-07-01Make causal tracking lazySantiago Pastorino-22/+6
2018-06-23add `dyn` to display of dynamic (trait) type namesZack M. Davis-1/+1
2018-06-19Suggest that values are dropped in the opposite order they are definedSantiago Pastorino-0/+36
2018-06-19NLL: Updates to diagnostic output in `test/ui`.Felix S. Klock II-18/+59
2018-05-29Fix typoEsteban Küber-1/+1
2018-05-28Add primary span labelEsteban Küber-3/+4
2018-05-28Only suggest assoc fn when sure about the typeEsteban Küber-6/+2
2018-05-27Use suggestion for assoc fn called like methodEsteban Küber-8/+11
2018-05-25rust-lang/rust#51025: improve test robustness so that they work under NLL too.Felix S. Klock II-110/+233
2018-05-13Improve eager type resolution error messageleonardo.yvens-0/+52
2018-05-10Fix tuple struct field spansEsteban Küber-1/+1
2018-04-28stabilize `#[must_use]` for functions and must-use operatorsZack M. Davis-40/+1
2018-04-18Workaround rust-lang/rust#49998 by opting into experimental `-Z nll-subminima...Felix S. Klock II-9/+12
2018-04-18Update the previously checkpointed (but unused by bors) tests to reflect curr...Felix S. Klock II-14/+60
2018-04-13Rename must-compile-successfully into compile-passGuillaume Gomez-2/+2
2018-04-11Checkpoint the current status of NLL on `ui` tests via compare-mode=nll.Felix S. Klock II-0/+923
2018-04-11Workaround rust-lang/rust#49855 by forcing rustc_error in any mode, including...Felix S. Klock II-16/+16
2018-03-25Rollup merge of #49299 - SimonSapin:ubiquity, r=nikomatsakiskennytm-5/+8
2018-03-23Stabilize the copy_closures and clone_closures featuresSimon Sapin-5/+8