aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* v0.11.1v0.11.1gingerBill2019-11-121-1/+1
* big_int addition overflow rulesgingerBill2019-11-111-1/+1
* Add `-show-more-timings`gingerBill2019-11-104-60/+68
* Fix `big_int_or` and `big_int_xor`gingerBill2019-11-101-15/+17
* Fix big subtraction for very large numbers on edges of overflow.gingerBill2019-11-101-1/+4
* Add `intrinsics.type_is_unsigned`gingerBill2019-11-103-0/+5
* Add 128-bit random procedures to `package math/rand`gingerBill2019-11-101-2/+24
* Remove debug messagegingerBill2019-11-091-1/+0
* Fix Compile time assert on non-constant boolean parameters #467gingerBill2019-11-091-1/+2
* Fix inline `for` bug for #468gingerBill2019-11-091-1/+4
* Fix `//+build` for ! e.g. `//+build !windows amd64, linux !amd64`gingerBill2019-11-051-8/+7
* Fix `//+build` systemgingerBill2019-11-051-41/+43
* Fix Slice passed incorrectly in LLVM IR to procedure called via procedure poi...gingerBill2019-11-052-11/+14
* Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2019-11-051-2/+2
|\
| * Fix incorrect math.linalg.cross3 indices.vassvik2019-11-041-2/+2
* | Fix "Polymorphic parameter declared in return type doesn't compile #464" by g...gingerBill2019-11-052-2/+16
|/
* Use `runtime.mem_copy` in `package me`gingerBill2019-11-032-26/+20
* Fix typeid comparison bug; Add extra messages for pointer address errorsgingerBill2019-11-033-2/+26
* Add SOA Struct Layout (experimental) to demo.odingingerBill2019-11-032-0/+72
* Fix for -vetgingerBill2019-11-032-2/+10
* Fix typo in fmtgingerBill2019-11-031-1/+1
* Fix fmt printing of anonymous SOA structsgingerBill2019-11-031-15/+61
* SOA support of Structures and Arrays; Runtime information for SOA structs; fm...gingerBill2019-11-035-49/+172
* SOA Struct support `intrinsics.soa_struct`gingerBill2019-11-027-3/+217
* multivalued procedure calls allows in `for in` to allow a pseudo-iterator; `@...gingerBill2019-11-024-29/+158
* Fix range in statement bug caused by incorrectly assigned addressing mode #461gingerBill2019-11-024-90/+11
* Fix linalg.mul; add linalg.Matrix1xNgingerBill2019-11-021-7/+13
* v0.11.0v0.11.0gingerBill2019-11-011-1/+1
* Merge pull request #404 from hazeycode/mastergingerBill2019-11-012-2/+54
|\
| * 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.odinnakst2019-09-181-923/+2013
* | | Fix polymorphic record parameter determination bug caused by polymorphic cons...gingerBill2019-10-312-2/+4
* | | Fix stack overflow bug caused by polymorphic record with polymorphic constant...gingerBill2019-10-312-11/+15
* | | 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 preve...gingerBill2019-10-315-12/+29
* | | Merge pull request #453 from kevinw/mastergingerBill2019-10-291-2/+1
|\ \ \
| * | | 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