about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2018-07-10improve error message shown for unsafe operations: explain why undefined beha...Ralf Jung-71/+28
2018-07-09Implement #[alloc_error_handler]Simon Sapin-0/+101
2018-07-09bump minimum LLVM version to 5.0gnzlbg-1/+0
2018-07-06Rollup merge of #52083 - spastorino:dont-run-ast-borrowck-on-mir-mode, r=niko...Mark Rousskov-4/+4
2018-07-06Auto merge of #52021 - nikomatsakis:nll-region-errors, r=estebankbors-7/+6
2018-07-06Auto merge of #52018 - flip1995:rfc2103, r=oli-obkbors-0/+46
2018-07-06Rollup merge of #52016 - oli-obk:dedup_static_errors, r=estebankkennytm-4/+0
2018-07-04Remove rustc_mir_borrowck attribute and use rustc_mir insteadSantiago Pastorino-4/+4
2018-07-04Improving span of unknown lint tool error messageflip1995-2/+2
2018-07-04Tests for tool_lintsflip1995-0/+46
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