aboutsummaryrefslogtreecommitdiffstats
path: root/components/range/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove unused code from a bunch of cratesest312019-06-031-22/+0
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-2/+0
* format components/range using rustfmtAnshul Malik2018-09-121-24/+60
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-3/+3
* Remove usage the unstable Step traitSimon Sapin2017-10-041-16/+29
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Remove explicit dependencies on serde_deriveSimon Sapin2017-06-161-2/+1
* Remove rustc-serialize from rangeAnthony Ramine2017-02-121-2/+1
* Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23).Ms2ger2017-01-241-1/+0
* Upgrade to rustc 1.16.0-nightly (6f1ae663e 2017-01-06)Simon Sapin2017-01-061-1/+0
* Remove #![feature(rustc_attrs)]Anthony Ramine2016-11-031-1/+0
* Use heapsize_derive instead of heapsize_pluginSimon Sapin2016-11-031-4/+1
* Update to Rust 1.14.0-nightly (19ac57926 2016-10-08)Anthony Ramine2016-10-091-1/+4
* Update Rust to 1.12.0-nightly (545a3a94f 2016-08-04)Anthony Ramine2016-08-051-3/+1
* Use num-traits in range.Ms2ger2016-04-201-2/+2
* Deny unsafe code in more crates.Ms2ger2016-03-181-0/+2
* Move util::range into its own crateJonathan Schuster2016-02-251-0/+331