Commit Graph

  • db639c18f9 Document why quote_spanned should be formatted the way we recommend David Tolnay 2018-03-30 11:34:19 +02:00
  • 326c5c7335 Release 0.4.2 David Tolnay 2018-01-08 13:24:19 -08:00
  • 6e82bca03a Merge pull request #59 from mystor/tt_eq_hash David Tolnay 2018-01-08 13:23:38 -08:00
  • 0f17e1ca98 Implement Hash and PartialEq for quote::Tokens Nika Layzell 2018-01-08 16:17:00 -05:00
  • d9420d7e2d Release 0.4.1 David Tolnay 2018-01-08 11:17:58 -08:00
  • ee58fc1695 Implement IntoIterator for Tokens David Tolnay 2018-01-08 11:15:51 -08:00
  • 895026fabe Release 0.4.0 David Tolnay 2018-01-08 08:11:10 -08:00
  • f39ac885db Upgrade to proc-macro2 0.2 David Tolnay 2018-01-08 08:08:42 -08:00
  • 75a03468c4 Set html_root_url David Tolnay 2018-01-08 08:08:21 -08:00
  • 46f715f831 Readme for quote 0.4 David Tolnay 2018-01-06 10:41:09 -08:00
  • 6f6d636156 Doc tweaks David Tolnay 2018-01-06 10:40:59 -08:00
  • ab946bf931 Crate-level documentation David Tolnay 2018-01-06 10:24:39 -08:00
  • 99425625ad Tokens documentation David Tolnay 2018-01-06 10:24:32 -08:00
  • 41a7ac10c5 Implement ToTokens for TokenNode David Tolnay 2018-01-06 09:58:09 -08:00
  • b2ac3d28d6 Implement ToTokens for Literal David Tolnay 2018-01-06 09:57:33 -08:00
  • 8e888ed0bf Default for Tokens can be derived David Tolnay 2018-01-06 09:56:21 -08:00
  • 838a07b186 Organize ToTokens implementations David Tolnay 2018-01-06 09:55:34 -08:00
  • 3b150359fb Remove ByteStr David Tolnay 2018-01-06 09:48:24 -08:00
  • deada3c039 ToTokens documentation David Tolnay 2018-01-06 09:44:39 -08:00
  • 99c576aa20 Fix doc tests for rust 1.15.1 build David Tolnay 2018-01-06 09:33:00 -08:00
  • 464e2c6892 Document quote_spanned macro David Tolnay 2018-01-06 09:29:14 -08:00
  • 286d298c73 Document quote macro David Tolnay 2018-01-06 08:30:28 -08:00
  • 9c8865a5ff Less subtle quote_spanned delimiter David Tolnay 2018-01-06 08:07:51 -08:00
  • 3f541c7c55 Reduce surface area of Tokens David Tolnay 2017-12-31 18:16:57 -05:00
  • 0bb7941ae1 Make the realistic example compile David Tolnay 2017-12-28 01:24:11 -05:00
  • 0b0d735d1b Use rust highlighting now that it has been fixed David Tolnay 2017-12-28 01:21:59 -05:00
  • 6a7159393c Unignore the extern crate example David Tolnay 2017-12-28 01:21:20 -05:00
  • 14b7c3f83f Fix ToTokens::to_tokens example code David Tolnay 2017-12-28 01:20:32 -05:00
  • de8b3472f6 Hide __rt module from documentation David Tolnay 2017-12-28 01:07:03 -05:00
  • 1e88be82eb Hex literal support no longer exists David Tolnay 2017-12-28 00:46:05 -05:00
  • ed2634f0b2 Format with rustfmt 0.3.4-nightly David Tolnay 2017-12-28 00:45:01 -05:00
  • 87e944a456 Resolve clippy lints David Tolnay 2017-12-28 00:38:30 -05:00
  • a0e7a6d17e Merge pull request #57 from dtolnay/debug David Tolnay 2017-12-28 00:35:30 -05:00
  • ff63323c52 Implement Debug for Tokens David Tolnay 2017-12-28 00:32:50 -05:00
  • a3a5de2a7e Merge pull request #56 from dtolnay/remove David Tolnay 2017-12-28 00:27:13 -05:00
  • 3414a8fd57 Remove ToTokens for vec, slice, arrays David Tolnay 2017-12-28 00:24:47 -05:00
  • ad2e97658b Merge pull request #55 from alexcrichton/quote-spanned David Tolnay 2017-11-21 09:31:23 -08:00
  • eaf6b4d710 Add a quote_spanned! macro Alex Crichton 2017-11-21 07:35:51 -08:00
  • 319823457c Merge pull request #47 from alexcrichton/none Alex Crichton 2017-09-23 12:20:09 -05:00
  • cf3003db98 Support emitting the None delimiter Alex Crichton 2017-09-23 09:57:42 -07:00
  • 428b06d14e Link to page with slides David Tolnay 2017-07-15 19:08:42 -07:00
  • 4008be7f63 Merge pull request #40 from alexcrichton/more-from David Tolnay 2017-07-08 11:09:19 -07:00
  • 7ded0149ff Add From<Tokens> for proc_macro::Tokens Alex Crichton 2017-07-07 20:45:30 -07:00
  • ca644afb07 Revert "Add convertion from Token to proc_macro::Tokens" Alex Crichton 2017-07-06 09:25:29 -07:00
  • 1a8f1dbbe3 Add convertion from Token to proc_macro::Tokens Alex Crichton 2017-07-06 09:21:46 -07:00
  • 0da6078302 Update to published proc_macro2 Alex Crichton 2017-07-05 18:10:33 -07:00
  • 0e7b447891 Fix conflicts between PR 36 and PR 37 David Tolnay 2017-06-02 23:34:49 -07:00
  • 9384142f8e Merge pull request 36 from mystor/into_tokens David Tolnay 2017-06-02 23:33:25 -07:00
  • 85a4bafdd8 Fix quote! with looks-like-an-attribute Alex Crichton 2017-06-01 13:17:25 -07:00
  • 6f2961b34a Fix a typo in quote! Alex Crichton 2017-06-01 13:13:00 -07:00
  • 8ce78dda85 Disable publish until proc-macro2 is figured out David Tolnay 2017-05-26 16:43:48 -07:00
  • ea7956f456 Merge pull request #37 from alexcrichton/new-tokens David Tolnay 2017-05-26 16:41:23 -07:00
  • 9d100061f8 Rewrite to work with proc_macro2 tokens Alex Crichton 2017-05-19 19:24:44 -07:00
  • 26c1cd6f68 Remove impl_to_tokens_display! as it has only 1 user now Michael Layzell 2017-05-20 16:40:48 -04:00
  • 34982e08be Add ToTokens::into_tokens to conveniently convert ToTokens types into Tokens objects Michael Layzell 2017-05-20 16:32:16 -04:00
  • 30ebd0c497 Mention that this is like macro_rules David Tolnay 2017-05-10 10:52:49 -07:00
  • 20c90b1d69 Merge pull request #34 from torkleyy/patch-1 David Tolnay 2017-05-10 10:51:21 -07:00
  • 360239d6f2 Document trailing comma in README Thomas Schaller 2017-05-10 19:43:34 +02:00
  • f618be60ae Nice work @asajeffrey David Tolnay 2017-03-09 19:22:57 -08:00
  • 04c71ba012 Release 0.3.15 David Tolnay 2017-03-05 18:48:57 -08:00
  • 985910a7b6 Simplify the example quotes David Tolnay 2017-03-05 18:48:25 -08:00
  • 0967988b50 Consistent name for the separator type parameter David Tolnay 2017-03-05 18:47:50 -08:00
  • 48042eed56 Merge pull request #29 from colin-kiegel/feature/append_tokens_to_tokens David Tolnay 2017-03-05 13:35:33 -08:00
  • c78be21295 append tokens to tokens Colin Kiegel 2017-03-05 13:14:01 +01:00
  • 42de788a46 Release 0.3.14 David Tolnay 2017-02-27 11:59:03 -08:00
  • d42a069409 Merge pull request #28 from SimonSapin/into_string David Tolnay 2017-02-27 11:58:15 -08:00
  • 9ff342f393 Add Tokens::into_string Simon Sapin 2017-02-27 20:21:31 +01:00
  • 473d24f449 Release 0.3.13 David Tolnay 2017-02-19 13:14:26 -08:00
  • 0605ffdfbb Include readme, licenses, tests in crates.io archive David Tolnay 2017-02-19 13:12:13 -08:00
  • a9a0ad6a06 Release 0.3.12 David Tolnay 2017-01-19 15:01:05 -08:00
  • a4c66df648 ToTokens for Cow David Tolnay 2017-01-19 14:48:56 -08:00
  • 8b654748b3 Release 0.3.11 David Tolnay 2017-01-18 21:52:40 -08:00
  • 61f6f3f020 Byte strings use byte escapes not unicode escapes David Tolnay 2017-01-18 21:51:44 -08:00
  • 81445e971f Clarify recursion_limit requirement David Tolnay 2017-01-13 00:43:13 -08:00
  • 2164501021 More explanation in readme David Tolnay 2016-12-31 00:53:44 -08:00
  • 7e44ecf123 Remove workaround for rust 1.11.0 David Tolnay 2016-12-26 12:12:50 -05:00
  • 4743c151f0 Run tests against rust 1.13.0 David Tolnay 2016-12-26 12:11:49 -05:00
  • acfdda346b Implement ToTokens for () David Tolnay 2016-12-26 12:09:50 -05:00
  • fba2ddecea 1.11.0 fails for another reason David Tolnay 2016-11-26 14:27:51 -08:00
  • b92b233a3a Release 0.3.10 David Tolnay 2016-11-26 14:23:31 -08:00
  • c37fffb446 Support old rustc David Tolnay 2016-11-26 14:21:30 -08:00
  • 23ae8c83d1 Doc comment for Ident David Tolnay 2016-11-25 10:35:25 -08:00
  • 9b994129b9 Use as_str in tests David Tolnay 2016-11-25 10:31:16 -08:00
  • 4ea03b5662 Release 0.3.9 David Tolnay 2016-11-25 09:53:19 -08:00
  • 84a063ee85 Clarify the readme version David Tolnay 2016-11-25 09:53:04 -08:00
  • 07b66f2306 Merge pull request #19 from SimonSapin/hex David Tolnay 2016-11-25 12:49:46 -05:00
  • 2fbf515e75 Merge pull request #18 from SimonSapin/lit David Tolnay 2016-11-25 12:47:29 -05:00
  • ef674db595 Merge pull request #17 from SimonSapin/ident David Tolnay 2016-11-25 12:40:16 -05:00
  • 79b29d9c59 Add a Hex wrapper for integer type, with a ToTokens impl using {:X}. Simon Sapin 2016-11-25 14:36:34 +01:00
  • 64b899582c Implement ToTokens as literals for arrays, tuples, slices, and Vec. Simon Sapin 2016-11-25 13:55:00 +01:00
  • 7503cba393 Add Ident. Simon Sapin 2016-11-25 13:30:11 +01:00
  • ce8e6a9735 Release 0.3.8 David Tolnay 2016-11-24 13:04:51 -08:00
  • 271205cc1a Add Tokens::parse David Tolnay 2016-11-24 13:04:28 -08:00
  • 8a423307b0 Release 0.3.7 David Tolnay 2016-11-24 12:46:58 -08:00
  • b1f156454b Mention as_str() in documentation David Tolnay 2016-11-24 12:46:41 -08:00
  • c72f1ccf8f Document quote!(...) sort of David Tolnay 2016-11-24 12:44:38 -08:00
  • fb9ba6aed1 Document Tokens David Tolnay 2016-11-24 12:42:57 -08:00
  • 38d6b72d37 Document ToTokens David Tolnay 2016-11-24 12:31:00 -08:00
  • d22977b702 Document ByteStr David Tolnay 2016-11-24 12:26:53 -08:00
  • dc0e0c3ca2 Crate-level rustdoc David Tolnay 2016-11-24 12:24:48 -08:00