summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-09-27jit: Initialize native parser so rust-repl worksZack Corr-0/+1
2012-09-26Revert "Register snapshots"Brian Anderson-8/+0
2012-09-26Register snapshotsBrian Anderson-0/+8
2012-09-26change vec::view sig to be sound (good catch @bblum)Niko Matsakis-7/+10
2012-09-26Merge pull request #3526 from Dretch/viewmethodBrian Anderson-4/+6
2012-09-26core: Replace map/map_default with map_ref/map_default_refBrian Anderson-97/+79
2012-09-26core: Fix mode warnings in strBrian Anderson-5/+5
2012-09-27jit: Enable exception handlingZack Corr-0/+1
2012-09-27jit: Separate JIT execution into two functions and load crates before main lo...Zack Corr-34/+112
2012-09-26Remove spurious by-ref argument to destructorsTim Chevalier-18/+14
2012-09-26Unbreak test/bench/task-perf-word-count-genericBrian Anderson-1/+1
2012-09-26std: Demode more of list and treemapBrian Anderson-8/+8
2012-09-26libcore: Partially de-export int-template and uint-templatePatrick Walton-70/+82
2012-09-26Fix fuzzer/cargo breakageBrian Anderson-3/+3
2012-09-26Unbreak run-pass/issue-2904 moreBrian Anderson-5/+0
2012-09-26Long linesBrian Anderson-4/+7
2012-09-26libcore: Partially de-export char, f32, f64, and floatPatrick Walton-144/+136
2012-09-26Fix test/run-fail/issue-2156Brian Anderson-1/+1
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