Commit Graph

  • 603e1f2d85 Merge pull request #120 from dtolnay/span David Tolnay 2019-07-14 19:52:22 -07:00
  • 3e59fd03c9 Validate that quote_spanned is given a span David Tolnay 2019-07-14 19:46:29 -07:00
  • acee6e8af6 Reject repetitions not containing any iterator David Tolnay 2019-07-14 18:59:04 -07:00
  • 3dfb968631 Add a format_ident! helper macro (#110) Nika Layzell 2019-07-14 13:35:21 -04:00
  • f008a551c3 Merge pull request #118 from mystor/quote_next_minver David Tolnay 2019-07-14 17:44:45 -07:00
  • 7bcc941350 Bump minimum rust version to 1.31.0 for quote-next Nika Layzell 2019-07-14 20:21:35 -04:00
  • 62bc8e697d Simplify the example behavior of quote_bind macros David Tolnay 2019-07-14 17:11:59 -07:00
  • d5713c3ea4 Update not-repeatable ui test error message David Tolnay 2019-07-14 16:43:45 -07:00
  • 02e78f48ee Merge pull request 109 from mystor/dup_name_rep David Tolnay 2019-07-14 16:19:47 -07:00
  • 3cc3cef4c0 Add ui tests David Tolnay 2019-07-14 16:19:42 -07:00
  • 90afeb045c Get ready to land breaking changes David Tolnay 2019-07-14 16:10:57 -07:00
  • 9a1dfe70dc [breaking] Support nonrepeating interpolations within repetitions (#7) Nika Layzell 2019-07-12 17:51:13 -04:00
  • 40367d6f31 Make recursion depth constant to number of tts. Masaki Hara 2019-07-14 09:40:57 +09:00
  • f108993210 Release 0.6.13 David Tolnay 2019-07-11 09:35:43 -07:00
  • 8c021bb23d Support duplicate interpolations within repetitions (#8) Nika Layzell 2019-06-29 23:34:33 -04:00
  • f966710946 Simplify is_ident function (#104) CreepySkeleton 2019-05-24 07:44:28 +03:00
  • fcf275f11d Smaller format for license section David Tolnay 2019-05-18 17:21:27 -07:00
  • b7d4f876f4 Switch to SPDX 2.1 license expression David Tolnay 2019-05-09 15:26:20 -07:00
  • 38834b455e Update tests for new proc-macro2 escape behavior David Tolnay 2019-04-23 21:31:54 -07:00
  • f4f8548d53 Release 0.6.12 David Tolnay 2019-04-09 10:36:22 -07:00
  • 3d19a8c261 Merge pull request #102 from eddyb/rc David Tolnay 2019-04-09 10:35:24 -07:00
  • aa38c8fb9e Support Rc<T> in ToTokens. Eduard-Mihai Burtescu 2019-04-09 19:47:24 +03:00
  • 380d8aaee1 Format with rustfmt 2018-12-10 David Tolnay 2019-02-05 11:26:50 +01:00
  • 67a148b23e Adjust indentation of quote macro rules David Tolnay 2019-02-05 11:26:36 +01:00
  • dfc5cb2bc9 Move runtime support to its own module David Tolnay 2019-02-02 15:01:09 -08:00
  • 4cc10035a6 Add benchmark of a representative impl David Tolnay 2019-01-08 22:33:32 -08:00
  • 534083c953 Document limitations of interpolation in a repetition David Tolnay 2019-01-28 00:06:17 -08:00
  • 52e2228cad Release 0.6.11 David Tolnay 2019-01-19 18:51:53 -08:00
  • a9d8427c7f Port examples from readme to rustdoc David Tolnay 2019-01-19 18:42:57 -08:00
  • 9d3236bc82 Clarify example on making method calls David Tolnay 2019-01-19 18:33:37 -08:00
  • 15c1e704c5 Clarify example on manipulating identifiers David Tolnay 2019-01-19 14:33:09 -08:00
  • 046b6a8ab6 Clarify example on combining fragments David Tolnay 2019-01-19 14:18:21 -08:00
  • c70ccf21c2 Explain how to return tokens to the compiler David Tolnay 2019-01-19 14:09:23 -08:00
  • ef37774ae8 Update doc tests to 2018 edition David Tolnay 2019-01-19 13:47:03 -08:00
  • 4386bc97db Move TokenStreamExt documentation to trait methods David Tolnay 2019-01-19 13:40:34 -08:00
  • b00dee4ecf Use PhantomData from libcore in examples David Tolnay 2019-01-19 13:38:08 -08:00
  • 2214fbfa6b Extern crate is no longer needed in readme David Tolnay 2019-01-19 13:37:23 -08:00
  • 570a6052c4 Merge pull request #93 from SoftwareApe/master David Tolnay 2019-01-19 18:49:48 -08:00
  • 8bd0939732 Added some helpful examples of special behaviors. Carl 2019-01-19 15:26:42 +01:00
  • bdebe94ac5 Release 0.6.10 David Tolnay 2018-11-08 13:23:11 -08:00
  • 0a6ade8116 Merge pull request #87 from dtolnay/integer128 David Tolnay 2018-11-08 13:22:38 -08:00
  • 59413dcb3f Hide unsupported integer suffixes from rustc 1.15 David Tolnay 2018-11-08 13:16:59 -08:00
  • 57b5c7818a Support i128 and u128 to tokens David Tolnay 2018-11-08 13:09:34 -08:00
  • d124c24914 Release 0.6.9 David Tolnay 2018-10-28 17:19:13 -07:00
  • 9d2916b391 Merge pull request #84 from rkarp/patch-1 David Tolnay 2018-10-28 17:18:38 -07:00
  • 84b3deb65b Add crate category Rolf Karp 2018-10-28 23:41:43 +01:00
  • a5eb9816d7 Release 0.6.8 David Tolnay 2018-08-22 09:54:47 -04:00
  • fd9712e9cb Merge pull request #78 from dtolnay/local David Tolnay 2018-08-22 09:54:19 -04:00
  • 3685580fda Use local_inner_macros to resolve all helper macros within $crate David Tolnay 2018-08-22 09:42:09 -04:00
  • 25f15f1dca Bump proc-macro2 requirement David Tolnay 2018-08-22 09:45:02 -04:00
  • 67723c0891 Clearer impl to append a single token David Tolnay 2018-08-13 11:38:29 -07:00
  • 1926d14247 Optimize impl ToTokens for TokenStream David Tolnay 2018-08-13 11:37:41 -07:00
  • a6c4ac9c88 Release 0.6.7 David Tolnay 2018-08-22 09:34:59 -04:00
  • f3d4d969a7 Format with rustfmt 0.99.2 David Tolnay 2018-08-14 22:48:31 -07:00
  • 1308d92670 Merge pull request #77 from dtolnay/opt Alex Crichton 2018-08-13 12:02:04 -06:00
  • 0c09302b43 Remove useless into-conversions David Tolnay 2018-08-13 10:17:32 -07:00
  • 366fb6c6f3 Implement a fast path for idents David Tolnay 2018-08-13 10:12:33 -07:00
  • 64d4e92fda Recognize ident tokens David Tolnay 2018-08-13 10:00:38 -07:00
  • 521e899a4b Recognize specific punctuations David Tolnay 2018-08-13 09:25:40 -07:00
  • f72ad5f916 Release 0.6.6 David Tolnay 2018-08-12 10:01:28 -07:00
  • 7bd5bddf72 Merge pull request #76 from lukaslueg/master David Tolnay 2018-08-12 10:00:17 -07:00
  • 091ffaf6c6 Ignore proc-macro feature on wasm-target Lukas Lueg 2018-08-12 14:34:06 +02:00
  • 6967246db8 Display a Travis badge on crates.io David Tolnay 2018-08-07 00:19:09 -07:00
  • 1c3b042164 Release 0.6.5 David Tolnay 2018-08-04 15:07:48 -07:00
  • 606ffcd7eb ToTokens for &mut T David Tolnay 2018-08-04 15:07:12 -07:00
  • 8a53e3cccf Update Serde snippet to 1.0 api David Tolnay 2018-07-22 11:17:56 -07:00
  • a131a91d7c Release 0.6.4 David Tolnay 2018-07-22 11:06:49 -07:00
  • 449675f8e6 Clarify that many different types can be interpolated David Tolnay 2018-07-22 11:06:28 -07:00
  • d9fe019151 Build minimal versions in Travis David Tolnay 2018-06-03 13:47:22 -07:00
  • 265de3e2f3 Release 0.6.3 David Tolnay 2018-05-28 21:15:32 -07:00
  • 42bb5cbe3b Merge pull request #74 from hcpl/replace-deprecated David Tolnay 2018-05-28 21:14:03 -07:00
  • 4ee5306fc0 Replace TokenStream::empty with ::new hcpl 2018-05-29 07:05:50 +03:00
  • d9bca7be24 Release 0.6.2 David Tolnay 2018-05-21 09:30:42 -07:00
  • 045c67455b Quote has been updated to call_site by default David Tolnay 2018-05-21 09:30:14 -07:00
  • 94e992f5c0 Update link to proc-macro2 Span API David Tolnay 2018-05-21 09:29:45 -07:00
  • 24a34d903f Link to release notes David Tolnay 2018-05-20 22:37:16 -07:00
  • 1d3e1eaf27 Release 0.6.1 David Tolnay 2018-05-20 22:05:14 -07:00
  • bdd2c7f6d5 Eliminate references to Tokens David Tolnay 2018-05-20 22:04:52 -07:00
  • 1b03a72804 Release 0.6.0 David Tolnay 2018-05-20 19:38:16 -07:00
  • 889f944821 Add back a proc-macro dependency in case we find we need it David Tolnay 2018-05-20 17:18:26 -07:00
  • 8079cbfcc9 Merge pull request #73 from alexcrichton/next David Tolnay 2018-05-17 11:03:40 -07:00
  • 0ab6a3dda3 Brief explanation of TokenStreamExt trait David Tolnay 2018-05-17 10:58:28 -07:00
  • 2c4b982f1a Format with rustfmt 0.7.0 David Tolnay 2018-05-17 10:55:59 -07:00
  • 13a7da8c8c Seal the TokenStreamExt trait David Tolnay 2018-05-17 10:55:44 -07:00
  • 1acc45c068 Move TokenStreamExt trait to ext.rs David Tolnay 2018-05-17 10:54:48 -07:00
  • 723dddaeed Remove references to quote/proc-macro feature David Tolnay 2018-05-17 10:45:45 -07:00
  • 008eae6a06 Optimize into_token_stream for TokenStream David Tolnay 2018-05-17 10:41:56 -07:00
  • 29e48dfdca Prepare for the next proc-macro2 release Alex Crichton 2018-05-16 09:56:57 -07:00
  • 9b50657d8c Format example code in rustfmt style David Tolnay 2018-05-14 09:28:13 -07:00
  • cdcdec2b1e Link to some limitations David Tolnay 2018-05-04 09:51:37 -07:00
  • 41722a903a Release 0.5.2 David Tolnay 2018-04-21 10:40:41 -07:00
  • 2f130a3106 Implement ToTokens for proc_macro2::Op, Group David Tolnay 2018-04-21 10:40:04 -07:00
  • 455e3628d4 Release 0.5.1 David Tolnay 2018-03-31 22:59:53 +02:00
  • f5487bcba9 Include readme metadata in Cargo.toml David Tolnay 2018-03-31 22:59:32 +02:00
  • 9be01384c2 Release 0.5.0 David Tolnay 2018-03-31 22:55:49 +02:00
  • 1bf4b9a050 Format with rustfmt 0.4.1 David Tolnay 2018-03-31 22:00:32 +02:00
  • c6d6c518dc Merge pull request #62 from staktrace/standalone David Tolnay 2018-03-31 11:56:58 +02:00
  • fbc51a4ce9 Add a feature for linking to proc_macro. Kartikaya Gupta 2018-02-22 05:04:04 -05:00
  • 79c04f1974 Merge pull request #66 from alexcrichton/v3 David Tolnay 2018-03-31 11:49:21 +02:00
  • 9e139923f2 Update to the proc-macro2 0.3.0 branch Alex Crichton 2018-03-28 09:59:24 -07:00