summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-06-18Prohibit casts between fat pointers to different traitsAriel Ben-Yehuda-5/+16
2015-06-18Auto merge of #26358 - nham:fix_24081, r=alexcrichtonbors-0/+23
2015-06-18Auto merge of #26389 - Manishearth:rollup, r=Manishearthbors-0/+13
2015-06-18Rollup merge of #26387 - frewsxcv:regression-tests-25180, r=eddybManish Goregaokar-0/+13
2015-06-18Auto merge of #26364 - frewsxcv:regression-tests-22864, r=blussbors-0/+30
2015-06-18Auto merge of #26336 - dotdash:raw_ptr_coercions, r=nrcbors-0/+28
2015-06-17Add regression test for #21622Corey Farwell-0/+28
2015-06-17Add regression test for #25180Corey Farwell-0/+13
2015-06-17Fix the E0252 error message to use better names for things.Nick Hamann-0/+37
2015-06-18Auto merge of #26347 - nagisa:macro-exp, r=nrcbors-0/+36
2015-06-17Auto merge of #26326 - nikomatsakis:optimize-fulfillment-cache-in-tcx, r=pcwa...bors-20/+72
2015-06-17Auto merge of #26062 - eefriedman:cleanup-cached, r=nikomatsakisbors-0/+40
2015-06-17More test fixes and fallout of stability changesAlex Crichton-8/+0
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-108/+79
2015-06-17Auto merge of #25961 - sanxiyn:dead-variant-2, r=huonwbors-0/+44
2015-06-17Add a testSeo Sanghyeon-0/+22
2015-06-17Auto merge of #26126 - Nashenas88:sync-send-libcore-iter, r=huonwbors-3/+76
2015-06-17Auto merge of #26025 - alexcrichton:update-llvm, r=brsonbors-9/+8
2015-06-16rustc: Update LLVMAlex Crichton-9/+8
2015-06-16Add regression tests for #22864Corey Farwell-0/+30
2015-06-16Fix error message for E0256 in certain cases.Nick Hamann-0/+23
2015-06-16Add a test for issue 26322Simonas Kazlauskas-0/+36
2015-06-16Avoid deref/ref cycles for no-op coercions between unsafe pointersBjörn Steinbrink-0/+28
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 #26282 - arielb1:probe-leak, r=nikomatsakisbors-0/+64
2015-06-15Auto merge of #26275 - arielb1:unconstrained-projection, r=nikomatsakisbors-0/+32
2015-06-15Make impl-trait-ref associated types work in methodsAriel Ben-Yehuda-1/+37
2015-06-15Don't call instantiate_type_scheme during method probingAriel Ben-Yehuda-0/+28
2015-06-15Auto merge of #26168 - sfackler:stdout-panic, r=alexcrichtonbors-0/+65
2015-06-14Implement RFC 1014Steven Fackler-0/+65
2015-06-14Auto merge of #26071 - petrochenkov:assert1, r=alexcrichtonbors-383/+396
2015-06-13Auto merge of #26250 - steveklabnik:remove_html_literals_test, r=alexcrichtonbors-2/+0
2015-06-13Auto merge of #26249 - steveklabnik:remove_extern_panic, r=alexcrichtonbors-52/+0
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-383/+396
2015-06-13Auto merge of #26253 - steveklabnik:remove_old_ignored_tests, r=brsonbors-11651/+1
2015-06-13Auto merge of #26248 - steveklabnik:remove_2061, r=alexcrichtonbors-26/+0
2015-06-13Auto merge of #26247 - steveklabnik:remove_4120, r=alexcrichtonbors-21/+0
2015-06-12Auto merge of #26232 - eefriedman:rename-sty, r=nrcbors-18/+18
2015-06-12Re-enable html literals testSteve Klabnik-2/+0
2015-06-12Update dead-code-closure-bangSteve Klabnik-1/+1
2015-06-12ignore-test cleanupSteve Klabnik-11650/+0
2015-06-12Cleanup: rename middle::ty::sty and its variants.Eli Friedman-18/+18
2015-06-12Remove old runtime panic testSteve Klabnik-52/+0
2015-06-12Remove ignored test for #2061Steve Klabnik-26/+0
2015-06-12Remove ignore'd test for old ICESteve Klabnik-21/+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-12Auto merge of #26225 - arielb1:raw-self, r=eddybbors-0/+18