aboutsummaryrefslogtreecommitdiffstats
path: root/components/jstraceable_derive/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Use workspace definitions for all crates and update to the 2021 edition (#32544)Martin Robinson2024-06-181-1/+1
* Update to syn 2 where possible (#30387)Samson2023-09-191-15/+9
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-2/+1
* remove `extern crate` (#30311)Samson2023-09-081-4/+3
* Use mozjs tracing infrastructure (#29918)Samson2023-08-101-1/+10
* No tracing of nop traceable fields (#29926)Samson2023-08-041-2/+154
* Update syn and related dependenciesBastien Orivel2018-11-301-3/+3
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-2/+0
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-1/+2
* Use 2018-style paths in code generated by proc-macro derivesSimon Sapin2018-11-061-4/+4
* Format jstraceable_derive #21373kingdido9992018-09-101-6/+8
* Update WebrenderBastien Orivel2018-04-251-1/+1
* Bump syn/quote in jstraceable_deriveBastien Orivel2018-02-121-29/+14
* Remove a useless cfg attributeAnthony Ramine2017-02-211-1/+0
* Upgrade to rustc 1.16.0-nightly (6f1ae663e 2017-01-06)Simon Sapin2017-01-061-2/+0
* Mark JSTraceable and its method as unsafeAnthony Ramine2016-12-061-2/+3
* Update to Rust 1.15.0-nightly (1c448574b 2016-11-28)Anthony Ramine2016-11-291-3/+2
* Make #[derive(JSTraceable)] a procedural macroAnthony Ramine2016-11-031-0/+58