talexander
  • Joined on 2023-07-05
talexander pushed to main at talexander/machine_setup 2023-10-18 13:19:54 +00:00
16b7a200de Merge branch 'custom_freebsd'
e3e7de8eb1 The SHARED_TOOLCHAIN option was removed in FreeBSD 14.
51e5917e43 Remove MODULES_WITH_WORLD.
2d260dec90 Update the FreeBSD version.
72a8d6f615 Build the ports modules with world instead of just with the kernel.
Compare 18 commits »
talexander pushed to main at talexander/organic 2023-10-18 12:54:03 +00:00
bcdf1f5e9d Merge branch 'entity_special_case'
17d8e76e05 Do not match POST for entities that end with a space.
Compare 2 commits »
talexander deleted branch list_perf_improvement from talexander/organic 2023-10-18 12:40:50 +00:00
talexander pushed to main at talexander/organic 2023-10-18 12:40:32 +00:00
8db9038c53 Merge branch 'list_perf_improvement'
a276ba70e0 Fix empty content items with final item whitespace cut-off before headlines.
b7442c1e92 Do not match headlines as plain list items.
364ba79517 It actually worked on trailing whitespace ownership test case 2.
47408763e5 A first stab at a final item whitespace cut-off exit matcher.
Compare 7 commits »
talexander created branch list_perf_improvement in talexander/organic 2023-10-17 20:49:55 +00:00
talexander pushed to list_perf_improvement at talexander/organic 2023-10-17 20:49:55 +00:00
a276ba70e0 Fix empty content items with final item whitespace cut-off before headlines.
b7442c1e92 Do not match headlines as plain list items.
364ba79517 It actually worked on trailing whitespace ownership test case 2.
47408763e5 A first stab at a final item whitespace cut-off exit matcher.
bd187ebfe7 Remove re-parsing of the final list child.
Compare 6 commits »
talexander pushed to main at talexander/organic 2023-10-17 17:55:13 +00:00
44f7412a5c Merge branch 'perf_improvement'
01464057ad Remove unused event types.
0208020e3e Also print byte offset.
a2f53361eb Record element start events and report them when the event_count feature is enabled.
17db05c2c7 Unify more error handling.
Compare 12 commits »
talexander deleted branch perf_improvement from talexander/organic 2023-10-17 17:55:05 +00:00
talexander created branch perf_improvement in talexander/organic 2023-10-17 17:37:45 +00:00
talexander pushed to perf_improvement at talexander/organic 2023-10-17 17:37:45 +00:00
0208020e3e Also print byte offset.
a2f53361eb Record element start events and report them when the event_count feature is enabled.
17db05c2c7 Unify more error handling.
6139ea328d Unify some more error handling.
d20b4a410b Remove pointless map_err calls.
Compare 10 commits »
talexander pushed to main at talexander/organic 2023-10-17 14:41:37 +00:00
7d73eb6bd4 Merge branch 'error_rework'
f59f153ee7 Clean up.
20c4a0f8f7 Continue removing MyError.
e776a051ad Continue removing MyError.
77e6c22ad8 Continue removing MyError.
Compare 7 commits »
talexander pushed tag v0.1.11 to talexander/organic 2023-10-16 23:59:19 +00:00
talexander pushed to main at talexander/organic 2023-10-16 23:59:09 +00:00
acc29e7977 Publish version 0.1.11.
ebc0a30035 Merge branch 'clippy_ci_job'
e2d55e13d3 Fix some clippy errors that didn't appear on my host version of clippy.
e4d9c5f467 Add makefile command to run clippy through docker.
d8e3a85ef7 We need to add dependencies so we are now building a container.
Compare 7 commits »
talexander pushed to main at talexander/machine_setup 2023-10-16 23:52:55 +00:00
ae43050061 Install clippy on linux.
05c3b0c1dc Update rust.
47c36a82bf Remove the sorting in company.
Compare 3 commits »
talexander deleted branch clippy_ci_job from talexander/organic 2023-10-16 23:50:28 +00:00
talexander pushed to clippy_ci_job at talexander/organic 2023-10-16 23:43:31 +00:00
e2d55e13d3 Fix some clippy errors that didn't appear on my host version of clippy.
e4d9c5f467 Add makefile command to run clippy through docker.
d8e3a85ef7 We need to add dependencies so we are now building a container.
Compare 3 commits »
talexander pushed to clippy_ci_job at talexander/organic 2023-10-16 23:27:47 +00:00
464685b52b Use a cargo cache for the clippy CI job.
5fed4e80a7 Add a CI job to run clippy for every push.
Compare 2 commits »
talexander created branch clippy_ci_job in talexander/organic 2023-10-16 23:27:47 +00:00
talexander pushed to main at talexander/organic 2023-10-16 23:14:56 +00:00
e53140426f Merge branch 'clippy'
9a4d290cf8 Apply more suggestions.
acd24d6198 Apply more suggestions.
880b00ef3f Apply more suggestions.
3069711447 Apply more suggestions.
Compare 17 commits »
talexander pushed to main at talexander/organic 2023-10-16 19:41:02 +00:00
547fc40dbe No measurable performance improvement with native builds over LTO release builds.