Commit Graph

  • 0be92f1776 Bump to 0.1.5 Alex Crichton 2017-11-21 07:35:06 -08:00
  • a8dfa309a5 Add Span::def_site-the-API Alex Crichton 2017-11-21 07:24:25 -08:00
  • 99484af21d Bump to 0.1.4 Alex Crichton 2017-11-19 08:06:40 -08:00
  • bcdd7b0120 Update to latest nightly's API Alex Crichton 2017-11-19 08:06:27 -08:00
  • c9890b1319 Fix copy/paste Alex Crichton 2017-10-30 14:10:07 -07:00
  • bade7cc4c6 Clarify wording of license information in README. Alex Crichton 2017-10-30 14:07:37 -07:00
  • 1b4434a4db Bump to 0.1.3 Alex Crichton 2017-08-28 12:47:15 -07:00
  • cc6628b86f Merge pull request #29 from alexcrichton/no-underscore-ident Alex Crichton 2017-08-28 14:46:42 -05:00
  • eddc4de9dc Parse a bare _ as an Op, not a Term Alex Crichton 2017-08-28 12:20:58 -07:00
  • 331e0a7a64 Merge pull request #28 from LukasKalbertodt/patch-1 Alex Crichton 2017-08-21 18:00:11 -05:00
  • be4f5774db Derive Eq/PartialEq for Spacing Lukas Kalbertodt 2017-08-20 18:58:41 +02:00
  • c6f60ea134 Allow running tests on all channels Alex Crichton 2017-07-14 06:41:17 -07:00
  • 6bcbc5c9b5 Tweak travis config, run tests on nightly Alex Crichton 2017-07-14 06:27:08 -07:00
  • bdafb01c0c Bump to 0.1.2 Alex Crichton 2017-07-14 06:23:20 -07:00
  • 860bdaaa76 Use raw isize and usize constructors Alex Crichton 2017-07-14 06:09:31 -07:00
  • 27b8345fbf Bump to 0.1.1 Alex Crichton 2017-07-05 18:10:06 -07:00
  • 5da9ba28a8 Expose isize/usize constructors of Literal Alex Crichton 2017-07-05 18:06:36 -07:00
  • e23ea3c122 Fill out README fields Alex Crichton 2017-07-05 18:01:47 -07:00
  • d729421a38 Crate docs Alex Crichton 2017-07-05 18:00:29 -07:00
  • 81e8674219 Use more upstream apis on unstable where we can Alex Crichton 2017-07-05 17:56:48 -07:00
  • 2e862b4947 Update the README Alex Crichton 2017-07-05 17:53:06 -07:00
  • a1a13fa226 Update to rust-lang/rust's proc_macro API Alex Crichton 2017-07-05 17:47:15 -07:00
  • 07968dfc91 More useful Debug for Symbol David Tolnay 2017-06-03 16:45:00 -07:00
  • be6a3112e9 Forward Debug and Display for newtype wrappers David Tolnay 2017-06-03 16:40:35 -07:00
  • 137a989598 Update unicode-xid David Tolnay 2017-06-03 12:17:33 -07:00
  • 44d2c05b96 Merge pull request #25 from alexcrichton/ss David Tolnay 2017-06-03 09:50:47 -07:00
  • fd8f9be9ba Compiletest requires nightly David Tolnay 2017-06-03 09:47:37 -07:00
  • 844e1bb107 Test that Symbol is neither Send nor Sync David Tolnay 2017-06-03 09:41:46 -07:00
  • c48c1facfb Remove Send and Sync for Symbol David Tolnay 2017-06-03 09:18:04 -07:00
  • 8615ad007b Merge pull request #23 from alexcrichton/unstable Alex Crichton 2017-06-02 15:26:40 -05:00
  • 3c6af849d2 Fill out an unstable implementation Alex Crichton 2017-06-02 13:19:33 -07:00
  • 9a8efb0bb0 Merge pull request #22 from mystor/eq David Tolnay 2017-06-02 08:09:04 -07:00
  • 420318cb7d Derive Eq and PartialEq on OpKind and Delimiter Michael Layzell 2017-06-02 10:29:31 -04:00
  • 63699f7bea Merge pull request #21 from alexcrichton/tests David Tolnay 2017-06-01 15:36:17 -07:00
  • a562f833a6 Move tests out of stable module David Tolnay 2017-06-01 12:49:20 -07:00
  • 87460027d1 Merge pull request #20 from alexcrichton/keyword David Tolnay 2017-06-01 13:37:34 -07:00
  • a0889659e5 Reject keyword as lifetime name David Tolnay 2017-06-01 12:42:56 -07:00
  • 5e1f6f476f Merge pull request #18 from alexcrichton/lifetime David Tolnay 2017-06-01 12:32:26 -07:00
  • 21fe7f6dbe Disallow space between tick and lifetime name David Tolnay 2017-06-01 12:26:55 -07:00
  • 9cb63f4546 Parse the publicly exported types directly David Tolnay 2017-06-01 12:12:29 -07:00
  • 40914488c6 Simplify token_kind parser David Tolnay 2017-06-01 12:02:44 -07:00
  • 480a29588a Simplify token_stream parser David Tolnay 2017-06-01 11:57:10 -07:00
  • 92a228fc0d Merge pull request #16 from alexcrichton/suffix David Tolnay 2017-06-01 11:53:14 -07:00
  • 5c87d873a6 Check for word boundary after numeric suffixes David Tolnay 2017-06-01 11:34:29 -07:00
  • 27ed377431 Merge pull request #14 from alexcrichton/result David Tolnay 2017-06-01 11:23:41 -07:00
  • e136b9bd13 Switch from IResult<I, O> to Result<(I, O), LexError> David Tolnay 2017-06-01 11:13:45 -07:00
  • 783228b91d Merge pull request #13 from alexcrichton/punctuation Alex Crichton 2017-06-01 08:34:04 -05:00
  • 91d1215629 Punctuation is joint if followed by other punctuation David Tolnay 2017-05-31 23:40:33 -07:00
  • d1c7d8845e Merge pull request #4 from alexcrichton/strnom David Tolnay 2017-05-31 18:01:16 -07:00
  • e7090f503c Merge pull request #11 from alexcrichton/debug David Tolnay 2017-05-31 17:54:54 -07:00
  • 282234da96 Derive debug David Tolnay 2017-05-31 17:41:33 -07:00
  • b09eee89ed Merge pull request #8 from mystor/ui128 David Tolnay 2017-05-31 16:55:41 -07:00
  • 30e3589b06 Accept u128 and i128 suffixes when parsing integers Michael Layzell 2017-05-31 19:49:31 -04:00
  • 98afa0e638 Merge pull request #7 from mystor/int_overflow David Tolnay 2017-05-31 16:49:24 -07:00
  • 9ee75c96e4 Don't check integer literals for overflow when parsing Michael Layzell 2017-05-31 19:44:26 -04:00
  • 63d7b269ab Drop dependency on synom David Tolnay 2017-05-31 15:52:28 -07:00
  • 2d0cf0bcc3 Compat with older rust Alex Crichton 2017-05-26 14:00:16 -07:00
  • 7ed6d28a8f Fix raw byte strings Alex Crichton 2017-05-26 13:42:50 -07:00
  • 3131662d23 Raw string literals Alex Crichton 2017-05-26 12:54:47 -07:00
  • 43881256b9 Make as_str public Alex Crichton 2017-05-26 08:51:06 -07:00
  • 9c2fb0a75c Minor API tweaks Alex Crichton 2017-05-26 08:49:31 -07:00
  • 46060dca49 Remove bool literals Alex Crichton 2017-05-25 07:41:30 -07:00
  • 67dcecc701 Merge pull request #3 from mystor/byte_literal David Tolnay 2017-05-24 18:23:36 -07:00
  • bad5801cea Correctly parse byte literals like b'a' Michael Layzell 2017-05-24 20:42:52 -04:00
  • 002d2caa4d Don't default spans Alex Crichton 2017-05-24 15:58:20 -07:00
  • e14e8fd872 Invert stable/unstable features Alex Crichton 2017-05-23 07:02:54 -07:00
  • 76a5cc8afd Add functions for byte characters and doc comments Alex Crichton 2017-05-23 07:01:44 -07:00
  • 3d3e3d7da1 More From impls Alex Crichton 2017-05-19 19:50:09 -07:00
  • 803720f5f0 Some extra files Alex Crichton 2017-05-19 19:41:03 -07:00
  • b15c6354e9 Add unstable build ability Alex Crichton 2017-05-19 19:36:36 -07:00
  • 852d53db5f Bug fixes and whatnot Alex Crichton 2017-05-19 19:25:08 -07:00
  • 44bffbce1e Initial commit Alex Crichton 2017-05-19 17:51:59 -07:00