summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2015-10-16check upvars in closures that are in staticsAriel Ben-Yehuda-0/+37
2015-10-16Warn on `pub extern crate`.Nick Cameron-0/+18
2015-10-16don't crash when there are multiple conflicting implementations of DropAriel Ben-Yehuda-0/+23
2015-10-16show each object-safety violation onceAriel Ben-Yehuda-0/+23
2015-10-16deduplicate trait errors before they are displayedAriel Ben-Yehuda-39/+36
2015-10-16rustc: Don't lint about isize/usize in FFIAlex Crichton-28/+8
2015-09-15Auto merge of #28406 - petrochenkov:primitive, r=eddybbors-0/+2
2015-09-15Auto merge of #28395 - ebfull:fix-associated-item-resolution, r=arielb1bors-0/+51
2015-09-15Auto merge of #28351 - jonas-schievink:macro-bt, r=nrcbors-16/+19
2015-09-15Prohibit renaming to primitive types' names in import listsVadim Petrochenkov-0/+2
2015-09-14Auto merge of #28396 - arielb1:misplaced-binding, r=eddybbors-0/+31
2015-09-13Added test for partially supplied type params in which remaining reference no...Sean Bowe-0/+2
2015-09-14Auto merge of #28383 - semarie:openbsd-jemalloc, r=alexcrichtonbors-0/+2
2015-09-13Auto merge of #28178 - christopherdumas:fix_ice, r=nikomatsakisbors-0/+18
2015-09-13ensure projections are prohibited when type parameters areAriel Ben-Yehuda-0/+31
2015-09-13Fixed regression in associated item resolution with default type parameters t...Sean Bowe-0/+49
2015-09-12disable jemalloc tests for openbsdSébastien Marie-0/+2
2015-09-11Fixed testchristopherdumas-1/+3
2015-09-10Added testchristopherdumas-0/+16
2015-09-10Don't print the macro definition site in backtracesJonas Schievink-16/+19
2015-09-10Add test for #17994Andrew Paseltiner-0/+13
2015-09-10Add tests for #22638, #22872, #23024, #23046Andrew Paseltiner-0/+156
2015-09-09Auto merge of #28299 - apasel422:tests, r=alexcrichtonbors-0/+30
2015-09-09Auto merge of #28300 - Manishearth:crate_err, r=eddybbors-0/+33
2015-09-08Add tests for #17001, #21449, #22992, #23208, #23442Andrew Paseltiner-0/+30
2015-09-09Print correct crate nameManish Goregaokar-2/+2
2015-09-09Add testManish Goregaokar-0/+33
2015-09-08Auto merge of #28291 - nrc:shr_span_fix, r=sfacklerbors-0/+20
2015-09-08Fix span bug with >> and type bindingsNick Cameron-0/+20
2015-09-08Auto merge of #28246 - huonw:lang-tracking-issues, r=alexcrichtonbors-1/+1
2015-09-08Allow tracking issues for lang features.Huon Wilson-1/+1
2015-09-06add MIR code (unused thus far)Niko Matsakis-1/+1
2015-09-06generalize graphviz library to handle HTML tags and other such thingsNiko Matsakis-2/+2
2015-09-04Auto merge of #28170 - nagisa:loopctl-label-spans, r=alexcrichtonbors-14/+29
2015-09-03Rollup merge of #28167 - petrochenkov:bytelit, r=nikomatsakisSteve Klabnik-2/+2
2015-09-03Fixes #27886 -- bitrig does not use jemalloc (yet)Dave Huseby-0/+2
2015-09-03Use consistent terminology for byte string literalsVadim Petrochenkov-2/+2
2015-09-03Fix hygienic-label-x testsSimonas Kazlauskas-4/+4
2015-09-03Fix #28105 test and add a test for #28109Simonas Kazlauskas-10/+25
2015-09-01Auto merge of #28132 - arielb1:uninstantiable, r=nikomatsakisbors-14/+0
2015-08-31Auto merge of #28079 - huonw:simd, r=alexcrichtonbors-7/+18
2015-08-31remove the is_instantiable checkAriel Ben-Yehuda-14/+0
2015-08-31Auto merge of #28103 - GuillaumeGomez:fix-intrinsic, r=huonwbors-0/+24
2015-08-30Assign correct span to continue expressionMarcus Klaas-0/+23
2015-08-30Add compile-fail test for E0444Guillaume Gomez-0/+24
2015-08-29Separate integers into signed and unsigned.Huon Wilson-7/+18
2015-08-29Handle gateage of built-in attributes seperatelyJonas Schievink-0/+17
2015-08-27Auto merge of #28001 - arielb1:dtor-fixes, r=pnkfelixbors-3/+5
2015-08-25use the parameter environment when checking dtorsAriel Ben-Yehuda-3/+5
2015-08-24Mark main-like functions allow(dead_code) in testsWilliam Throwe-0/+17