| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | Fix typo #2485 | gingerBill | 2023-04-27 | 1 | -9/+9 | |
| | * | | | | | Add parentheses around `or_return` uses in an unary expression | gingerBill | 2023-04-27 | 1 | -6/+6 | |
| | * | | | | | update builder sample | Jon Lipstate | 2023-04-26 | 1 | -6/+5 | |
| | * | | | | | fix typo, add builder sample | Jon Lipstate | 2023-04-26 | 2 | -2/+28 | |
| | | |_|/ / | |/| | | | ||||||
| | * | | | | Partially buffer `fmt.fprint*` related calls using a `bufio.Writer` | gingerBill | 2023-04-27 | 2 | -5/+43 | |
| | |/ / / | ||||||
| | * / / | Remove typo | jakubtomsu | 2023-04-23 | 1 | -1/+1 | |
| | |/ / | ||||||
| | * | | Add IsWindow to user32.odin | Matias Fernandez | 2023-04-22 | 1 | -0/+1 | |
| | * | | Fix #2471 | Jeroen van Rijn | 2023-04-21 | 1 | -3/+5 | |
| * | | | Begin work on new pseudo-architecture: wasm64p32 | gingerBill | 2023-04-20 | 7 | -7/+7 | |
| * | | | Begin work on separating int and word sizes (i.e. `size_of(int)` might not eq... | gingerBill | 2023-04-20 | 2 | -4/+4 | |
| |/ / | ||||||
| * | | Merge pull request #2457 from jakubtomsu/master | gingerBill | 2023-04-20 | 1 | -0/+6 | |
| |\ \ | ||||||
| | * | | Convert indentation to tabs | jakubtomsu | 2023-04-14 | 1 | -6/+6 | |
| | * | | Handle unmarshalling to json.Value | jakubtomsu | 2023-04-14 | 1 | -0/+6 | |
| * | | | Fix again append on zero sized types | gingerBill | 2023-04-19 | 1 | -5/+5 | |
| * | | | Fix missing cast in `array_elems` | gingerBill | 2023-04-19 | 1 | -3/+5 | |
| * | | | Preserve port when calling `net.resolve` with hostname:port. | Jeroen van Rijn | 2023-04-18 | 1 | -1/+2 | |
| * | | | Add `struct #no_copy` | gingerBill | 2023-04-15 | 2 | -0/+8 | |
| * | | | Add `#no_copy` to sync primitives | gingerBill | 2023-04-15 | 3 | -18/+18 | |
| * | | | Add `struct #no_copy` | gingerBill | 2023-04-15 | 1 | -0/+1 | |
| |/ / | ||||||
| * | | fix SendInput function in user32 | RestartFU | 2023-04-08 | 1 | -1/+1 | |
| * | | Merge pull request #2445 from Lperlind/documentation/strings_returns | Jeroen van Rijn | 2023-04-08 | 7 | -390/+455 | |
| |\ \ | ||||||
| | * | | Document return values of strings and add allocator errors where | Lucas Perlind | 2023-04-07 | 7 | -390/+455 | |
| * | | | core/crypto: Add private attributes for internals | Yawning Angel | 2023-04-08 | 4 | -0/+20 | |
| * | | | core/crypto: Disable optimization for the ct byte compare | Yawning Angel | 2023-04-08 | 1 | -0/+1 | |
| * | | | core/crypto/_fiat: Hedge against LLVM cleverness | Yawning Angel | 2023-04-08 | 3 | -6/+12 | |
| |/ / | ||||||
| * | | doc tests verified | Jon Lipstate | 2023-04-06 | 2 | -27/+28 | |
| * | | add decimal subpackage ref | Jon Lipstate | 2023-04-06 | 1 | -4/+4 | |
| * | | resolve doc-test issues | Jon Lipstate | 2023-04-06 | 2 | -5/+53 | |
| * | | parens | Jon Lipstate | 2023-04-06 | 1 | -25/+25 | |
| * | | parens | Jon Lipstate | 2023-04-06 | 1 | -25/+25 | |
| * | | strconv docs | Jon Lipstate | 2023-04-05 | 1 | -288/+371 | |
| * | | correct errors | Jon Lipstate | 2023-04-05 | 2 | -3/+1 | |
| * | | Merge branch 'master' into strconv_docs | Jon Lipstate | 2023-04-05 | 17 | -459/+1516 | |
| |\ \ | ||||||
| | * | | Fix for skip_alphanum in JSON tokenizer not checking if first character is no... | Karl Zylinski | 2023-04-05 | 1 | -1/+2 | |
| | * | | Merge pull request #2423 from jon-lipstate/wsapoll | Jeroen van Rijn | 2023-04-05 | 3 | -3/+128 | |
| | |\ \ | ||||||
| | | * | | repaired autoformatter | Jon Lipstate | 2023-04-04 | 1 | -246/+663 | |
| | | * | | retain runtime load sample | Jon Lipstate | 2023-04-04 | 1 | -1/+10 | |
| | | * | | remove runtime signatures to prevent ffi collisions | Jon Lipstate | 2023-04-04 | 1 | -34/+1 | |
| | | * | | Revert "remove keyedevent" | Jon Lipstate | 2023-04-04 | 1 | -0/+2 | |
| | | * | | remove duplicate | Jon Lipstate | 2023-04-04 | 1 | -665/+242 | |
| | | * | | add non Ex variant | Jon Lipstate | 2023-04-04 | 1 | -0/+2 | |
| | | * | | remove keyedevent | Jon Lipstate | 2023-04-04 | 1 | -2/+0 | |
| | | * | | iocp support | Jon Lipstate | 2023-04-04 | 3 | -2/+39 | |
| | | * | | additional winsock apis, doc links | Jon Lipstate | 2023-04-04 | 1 | -3/+108 | |
| | | * | | Merge remote-tracking branch 'origin' into wsapoll | Jon Lipstate | 2023-04-03 | 12 | -441/+1310 | |
| | | |\ \ | ||||||
| | | * | | | WSAPoll | Jon Lipstate | 2023-03-28 | 1 | -0/+11 | |
| | * | | | | Merge pull request #2437 from elusivePorpoise/master | Jeroen van Rijn | 2023-04-04 | 4 | -14/+76 | |
| | |\ \ \ \ | | |_|/ / | |/| | | | ||||||
| | | * | | | Add creation, thread priority, and copy file flags. | Elusive Porpoise | 2023-04-03 | 2 | -6/+68 | |
| | | * | | | Add GetStartupInfoW. Rename StartupInfo to StartupInfoW. | Elusive Porpoise | 2023-04-03 | 4 | -8/+8 | |
| | * | | | | Merge pull request #2436 from Lperlind/batch-fail | Jeroen van Rijn | 2023-04-03 | 1 | -0/+2 | |
| | |\ \ \ \ | ||||||