aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Fix indentationdev-2023-05gingerBill2023-05-031-3/+3
* Merge pull request #2502 from jon-lipstate/ba-cleanupJeroen van Rijn2023-05-031-78/+137
|\
| * added set overload, made make explicitJon Lipstate2023-05-021-24/+17
| * update docs, add unsafe_get/set, add round up to createJon Lipstate2023-04-301-61/+127
* | Fix check for continuation byte in core/text/text_editClay Murray2023-05-021-2/+2
|/
* Merge pull request #2490 from eltociear/patch-1gingerBill2023-04-281-2/+2
|\
| * Fix typo in marshal.odinIkko Eltociear Ashimine2023-04-271-2/+2
* | linalg/extended radians and degrees fixedJesse Stiller2023-04-271-4/+5
* | Fix typo #2485gingerBill2023-04-271-9/+9
* | Add parentheses around `or_return` uses in an unary expressiongingerBill2023-04-271-6/+6
* | update builder sampleJon Lipstate2023-04-261-6/+5
* | fix typo, add builder sampleJon Lipstate2023-04-262-2/+28
* | Partially buffer `fmt.fprint*` related calls using a `bufio.Writer`gingerBill2023-04-272-5/+43
|/
* Remove typojakubtomsu2023-04-231-1/+1
* Add IsWindow to user32.odinMatias Fernandez2023-04-221-0/+1
* Fix #2471Jeroen van Rijn2023-04-211-3/+5
* Merge pull request #2457 from jakubtomsu/mastergingerBill2023-04-201-0/+6
|\
| * Convert indentation to tabsjakubtomsu2023-04-141-6/+6
| * Handle unmarshalling to json.Valuejakubtomsu2023-04-141-0/+6
* | Fix again append on zero sized typesgingerBill2023-04-191-5/+5
* | Fix missing cast in `array_elems`gingerBill2023-04-191-3/+5
* | Preserve port when calling `net.resolve` with hostname:port.Jeroen van Rijn2023-04-181-1/+2
* | Add `struct #no_copy`gingerBill2023-04-152-0/+8
* | Add `#no_copy` to sync primitivesgingerBill2023-04-153-18/+18
* | Add `struct #no_copy`gingerBill2023-04-151-0/+1
|/
* fix SendInput function in user32RestartFU2023-04-081-1/+1
* Merge pull request #2445 from Lperlind/documentation/strings_returnsJeroen van Rijn2023-04-087-390/+455
|\
| * Document return values of strings and add allocator errors whereLucas Perlind2023-04-077-390/+455
* | core/crypto: Add private attributes for internalsYawning Angel2023-04-084-0/+20
* | core/crypto: Disable optimization for the ct byte compareYawning Angel2023-04-081-0/+1
* | core/crypto/_fiat: Hedge against LLVM clevernessYawning Angel2023-04-083-6/+12
|/
* doc tests verifiedJon Lipstate2023-04-062-27/+28
* add decimal subpackage refJon Lipstate2023-04-061-4/+4
* resolve doc-test issuesJon Lipstate2023-04-062-5/+53
* parensJon Lipstate2023-04-061-25/+25
* parensJon Lipstate2023-04-061-25/+25
* strconv docsJon Lipstate2023-04-051-288/+371
* correct errorsJon Lipstate2023-04-052-3/+1
* Merge branch 'master' into strconv_docsJon Lipstate2023-04-0517-459/+1516
|\
| * Fix for skip_alphanum in JSON tokenizer not checking if first character is no...Karl Zylinski2023-04-051-1/+2
| * Merge pull request #2423 from jon-lipstate/wsapollJeroen van Rijn2023-04-053-3/+128
| |\
| | * repaired autoformatterJon Lipstate2023-04-041-246/+663
| | * retain runtime load sampleJon Lipstate2023-04-041-1/+10
| | * remove runtime signatures to prevent ffi collisionsJon Lipstate2023-04-041-34/+1
| | * Revert "remove keyedevent"Jon Lipstate2023-04-041-0/+2
| | * remove duplicateJon Lipstate2023-04-041-665/+242
| | * add non Ex variantJon Lipstate2023-04-041-0/+2
| | * remove keyedeventJon Lipstate2023-04-041-2/+0
| | * iocp supportJon Lipstate2023-04-043-2/+39
| | * additional winsock apis, doc linksJon Lipstate2023-04-041-3/+108