summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2016-05-18trans: callee: normalize trait_ref before useWang Xuerui-0/+36
2016-05-17Don't use env::current_exe with libbacktraceSteven Fackler-6/+10
2016-05-04trans: always register an item's symbol, even if duplicated.Eduard Burtescu-33/+7
2016-04-12std: Stabilize APIs for the 1.9 releaseAlex Crichton-7/+7
2016-04-07Rollup merge of #32732 - dotdash:ext_arg, r=eddybManish Goregaokar-0/+22
2016-04-06Rollup merge of #32761 - tshepang:assert, r=steveklabnikSteve Klabnik-8/+8
2016-04-06avoid "==" in assert! when one of the values is a boolTshepang Lekhonkhobe-8/+8
2016-04-05trans: don't declare symbols that were already imported.Eduard Burtescu-2/+13
2016-04-04Auto merge of #32647 - Amanieu:checked_atomic_intrinsics, r=eddybbors-9/+1
2016-04-04Handle integer-extending for C ABIJames Miller-0/+22
2016-04-03Auto merge of #32210 - Aatch:mir-traversal, r=nikomatsakisbors-0/+53
2016-03-31allow RUST_BACKTRACE=0 to act as if unsetEmanuel Czirai-8/+27
2016-03-31Auto merge of #31938 - jseyfried:autoderef_privacy, r=nikomatsakisbors-0/+60
2016-03-31Only allow using the atomic intrinsics on integer typesAmanieu d'Antras-9/+1
2016-03-30Auto merge of #32439 - jseyfried:visible_suggestions, r=nrcbors-1/+1
2016-03-30Fix fallout in testsJeffrey Seyfried-1/+1
2016-03-30Improve testsJeffrey Seyfried-0/+60
2016-03-30Add a testJames Miller-0/+53
2016-03-29Auto merge of #32557 - dotdash:issue-32518, r=nikomatsakisbors-0/+22
2016-03-29Use weak_odr linkage when reusing definitions across codegen unitsBjörn Steinbrink-0/+22
2016-03-27add #[derive(Hash)] test for #21714Alex Burka-0/+26
2016-03-26add regression test for try!Jorge Aparicio-0/+57
2016-03-26fix ? expansion in commentJorge Aparicio-1/+1
2016-03-26Rollup merge of #32257 - alexcrichton:fix-status-stdin, r=aturonManish Goregaokar-0/+41
2016-03-26Rollup merge of #32199 - nikomatsakis:limiting-constants-in-patterns-2, r=pnk...Manish Goregaokar-3/+72
2016-03-26Rollup merge of #32131 - petrochenkov:prim, r=eddybManish Goregaokar-0/+91
2016-03-25change test to be specific for msvcNiko Matsakis-2/+1
2016-03-25Update backtrace test for FIXME on windowsNiko Matsakis-3/+20
2016-03-25Revert "workarounds to make link guards work on windows"Niko Matsakis-1/+1
2016-03-25workarounds to make link guards work on windowsNiko Matsakis-1/+1
2016-03-25Remove static linking hack since we are now passing absolute pathsNiko Matsakis-2/+0
2016-03-25Use new symbol names for items of various kinds.Michael Woerister-5/+5
2016-03-25Make monomorphized functions use stable symbol names.Michael Woerister-4/+4
2016-03-25new tests for RFC #1445Niko Matsakis-0/+58
2016-03-25fallout in existing testsNiko Matsakis-3/+14
2016-03-25CleanupVadim Petrochenkov-0/+14
2016-03-25Lift the restriction on reusing names of primitive typesVadim Petrochenkov-0/+77
2016-03-23Make warnings of renamed and removed lints themselves lintsBrian Anderson-1/+1
2016-03-23Auto merge of #32454 - eddyb:rollup, r=eddybbors-0/+42
2016-03-23Rollup merge of #32437 - eddyb:orbital-msvc, r=alexcrichtonEduard-Mihai Burtescu-0/+6
2016-03-23Rollup merge of #32430 - sanxiyn:const-trans, r=arielb1Eduard-Mihai Burtescu-0/+14
2016-03-22sprinkle feature gates here and thereJorge Aparicio-0/+7
2016-03-22try! -> ?Jorge Aparicio-5/+5
2016-03-23Annotate run-pass/backtrace with #[rustc_no_mir] on MSVC.Eduard Burtescu-0/+6
2016-03-23Fix const transSeo Sanghyeon-0/+14
2016-03-21Add regression test for Issue 26997.Corey Farwell-0/+22
2016-03-21Auto merge of #32062 - Marwes:unification_table_for_eq_relations, r=nikomatsakisbors-0/+58
2016-03-21Improve time complexity of equality relationsMarkus Westerlind-0/+58
2016-03-21Fix tupling of fn args for rust-call ABI functionsBjörn Steinbrink-0/+20
2016-03-20Auto merge of #32344 - aturon:issue-32324, r=eddybbors-0/+33