about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2018-07-04write code to extract region names and emit new style messageNiko Matsakis-7/+6
2018-07-03Auto merge of #51926 - matthewjasper:Initialization-span, r=nikomatsakisbors-2/+2
2018-07-03Deduplicate error reports for staticsOliver Schneider-4/+0
2018-07-03Rollup merge of #51958 - euclio:attr-refactor, r=petrochenkovPietro Albini-37/+0
2018-07-01Auto merge of #51110 - alexreg:new-static-eval-rules, r=eddybbors-109/+27
2018-07-01Auto merge of #51969 - pietroalbini:rollup, r=pietroalbinibors-1/+19
2018-07-01Rollup merge of #51921 - japaric:panic-impl-error, r=nagisaPietro Albini-1/+19
2018-07-01Auto merge of #51833 - wesleywiser:faster_large_constant_arrays, r=oli-obkbors-0/+24
2018-07-01Add two regression tests for const evalWesley Wiser-0/+24
2018-07-01Modified expected error messages in accordance with rebase.Alexander Regueiro-2/+7
2018-06-30move deprecation-sanity test to uiAndy Russell-37/+0
2018-06-30Minor refactoring.Alexander Regueiro-1/+1
2018-06-30Added tests fo referring to statics by value in other statics.Alexander Regueiro-0/+14
2018-06-30Added tests for writing to static mut's in statics.Alexander Regueiro-0/+22
2018-06-30Fixed bug with miri const evaluation where allocation is recursively borrowed.Alexander Regueiro-38/+1
2018-06-30Added miri error for evaluating foreign statics.Alexander Regueiro-67/+7
2018-06-30Loosened rules involving statics mentioning other statics.Alexander Regueiro-26/+0
2018-06-30Improve error messages when assigning to a local that starts initializedMatthew Jasper-2/+2
2018-06-30Auto merge of #51806 - oli-obk:lowering_cleanups1, r=cramertjbors-0/+2
2018-06-29update another cfail testJorge Aparicio-1/+1
2018-06-29improve the error message when `#[panic_implementation]` is missingJorge Aparicio-0/+18
2018-06-29Auto merge of #51729 - matthewjasper:move-errors, r=nikomatsakisbors-1/+1
2018-06-28Rollup merge of #51636 - oli-obk:const_diagnostics, r=eddybMark Rousskov-35/+3
2018-06-28Auto merge of #51630 - joshlf:map-split-perf, r=dtolnaybors-4/+4
2018-06-28Turn the use of erroneous constants into errors againOliver Schneider-0/+2
2018-06-28Don't const propagate the body of constantsOliver Schneider-39/+1
2018-06-28Merge `ConstVal` and `ConstValue`Oliver Schneider-3/+7
2018-06-28Rollup merge of #51800 - mark-i-m:edition2018compiletest, r=nikomatsakiskennytm-6/+6
2018-06-28Rollup merge of #51799 - mark-i-m:lower_case_feature_gate, r=mark-i-mkennytm-3/+3
2018-06-27Update tests for grouped nll move errorsMatthew Jasper-1/+1
2018-06-27Update testsOliver Schneider-0/+2
2018-06-27Optimize RefCell refcount trackingJoshua Liebow-Feeser-4/+4
2018-06-26add edition compiletest header + fix testsmark-6/+6
2018-06-26lower case some feature gate messagesmark-3/+3
2018-06-26migrate codebase to `..=` inclusive range patternsZack M. Davis-14/+13
2018-06-26Auto merge of #51805 - pietroalbini:rollup, r=pietroalbinibors-52/+52
2018-06-26Rollup merge of #51104 - zackmdavis:dynamo, r=nikomatsakisPietro Albini-52/+52
2018-06-26Auto merge of #49469 - Nokel81:allow-irrefutable-let-patterns, r=nikomatsakisbors-0/+49
2018-06-25Make where clause object safety be a warn-by-default lintleonardo.yvens-2/+2
2018-06-23add `dyn` to display of dynamic (trait) type namesZack M. Davis-52/+52
2018-06-22Auto merge of #51681 - varkor:rustc_deprecated-future-deprecation, r=petroche...bors-0/+13
2018-06-22Auto merge of #51463 - estebank:error-codes, r=nikomatsakisbors-136/+165
2018-06-21Support future deprecation for rustc_deprecatedvarkor-0/+13
2018-06-20Simply joint lifetime/type iterationvarkor-1/+1
2018-06-19Update message for `!Sized` typesEsteban Küber-80/+82
2018-06-19Fix tidy and remove unused methodEsteban Küber-3/+3
2018-06-19Add message to `rustc_on_unimplemented` attributes in coreEsteban Küber-135/+162
2018-06-19Update the existing compile-fail tests to reflect diagnostic changes in NLL.Felix S. Klock II-1/+8
2018-06-19updates to compile-fail tests for changes to NLL.Felix S. Klock II-3/+3
2018-06-17test: Ignore some problematic tests on powerpc and powerpc64*John Paul Adrian Glaubitz-0/+12