about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-02-19Round 5 test fixes and rebase conflictsAlex Crichton-2/+2
2015-02-18Fix from niko for cfail testsAlex Crichton-12/+13
2015-02-18Round 4 test fixes and rebase conflictsAlex Crichton-10/+7
2015-02-18Exempt phantom fns from the object safety checkNiko Matsakis-0/+28
2015-02-18Round 3 test fixes and conflictsAlex Crichton-16/+14
2015-02-18rollup merge of #22286: nikomatsakis/variance-4bAlex Crichton-549/+1913
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-13/+11
2015-02-18rollup merge of #22210: aturon/stab-final-borrowAlex Crichton-10/+9
2015-02-18Round 1 fixes and rebase conflictsAlex Crichton-20/+20
2015-02-18Stabilize std::borrowAaron Turon-10/+9
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-8/+8
2015-02-18Declare `&foo[]` to be obsolete syntax. Modify the obsolete mechanism toNiko Matsakis-5/+3
2015-02-18rollup merge of #22497: nikomatsakis/suffixesAlex Crichton-774/+779
2015-02-18rollup merge of #22491: Gankro/into_iterAlex Crichton-4/+4
2015-02-18rollup merge of #22482: alexcrichton/cstr-changesAlex Crichton-10/+10
2015-02-18rollup merge of #22480: alexcrichton/hashv3Alex Crichton-6/+5
2015-02-18rollup merge of #22452: nikomatsakis/issue-22040-18956-SelfAlex Crichton-0/+131
2015-02-18rollup merge of #22436: nikomatsakis/issue-22246-bound-lifetimes-of-assoc-typesAlex Crichton-0/+342
2015-02-18rollup merge of #22287: Ryman/purge_carthographersAlex Crichton-3/+3
2015-02-18Update tests to use #[feature(rustc_attrs)]Niko Matsakis-0/+10
2015-02-18rollup merge of #22118: fhahn/separate-parse-fail-2Alex Crichton-0/+0
2015-02-18std: Implement CString-related RFCsAlex Crichton-10/+10
2015-02-18Add deprecated versions of the old markers and integrate them back into the v...Niko Matsakis-0/+35
2015-02-18Add rustc_attrs feature to test.Niko Matsakis-0/+1
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/+307
2015-02-18For now, accept the `i`, `u`, `is`, and `us` suffixes, but warn whenNiko Matsakis-6/+8
2015-02-18Implement RFC 580Aaron Turon-4/+4
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-6/+5
2015-02-18Missing test.Niko Matsakis-0/+32
2015-02-18Add regression test for #20533. Fixes #20533.Niko Matsakis-0/+54
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-579/+914
2015-02-18Constrain operands to outlive the operation. Fixes #21422.Niko Matsakis-0/+25
2015-02-18Extend coherence check to understand subtyping.Niko Matsakis-0/+50
2015-02-18Report errors for type parameters that are not constrained, either byNiko Matsakis-0/+16
2015-02-18Introduce the new phantomdata/phantomfn markers and integrate themNiko Matsakis-0/+807
2015-02-18Fix remaining bench/debuginfo tests (and a few stragglers)Niko Matsakis-83/+85
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-639/+639
2015-02-18Convert required suffixes into a use of `as`.Niko Matsakis-19/+20
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-32/+32
2015-02-18 Manual merge of #22475 - alexcrichton:rollup, r=alexcrichtonHuon Wilson-668/+786
2015-02-17Register new snapshotsAlex Crichton-4/+4
2015-02-17Test fixes and rebase conflictsAlex Crichton-26/+28
2015-02-17rollup merge of #22319: huonw/send-is-not-staticAlex Crichton-181/+122
2015-02-17Test fixes and rebase conflictsAlex Crichton-95/+93
2015-02-17rollup merge of #22435: aturon/final-stab-threadAlex Crichton-117/+117
2015-02-17rollup merge of #22459: alexcrichton/feature-namesAlex Crichton-9/+8
2015-02-17rollup merge of #22455: msiemens/add-vec-from_elemAlex Crichton-0/+5
2015-02-18Remove usage of .map(|&foo| foo)Kevin Butler-1/+1
2015-02-18Opt for .cloned() over .map(|x| x.clone()) etc.Kevin Butler-2/+2