| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use a global to store the build context information | Ginger Bill | 2017-02-12 | 1 | -247/+0 |
| | | |||||
| * | v0.1.0v0.1.0 | Ginger Bill | 2017-02-11 | 1 | -20/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added: * Dynamic Arrays `[...]Type` * Dynamic Maps `map[Key]Value` * Dynamic array and map literals * Custom struct alignemnt `struct #align 8 { bar: i8 }` * Allow `_` in numbers * Variadic `append` * fmt.sprint* * Entities prefixes with an underscore do not get exported on imports * Overloaded `free` for pointers, slices, strings, dynamic arrays, and dynamic maps * enum types have an implict `names` field, a []string of all the names in that enum Removed: * Maybe/option types * immutable variables * Remove `type` keyword and other "reserved" keywords * `compile_assert` and `assert`return the value of the condition for semantic reasons Changed: * thread_local -> #thread_local * #include -> #load * Files only get checked if they are actually used * match x in y {} // For type match statements * Version numbering now starts from 0.1.0 and uses the convention: - major.minor.patch Fixes: * Many fmt.* fixes To come very Soon™: * Linux and OS X builds (unofficial ones do exist already) | ||||
| * | Add `types.odin`; Begin work on `map` | Ginger Bill | 2017-02-05 | 1 | -0/+3 |
| | | |||||
| * | Update code from OSX merge to be consistent with the rest of the code | Ginger Bill | 2017-02-01 | 1 | -1/+1 |
| | | | | | Remove some dead code whilst I was here too :P | ||||
| * | Merge branch 'master' of https://github.com/zhiayang/Odin | zhiayang | 2017-02-02 | 1 | -1/+1 |
| |\ | |||||
| | * | Change internals of `context`; Disable `immutable` | Ginger Bill | 2017-02-01 | 1 | -1/+1 |
| | | | |||||
| * | | oh boy, basic osx/unix support | zhiayang | 2017-02-02 | 1 | -0/+92 |
| |/ | |||||
| * | Fix untyped to `any` assignments. Fixed crash when arguments with no value ↵ | Ginger Bill | 2017-01-29 | 1 | -1/+1 |
| | | | | | are passed | ||||
| * | Fix core library; Disable adding entity definitions for blank identifiersv0.0.5e | Ginger Bill | 2017-01-07 | 1 | -1/+1 |
| | | |||||
| * | Fix array pointer as iterators; Remove stack allocations in `startup_runtime`v0.0.5d | Ginger Bill | 2017-01-06 | 1 | -2/+1 |
| | | |||||
| * | Fix build error caused by invalid iterator types in `for`v0.0.5c | Ginger Bill | 2017-01-05 | 1 | -1/+1 |
| | | |||||
| * | v0.0.5a | Ginger Bill | 2017-01-05 | 1 | -1/+1 |
| | | |||||
| * | Change prev ssa to llir; | Ginger Bill | 2017-01-03 | 1 | -1/+1 |
| | | |||||
| * | v0.0.4 - `odin build_dll`, atomic.odin, sync.odin | Ginger Bill | 2016-12-09 | 1 | -1/+1 |
| | | |||||
| * | `build_dll`; Require an entry point procedure `main` | Ginger Bill | 2016-12-08 | 1 | -0/+1 |
| | | |||||
| * | Fix preload initialization ordering | Ginger Bill | 2016-12-04 | 1 | -2/+91 |
| | | |||||
| * | Change entity collection strategy | Ginger Bill | 2016-12-03 | 1 | -0/+83 |