summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Create list with capacity.rust-serializationOmer Katz2019-03-081-6/+5
* Fixed decimal bug, fixed string bug.Omer Katz2019-03-041-5/+8
* Bump tox-pyo3 to 0.1.3.Omer Katz2019-03-031-1/+1
* Raise exception from Rust.Omer Katz2019-03-031-4/+7
* Remove arrays from comments.Omer Katz2019-03-031-1/+1
* cargo fmt.Omer Katz2019-03-031-17/+4
* Natually, trying to import Decimal from the datetime module isn't a good idea.Omer Katz2019-03-031-22/+20
* Everything is done but two things.Omer Katz2019-03-031-55/+129
* Begin reimplementing array.Omer Katz2019-03-031-10/+28
* Refactor everything.Omer Katz2019-03-031-305/+187
* Complete array support except dictionaries and decimals.Omer Katz2019-03-031-65/+238
* Handle unicode surrogates.Omer Katz2019-03-031-6/+4
* Speed up date parsing a bit and add TODO.Omer Katz2019-03-031-5/+8
* Adjust rust code to match #187.Omer Katz2019-03-031-1/+1
* Added mock code for dictionaries.Omer Katz2019-03-031-0/+12
* Fix condition.Omer Katz2019-03-031-1/+13
* Added datetime support.Omer Katz2019-03-031-1/+20
* Explictly convert to PyBytes.Omer Katz2019-03-031-2/+2
* An incomplete implementation of loads() in rust.Omer Katz2019-03-031-0/+118