summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2015-01-08rollup merge of #20757: nikomatsakis/issue-20624-assoc-types-coherenceAlex Crichton-0/+144
2015-01-08Remove silly long line.Niko Matsakis-1/+0
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-0/+56
2015-01-08rollup merge of #20740: FlaPer87/remove-opt-out-copyAlex Crichton-46/+0
2015-01-08Add another test using projection types in impls.Niko Matsakis-0/+44
2015-01-08Normalize types bottom up. Fixes #20666.Niko Matsakis-0/+51
2015-01-08Adjust tests to be clearer about the type that results from a shift expression.Niko Matsakis-10/+10
2015-01-08Rename test to fit naming convention.Niko Matsakis-0/+0
2015-01-08Normalize types in supertraits when checking that impls are valid during wf.Niko Matsakis-0/+50
2015-01-08Allow shift operator to take any integral type (and add a test).Niko Matsakis-0/+56
2015-01-08Remove the deprecated opt_out_copy featureFlavio Percoco-46/+0
2015-01-08Improvements to feature stagingBrian Anderson-3/+3
2015-01-07Test fixes and rebase conflictsAlex Crichton-52/+16
2015-01-07rollup merge of #20707: nikomatsakis/issue-20582Alex Crichton-0/+27
2015-01-07rollup merge of #20723: pnkfelix/feature-gate-box-syntaxAlex Crichton-3/+636
2015-01-07rollup merge of #20720: nick29581/assoc-ice-missingAlex Crichton-0/+52
2015-01-08Remove String impls and fix for make tidyNick Cameron-1/+1
2015-01-07rollup merge of #20706: nikomatsakis/assoc-types-projections-in-structs-issue...Alex Crichton-0/+91
2015-01-07rollup merge of #20665: nikomatsakis/assoc-types-method-dispatch-projectionAlex Crichton-0/+78
2015-01-08fallout: run-pass tests that use box. (many could be ported to `Box::new` in...Felix S. Klock II-4/+595
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-27/+5
2015-01-07Normalize types of fields in struct literals during type-checking.Niko Matsakis-0/+29
2015-01-07Add rather involved run-pass test case.Niko Matsakis-0/+62
2015-01-07rollup merge of #20722: alexcrichton/audit-showAlex Crichton-14/+14
2015-01-07rollup merge of #20704: alexcrichton/hopefully-make-tests-less-spuriousAlex Crichton-20/+20
2015-01-07rollup merge of #20680: nick29581/target-wordAlex Crichton-3/+3
2015-01-07rollup merge of #20654: alexcrichton/stabilize-hashAlex Crichton-9/+16
2015-01-07rollup merge of #20611: simnalamburt/masterAlex Crichton-0/+70
2015-01-07fix the `&mut _` patternsJorge Aparicio-4/+4
2015-01-08alternate version of coerce-match test that avoids box syntax.Felix S. Klock II-0/+23
2015-01-08run-pass tests: Add feature attributes to enable box pat/expr syntax in vario...Felix S. Klock II-0/+19
2015-01-07remove some `slicing_syntax` feature gatesJorge Aparicio-22/+0
2015-01-07std: Tweak String implementationsAlex Crichton-14/+14
2015-01-07use slicing sugarJorge Aparicio-1/+1
2015-01-08Fix precedence for ranges.Nick Cameron-0/+52
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-9/+16
2015-01-08Rename `target_word_size` to `target_pointer_width`Nick Cameron-3/+3
2015-01-07Add regression test for #20582. Fixes #20582.Niko Matsakis-0/+27
2015-01-07test: Move some tests to scoped instead of spawnAlex Crichton-20/+20
2015-01-07Merge pull request #20675 from jbcrail/fix-test-commentsbors-3/+3
2015-01-06More test fixesAlex Crichton-97/+14
2015-01-07Let `size_of` always be multiple of `min_align_of`Hyeon Kim-0/+70
2015-01-06Fix misspelled comments in tests.Joseph Crail-3/+3
2015-01-06rollup merge of #20563: cmr/macro-input-future-proofingAlex Crichton-37/+36
2015-01-06rollup merge of #20615: aturon/stab-2-threadAlex Crichton-76/+73
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-10/+10
2015-01-06rollup merge of #20593: nikomatsakis/unused-tps-in-implAlex Crichton-3/+9
2015-01-06rollup merge of #20645: nikomatsakis/rustbook-iceAlex Crichton-0/+35
2015-01-06rollup merge of #20623: jroesch/reject-non-param-boundsAlex Crichton-17/+0
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-304/+317