about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-06-27Fix the error of selecting obligation by not running the borrow checker.Vytautas Astrauskas-6/+31
2018-06-27Move regression test from `compile-fail/` to `ui/` test directory.Felix S. Klock II-0/+8
2018-06-27Fix the regression test for issue 50716.Vytautas Astrauskas-1/+3
2018-06-27Fix NLL issue 50716 and add a regression test.Vytautas Astrauskas-0/+26
2018-06-27Implement `#[macro_export(local_inner_macros)]`Vadim Petrochenkov-0/+92
2018-06-27Auto merge of #51773 - oli-obk:cleanup_impl_trait, r=nikomatsakisbors-105/+18
2018-06-26driveby status update to 2015 comment about parens in patternsZack M. Davis-0/+2
2018-06-26inclusive range syntax lint (`...` → `..=`)Zack M. Davis-2/+84
2018-06-26migrate codebase to `..=` inclusive range patternsZack M. Davis-111/+110
2018-06-26Don't inspect the generated existential type itemsOliver Schneider-105/+18
2018-06-26Auto merge of #51805 - pietroalbini:rollup, r=pietroalbinibors-150/+240
2018-06-26Rollup merge of #51789 - estebank:issue-50577, r=oli-obkPietro Albini-0/+28
2018-06-26Rollup merge of #51747 - varkor:export_name-null-character, r=estebankPietro Albini-1/+24
2018-06-26Rollup merge of #51731 - varkor:closure-array-break-length, r=estebankPietro Albini-12/+51
2018-06-26Rollup merge of #51104 - zackmdavis:dynamo, r=nikomatsakisPietro Albini-137/+137
2018-06-26Auto merge of #49469 - Nokel81:allow-irrefutable-let-patterns, r=nikomatsakisbors-0/+70
2018-06-26Auto merge of #50966 - leodasvacas:self-in-where-clauses-is-not-object-safe, ...bors-39/+48
2018-06-25Don't ICE when performing `lower_pattern_unadjusted` on a `TyError`Esteban Küber-0/+28
2018-06-25Auto merge of #51750 - zackmdavis:superstructure, r=oli-obkbors-24/+183
2018-06-25Auto merge of #51733 - varkor:ice-match-slice, r=oli-obkbors-0/+23
2018-06-25Fill in tracking issue for WHERE_CLAUSES_OBJECT_SAFETY future compat lintleonardo.yvens-1/+1
2018-06-25Make where clause object safety be a warn-by-default lintleonardo.yvens-10/+18
2018-06-25`Self` in where clauses may not be object safeleonardo.yvens-37/+38
2018-06-25Auto merge of #51335 - mark-i-m:allocator, r=oli-obkbors-0/+48
2018-06-25Auto merge of #51688 - spastorino:error-note-field-after-move, r=nikomatsakisbors-9/+41
2018-06-24actually fix testmark-1/+1
2018-06-24fix testmark-4/+7
2018-06-24Prohibit global_allocator in submodules for nowMark Mansi-1/+9
2018-06-24Attempt to fix hygiene for global_allocatorMark Mansi-0/+37
2018-06-23in which the trivial-casts word to the wise is tucked into a help noteZack M. Davis-0/+95
2018-06-23structured suggestion and rewording for `...` expression syntax errorZack M. Davis-13/+42
2018-06-23use structured suggestion for pattern-named-the-same-as-variant warningZack M. Davis-11/+46
2018-06-23add `dyn` to display of dynamic (trait) type namesZack M. Davis-137/+137
2018-06-24Add backticks to E0558varkor-1/+1
2018-06-23Add error for using null characters in export_namevarkor-0/+23
2018-06-23Fix error code numbersGuillaume Gomez-5/+5
2018-06-23Fix codegen testsvarkor-12/+12
2018-06-23Add a test for breakvarkor-1/+9
2018-06-23Fix an ICE with continue inside a closure inside a loop conditionvarkor-2/+11
2018-06-23Fix an ICE with `continue` as an array lengthvarkor-0/+22
2018-06-23Fix an ICE when matching over const slicesvarkor-0/+23
2018-06-23Auto merge of #51723 - estebank:abolish-ice, r=oli-obkbors-0/+34
2018-06-23Auto merge of #51580 - cramertj:async-await, r=eddybbors-21/+355
2018-06-23Auto merge of #51696 - estebank:fuzzy-ice-ice, r=oli-obkbors-0/+28
2018-06-23Auto merge of #51697 - estebank:once-used-lifetime-label, r=oli-obkbors-8/+30
2018-06-22Accept `TyError` in `analyze_closure` to avoid ICEEsteban Küber-0/+34
2018-06-22Fix erroneous error note when using field after moveSantiago Pastorino-9/+41
2018-06-22Auto merge of #51681 - varkor:rustc_deprecated-future-deprecation, r=petroche...bors-0/+13
2018-06-22Review nits and updatesTaylor Cramer-5/+5
2018-06-22Auto merge of #51670 - estebank:issue-51634, r=oli-obkbors-3/+69