aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Remove usage of global_default_temp_allocator_data when there is no default a...Fabian Sperber2023-03-133-11/+17
| * | | | Fixed incorrect precision value in `fmt` doc.WraithGlade2023-03-191-1/+1
* | | | | Made most libraries panic on js targets instead of not compilingDragos Popescu2023-03-203-2/+231
|/ / / /
* | | | Add SetConsoleCursorInfo and GetConsoleCursorInfo to sys/windows packageChristian Seibold2023-03-182-0/+8
* | | | Merge pull request #2391 from ftphikari/masterJeroen van Rijn2023-03-183-2/+171
|\ \ \ \
| * | | | sys/windows: added some functions and types for input hooks and tray iconshikari2023-03-183-2/+171
| |/ / /
* | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2023-03-171-4/+4
|\ \ \ \
| * | | | Fix #2389Mostafa Saad2023-03-171-4/+4
* | | | | Add `reflect.struct_field_value`gingerBill2023-03-171-1/+8
|/ / / /
* | | | Keep `-vet` happygingerBill2023-03-161-2/+0
* | | | Fix to `split_multi_iterator`gingerBill2023-03-161-0/+1
* | | | Simplify the implementation of `strings.split_multi`; add `strings.index_multi`gingerBill2023-03-161-108/+74
* | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2023-03-161-1/+1
|\ \ \ \
| * | | | Update build flagJeroen van Rijn2023-03-161-1/+1
* | | | | Minor fixesgingerBill2023-03-162-3/+7
|/ / / /
* | | | Add `contextless` to internal `parse_hex` callgingerBill2023-03-161-1/+1
* | | | Fix #2386Jeroen van Rijn2023-03-161-0/+3
* | | | Merge pull request #2387 from elusivePorpoise/mainJeroen van Rijn2023-03-161-1/+2
|\ \ \ \ | | |/ / | |/| |
| * | | add SetConsoleOuputCPElusive Porpoise2023-03-151-1/+2
* | | | Remove `where ORD(E)` on procedures that don't need itgingerBill2023-03-141-2/+2
| |/ / |/| |
* | | resolve doc/spall package name conflictJon Lipstate2023-03-101-1/+1
* | | Fix documentation example of strings.to_upperWilliam Roe2023-03-101-2/+2
* | | Merge pull request #2373 from colrdavidson/spall_flushesJeroen van Rijn2023-03-102-2/+35
|\ \ \ | |/ / |/| |
| * | add main scopeColin Davidson2023-03-091-0/+2
| * | add basic usage exampleColin Davidson2023-03-091-0/+24
| * | log buffer flushes to traceColin Davidson2023-03-091-2/+9
* | | Add `set_blocking` for network socketsSokus2023-03-0810-0/+89
|/ /
* | Separate out the `read_reg` into three non-parapoly proceduresgingerBill2023-03-071-61/+81
* | Remove `delete` with wrong allocatorgingerBill2023-03-071-1/+1
* | Remove debug codegingerBill2023-03-061-2/+0
* | Fix bug with nil pointergingerBill2023-03-061-3/+4
* | Fix typo in `parse_components`gingerBill2023-03-061-2/+4
* | Add booleans to `print_any_single`gingerBill2023-03-061-2/+8
* | Fix parsing C-like hex floatsgingerBill2023-03-061-11/+39
* | add null-impl for tsc_frequency for alt-platformsColin Davidson2023-03-043-14/+6
* | Merge pull request #2314 from SentientCoffee/pr/win32_console_text_attributesgingerBill2023-03-041-0/+19
|\ \
| * | Add win32 SetConsoleTextAttributes for setting cmd prompt colorsDaniel2023-01-251-0/+19
* | | Add .None to Linux & Darwin, too.Jeroen van Rijn2023-03-042-3/+25
* | | Apply #shared_nil to Network_ErrorJeroen van Rijn2023-03-043-26/+31
* | | Update addr.odinJeroen van Rijn2023-03-041-1/+1
* | | Don't try to check core:net on the BSDs.Jeroen van Rijn2023-03-035-18/+28
* | | Fix one last review comment.Jeroen van Rijn2023-03-031-4/+5
* | | Finish cleaning up core_net.Jeroen van Rijn2023-03-032-42/+47
* | | More coalescing.Jeroen van Rijn2023-03-035-106/+97
* | | Coalesce socket_windowsJeroen van Rijn2023-03-034-116/+132
* | | Coalesce more.Jeroen van Rijn2023-03-038-54/+66
* | | Make more private.Jeroen van Rijn2023-03-0316-916/+266
* | | Alignment + unnecessary allocator param.Jeroen van Rijn2023-03-036-24/+24
* | | ripple bill-suggestionsColin Davidson2023-03-023-24/+15
* | | Merge branch 'master' into core_net_updateColin Davidson2023-03-024-34/+141
|\ \ \