aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* v0.11.0v0.11.0gingerBill2019-11-011-1/+1
|
* Merge pull request #404 from hazeycode/mastergingerBill2019-11-012-2/+54
|\ | | | | Impl time for macOS
| * Add missing foreign import to time_darwinChris Heyes2019-11-011-0/+2
| |
| * Move time code from os to time packageChris Heyes2019-11-012-43/+30
| |
| * Merge remote-tracking branch 'upstream/master'Chris Heyes2019-11-0184-2816/+10286
| |\
| * | Impl time for macOSChris Heyes2019-07-162-1/+64
| | |
* | | Add `@force` to `foreign import`gingerBill2019-11-017-1/+44
| |/ |/|
* | Add dummy packages purely for documentation of `builtin` and `intrinsics`gingerBill2019-11-012-0/+231
| |
* | Merge pull request #437 from nakst/mastergingerBill2019-11-011-923/+2013
|\ \ | | | | | | updated os_essence.odin
| * | updated os_essence.odinnakst2019-09-181-923/+2013
| | |
* | | Fix polymorphic record parameter determination bug caused by polymorphic ↵gingerBill2019-10-312-2/+4
| | | | | | | | | | | | constants not being handled correctly #447
* | | Fix stack overflow bug caused by polymorphic record with polymorphic ↵gingerBill2019-10-312-11/+15
| | | | | | | | | | | | | | | | | | constant parameters. #447 DOES NOT FIX THE UNDERLYING BUG
* | | Fix double calling of lhs of logical binary expressionsgingerBill2019-10-313-19/+33
| | |
* | | Delay determination of procedure abi types until as late as possible to ↵gingerBill2019-10-315-12/+29
| | | | | | | | | | | | prevent type undetermination in self-referential data types #454
* | | Merge pull request #453 from kevinw/mastergingerBill2019-10-291-2/+1
|\ \ \ | | | | | | | | Remove unused variables in utf8.odin.
| * | | Remove unused variables in utf8.odin.Kevin Watters2019-10-281-2/+1
| | | |
* | | | Fix `runtime.cstring_len`gingerBill2019-10-291-3/+3
|/ / /
* | | Fix procedure group "best fit" algorithm for polymorphic proceduresgingerBill2019-10-274-22/+47
| | |
* | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2019-10-271-1/+4
|\ \ \
| * | | Set CI shell on windows to cmd.exeMikkel Hjortshøj2019-10-271-0/+3
| | | |
| * | | Update ci.ymlMikkel Hjortshøj2019-10-271-1/+0
| | | |
| * | | Update ci.ymlMikkel Hjortshøj2019-10-271-1/+1
| | | |
| * | | Update ci.ymlMikkel Hjortshøj2019-10-271-1/+2
| | | |
* | | | Fix typos in `package linalg`; Fix norm_float64 in `package rand`gingerBill2019-10-272-5/+10
|/ / /
* | | New `package math` and `package math/linalg`gingerBill2019-10-273-367/+643
| | |
* | | Fix typo in `package utf8`; add `wchar_t` to `package c`gingerBill2019-10-272-1/+3
| | |
* | | Add for `package utf8`: `rune_at_pos`, `rune_string_at_pos`, `rune_at`, ↵gingerBill2019-10-261-6/+45
| | | | | | | | | | | | `rune_offset`
* | | Move `package decimal` to be a subpackage of `package strconv`gingerBill2019-10-262-2/+2
| | |
* | | Fix slice and dynamic array lengths determined from ranged compound literalsgingerBill2019-10-263-8/+5
| | |
* | | Fix typosgingerBill2019-10-261-2/+2
| | |
* | | Add `ranged_fields_for_array_compound_literals`gingerBill2019-10-262-10/+43
| | |
* | | Add range_cache.cppgingerBill2019-10-263-3/+88
| | |
* | | Update utf8.accept_sizes to use ranged fieldsgingerBill2019-10-261-17/+11
| | |
* | | Allow ranges for array-like compound literalsgingerBill2019-10-269-165/+340
| | |
* | | Fix Compiler assertion when applying `using` to `_` procedure parameter. #451gingerBill2019-10-264-9/+8
| | |
* | | Allow for cycles in record polymorphic parameters but not in actualized fieldsgingerBill2019-10-261-31/+41
| | |
* | | Add `utf8.rune_index`gingerBill2019-10-261-2/+13
| | |
* | | Move old demos and old stuff to /miscgingerBill2019-10-2610-2/+2
| | |
* | | Modify runtime to reduce dependencies on other packagesgingerBill2019-10-233-33/+140
| | |
* | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2019-10-234-49/+57
|\ \ \
| * \ \ Merge pull request #450 from ThisDrunkDane/mastergingerBill2019-10-214-49/+57
| |\ \ \ | | | | | | | | | | Setup Github Actions instead of Travis and Appveyor
| | * | | Update README.mdMikkel Hjortshøj2019-10-211-3/+0
| | | | |
| | * | | Update README.md with new CI badgeMikkel Hjortshøj2019-10-211-3/+3
| | | | |
| | * | | Remove old CI runnersMikkel Hjortshoej2019-10-212-43/+0
| | | | |
| | * | | Add github CI actionMikkel Hjortshøj2019-10-211-0/+54
| |/ / /
* / / / Add token.odingingerBill2019-10-231-0/+335
|/ / /
* | | Fix missing check for zero elementsgingerBill2019-10-201-2/+2
| | |
* | | Support for named indices for array-like compound literals `{3 = a, 1 = b}`gingerBill2019-10-204-63/+213
| | |
* | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2019-10-201-2/+3
|\ \ \
| * \ \ Merge pull request #445 from Tetralux/patch-2Mikkel Hjortshøj2019-10-191-2/+3
| |\ \ \ | | | | | | | | | | Clarify that you can pass a directory to `odin build`