aboutsummaryrefslogtreecommitdiff
path: root/core/utf16.odin
Commit message (Expand)AuthorAgeFilesLines
* Remove `atomic`, `++`, and `--`Ginger Bill2017-07-181-3/+3
* `..` half closed range; `...` open range; `...` variadic syntaxGinger Bill2017-07-071-1/+1
* Fix `do` on `for` loopsGinger Bill2017-07-011-5/+1
* :: style procedure declarations; remove old parsing codeGinger Bill2017-06-281-4/+4
* Disable `var` and `const` declarationsGinger Bill2017-06-281-11/+10
* 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
* Pascal style declaration grouping with ()Ginger Bill2017-06-121-8/+9
* Prefix `proc` syntaxGinger Bill2017-06-121-4/+4
* Remove := with var and :: with constGinger Bill2017-06-121-13/+13
* `default:` to `case:`; `no_alias` to `#no_alias`Ginger Bill2017-05-271-1/+1
* Syntax change: cast(T)x => T(x); union_cast(T)x => x.(T); transmute(T)x => tr...Ginger Bill2017-04-301-4/+4
* Fix constant bounds checking for slicingGinger Bill2017-04-221-3/+3
* Fix issue #31; Removed `down_cast`Ginger Bill2017-04-041-0/+58