about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2015-01-15rollup merge of #21066: japaric/issue-20575Alex Crichton-0/+19
2015-01-15rustc: implement fully qualified UFCS expressions.Eduard Burtescu-3/+27
2015-01-15support deriving `Hash` for nullary structsAndrew Paseltiner-0/+18
2015-01-15Allow get_tydesc intrinsic to accept unsized typesDiggory Blake-0/+30
2015-01-14Refactor compare_impl_method to use all boundsJared Roesch-0/+28
2015-01-14Normalize associated types in the type_is_newtype_immediate pass. Fixes #21010.Niko Matsakis-0/+32
2015-01-14Fix propagation of the HAS_PROJECTION flag in object types. Fixes #20831 some...Niko Matsakis-0/+43
2015-01-14Fix DeBruijn accounting. It used to be that all trait-refs were binders,Niko Matsakis-0/+25
2015-01-14auto merge of #21082 : brson/rust/finally, r=alexcrichtonbors-6/+11
2015-01-14auto merge of #21061 : japaric/rust/range, r=nick29581bors-4/+4
2015-01-13Address feedbackBrian Anderson-40/+9
2015-01-13Prefer GEP instructions over weird pointer castingBjörn Steinbrink-0/+19
2015-01-13auto merge of #20997 : nikomatsakis/rust/assoc-types-enum-field-access, r=nic...bors-0/+86
2015-01-13Support UFCS style calls to a method defined in `Trait` where `Self`Niko Matsakis-0/+45
2015-01-13std: Deprecate `finally` moduleBrian Anderson-1/+37
2015-01-13auto merge of #20955 : nikomatsakis/rust/assoc-types-struct-field-access, r=n...bors-0/+102
2015-01-12add test for issue #20575Jorge Aparicio-0/+19
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-4/+4
2015-01-12auto merge of #20896 : sfackler/rust/atomic-rename, r=alexcrichtonbors-18/+20
2015-01-12Normalize bounds that we extract from where clauses. Fixes #20765.Niko Matsakis-0/+34
2015-01-12Fix various oversights in enum field treatment in trans and typeck.Niko Matsakis-0/+86
2015-01-11rustc_typeck: unify expected return types with formal return types to propaga...Eduard Burtescu-0/+29
2015-01-11Give where clauses priority over builtin rules. Fixes #20959.Niko Matsakis-0/+23
2015-01-11Rename AtomicInt and AtomicUintSteven Fackler-18/+20
2015-01-11Normalize the types of fields we project out of a struct or tuple struct.Niko Matsakis-0/+79
2015-01-11Add test case that RangeTo notation works in return statements.Daniel Grunwald-0/+3
2015-01-10test: Use Thread::scoped in two more testsAlex Crichton-2/+2
2015-01-10Merge pull request #20771 from Kimundi/vec-macro-repeatbors-0/+17
2015-01-09syntax: Add #[allow(unstable)] to --test expansionAlex Crichton-0/+16
2015-01-08Add test for issue #20414Jared Roesch-0/+27
2015-01-08Enabled the `vec![]` macro to use the `[a; b]` repeat syntax.Marvin Löbel-0/+17
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