summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-668/+682
2012-09-26libcore: De-export ptr, send_map, and task::local_dataPatrick Walton-82/+51
2012-09-26libcore: De-export cleanup, cmath, future, gc, hash, iter-trait, mutable, and...Patrick Walton-162/+123
2012-09-26Fix check-fast for the change to main's signature.Graydon Hoare-1/+1
2012-09-26Fix test/run-pass/issue-2904Brian Anderson-1/+3
2012-09-26libcore: De-export logging and pipesPatrick Walton-75/+53
2012-09-26libstd: port json over to serialization2Erick Tryzelaar-527/+819
2012-09-26libstd: Add serialization2 versions of prettyprint and ebmlErick Tryzelaar-1/+772
2012-09-26replace resolve::Atom with ast::ident.Erick Tryzelaar-142/+129
2012-09-26turn ast::ident into a structErick Tryzelaar-124/+154
2012-09-26libstd: change serialization2 to take &self argument methodsErick Tryzelaar-239/+339
2012-09-26auto_serialize2 should fully qualify std::serialization2::deserializeErick Tryzelaar-4/+12
2012-09-26libsyntax: remove quasiquoter from auto_serialize2Erick Tryzelaar-132/+288
2012-09-26test: Add a test for auto_serialize2Erick Tryzelaar-0/+152
2012-09-26libsyntax: implement auto_serialize2 for enums, records, and structsErick Tryzelaar-0/+620
2012-09-26libstd: add the new trait-based serializationErick Tryzelaar-1/+385
2012-09-26cargo: capcase typesErick Tryzelaar-81/+74
2012-09-26Allow hashmaps to infer their typesErick Tryzelaar-23/+23
2012-09-26libcore: De-export dvec, rand, run, and sysPatrick Walton-91/+59
2012-09-26std: Fix mode warnings in fun_treemap and listBrian Anderson-5/+5
2012-09-26Refactoring ReaderUtil trait, combining it with the traitless impl on Reader.Eric Holk-6/+17
2012-09-26libcore: De-export box, cast, and dlistPatrick Walton-54/+44
2012-09-26libcore: De-export boolPatrick Walton-20/+16
2012-09-26Make impl of Add for @[] publicNiko Matsakis-4/+6
2012-09-26libcore: De-mode at_vecPatrick Walton-18/+19
2012-09-26Revert "Revert "libcore: De-mode at_vec""Patrick Walton-16/+20
2012-09-26Revert "fix modes on dtors"Tim Chevalier-7/+1
2012-09-26Demode some of core::ioTim Chevalier-42/+44
2012-09-26fix modes on dtorsTim Chevalier-1/+7
2012-09-26Demode tupleTim Chevalier-3/+3
2012-09-26fix issue #3535 and add colon between mode and type when dumping funcion prot...Vincent Belliard-18/+54
2012-09-25Fix borked testsTim Chevalier-2/+2
2012-09-25Demode iter-traitTim Chevalier-68/+70
2012-09-25Fix long linesTim Chevalier-4/+5
2012-09-25Fix long lineTim Chevalier-1/+1
2012-09-25Demode pipes::set_bufferTim Chevalier-1/+1
2012-09-25Comment out at_vec test that failsTim Chevalier-1/+2
2012-09-25Revert "libcore: De-mode at_vec"Tim Chevalier-20/+16
2012-09-25Demode dvecTim Chevalier-16/+16
2012-09-25libcore: De-mode at_vecPatrick Walton-16/+20
2012-09-25libcore: De-export core::at_vecPatrick Walton-31/+21
2012-09-25Demode core::resultBrian Anderson-145/+153
2012-09-25Check more things with deprecated_modesBrian Anderson-36/+110
2012-09-25rustc: Reduce shape.rs to the bare minimum needed to not trigger bugsPatrick Walton-163/+6
2012-09-25test: Remove various box annihilator testsPatrick Walton-36/+0
2012-09-25rustc: Remove most of the code that generates shapesPatrick Walton-376/+0
2012-09-25rustc: Stop generating shape tablesPatrick Walton-59/+4
2012-09-25Add timsort to std/sortSimon BD-0/+594
2012-09-25Demode Num trait and implsTim Chevalier-59/+59
2012-09-25Fix combine-tests.py to emit #[legacy_exports];Graydon Hoare-0/+2