summary refs log tree commit diff
path: root/src/libserialize/json.rs
AgeCommit message (Expand)AuthorLines
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-28Convert most code to new inner attribute syntax.Brian Anderson-2/+2
2014-03-27serialize: use ResultSean McArthur-448/+412
2014-03-27Fix fallout of removing default boundsAlex Crichton-1/+1
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-12Closes #12829. Names changed for consistency, find_path optimized, method imp...zslayton-35/+24
2014-03-11Added convenience methods and accompanying tests to the Json class.zslayton-0/+247
2014-03-04Rename all variables that have uppercase characters in their names to use onl...Palmer Cox-6/+6
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-24Move extra::json to libserializeAlex Crichton-0/+2285