aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/num.rs
Commit message (Collapse)AuthorAgeFilesLines
* Use heapsize_derive instead of heapsize_pluginSimon Sapin2016-11-031-0/+7
|
* Use num-traits in script.Ms2ger2016-04-201-1/+1
|
* Rustfmt some of script.Ms2ger2015-11-181-1/+2
|
* Remove the Zeroable definition for Finite<T>.Ms2ger2015-10-291-3/+0
| | | | I have no idea why it was added, and it appears to be unused.
* Add bindings for TouchEvent DOM interfacesMatt Brubeck2015-10-221-1/+1
|
* make test-tidy check that = have space after themerneyja2015-09-011-1/+1
|
* Refactor #[jstraceable] to #[derive(JSTraceable)]David Winslow2015-07-011-2/+1
| | | | fixes #6524
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-1/+1
|
* Introduce Finite<T: Float> for restricted values defined in WebIDL.Tetsuharu OHZEKI2015-03-251-0/+43