aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2436 from Lperlind/batch-failJeroen van Rijn2023-04-031-0/+2
|\
| * Make tests scripts error if a test failsLucas Perlind2023-04-031-0/+2
* | Small improvements strings documentationLucas Perlind2023-04-036-401/+484
* | Enforce example names in documentationLucas Perlind2023-04-013-64/+64
|/
* Merge pull request #2428 from elusivePorpoise/pr2428Jeroen van Rijn2023-03-292-23/+155
|\
| * relocations and add some error consts to winmmElusive Porpoise2023-03-292-23/+155
* | Merge pull request #2426 from elusivePorpoise/pr2426Jeroen van Rijn2023-03-291-0/+7
|\|
| * Add TIMECAPS stuffElusive Porpoise2023-03-291-0/+7
* | Merge pull request #2412 from oskarnp/text_tablegingerBill2023-03-293-0/+497
|\ \
| * | Fix typos in docoskarnp2023-03-271-3/+3
| * | Fix typooskarnp2023-03-261-3/+3
| * | Rename init procsoskarnp2023-03-261-6/+6
| * | Remove unnecessary #partial switchoskarnp2023-03-261-2/+2
| * | Remove unnecessary C style looposkarnp2023-03-261-1/+1
| * | Fix cell alignment to default to Left using ZIIoskarnp2023-03-261-8/+1
| * | Move helper procs into utility.odinoskarnp2023-03-262-8/+13
| * | text/table: Initial implementationoskarnp2023-03-262-0/+499
* | | Fix website formatting and incorrect examplesLucas Perlind2023-03-296-153/+301
* | | Merge pull request #2420 from jon-lipstate/string_docsJeroen van Rijn2023-03-288-567/+2554
|\ \ \
| * | | harmonize to use null for c-string endingsJon Lipstate2023-03-283-3/+3
| * | | rename nul to null, allocation clarificationsJon Lipstate2023-03-284-46/+49
| * | | add backticks on variables, code review commentsJon Lipstate2023-03-284-129/+127
| * | | pr pickupsJon Lipstate2023-03-282-12/+28
| * | | add missing eof newlineJon Lipstate2023-03-271-1/+1
| * | | markdown compliant spacesJon Lipstate2023-03-276-302/+302
| * | | transform into odin-site parsable formatJon Lipstate2023-03-276-642/+1315
| * | | string code docsJon Lipstate2023-03-276-528/+1825
* | | | Update builtin.odinJeroen van Rijn2023-03-281-3/+4
* | | | TypoJeroen van Rijn2023-03-281-1/+1
* | | | Document `offset_of`Jeroen van Rijn2023-03-281-1/+8
|/ / /
* | | Fix caprintf commentJeroen van Rijn2023-03-271-1/+1
* | | Update fmt.odinJeroen van Rijn2023-03-271-7/+3
* | | Update fmt.odinjon lipstate2023-03-261-9/+11
* | | corrected bprintJon Lipstate2023-03-251-6/+6
* | | fmt docsJon Lipstate2023-03-251-97/+561
|/ /
* | TypoJeroen van Rijn2023-03-251-1/+1
* | Update types.odinJeroen van Rijn2023-03-251-6/+6
* | Add allocator parameter to `json.detroy_value`Igor Dreher2023-03-241-5/+5
* | Merge pull request #2404 from Kelimion/save_to_bufferJeroen van Rijn2023-03-246-8/+8
|\ \
| * | Rename `save_to_memory` for consistency.Jeroen van Rijn2023-03-246-8/+8
* | | Merge pull request #2402 from oskarnp/fix-ada-caseJeroen van Rijn2023-03-241-30/+11
|\ \ \ | |/ / |/| |
| * | Fix strings.to_ada_case()oskarnp2023-03-231-30/+11
* | | Make `core:image` packages work on `js` platform (wasm32) by not requiring `c...gingerBill2023-03-2316-191/+247
|/ /
* | Changed js panics to unimplemented where sensibleDragos Popescu2023-03-222-48/+48
* | Fixed more compile time errors when including os and thread to js targetsDragos Popescu2023-03-212-2/+116
* | Responded to PR review. Made dynlib return false on js instead of panicDragos Popescu2023-03-201-3/+3
* | Merge branch 'odin-lang:master' into masterDragos Popescu2023-03-205-13/+19
|\ \
| * | Need to forward the name of the directive, not the hash tokenFabian Sperber2023-03-201-1/+1
| * | Merge pull request #2382 from fabiansperber/freestanding-hide-default-temp-al...gingerBill2023-03-203-11/+17
| |\ \
| | * | Remove usage of global_default_temp_allocator_data when there is no default a...Fabian Sperber2023-03-133-11/+17