aboutsummaryrefslogtreecommitdiffstats
path: root/components/jstraceable_derive
Commit message (Expand)AuthorAgeFilesLines
* Add `rust-version` to all `Cargo.toml` files (#33483)Martin Robinson2024-09-171-0/+1
* Use global exports from derives (#33169)Samson2024-08-251-9/+9
* Use workspace definitions for all crates and update to the 2021 edition (#32544)Martin Robinson2024-06-182-6/+6
* 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
* Start the transition to workspace dependenciesMartin Robinson2023-05-171-3/+3
* Bump all in-tree components to syn 1Anthony Ramine2019-09-271-3/+3
* Restrict syn features for in-tree componentsAnthony Ramine2019-09-271-1/+1
* Update syn and related dependenciesBastien Orivel2018-11-302-6/+6
* 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
* Switch most crates to the 2018 editionSimon Sapin2018-11-061-0/+1
* 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-252-4/+4
* Bump syn/quote in jstraceable_deriveBastien Orivel2018-02-122-32/+17
* Fix quote dependency versionAnthony Ramine2017-08-231-1/+1
* Update syn to 0.11Anthony Ramine2017-02-271-2/+2
* 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-292-5/+4
* Make #[derive(JSTraceable)] a procedural macroAnthony Ramine2016-11-032-0/+73