aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
* | | Begin work on new pseudo-architecture: wasm64p32gingerBill2023-04-207-7/+7
* | | Begin work on separating int and word sizes (i.e. `size_of(int)` might not eq...gingerBill2023-04-202-4/+4
|/ /
* | 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
| | * | Merge remote-tracking branch 'origin' into wsapollJon Lipstate2023-04-0312-441/+1310
| | |\ \
| | * | | WSAPollJon Lipstate2023-03-281-0/+11
| * | | | Merge pull request #2437 from elusivePorpoise/masterJeroen van Rijn2023-04-044-14/+76
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Add creation, thread priority, and copy file flags.Elusive Porpoise2023-04-032-6/+68
| | * | | Add GetStartupInfoW. Rename StartupInfo to StartupInfoW.Elusive Porpoise2023-04-034-8/+8
| * | | | Merge pull request #2436 from Lperlind/batch-failJeroen van Rijn2023-04-031-0/+2
| |\ \ \ \