aboutsummaryrefslogtreecommitdiff
path: root/core/fmt.odin
Commit message (Expand)AuthorAgeFilesLines
...
* Nearly finished Jai-like declarationsGinger Bill2017-01-011-37/+37
* Begin transition to Jai-like syntaxGinger Bill2017-01-011-60/+60
* Bring back `enum` but using iotaGinger Bill2017-01-011-0/+10
* Block Expressions and `give`Ginger Bill2016-12-301-8/+8
* Handle calling conventions correctlyGinger Bill2016-12-221-2/+2
* Generic (grouped) declarations: var, let, const, type, import, includeGinger Bill2016-12-201-3/+5
* Remove `enum` for favour of Go-style enumerationsGinger Bill2016-12-191-20/+0
* Change var decl syntaxGinger Bill2016-12-181-60/+60
* var/const decl; remove `:` from parameter listsGinger Bill2016-12-181-34/+34
* Change of `proc` and `type` declaration syntax to "prefix" styleGinger Bill2016-12-181-33/+33
* Semicolons mandatory again (and probably forever now...)Ginger Bill2016-12-161-265/+263
* `build_dll`; Require an entry point procedure `main`Ginger Bill2016-12-081-4/+5
* Go/BCPL style semicolon insertion during tokenizing stageGinger Bill2016-12-051-263/+266
* Change entity collection strategyGinger Bill2016-12-031-162/+161
* Semicolons are required; `when` condition for certain file scope declarations...Ginger Bill2016-12-011-276/+278
* Basic `when` statement - Compile time if statementGinger Bill2016-11-291-3/+3
* Fix slicing and add clampGinger Bill2016-11-281-2/+2
* #rune "" to ''; Remove infix and postfix call notationGinger Bill2016-11-281-13/+13
* 128 bit integersGinger Bill2016-11-221-58/+65
* Support `any` in `match type`Ginger Bill2016-11-201-58/+45
* union_castGinger Bill2016-10-161-15/+19
* Fix exact value bug when updating expressionsGinger Bill2016-10-161-5/+7
* Update ImplicitValue "architecture"Ginger Bill2016-10-151-8/+8
* Add Pointer ArithmeticGinger Bill2016-10-121-89/+45
* Implicit Values: `context`; Fix lvalue selector assignments; Fix offset_of* f...Ginger Bill2016-10-101-2/+9
* Maybe types; value, ok := maybe_value(x)Ginger Bill2016-10-061-0/+7
* Untyped `nil`Ginger Bill2016-10-061-15/+19
* Refactor: Remove dead codeGinger Bill2016-10-021-1/+3
* Demo 004Ginger Bill2016-09-281-1/+1
* Update Standard Library; Fix Type_Info for integersGinger Bill2016-09-281-64/+39
* Fix push_* with better defer systemGinger Bill2016-09-231-1/+4
* Fix type info generationGinger Bill2016-09-221-3/+7
* Filename as default import name; as .; as _; panic()Ginger Bill2016-09-211-1/+1
* Sort enum entities; Remove sprint* from fmt.odinGinger Bill2016-09-201-69/+39
* fmt improvement; Minor refactoringGinger Bill2016-09-191-17/+55
* enum_to_string fix; enum count, min_value, max_valueGinger Bill2016-09-191-4/+24
* enum_to_stringGinger Bill2016-09-191-38/+60
* Core library and Better name mangling for filesGinger Bill2016-09-191-0/+583