aboutsummaryrefslogtreecommitdiffstats
path: root/src/runtime.rs
Commit message (Expand)AuthorAgeFilesLines
* Upgrade rust/crates/quote to 1.0.8Haibo Huang2020-12-221-11/+7
* Upgrade rust/crates/quote to 1.0.7Haibo Huang2020-07-101-53/+97
* Update to latest quote-1.0.3Chih-Hung Hsieh2020-03-201-25/+14
* Repetition for BTreeSetDavid Tolnay2019-07-271-0/+9
* Generalize RepSliceExtDavid Tolnay2019-07-271-41/+34
* Simplify unneeded lifetimes in runtimeDavid Tolnay2019-07-271-2/+2
* Update outdated RepToTokensExt documentationDavid Tolnay2019-07-271-4/+4
* Remove leading underscores from __quote_into_iterDavid Tolnay2019-07-271-10/+10
* Update to 2018 editionDavid Tolnay2019-07-191-4/+4
* Remove indiscriminate use of inlineDavid Tolnay2019-07-181-12/+0
* Merge pull request 114 from mystor/format_identDavid Tolnay2019-07-161-1/+88
|\
| * Add a format_ident! helper macro (#110)Nika Layzell2019-07-141-1/+88
* | Improve require_has_iter error messageDavid Tolnay2019-07-151-31/+23
* | Reject repetitions not containing any iteratorDavid Tolnay2019-07-141-8/+47
|/
* [breaking] Support nonrepeating interpolations within repetitions (#7)Nika Layzell2019-07-141-5/+128
* Support duplicate interpolations within repetitions (#8)Nika Layzell2019-06-301-1/+35
* Simplify is_ident function (#104)CreepySkeleton2019-05-231-15/+4
* Format with rustfmt 2018-12-10David Tolnay2019-02-051-4/+1
* Move runtime support to its own moduleDavid Tolnay2019-02-031-0/+122