Commit Graph

115 Commits

Author SHA1 Message Date
68f8a9ca29 FactoryModeParse for pair
All checks were successful
buildbot/fmt-check Build done.
buildbot/clippy Build done.
buildbot/runtests Build done.
buildbot/rustdoc Build done.
2023-08-05 13:15:42 +00:00
1cb0f4042b ParseMode for tuple
All checks were successful
buildbot/fmt-check Build done.
buildbot/clippy Build done.
buildbot/runtests Build done.
buildbot/rustdoc Build done.
2023-08-05 12:53:20 +00:00
84bd058004 *Bases for tuple
All checks were successful
buildbot/fmt-check Build done.
buildbot/runtests Build done.
buildbot/rustdoc Build done.
buildbot/clippy Build done.
2023-08-05 12:51:26 +00:00
48dae94d85 Serializable for tuple
Some checks failed
buildbot/rustdoc Build done.
buildbot/runtests Build done.
buildbot/clippy Build done.
2023-08-05 10:56:44 +00:00
b5bda0e937 intentional failure
Some checks failed
buildbot/clippy Build done.
buildbot/runtests Build done.
buildbot/rustdoc Build done.
2023-08-05 10:51:58 +00:00
2fb9fe9e86 StaticPairAtomic for pair
All checks were successful
buildbot/runtests Build done.
2023-08-04 23:53:43 +00:00
e6ff986e42 simplify validate_height 2023-08-01 20:25:14 +00:00
7f1d72898d NodeFactory via FactoryModeParse 2023-07-30 23:07:48 +00:00
25fe0655dc StackNodeFactory via FactoryModeParse 2023-07-30 23:03:36 +00:00
6935b072dd reorder stack definitions 2023-07-30 22:52:48 +00:00
f2ff6b8e9d use rmethods in regular stack 2023-07-30 22:51:23 +00:00
ce65688e47 rcore::inlining 2023-07-30 20:08:47 +00:00
c1c15c1c6b extract atomic_object 2023-07-30 20:01:23 +00:00
e15d1980ba atomic::inlining 2023-07-30 19:56:24 +00:00
f07f0f3607 move ImplMode to mode 2023-07-30 19:00:44 +00:00
1b54cd4ae8 move ParseMode to mode 2023-07-30 18:55:46 +00:00
ff13bce63f QInliningFactory -> CInliningFactory 2023-07-30 15:30:19 +00:00
cf7ff1b5b8 QRegularFactory -> CRegularFactory 2023-07-30 15:28:28 +00:00
936f41735a ModeResult 2023-07-29 23:39:09 +00:00
aa914d0c89 QInliningFactory 2023-07-29 22:14:06 +00:00
c9e65ca690 QRegularFactory 2023-07-29 22:06:11 +00:00
59a771630f reduce ImplMode bounds in stack 2023-07-29 21:39:05 +00:00
89a035bcdb delete ExternalPoints 2023-07-29 21:34:58 +00:00
7d07f5ffea "inlineable" -> "inlining" 2023-07-29 20:16:52 +00:00
5a5f1f5199 ImplMode 2023-07-29 20:14:00 +00:00
b7e3beacb6 loosen tree bounds 2023-07-29 15:04:29 +00:00
c288b106e3 loosen Point::resolve 2023-07-29 14:50:57 +00:00
f29ea3dbc8 reorder stack impls 2023-07-29 11:19:33 +00:00
1f454fec16 loosen StaticPair bounds for tuple 2023-07-29 11:04:34 +00:00
c2a69bd384 ExternalPoints blanket impl 2023-07-29 10:44:50 +00:00
886f6b2117 loosen stack bounds 2023-07-29 10:39:30 +00:00
f08b26316f ex_points_typed reformat 2023-07-29 10:33:11 +00:00
79f1fadf0a rstd::external_points 2023-07-29 10:30:43 +00:00
c595be270c ExternalPointsProxy 2023-07-29 10:11:42 +00:00
0fa540f7aa ExternalPoints 2023-07-29 09:55:31 +00:00
2e73ca8c50 StackCompatibleProxy::T 2023-07-29 09:36:13 +00:00
7253b2402e remove _Fctr from StackCompatible bound 2023-07-29 09:30:20 +00:00
d75e7c05a8 decouple FactoryBase from MentionableTop 2023-07-29 09:23:19 +00:00
c6b3029798 MentionableTop 2023-07-29 08:46:35 +00:00
54a6912baf InliningMode 2023-07-29 00:17:27 +00:00
dd8e0322e8 rcore::modes::* renaming 2023-07-28 21:24:18 +00:00
f3eaccfa77 Factory: ModeFactory 2023-07-28 21:06:59 +00:00
57a0e3f3e3 more FactoryBase in bounds 2023-07-28 20:20:05 +00:00
f1b4e7b88e FactoryBase 2023-07-28 19:40:30 +00:00
49cfeea849 move FallibleCtxExt to func::context 2023-07-06 03:47:42 +00:00
4425b4c545 TakesPoints -> PointsVisitor 2023-07-01 14:45:01 +00:00
b0077e0756 simplify TreeFactory::deserialize 2023-06-30 23:12:56 +00:00
d6c4ca11b5 StackNodeFactory::parse_point 2023-06-30 23:11:02 +00:00
75d68e54ba simplify StackNode deserialisation 2023-06-30 23:09:57 +00:00
d6adc543a7 InCtx in Factory::deserialize 2023-06-30 22:46:38 +00:00