aboutsummaryrefslogtreecommitdiff
path: root/build.rs
AgeCommit message (Expand)Author
2020-10-26Upgrade rust/crates/proc-macro2 to 1.0.24Chih-Hung Hsieh
2020-09-25Upgrade rust/crates/proc-macro2 to 1.0.22Haibo Huang
2020-06-01Upgrade rust/crates/proc-macro2 to 1.0.18Haibo Huang
2020-05-27Upgrade rust/crates/proc-macro2 to 1.0.17Chih-Hung Hsieh
2019-09-06Allow nightly features on a dev compilerDavid Tolnay
2019-08-16Fail better on some old compilersDavid Tolnay
2019-07-19Use question mark on OptionDavid Tolnay
2019-07-19Use field init shorthandDavid Tolnay
2019-07-19No longer need to look at compiler minor versionDavid Tolnay
2019-07-19Assume that proc_macro is new enoughDavid Tolnay
2019-07-19Remove slow_extend codepathDavid Tolnay
2019-07-19Assume that u128 is availableDavid Tolnay
2019-04-28Remove double negative in !proc_macro_span_disallowedDavid Tolnay
2019-04-28Use a cfg called proc_macro_span to control feature(proc_macro_span)David Tolnay
2019-04-28Detect if the user has disallowed usage of the proc_macro_span featureWim Looman
2019-01-28Expose span locations on stableDavid Tolnay
2019-01-19Rename Span::unstable to Span::unwrapDavid Tolnay
2019-01-05Infer nightly feature on nightly toolchainDavid Tolnay
2018-11-16Allow to use procmacro2_semver_exempt on stable rustOlivier Goffart
2018-11-11Work around when built as a dependency in docs.rsDavid Tolnay
2018-11-08Add support for 128-bit integersAlex Crichton
2018-09-06Enable rich API on 1.29.0David Tolnay
2018-09-01Format with rustfmt 0.99.2David Tolnay
2018-08-27Automatically use rich API on 1.30.0+Alex Crichton
2018-08-13Revert "Disable linking to `proc_macro` on musl"David Tolnay
2018-08-12Format with rustfmt 0.99.1David Tolnay
2018-08-11Disable linking to `proc_macro` on muslAlex Crichton
2018-08-11Consolidate cfg checks for wasm/proc_macroAlex Crichton