summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-10-23add main fn to testNiko Matsakis-0/+2
2015-10-23distinguish projections from the env/obj-types vs those fromNiko Matsakis-0/+31
2015-10-16check upvars in closures that are in staticsAriel Ben-Yehuda-0/+53
2015-10-16Warn on `pub extern crate`.Nick Cameron-0/+18
2015-10-16use the infcx tables to check if a closure is CopyAriel Ben-Yehuda-0/+25
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-8/+10
2015-10-01Converted test to rpass.Vadim Chugunov-10/+6
2015-10-01Fix dllimports of static data from rlibsVadim Chugunov-0/+36
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 #28247 - christopherdumas:fix_28243, r=eddybbors-0/+16
2015-09-14Auto merge of #28248 - PeterReid:master, r=alexcrichtonbors-0/+16
2015-09-14Fix tuple float bug.christopherdumas-0/+16
2015-09-14Auto merge of #28358 - dotdash:nounwind, r=alexcrichtonbors-0/+23
2015-09-14Mark all extern functions as nounwindBjörn Steinbrink-0/+23
2015-09-14Auto merge of #28396 - arielb1:misplaced-binding, r=eddybbors-0/+31
2015-09-14Auto merge of #28392 - arielb1:sort-bounds-list, r=eddybbors-0/+40
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-3/+6
2015-09-13Add test for overflowing powPeter Reid-0/+16
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-13Auto merge of #28339 - alexcrichton:stabilize-1.4, r=aturonbors-1/+1
2015-09-13sort the existential bounds list in tydecodeAriel Ben-Yehuda-0/+40
2015-09-12disable jemalloc tests for openbsdSébastien Marie-3/+6
2015-09-11Auto merge of #28350 - dotdash:llvm_fix, r=eddybbors-1/+5
2015-09-11Fixed testchristopherdumas-1/+3
2015-09-11Auto merge of #28348 - petrochenkov:novirt, r=alexcrichtonbors-3/+2
2015-09-11std: Stabilize/deprecate features for 1.4Alex Crichton-1/+1
2015-09-11Update LLVM to fix nightly build failuresBjörn Steinbrink-1/+5
2015-09-11Remove some remains of virtual structs from the parserVadim Petrochenkov-3/+2
2015-09-10Added testchristopherdumas-0/+16
2015-09-11Auto merge of #28337 - apasel422:tests, r=alexcrichtonbors-0/+13
2015-09-10Auto merge of #28321 - nikomatsakis:issue-27616, r=pnkfelixbors-0/+34
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-09Treat loans of 'static data as extending to the end of the enclosingNiko Matsakis-0/+34
2015-09-09Auto merge of #28299 - apasel422:tests, r=alexcrichtonbors-0/+208
2015-09-09Auto merge of #28300 - Manishearth:crate_err, r=eddybbors-0/+71
2015-09-09Auto merge of #28277 - DiamondLovesYou:intrinsic-unnamed-addr, r=huonwbors-0/+22
2015-09-08Add tests for #17001, #21449, #22992, #23208, #23442Andrew Paseltiner-0/+208
2015-09-09Print correct crate nameManish Goregaokar-2/+2
2015-09-09Add testManish Goregaokar-0/+71