about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
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-13Don't ICE when missing owned_box lang itemNick Cameron-0/+26
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
2015-06-22Do not consider fields matched by wildcard patterns to be usedSeo Sanghyeon-4/+6
2015-06-22Auto merge of #26394 - arielb1:implement-rfc401-part2, r=nrcbors-0/+6
2015-06-21remove erroneous error checkAlexis Beingessner-1/+0
2015-06-21Make expr_is_lval more robustAriel Ben-Yehuda-0/+36
2015-06-21Fix `missing_docs` lint for const and static.Eljay-0/+21
2015-06-20Rollup merge of #26451 - nham:fix_18058, r=arielb1Manish Goregaokar-0/+14
2015-06-20Auto merge of #26407 - arielb1:paren-binding, r=eddybbors-2/+14
2015-06-20Add a regression test for #18058.Nick Hamann-0/+14
2015-06-19fixup! Finished implementing proper function check (through FnOnce) and moved...Paul Faria-6/+9
2015-06-19Finished implementing proper function check (through FnOnce) and moved tests ...Paul Faria-24/+66
2015-06-19Fixed note message to display expression in recommendationsPaul Faria-6/+18