about summary refs log tree commit diff
path: root/src/test/ui/span
AgeCommit message (Expand)AuthorLines
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
2018-03-16Update testsJohn Kåre Alsaker-1/+4
2018-03-16Rollup merge of #49042 - kennytm:fix-e0307-typo, r=rkruppekennytm-1/+1
2018-03-15Remove unnecessary "`" in error message E0307 (invalid self type).kennytm-1/+1
2018-03-14Add empty main() to tests where it is missing.Eric Huss-2/+2
2018-03-14Add crate name to "main function not found" error message.Eric Huss-1/+1
2018-03-14update testsGuillaume Gomez-87/+85
2018-03-09tidy: Add a check for stray `.stderr` and `.stdout` files in UI test directoriesVadim Petrochenkov-14/+0
2018-02-26Fix rebaseVadim Petrochenkov-3/+3
2018-02-26Update UI testsVadim Petrochenkov-36/+36
2018-02-26Update UI testsVadim Petrochenkov-511/+511
2018-02-25Reduce error codes length when too much are thrownGuillaume Gomez-1/+1
2018-02-25Update ui testsGuillaume Gomez-0/+88
2018-02-24Rollup merge of #48392 - estebank:string, r=petrochenkovManish Goregaokar-1/+18
2018-02-20Handle custom diagnostic for `&str + String`Esteban Küber-1/+18
2018-02-17fix stderrcsmoe-2/+4
2018-02-14inform type annotationscsmoe-5/+5
2018-02-07Rollup merge of #48028 - zackmdavis:and_the_span_of_the_unknown_type, r=estebankManish Goregaokar-0/+42
2018-02-07Rollup merge of #47922 - zackmdavis:and_the_case_of_the_unused_field_pattern,...Manish Goregaokar-2/+1
2018-02-07Rollup merge of #47613 - estebank:rustc_on_unimplemented, r=nikomatsakisManish Goregaokar-3/+3
2018-02-05correct E0619 span re method call receivers whose type must be knownZack M. Davis-0/+42
2018-02-01Add filter to detect local crates for rustc_on_unimplementedEsteban Küber-2/+2
2018-02-01Change rustc_on_unimplemented for Iterator and binopsEsteban Küber-1/+5
2018-02-01Add filtering options to `rustc_on_unimplemented`Esteban Küber-6/+2
2018-02-01Minimize weird spans involving macro contextEsteban Küber-2/+2
2018-01-31concerning well-formed suggestions for unused shorthand field patternsZack M. Davis-2/+1
2018-01-23Stabilized `#[repr(align(x))]` attribute (RFC 1358)Cameron Hart-10/+2