summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-06math.parser: tests for digits wordsbase-seqrazetime1-0/+7
2024-04-06add missing math.parser docsrazetime1-1/+71
2024-04-05math.parser: name change base-digitsrazetime1-2/+5
2024-03-08math.parser: add arbitrary base conversion wordsrazetime1-0/+6
2024-03-05unix.signals: Signal constants are in the libc vocabGiftpflanze1-2/+2
2024-03-04gilded-rose: fix help-lintJohn Benediktsson1-1/+1
2024-03-03gilded-rose: fix a mistranslated conditionAlexander Ilin1-1/+1
2024-03-03gilded-rose: new vocabAlexander Ilin3-0/+114
2024-03-03rlgl: Fix vocab tagsGiftpflanze1-1/+3
2024-03-02README: remove an obsolete command-line optionAlexander Ilin1-1/+0
2024-02-27db.sqlite.lib: fix testDoug Coleman2-1/+15
2024-02-27db.sqlite.lib: there is no u64 type in sqlite and i'm tired of pretendingDoug Coleman1-2/+7
2024-02-27db.sqlite.ffi: use the libclang output with some fixupsDoug Coleman1-358/+434
2024-02-26db.sqlite.ffi: add more apiDoug Coleman1-1/+398
2024-02-25misc/vim: update syntaxJohn Benediktsson1-2/+2
2024-02-25sequences.generalizations: adding lastn, set-lastn, ?lastn.John Benediktsson4-7/+51
2024-02-25sequences: faster last2 and some testsJohn Benediktsson2-3/+14
2024-02-25ui.backend.windows: double the default vertical scrolling speedAlexander Ilin1-1/+1
2024-02-25ui.backend.windows: scroll 10 times faster with ShiftAlexander Ilin1-2/+5
2024-02-25ui.backend.windows: fix mouse-scroll implementationAlexander Ilin1-2/+2
2024-02-25ui.backend.windows: support horizontal scroll wheelAlexander Ilin2-1/+12
2024-02-25Delete empty test filesGiftpflanze6-19/+3
2024-02-25help.tour: fix typo in tour.factorIkko Eltociear Ashimine1-1/+1
2024-02-24Make -roots=<paths> known to the documentationGiftpflanze2-2/+5
2024-02-23splitting.monotonic-docs: fix a copy-paste errorAlexander Ilin1-1/+1
2024-02-23grouping-docs: fix a typo a code exampleAlexander Ilin1-1/+1
2024-02-21io.encodings.string: ensure encoded string is a byte-arrayDoug Coleman2-1/+4
2024-02-21compiler.tree: link to all of the high-level IR nodesDoug Coleman1-4/+20
2024-02-20sequences: move last2 to the sequences vocabAlexander Ilin7-11/+12
2024-02-19help.handbook: add convention for destructorsrazetime1-0/+1
2024-02-17misc/vim/ftplugin: ImprovementsGiftpflanze1-2/+5
2024-02-17ctags: Fix character encoding errorGiftpflanze2-2/+3
2024-02-15misc/vim/ftplugin: Add autopairs, colorcolumn instead of margin errorGiftpflanze3-41/+176
2024-02-14calendar: Add sunrise, sunset, solar-noonGiftpflanze3-3/+113
2024-02-13build.sh: reenable curl if we need itDoug Coleman1-4/+4
2024-02-13build.sh: Fix some issues with the downloader not overwriting filesDoug Coleman1-32/+59
2024-02-13build.sh: fix some style issues and trailing semicolonsDoug Coleman1-8/+7
2024-02-13math.parser: use append! and suffix!John Benediktsson1-11/+12
2024-02-13math.parser: Improve performanceGiftpflanze3-129/+113
2024-02-12formatting: cleanup usingJohn Benediktsson2-7/+8
2024-02-12math.parser: move (format-float) to formatting.privateJohn Benediktsson6-58/+51
2024-02-12calendar.format: use printf for ss.SSSSSSJohn Benediktsson1-7/+3
2024-02-12Revert "webapps.planet: css for hr"John Benediktsson1-4/+0
2024-02-12webapps.planet: css for hrJohn Benediktsson1-0/+4
2024-02-12sequence.extras: fix docs spacing for arg-whereJohn Benediktsson1-1/+1
2024-02-12math.parser: require hex-string>bytes to have even digitsJohn Benediktsson2-1/+4
2024-02-12math.affine-transforms: fix help-lint on win32John Benediktsson1-2/+2
2024-02-12vm: remove format.cppJohn Benediktsson1-43/+0
2024-02-12math.parser: fix edge case for float>decJohn Benediktsson2-1/+2
2024-02-11toml: fix for integer float representationJohn Benediktsson1-1/+1