Skip to content

Actions: irmen/prog8

Actions

All workflows

Actions

Loading...
Loading

Showing runs from all workflows
674 workflow runs
674 workflow runs

Filter by Event

Filter by Status

Filter by Branch

Filter by Actor

added string.contains().
Build and Test the Prog8 compiler #553: Commit 334e6dc pushed by irmen
January 5, 2024 19:47 3m 16s master
January 5, 2024 19:47 3m 16s
tweak some not optimizations
Build and Test the Prog8 compiler #552: Commit f2daa17 pushed by irmen
January 5, 2024 17:08 3m 7s master
January 5, 2024 17:08 3m 7s
added Absorption laws optimization
Build and Test the Prog8 compiler #551: Commit 37638e7 pushed by irmen
January 5, 2024 00:22 3m 21s master
January 5, 2024 00:22 3m 21s
fix expression evaluation bug where intermediate values were overwrit…
Build and Test the Prog8 compiler #550: Commit bfd3edb pushed by irmen
January 4, 2024 20:09 3m 32s master
January 4, 2024 20:09 3m 32s
fix exit() now actually correctly setting the return code in A
Build and Test the Prog8 compiler #549: Commit 19a2110 pushed by irmen
January 3, 2024 23:43 3m 3s master
January 3, 2024 23:43 3m 3s
fix data type difference error on range from and to values
Build and Test the Prog8 compiler #548: Commit 242a3ee pushed by irmen
January 3, 2024 20:47 3m 21s master
January 3, 2024 20:47 3m 21s
allow containment check in a range expression ("run time" range expre…
Build and Test the Prog8 compiler #547: Commit 6aed7e4 pushed by irmen
January 3, 2024 00:17 3m 17s master
January 3, 2024 00:17 3m 17s
added -printast1 and -printast2 command line options
Build and Test the Prog8 compiler #546: Commit 99c2934 pushed by irmen
January 1, 2024 21:49 3m 2s master
January 1, 2024 21:49 3m 2s
remove debug output
Build and Test the Prog8 compiler #545: Commit 892fa76 pushed by irmen
January 1, 2024 19:48 3m 14s master
January 1, 2024 19:48 3m 14s
fix unittest
Build and Test the Prog8 compiler #544: Commit d446b57 pushed by irmen
January 1, 2024 15:11 3m 33s master
January 1, 2024 15:11 3m 33s
removed chained comparisons again, because they caused invalid expres…
Build and Test the Prog8 compiler #543: Commit 0e086d7 pushed by irmen
January 1, 2024 15:00 3m 18s master
January 1, 2024 15:00 3m 18s
fix expericodegen crash related to shortcircuiting
Build and Test the Prog8 compiler #542: Commit 75fd263 pushed by irmen
December 31, 2023 00:28 3m 17s master
December 31, 2023 00:28 3m 17s
cleanups.
Build and Test the Prog8 compiler #541: Commit 1e1f444 pushed by irmen
December 30, 2023 23:34 3m 26s master
December 30, 2023 23:34 3m 26s
keep distinction between logical and bitwise boolean operators
Build and Test the Prog8 compiler #540: Commit 8f18b5b pushed by irmen
December 30, 2023 00:12 3m 25s shortcircuit
December 30, 2023 00:12 3m 25s
adjusted options of library modules
Build and Test the Prog8 compiler #539: Commit 813007a pushed by irmen
December 29, 2023 21:23 3m 8s master
December 29, 2023 21:23 3m 8s
improved var -> const replacement, now done in constfolding already (…
Build and Test the Prog8 compiler #538: Commit d03ff1e pushed by irmen
December 29, 2023 18:50 3m 8s master
December 29, 2023 18:50 3m 8s
const optimizer now knows about a bunch of library functions, such as…
Build and Test the Prog8 compiler #537: Commit a0594cb pushed by irmen
December 28, 2023 19:17 3m 16s master
December 28, 2023 19:17 3m 16s
keep distinction between logical and bitwise boolean operators
Build and Test the Prog8 compiler #536: Commit 75be4a6 pushed by irmen
December 28, 2023 19:16 3m 26s shortcircuit
December 28, 2023 19:16 3m 26s
allow chained comparisons i<x<j (desugared into: i<x and x<j)
Build and Test the Prog8 compiler #535: Commit dfce292 pushed by irmen
December 28, 2023 00:19 3m 6s master
December 28, 2023 00:19 3m 6s
added %option ignore_unused to suppress warnings about unused vars an…
Build and Test the Prog8 compiler #534: Commit 2b8f613 pushed by irmen
December 27, 2023 19:57 3m 9s master
December 27, 2023 19:57 3m 9s
keep distinction between logical and bitwise boolean operators
Build and Test the Prog8 compiler #533: Commit 729be99 pushed by irmen
December 27, 2023 19:55 3m 15s shortcircuit
December 27, 2023 19:55 3m 15s
make isArray a computed property by simply checking the datatype
Build and Test the Prog8 compiler #532: Commit 4bb2b8c pushed by irmen
December 26, 2023 18:58 3m 17s master
December 26, 2023 18:58 3m 17s
can be val
Build and Test the Prog8 compiler #531: Commit 5179562 pushed by irmen
December 26, 2023 18:39 3m 12s master
December 26, 2023 18:39 3m 12s
ir tag change INLINEASM->ASM
Build and Test the Prog8 compiler #530: Commit 7530f44 pushed by irmen
December 26, 2023 18:34 3m 23s master
December 26, 2023 18:34 3m 23s
ProTip! You can narrow down the results and go further in time using created:<2023-12-26 or the other filters available.