summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2015-02-18Round 4 test fixes and rebase conflictsAlex Crichton-1/+1
2015-02-18Round 3 test fixes and conflictsAlex Crichton-4/+5
2015-02-18rollup merge of #22286: nikomatsakis/variance-4bAlex Crichton-238/+497
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-4/+4
2015-02-18rollup merge of #22210: aturon/stab-final-borrowAlex Crichton-7/+7
2015-02-18Round 1 fixes and rebase conflictsAlex Crichton-20/+20
2015-02-18Stabilize std::borrowAaron Turon-7/+7
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-4/+4
2015-02-18rollup merge of #22497: nikomatsakis/suffixesAlex Crichton-457/+459
2015-02-18rollup merge of #22482: alexcrichton/cstr-changesAlex Crichton-10/+10
2015-02-18rollup merge of #22480: alexcrichton/hashv3Alex Crichton-3/+3
2015-02-18std: Implement CString-related RFCsAlex Crichton-10/+10
2015-02-18Always prefer where-clauses over impls in trait selection. Fixes #22110.Niko Matsakis-0/+34
2015-02-18Extend the implicator so it produces general obligations and also soNiko Matsakis-0/+35
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-3/+3
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-238/+361
2015-02-18Constrain operands to outlive the operation. Fixes #21422.Niko Matsakis-0/+25
2015-02-18Introduce the new phantomdata/phantomfn markers and integrate themNiko Matsakis-0/+111
2015-02-18Fix remaining bench/debuginfo tests (and a few stragglers)Niko Matsakis-1/+3
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-445/+445
2015-02-18Convert required suffixes into a use of `as`.Niko Matsakis-12/+12
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-1/+1
2015-02-18 Manual merge of #22475 - alexcrichton:rollup, r=alexcrichtonHuon Wilson-176/+255
2015-02-17Register new snapshotsAlex Crichton-4/+4
2015-02-17Test fixes and rebase conflictsAlex Crichton-4/+6
2015-02-17rollup merge of #22319: huonw/send-is-not-staticAlex Crichton-15/+62
2015-02-17Test fixes and rebase conflictsAlex Crichton-66/+67
2015-02-17rollup merge of #22435: aturon/final-stab-threadAlex Crichton-22/+22
2015-02-17rollup merge of #22455: msiemens/add-vec-from_elemAlex Crichton-0/+5
2015-02-18Update tests for the Send - 'static change.Huon Wilson-15/+15
2015-02-17Fallout from stabilizationAaron Turon-22/+22
2015-02-18Add tests for the removal of the 'static superbound from Send.Huon Wilson-0/+47
2015-02-17Implement `Vec::from_elem` (RFC 832)Markus Siemens-0/+5
2015-02-17Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichtonbors-9/+5
2015-02-17Auto merge of #22311 - lfairy:consistent-fmt, r=alexcrichtonbors-5/+5
2015-02-17Rollup merge of #22311 - lfairy:consistent-fmt, r=alexcrichtonManish Goregaokar-5/+5
2015-02-17Rollup merge of #22364 - Manishearth:rfc-572-forbid-attr, r=nikomatsakisManish Goregaokar-0/+14
2015-02-17Rollup merge of #22402 - nagisa:spring-cleanup-2, r=nikomatsakisManish Goregaokar-65/+57
2015-02-17Rollup merge of #22385 - dotdash:slice_by_val_copy, r=nikomatsakisManish Goregaokar-0/+18
2015-02-17Rollup merge of #22366 - dotdash:ret_adjust, r=alexcrichtonManish Goregaokar-0/+17
2015-02-16Auto merge of #22230 - nikomatsakis:object-lifetime-defaults-2, r=pnkfelixbors-0/+263
2015-02-16Implement the rules for RFC 599, and add various tests.Niko Matsakis-0/+47
2015-02-16Implement the basic rules of RFC 599, but do not yet support custom types.Niko Matsakis-0/+216
2015-02-16rustc_trans: correctly round up the largest variant to the enum's alignment.Eduard Burtescu-0/+28
2015-02-16rustc_trans: promote constant rvalues in functions as an optimization.Eduard Burtescu-22/+28
2015-02-16Replace some uses of deprecated os functionsSimonas Kazlauskas-65/+57
2015-02-16Add custom_attribute gate to tests which need themManish Goregaokar-0/+14
2015-02-16Fix misoptimizations when matching against strings/slicesBjörn Steinbrink-0/+18
2015-02-15Fix rollup (remove slicing_syntax)Manish Goregaokar-1/+0
2015-02-15Rollup merge of #22285 - kmcallister:pub-macro, r=nick29581Manish Goregaokar-0/+25