Commit Graph

124 Commits

Author SHA1 Message Date
d990fb1431 TreesHeight/TreesHeightError
All checks were successful
buildbot/cargo fmt (1.72) Build done.
buildbot/cargo clippy (1.72) Build done.
buildbot/cargo doc (1.72) Build done.
buildbot/cargo test (1.65) Build done.
buildbot/cargo clippy (1.65) Build done.
2023-08-31 23:42:57 +00:00
3c095f0fb5 remove Ctx from bases
Some checks failed
buildbot/cargo fmt (1.72) Build done.
buildbot/cargo clippy (1.72) Build done.
buildbot/cargo doc (1.72) Build done.
buildbot/cargo test (1.65) Build done.
buildbot/cargo clippy (1.65) Build done.
2023-08-31 23:07:12 +00:00
c11990d020 MonadTrees
Some checks failed
buildbot/cargo fmt (1.72) Build done.
buildbot/cargo doc (1.72) Build done.
buildbot/cargo clippy (1.72) Build done.
buildbot/cargo test (1.65) Build done.
buildbot/cargo clippy (1.65) Build done.
2023-08-31 22:12:28 +00:00
dc98e38b8f Send everything
All checks were successful
buildbot/cargo fmt (1.71) Build done.
buildbot/cargo doc (1.71) Build done.
buildbot/cargo clippy (1.71) Build done.
buildbot/cargo test (1.65) Build done.
buildbot/cargo clippy (1.65) Build done.
2023-08-11 00:14:44 +00:00
df84129f2d ConstSizeAtomic for pair
All checks were successful
buildbot/cargo fmt (1.65) Build done.
buildbot/cargo doc (1.65) Build done.
buildbot/cargo clippy (1.65) Build done.
buildbot/cargo test (1.65) Build done.
buildbot/cargo fmt (1.71) Build done.
buildbot/cargo clippy (1.71) Build done.
buildbot/cargo doc (1.71) Build done.
2023-08-05 17:51:02 +00:00
a8c916973d ConstSizeFactory for pair
All checks were successful
buildbot/cargo fmt (1.65) Build done.
buildbot/cargo test (1.65) Build done.
buildbot/cargo clippy (1.65) Build done.
buildbot/cargo doc (1.65) Build done.
2023-08-05 17:47:45 +00:00
656237a4df FixedSizeFactory for pair
All checks were successful
buildbot/fmt-check Build done.
buildbot/runtests Build done.
buildbot/clippy Build done.
buildbot/rustdoc Build done.
2023-08-05 15:28:00 +00:00
8f6fcfba6c AtomicModeParse for pair
All checks were successful
buildbot/fmt-check Build done.
buildbot/runtests Build done.
buildbot/rustdoc Build done.
buildbot/clippy Build done.
2023-08-05 13:31:44 +00:00
eaa83b1bf0 MentionableTop 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 13:22:02 +00:00
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