summary refs log tree commit diff
path: root/src/test/run-pass/auto-encode.rs
AgeCommit message (Expand)AuthorLines
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-6/+6
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-5/+5
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-5/+5
2015-02-05Implement pretty-printing of `..` and update tests.Ulrik Sverdrup-1/+1
2015-01-07TestsNick Cameron-1/+1
2015-01-07Replace full slice notation with index callsNick Cameron-1/+1
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-6/+6
2014-11-18implement Writer for Vec<u8>Daniel Micay-3/+2
2014-11-02refactor libcollections as part of collection reformAlexis Beingessner-1/+1
2014-08-14libsyntax: Accept `use foo as bar;` in lieu of `use bar as foo;`Patrick Walton-2/+2
2014-07-31remove serialize::ebml, add librbmlErick Tryzelaar-23/+23
2014-07-26Remove managed_box gate from testsBrian Anderson-1/+0
2014-05-30lib{serialize, uuid}: Fix snake case errors.Kevin Butler-3/+3
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-1/+1
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-1/+1
2014-02-25test: Clean out the test suite a bitAlex Crichton-7/+7
2014-02-21Move time out of extra (cc #8784)Arcterus-1/+1
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-4/+3
2014-02-05pull extra::{serialize, ebml} into a separate libserialize crateJeff Olson-1/+1
2014-02-02Update/delete tests using @[].Huon Wilson-3/+0
2014-01-17Tweak the interface of std::ioAlex Crichton-1/+1
2014-01-08Remove the io::Decorator traitAlex Crichton-2/+1
2014-01-03test: De-`@mut` the test suitePatrick Walton-2/+2
2013-12-19Purge @-boxes from the reading half of EBMLAlex Crichton-5/+7
2013-12-16Update and un-xfail auto-encode testCorey Richardson-42/+34
2013-07-20rm obsolete no-op lintsDaniel Micay-2/+0
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