summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2015-07-30Fix testsBrian Anderson-0/+3
2015-07-29Feature gate associated type defaultsBrian Anderson-0/+15
2015-07-06Fix some merge conflictsNiko Matsakis-1/+1
2015-07-06Now that I made the warning smarter, these tests no longer require modificationNiko Matsakis-2/+4
2015-07-06Adjust tests to silence warnings (or record them, as appropriate).Niko Matsakis-5/+7
2015-07-06After inferring regions, scan for any bounds that are due to a lifetimeNiko Matsakis-0/+64
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-21Make expr_is_lval more robustAriel Ben-Yehuda-0/+36
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
2015-06-19Uncomplete fix for #2392Paul Faria-0/+11
2015-06-19rustc: replace Repr/UserString impls with Debug/Display ones.Eduard Burtescu-1/+1
2015-06-18Auto merge of #26147 - arielb1:assoc-trans, r=nikomatsakisbors-0/+24
2015-06-18Fix #23589Ariel Ben-Yehuda-2/+14
2015-06-18Auto merge of #26192 - alexcrichton:features-clean, r=aturonbors-9/+4
2015-06-18Simplify and type_known_to_meet_builtin_bound and make it more correct whenAriel Ben-Yehuda-0/+24
2015-06-18Auto merge of #26385 - nham:fix_25396, r=alexcrichtonbors-0/+37
2015-06-18Prohibit casts between fat pointers to different traitsAriel Ben-Yehuda-0/+6
2015-06-18Auto merge of #26358 - nham:fix_24081, r=alexcrichtonbors-0/+23
2015-06-18Auto merge of #26336 - dotdash:raw_ptr_coercions, r=nrcbors-0/+1
2015-06-17Fix the E0252 error message to use better names for things.Nick Hamann-0/+37
2015-06-17Auto merge of #26326 - nikomatsakis:optimize-fulfillment-cache-in-tcx, r=pcwa...bors-20/+72
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-9/+4
2015-06-17Auto merge of #25961 - sanxiyn:dead-variant-2, r=huonwbors-0/+22
2015-06-16Fix error message for E0256 in certain cases.Nick Hamann-0/+23
2015-06-16Avoid deref/ref cycles for no-op coercions between unsafe pointersBjörn Steinbrink-0/+1
2015-06-15This new caching sometimes suppresses duplicate errors that occur inNiko Matsakis-20/+31
2015-06-15Rather than expanding the where-clauses in the environment over and overNiko Matsakis-0/+41
2015-06-15Auto merge of #26275 - arielb1:unconstrained-projection, r=nikomatsakisbors-0/+32
2015-06-13Ensure projections are not counted as constraining type parameters.Ariel Ben-Yehuda-0/+32
2015-06-13Use `assert_eq!` instead of `assert!` in testspetrochenkov-9/+8
2015-06-13Auto merge of #26253 - steveklabnik:remove_old_ignored_tests, r=brsonbors-73/+1
2015-06-12Update dead-code-closure-bangSteve Klabnik-1/+1
2015-06-12ignore-test cleanupSteve Klabnik-72/+0
2015-06-12Add tests for tuple-like structs and dictionary-like enum variantsSeo Sanghyeon-0/+8
2015-06-12Use more precise span when checking type definitionsSeo Sanghyeon-8/+4
2015-06-11Prevent raw pointers from being used as an explicit selfAriel Ben-Yehuda-0/+18
2015-06-11Auto merge of #26172 - nham:add_E0116, r=alexcrichtonbors-2/+2
2015-06-10Rollup merge of #26146 - steveklabnik:remove_unsafe_pointer, r=GankroManish Goregaokar-6/+6
2015-06-10Add explanation for E0116 and update the error message.Nick Hamann-2/+2
2015-06-09Exise 'unsafe pointer' in favor of 'raw pointer'Steve Klabnik-6/+6
2015-06-09Exise 'owned pointer' from the codebaseSteve Klabnik-3/+3
2015-06-08Auto merge of #26091 - chellmuth:pub-struct-field-span, r=nrcbors-0/+30
2015-06-07Add licenseChris Hellmuth-0/+10