about summary refs log tree commit diff
path: root/src/libserialize
AgeCommit message (Expand)AuthorLines
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-206/+209
2014-04-18Update the rest of the compiler with ~[T] changesAlex Crichton-34/+32
2014-04-15Use the unsigned integer types for bitwise intrinsics.Huon Wilson-2/+2
2014-04-11Decode non-BMP hex escapes in JSONKeegan McAllister-25/+65
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-27/+27
2014-04-10auto merge of #13440 : huonw/rust/strbuf, r=alexcrichtonbors-12/+16
2014-04-10std,serialize: remove some internal uses of ~[].Huon Wilson-3/+2
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-12/+16
2014-04-06De-~[] Mem{Reader,Writer}Steven Fackler-9/+9
2014-04-06De-~[] Reader and WriterSteven Fackler-2/+2
2014-04-03auto merge of #13296 : brson/rust/0.11-pre, r=alexcrichtonbors-1/+1
2014-04-03auto merge of #13290 : alexcrichton/rust/rollup, r=alexcrichtonbors-3/+3
2014-04-03Bump version to 0.11-preBrian Anderson-1/+1
2014-04-03auto merge of #13286 : alexcrichton/rust/release, r=brsonbors-1/+1
2014-04-03serialize: add a few missing pubs to base64Arcterus-3/+3
2014-04-02Fix fallout of requiring uint indicesAlex Crichton-11/+11
2014-03-31serialize: Switch field privacy as necessaryAlex Crichton-19/+19
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-04-01Json doesn't need to depend on IoError to implement Encodable #13230Eunchong Yu-2/+2
2014-03-30Removed deprecated functions `map` and `flat_map` for vectors and slices.Marvin Löbel-1/+1
2014-03-29auto merge of #13188 : FlaPer87/rust/master, r=alexcrichtonbors-4727/+0
2014-03-29Register new snapshotFlavio Percoco-4727/+0
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-11/+11
2014-03-27serialize: use ResultSean McArthur-1068/+5867
2014-03-27Fix fallout of removing default boundsAlex Crichton-1/+1
2014-03-23auto merge of #13095 : alexcrichton/rust/serialize-tuple, r=huonwbors-140/+30
2014-03-23serialize: Read/emit tuples with {read,emit}_tupleAlex Crichton-140/+30
2014-03-23Register new snapshotsFlavio Percoco-1/+0
2014-03-23use TotalEq for HashMapDaniel Micay-4/+4
2014-03-22rustc: Remove all usage of manual deref()Alex Crichton-1/+1
2014-03-20Register new snapshotsAlex Crichton-6/+1
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-2/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-20rename std::vec -> std::sliceDaniel Micay-16/+16
2014-03-18closes #12967 fix [en|de]coding of HashMap<K,V> where K is a numeric typeJeff Olson-1/+84
2014-03-18remove duplicate methods in implsCorey Richardson-1/+1
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+3
2014-03-15Add rustdoc html crate infoSteven Fackler-0/+3
2014-03-14lint: add lint for use of a `~[T]`.Huon Wilson-0/+1
2014-03-13Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC...Eduard Burtescu-1/+1
2014-03-12serialize: make Paths serializableErick Tryzelaar-0/+27
2014-03-12Closes #12829. Names changed for consistency, find_path optimized, method imp...zslayton-35/+24
2014-03-12Update users for the std::rand -> librand move.Huon Wilson-1/+2
2014-03-11Added convenience methods and accompanying tests to the Json class.zslayton-0/+247
2014-03-06collections: Correct with_capacity_and_hasherAlex Crichton-2/+2
2014-03-04Rename all variables that have uppercase characters in their names to use onl...Palmer Cox-9/+9
2014-03-04Cleaned up `std::any`Marvin Löbel-0/+1
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-3/+3
2014-02-27collections: allow `HashMap` to work with generic hashersErick Tryzelaar-18/+32
2014-02-24auto merge of #12453 : alexcrichton/rust/move-json, r=brsonbors-2/+2571