aboutsummaryrefslogtreecommitdiff
path: root/core/bits.odin
Commit message (Expand)AuthorAgeFilesLines
* Remove `u128` and `i128`gingerBill2018-01-131-33/+1
* Make core library use procedure groupings rather than normal overloadinggingerBill2017-12-041-263/+211
* Change push allocator system; update core librariesgingerBill2017-11-091-54/+96
* Fix fmt printing `uintptr` typegingerBill2017-11-041-11/+12
* Infix proc calling convention `proc "std" (...)`gingerBill2017-10-291-4/+4
* Attributes; @(link_name="foo")gingerBill2017-10-291-78/+78
* :: style procedure declarations; remove old parsing codeGinger Bill2017-06-281-190/+190
* Disable `var` and `const` declarationsGinger Bill2017-06-281-34/+32
* Declaration grouping uses () rather than {}; Fix some problem with compilatio...Ginger Bill2017-06-171-2/+2
* Declaration grouping uses braces rather than parenthesesGinger Bill2017-06-131-2/+2
* `foreign` blocks for proceduresGinger Bill2017-06-121-80/+80
* Pascal style declaration grouping with ()Ginger Bill2017-06-121-21/+22
* Prefix `proc` syntaxGinger Bill2017-06-121-190/+190
* Remove := with var and :: with constGinger Bill2017-06-121-222/+222
* Implement u128/i128 features; Add bits.odinGinger Bill2017-06-011-0/+286