about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2015-07-17Rollup merge of #25993 - nham:fix_23969, r=nikomatsakisManish Goregaokar-0/+78
2015-07-16Fixup testManish Goregaokar-1/+1
2015-07-16Rollup merge of #27018 - arielb1:enum-update, r=eddybManish Goregaokar-0/+16
2015-07-16Rollup merge of #26988 - frewsxcv:regression-tests, r=alexcrichtonManish Goregaokar-0/+69
2015-07-16Rollup merge of #26819 - P1start:ref-suggestion, r=nikomatsakisManish Goregaokar-0/+33
2015-07-15Better detection of duplicate associated items.Nick Hamann-0/+78
2015-07-14don't ICE when FRU is used on an enum variantAriel Ben-Yehuda-0/+16
2015-07-14Add regression test for #21140Corey Farwell-1/+3
2015-07-13Auto merge of #26241 - SimonSapin:derefmut-for-string, r=alexcrichtonbors-18/+3
2015-07-13Fix tests for changes in #26241.Simon Sapin-18/+3
2015-07-13Add regression tests for #23595Corey Farwell-0/+40
2015-07-13Add regression test for #22312Corey Farwell-0/+27
2015-07-13Don't ICE when missing owned_box lang itemNick Cameron-0/+26
2015-07-11Suggest using `ref` inline in an errorP1start-0/+33
2015-07-09Auto merge of #26515 - quantheory:check_enum_recursion, r=nrcbors-0/+24
2015-07-08Add comments about the checks for recursive variant definition, as requested ...Sean Patrick Santos-0/+4
2015-07-08Auto merge of #26859 - arielb1:const-deref-again, r=eddybbors-0/+23
2015-07-07Auto merge of #26747 - huonw:stability-issue, r=alexcrichtonbors-0/+21
2015-07-07mark user-defined derefs as non-constantAriel Ben-Yehuda-0/+23
2015-07-07Auto merge of #26699 - eddyb:unstable-prelude_import, r=huonwbors-0/+14
2015-07-06rustc: implement `unstable(issue = "nnn")`.Huon Wilson-0/+21
2015-07-06don't use type_parameter_def during astconvAriel Ben-Yehuda-0/+12
2015-07-05Auto merge of #26464 - Gankro:send, r=alexcrichtonbors-1/+0
2015-07-05Auto merge of #26473 - Eljay:missing_docs, r=alexcrichtonbors-0/+21
2015-07-05Feature-gate #[prelude_import].Eduard Burtescu-0/+14
2015-07-04Auto merge of #26770 - arielb1:str-mut-idx, r=eddybbors-0/+38
2015-07-04Remove outdated errors for mutating stringsAriel Ben-Yehuda-0/+38
2015-07-04require reimplementations of all items when a defaulted associated type is ov...Ariel Ben-Yehuda-0/+25
2015-07-03Fix some merge conflictsNiko Matsakis-1/+1
2015-07-03Now that I made the warning smarter, these tests no longer require modificationNiko Matsakis-2/+4
2015-07-03Adjust tests to silence warnings (or record them, as appropriate).Niko Matsakis-5/+7
2015-07-03After inferring regions, scan for any bounds that are due to a lifetimeNiko Matsakis-0/+64
2015-07-03Auto merge of #26378 - arielb1:unused-mut, r=pnkfelixbors-0/+9
2015-07-01Add a regression test for #8640.Nick Hamann-0/+20
2015-07-01Make the unused_mut lint smarter with respect to locals.Ariel Ben-Yehuda-0/+9
2015-06-30Rollup merge of #26622 - tshepang:indents, r=sanxiynSteve Klabnik-1/+1
2015-06-30Auto merge of #26667 - arielb1:audit-walk, r=eddybbors-0/+32
2015-06-29lint: default methods must be called on Self to unconditionally recur.Huon Wilson-0/+7
2015-06-29lint: only consider actual calls as unconditional recursion.Huon Wilson-0/+4
2015-06-30Fix lifetime elision region accountingAriel Ben-Yehuda-0/+19
2015-06-29Fix off-by-one error in default-type-parameter checkingAriel Ben-Yehuda-0/+13
2015-06-27test: fix some indentsTshepang Lekhonkhobe-1/+1
2015-06-25Auto merge of #26558 - nham:fix_24357, r=alexcrichtonbors-0/+40
2015-06-24Add a regression test for #18119.Nick Hamann-0/+22
2015-06-24Use correct type for "use of moved value" error with closures.Nick Hamann-0/+18
2015-06-24Add a regression test for #19538.Nick Hamann-0/+29
2015-06-23Add a regression test for #23305.Nick Hamann-0/+17
2015-06-23Auto merge of #26061 - Gankro:inherit-dep, r=brsonbors-8/+40
2015-06-22Fix issue #23302, ICE on recursively defined enum variant discriminant.Sean Patrick Santos-0/+20
2015-06-22Suggest missing trait bounds when a method exists but the bounds aren't satis...Gulshan Singh-0/+18