aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove `context.user_data`gingerBill2022-02-281-1/+0
* | Show error message when something like this is done `test: proc() : {}`gingerBill2022-02-281-0/+4
* | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-02-281-7/+3
|\ \
| * \ Merge pull request #1320 from mohd-akram/custom-llvm-configgingerBill2022-02-251-7/+3
| |\ \
| | * | Allow custom LLVM_CONFIGMohamed Akram2022-02-251-7/+3
* | | | Correct debug information for local variablesgingerBill2022-02-281-1/+1
|/ / /
* | | Keep `-vet` happygingerBill2022-02-251-1/+0
* | | Correct `read_console` readinggingerBill2022-02-251-2/+13
|/ /
* | Revert changegingerBill2022-02-251-1/+1
* | Change `<` to `<=`gingerBill2022-02-251-1/+1
* | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-02-257-337/+342
|\|
| * Merge pull request #1549 from semarie/clone_to_cstring-leakJeroen van Rijn2022-02-244-327/+300
| |\
| | * remove the optional `;` in os_freebsd.odinSébastien Marie2022-02-241-280/+280
| | * use `context.temp_allocator` instead of general allocation + delete()Sébastien Marie2022-02-244-53/+26
| * | Merge pull request #1548 from colrdavidson/darwin_docsJeroen van Rijn2022-02-241-0/+10
| |\ \
| | * | Add make_directory so darwin can build html docsColin Davidson2022-02-241-0/+10
| * | | Merge pull request #1546 from zacharycarter/patch-2Jeroen van Rijn2022-02-241-2/+3
| |\ \ \
| | * | | adding `is_16_bit_from_memory` to stbiTail Wag Games2022-02-241-2/+3
| | |/ /
| * | | Merge pull request #1545 from AquaGeneral/mastergingerBill2022-02-241-8/+10
| |\ \ \ | | |/ / | |/| |
| | * | Added options to help, and improved wordingJesse Stiller2022-02-241-8/+10
| * | | Merge pull request #1528 from Tetralux/split-docsJeroen van Rijn2022-02-231-0/+19
| |\ \ \
| | * | | Don't use leading asterisksTetralux2022-02-211-17/+17
| | * | | Add doc comments to strings.split() and strings.split_n()Tetralux2022-02-211-0/+19
* | | | | Correct `os.read` on windows for `os.stdin`gingerBill2022-02-251-5/+6
|/ / / /
* | | | Add "Did you mean" to Objective-C fieldsgingerBill2022-02-221-1/+63
* | | | Move commentgingerBill2022-02-221-2/+2
* | | | Improve `union_tag_size`gingerBill2022-02-221-0/+11
* | | | Correct `ExactValue_Pointer`gingerBill2022-02-222-66/+14
* | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-02-2222-29/+709
|\ \ \ \
| * \ \ \ Merge pull request #1535 from zhibog/add-siphashJeroen van Rijn2022-02-2220-27/+706
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Fix procedurezhibog2022-02-221-1/+1
| | * | | Fix Odin_OS_Typezhibog2022-02-221-4/+4
| | * | | Added missing constantszhibog2022-02-221-4/+8
| | * | | Add generic procedure for default SipHash 2-4zhibog2022-02-221-0/+20
| | * | | Added SipHash + tests and fixed remaining semicolons in vendor/botanzhibog2022-02-2219-27/+682
| |/ / /
| * | | Merge pull request #1533 from odin-lang/bug_reportJeroen van Rijn2022-02-222-2/+3
| |\ \ \
| | * | | [report] Fix `odin report` crash if `/usr/lib/os-release` doesn't exist.Jeroen van Rijn2022-02-222-2/+3
| |/ / /
* / / / Simplify `parse_binary_expr`gingerBill2022-02-221-48/+109
|/ / /
* | | Correct typesgingerBill2022-02-211-14/+14
* | | Add missing return typesgingerBill2022-02-211-6/+6
|/ /
* | Update fmt to record the bytes written in the fmt.InfogingerBill2022-02-202-214/+207
* | Merge pull request #1519 from colrdavidson/hyperspeed_file_sizegingerBill2022-02-201-25/+24
|\ \
| * | switch to passing total_size to the io.writersColin Davidson2022-02-191-45/+22
| * | fprintf tweaked to avoid calling file_sizeColin Davidson2022-02-191-22/+44
* | | Remove dead codegingerBill2022-02-201-8/+1
* | | Merge pull request #1521 from SrMordred/patch-3Jeroen van Rijn2022-02-201-2/+3
|\ \ \ | |/ / |/| |
| * | Memory LeakPatric Dexheimer2022-02-201-2/+3
|/ /
* | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-02-191-5/+7
|\ \
| * \ Merge pull request #1514 from colrdavidson/fast_file_sizeJeroen van Rijn2022-02-191-5/+7
| |\ \
| | * | Use the _unix_fstat pointer to avoid 144B copies on fileIOColin Davidson2022-02-181-5/+7
| |/ /