aboutsummaryrefslogtreecommitdiff
path: root/core/runtime.odin
Commit message (Collapse)AuthorAgeFilesLines
* Untyped `nil`Ginger Bill2016-10-061-329/+0
|
* Demo 004Ginger Bill2016-09-281-2/+2
|
* Update Standard Library; Fix Type_Info for integersGinger Bill2016-09-281-76/+16
|
* Bug Fixes: some assertions; variable inits;Ginger Bill2016-09-241-14/+17
| | | | Remove some dead code
* Any order declarations at procedure scope (except variables)Ginger Bill2016-09-241-6/+7
|
* Unicode file loading; push_allocator & push_contextGinger Bill2016-09-231-4/+5
|
* Filename as default import name; as .; as _; panic()Ginger Bill2016-09-211-89/+99
|
* Sort enum entities; Remove sprint* from fmt.odinGinger Bill2016-09-201-8/+5
|
* fmt improvement; Minor refactoringGinger Bill2016-09-191-0/+12
|
* enum_to_string fix; enum count, min_value, max_valueGinger Bill2016-09-191-1/+0
|
* enum_to_stringGinger Bill2016-09-191-8/+29
|
* Core library and Better name mangling for filesGinger Bill2016-09-191-0/+345