Commit Graph

  • 2bea03f2c5 Merge pull request #1215 from dtolnay/staticasync David Tolnay 2022-09-18 16:07:50 -07:00
  • dabbc7154a Parse 'static async' closures David Tolnay 2022-09-18 15:58:26 -07:00
  • 249a1be093 Merge pull request #1214 from dtolnay/patstructrest David Tolnay 2022-09-18 16:00:14 -07:00
  • 29dedb644c Parse Struct { #[attr] .. } in pattern position David Tolnay 2022-09-18 15:44:54 -07:00
  • 82bd402665 Merge pull request #1213 from dtolnay/dynstar David Tolnay 2022-09-18 15:45:04 -07:00
  • bc0ae33239 Parse dyn* syntax David Tolnay 2022-09-18 15:31:33 -07:00
  • 49cce450db Merge pull request #1212 from dtolnay/forclosure David Tolnay 2022-09-18 15:29:16 -07:00
  • 3f0794fb13 Parse closures with explicit empty lifetime list David Tolnay 2022-09-18 15:13:32 -07:00
  • 93c1d8b35d Merge pull request #1211 from dtolnay/up David Tolnay 2022-09-18 15:08:19 -07:00
  • 89b5ca696d Categorize all the new parse failures David Tolnay 2022-09-18 14:17:51 -07:00
  • ebe97a3610 Move rust-analyzer err tests and fuzz failures to exclude dirs David Tolnay 2022-09-18 14:06:56 -07:00
  • cb1334be95 Add currently failing rustc source files to test exclude David Tolnay 2022-09-18 13:41:18 -07:00
  • 1fcd3bf098 Update test suite to nightly-2022-09-18 David Tolnay 2022-09-18 13:38:11 -07:00
  • 4f09c57e00 Factor out a static array of directories to skip testing David Tolnay 2022-09-18 14:01:12 -07:00
  • b7867eeb9f Update test suite to nightly-2022-09-15 David Tolnay 2022-09-14 21:35:20 -07:00
  • 1bb7312031 Remove default package.readme metadata from Cargo.toml David Tolnay 2022-09-14 09:16:01 -07:00
  • 6fa858b2da Update test suite to nightly-2022-09-14 David Tolnay 2022-09-13 21:17:19 -07:00
  • 09d23d952d Ignore bool_to_int_with_if clippy lint David Tolnay 2022-09-10 20:12:34 -07:00
  • 18f9bc0acf Update test suite to nightly-2022-09-09 David Tolnay 2022-09-08 22:26:51 -07:00
  • 58a8a12301 Update test suite to nightly-2022-09-07 David Tolnay 2022-09-07 00:01:34 -07:00
  • db0eb8f471 GitHub Workflows security hardening David Tolnay 2022-09-02 15:09:32 -07:00
  • 7c0078e09d Update test suite to nightly-2022-09-02 David Tolnay 2022-09-01 22:25:22 -07:00
  • 193950cf77 Ignore using destructuring assignment to wildcard pattern David Tolnay 2022-08-31 00:35:49 -07:00
  • 063e8cea6f Update test suite to nightly-2022-08-24 David Tolnay 2022-08-24 02:14:33 -07:00
  • d2f357d399 Update test suite to nightly-2022-08-23 David Tolnay 2022-08-22 23:09:30 -07:00
  • 92b01e3b8c Update benches to nightly-2022-08-18 David Tolnay 2022-08-17 22:02:52 -07:00
  • 7517e4adfb Update test suite to nightly-2022-08-18 David Tolnay 2022-08-17 21:42:47 -07:00
  • dfcba81465 Update test suite to nightly-2022-08-17 David Tolnay 2022-08-16 21:32:49 -07:00
  • d4978757ce Update test suite to nightly-2022-08-13 David Tolnay 2022-08-12 21:43:41 -07:00
  • a09cbfbee9 Update test suite to nightly-2022-08-12 David Tolnay 2022-08-11 21:34:14 -07:00
  • 2439f64233 Release 1.0.99 David Tolnay 2022-08-02 20:56:05 -07:00
  • 71ce743eb2 Update keywords in crates.io metadata David Tolnay 2022-08-02 10:38:56 -07:00
  • a09c3aa441 Add parser-implementations category to crates.io metadata David Tolnay 2022-08-01 00:06:48 -07:00
  • f8b4ca6b22 Add authors to Cargo.toml David Tolnay 2022-07-31 19:25:47 -07:00
  • 91f47c8f64 Sort package entries in Cargo.toml David Tolnay 2022-07-31 19:19:06 -07:00
  • 4ca91d2544 Update test suite to nightly-2022-07-31 David Tolnay 2022-07-30 19:58:01 -07:00
  • 8d2c42feb7 Ignore assertions_on_result_states clippy lint David Tolnay 2022-07-29 22:09:40 -07:00
  • 7751b0f3ac Merge pull request #1205 from dtolnay/groups David Tolnay 2022-07-24 23:29:31 -07:00
  • 518b1425b5 Eliminate allocation of 'groups' vector in TokenBuffer construction David Tolnay 2022-07-24 22:24:05 -07:00
  • 4d39250adc Merge pull request #1204 from dtolnay/prealloc David Tolnay 2022-07-24 23:01:42 -07:00
  • a9166fd0f0 Preallocate TokenBuffer vector David Tolnay 2022-07-24 21:47:35 -07:00
  • 6d667885f6 Merge pull request #1203 from dtolnay/buffer David Tolnay 2022-07-24 22:33:56 -07:00
  • 31d3c92599 Improve variable naming in buffer.rs David Tolnay 2022-07-24 22:25:08 -07:00
  • acf261c2de Merge pull request #1202 from dtolnay/skipdrop David Tolnay 2022-07-24 22:27:15 -07:00
  • f4ae887620 Skip drop of entry known to be Entry::End placeholder David Tolnay 2022-07-24 22:19:13 -07:00
  • 2c79dcc64b Merge pull request #1201 from dtolnay/bench David Tolnay 2022-07-24 21:19:46 -07:00
  • a5f3410196 Add a benchmark of TokenBuffer::inner_new David Tolnay 2022-07-24 21:03:55 -07:00
  • ed3b40a2ec Merge pull request #1200 from dtolnay/bench David Tolnay 2022-07-24 21:03:41 -07:00
  • af9ccfc232 Add baseline benchmark to distinguish TokenStream::clone from syn::parse2 David Tolnay 2022-07-24 20:52:15 -07:00
  • bdbc5bf5d7 Directly install wasm32 target support David Tolnay 2022-07-20 15:02:29 -07:00
  • 93d654f58a Mark syn.json generated for linguist David Tolnay 2022-07-17 11:24:59 -07:00
  • f13832c5b3 Update test suite to nightly-2022-07-15 David Tolnay 2022-07-14 21:44:35 -07:00
  • 70d5669116 Update test suite to nightly-2022-07-08 David Tolnay 2022-07-07 21:39:49 -07:00
  • a61abb6442 Ignore explicit_auto_deref clippy lint David Tolnay 2022-07-01 20:11:45 -07:00
  • 3643e3ee7a Release 1.0.98 David Tolnay 2022-06-18 17:24:41 -07:00
  • b7a9f431d7 Format examples with rustfmt 1.5.0 David Tolnay 2022-06-18 17:22:18 -07:00
  • 0674a01b19 Access non-public group API in a way that makes it more clearly non-public David Tolnay 2022-06-18 17:23:15 -07:00
  • 1e8529c0c9 Release 1.0.97 David Tolnay 2022-06-18 13:15:49 -07:00
  • 59ee07a701 Use upstreamed docs.rs icon in docs.rs badge David Tolnay 2022-06-11 10:16:00 -07:00
  • a9feaf26f1 Resolve borrow_deref_ref clippy lint David Tolnay 2022-06-06 23:52:57 -07:00
  • f7fe2cd3d6 Resolve get_first clippy lint David Tolnay 2022-06-06 23:51:09 -07:00
  • 519b6ac830 Update outdated deps in all the examples David Tolnay 2022-06-06 14:56:49 -07:00
  • c4447cca20 Check all crates in workspace for outdated deps David Tolnay 2022-06-06 14:39:25 -07:00
  • 0365239527 Merge pull request #1184 from dtolnay/workspace David Tolnay 2022-06-06 13:52:27 -07:00
  • c3de67375e Distinguish examples that have a conflicting package name David Tolnay 2022-06-06 13:21:43 -07:00
  • 32c687df1f Add all examples into top-level workspace David Tolnay 2022-06-06 13:20:37 -07:00
  • f78e88e32d Release 1.0.96 David Tolnay 2022-06-02 13:23:41 -07:00
  • e6dc4e5996 Merge pull request #1183 from dtolnay/punctmut David Tolnay 2022-06-02 13:22:52 -07:00
  • 3e1a39ccc7 Add example of using pair.punct_mut() David Tolnay 2022-06-02 13:05:20 -07:00
  • b98f3c0dd6 Add syn::punctuated::Pair::punct_mut David Tolnay 2022-06-02 13:02:29 -07:00
  • e2de26bb9b Merge pull request #1181 from kianmeng/fix-typo David Tolnay 2022-05-30 08:20:53 -07:00
  • d2b274a20a Fix typo Kian-Meng Ang 2022-05-30 18:58:59 +08:00
  • feb019abcd Fix stmt_expr_attributes test David Tolnay 2022-05-25 08:30:34 -07:00
  • 65d6979f9d Categorize test exclusions from nightly-2022-05-24 David Tolnay 2022-05-23 22:18:53 -07:00
  • 03c4010c42 Update the rust-lang/rust commit used for parser tests David Tolnay 2022-05-23 22:13:03 -07:00
  • e5eddc994c Switch to imports_granularity=Item style for test rustc_ast imports David Tolnay 2022-05-23 22:07:36 -07:00
  • da56efb9e5 Update test suite to nightly-2022-05-24 David Tolnay 2022-05-23 22:04:38 -07:00
  • 911d7b27a9 Merge lint lists David Tolnay 2022-05-21 19:55:18 -07:00
  • 737b2611fe Remove clippy lint allows that no longer trigger David Tolnay 2022-05-21 19:54:42 -07:00
  • 094fa1a7e7 Use new name of eval order dependence lint David Tolnay 2022-05-21 19:46:05 -07:00
  • 05eec8e29b Update test suite to nightly-2022-05-21 David Tolnay 2022-05-20 21:57:02 -07:00
  • 45467f496e Fix needless_borrow lint in test David Tolnay 2022-05-19 21:16:39 -07:00
  • 5f7d342af0 Update test suite to nightly-2022-05-20 David Tolnay 2022-05-19 20:59:48 -07:00
  • 237d758388 Fix new broken_intra_doc_links warnings David Tolnay 2022-05-16 22:01:10 -07:00
  • 9495d6d0da Release 1.0.95 David Tolnay 2022-05-16 15:38:18 -07:00
  • e41f12949d Replace unicode-xid with unicode-ident crate David Tolnay 2022-05-16 15:28:43 -07:00
  • d718c1c9f2 Release 1.0.94 David Tolnay 2022-05-12 22:26:58 -07:00
  • 454f796464 Yet another unused macro rules lint David Tolnay 2022-05-12 22:17:47 -07:00
  • 69c3588a0d Merge unknown_lints + unused_macro_rules attribute David Tolnay 2022-05-12 22:04:35 -07:00
  • a66851062f Format with rustfmt 1.4.38 David Tolnay 2022-05-12 22:03:49 -07:00
  • e19e370853 Fix unused macro rule in no-default-features mode David Tolnay 2022-05-12 22:03:14 -07:00
  • 24585f6e75 Fix obsolete rule in ast_enum_of_structs David Tolnay 2022-05-12 21:48:43 -07:00
  • de4efaa4b7 Fix obsolete rule in check_keyword_matches David Tolnay 2022-05-12 21:46:20 -07:00
  • 557f771bb6 Ignore unused_macro_rules warning in test macros David Tolnay 2022-05-12 21:44:58 -07:00
  • 0b11f29311 Remove doc(hidden) attribute that is being phased out David Tolnay 2022-05-09 19:06:41 -07:00
  • 0600cec575 Release 1.0.93 David Tolnay 2022-05-09 18:45:02 -07:00
  • 2ddb3e6b43 Merge pull request #1171 from zakarumych/fix-some David Tolnay 2022-05-09 18:44:23 -07:00
  • 9c43307cca Use Some from $crate Zakarum 2022-05-09 19:16:48 +04:00
  • 9cee9bf9e0 Run miri in stricter miri-strict-provenance mode David Tolnay 2022-05-06 04:01:35 -07:00
  • baf9a84ae1 Update test suite to nightly-2022-05-05 David Tolnay 2022-05-04 19:52:20 -07:00