summary refs log tree commit diff
path: root/src/test/run-pass/auto-encode.rs
AgeCommit message (Expand)AuthorLines
2013-06-16Add copies to type params with Copy boundNiko Matsakis-26/+35
2013-06-14xfail run-pass/auto-encode.rsBrian Anderson-0/+2
2013-05-31Implement unimplemented methods in ebmlAlex Crichton-2/+17
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-22test: Update tests to use the new syntax.Patrick Walton-8/+8
2013-05-02librustc: Update the serializer to work properly with INHTWAMA, removing muta...Patrick Walton-3/+4
2013-04-10test: update serialization tests to use new macroErick Tryzelaar-14/+7
2013-03-29Merge remote-tracking branch 'remotes/origin/incoming' into serialErick Tryzelaar-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-2/+2
2013-03-29std: remove prettyprintErick Tryzelaar-21/+0
2013-03-22test: Remove `pure` from the test suitePatrick Walton-8/+8
2013-03-22test: replace uses of old deriving attribute with new oneAndrew Paseltiner-1/+1
2013-03-11test: Remove newtype enums from the test suite. rs=deenumPatrick Walton-15/+0
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-2/+2
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-4/+4
2013-02-21librustc: Separate the rest of the trait bounds with `+` and stop parsing spa...Patrick Walton-2/+2
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-1/+1
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-1/+1
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-5/+5
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-30Remove oldcomm from the test suiteBrian Anderson-1/+1
2013-01-29librustc: Disallow trait bounds in types, enumerations, and structure definit...Patrick Walton-5/+0
2013-01-29libstd: Remove "dual impls" from the language and enforce coherence rules. r=...Patrick Walton-7/+4
2013-01-24remove support for records from auto_encodeErick Tryzelaar-12/+16
2012-12-28test: Fix a bunch of run-pass tests. rs=bustagePatrick Walton-2/+2
2012-12-19Remove serialize::traits submodule.Erick Tryzelaar-1/+1
2012-12-18Stop resolving static methods at the module level. Closes #4179Brian Anderson-2/+2
2012-12-17Switch from serialization to std::serialize. (snapshot)Erick Tryzelaar-0/+205