about summary refs log tree commit diff
path: root/src/test/ui/rfc-2005-default-binding-mode
AgeCommit message (Expand)AuthorLines
2019-04-22Never stop due to errors before borrow checkingEsteban Küber-2/+18
2019-04-22update tests for migrate mode by defaultMatthew Jasper-76/+23
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-4/+0
2019-03-23Tweak spans for E0599Esteban Küber-3/+1
2019-03-11Update NLL testsVadim Petrochenkov-7/+7
2019-03-11Update testsVadim Petrochenkov-11/+11
2019-03-02Point at enum definition when match patterns are not exhaustiveEsteban Küber-0/+2
2019-02-20Fix erroneous loop diagnostic in nllSantiago Pastorino-1/+1
2018-12-26Fixed more tests.Alexander Regueiro-2/+4
2018-12-25Remove licensesMark Rousskov-111/+21
2018-10-03Clearer later use messages for callsMatthew Jasper-1/+1
2018-09-28Test fixes for the change of error message for issue #54015Rusty Blitzerr-1/+1
2018-08-01Errors are more specific in cases where borrows are used in future iterations...David Wood-1/+1
2018-07-12Factor out suggest_ref_mut; use it in rustc_borrowckashtneoi-12/+0
2018-07-12span_suggestioncsmoe-6/+6
2018-07-12Don't try to suggest `ref mut` for implicit `ref`ashtneoi-6/+6
2018-06-19NLL: Updates to diagnostic output in `test/ui`.Felix S. Klock II-24/+12
2018-04-18Update the previously checkpointed (but unused by bors) tests to reflect curr...Felix S. Klock II-12/+24
2018-04-11Checkpoint the current status of NLL on `ui` tests via compare-mode=nll.Felix S. Klock II-0/+56
2018-04-05make mem-categorization use adjusted type for patternsNiko Matsakis-0/+47
2018-03-28Stabilize match_default_bindingsTaylor Cramer-51/+12
2018-03-20Stabilize slice patterns without `..`Vadim Petrochenkov-1/+1
2018-03-14update testsGuillaume Gomez-9/+9
2018-02-26Update UI testsVadim Petrochenkov-20/+20
2018-02-25Update ui testsGuillaume Gomez-0/+9
2018-01-15Add error code for unstable feature errorsGuillaume Gomez-1/+1
2017-11-24Use `get_parent_node` instead of using spansEsteban Küber-1/+1
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-24/+26
2017-11-15Point to ADT definition when not finding variant, method, assoc typeEsteban Küber-1/+1
2017-10-30typeck: suggest use of match_default_bindings featureTamir Duberstein-0/+25
2017-10-06implement pattern-binding-modes RFCTobias Schottdorf-0/+338