| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | IR emit C ABI compatible types for calling conventions (Only for x86/amd64 ↵ | Ginger Bill | 2017-04-16 | 1 | -0/+58 | |
| | | | | | like processors at the moment) | |||||
| * | Fix non-ascii function parameters in LLVM IR | Ginger Bill | 2017-04-15 | 1 | -1/+1 | |
| | | ||||||
| * | Add parse_int; Fix union bugs with size, alignment, and recursive definition ↵ | Ginger Bill | 2017-04-14 | 1 | -0/+4 | |
| | | | | | checking | |||||
| * | Fix addressing mode rules for `match in` statements | Ginger Bill | 2017-04-13 | 1 | -0/+3 | |
| | | ||||||
| * | Fix slicing bug on dynamic arrays | Ginger Bill | 2017-04-11 | 1 | -0/+1 | |
| | | ||||||
| * | Basic Linux Build! | Ginger Bill | 2017-04-09 | 1 | -11/+17 | |
| | | ||||||
| * | Fix `cast` to `any` of untyped constants | Ginger Bill | 2017-04-07 | 1 | -3/+8 | |
| | | ||||||
| * | Fix issue #31; Removed `down_cast` | Ginger Bill | 2017-04-04 | 1 | -66/+1 | |
| | | ||||||
| * | Update and regression test old demos | Ginger Bill | 2017-04-02 | 1 | -5/+3 | |
| | | ||||||
| * | Update README.md with latest demo | Ginger Bill | 2017-04-02 | 1 | -2/+2 | |
| | | ||||||
| * | len, cap, make; remove .count, .capacity, new_slice | Ginger Bill | 2017-04-02 | 1 | -6/+127 | |
| | | ||||||
| * | Add Quaternions: quaternion128, quaternion256 | Ginger Bill | 2017-04-01 | 1 | -87/+288 | |
| | | ||||||
| * | Complex numbers: complex64 complex128 | Ginger Bill | 2017-04-01 | 1 | -3/+150 | |
| | | ||||||
| * | v0.1.3v0.1.3 | Ginger Bill | 2017-03-27 | 1 | -160/+260 | |
| | | ||||||
| * | Add branch labels for loops; using list | Ginger Bill | 2017-03-19 | 1 | -144/+58 | |
| | | ||||||
| * | Update gb.h | Ginger Bill | 2017-03-17 | 1 | -6/+6 | |
| | | ||||||
| * | windows.odin TYPE_NAME to Type_Name; More SSA work and SSA printing for ↵ | Ginger Bill | 2017-03-12 | 1 | -16/+30 | |
| | | | | | debugging | |||||
| * | Finally fix signed integer conversion and printing | Ginger Bill | 2017-03-10 | 1 | -0/+1 | |
| | | ||||||
| * | Refactoring of code: remove `make` prefix on many procedures | Ginger Bill | 2017-03-05 | 1 | -25/+25 | |
| | | ||||||
| * | Allow pointers to `append`; Fix strconv stuff; `new_slice` allows for capacity | Ginger Bill | 2017-03-02 | 1 | -12/+35 | |
| | | ||||||
| * | fmt.odin uses ^[]byte rather than custom Buffer type | Ginger Bill | 2017-02-26 | 1 | -2/+12 | |
| | | ||||||
| * | Slices now have a capacity. | Ginger Bill | 2017-02-26 | 1 | -12/+23 | |
| | | ||||||
| * | ++ -- statements; add strconv.odin (and replace some of the fmt procs); Fix ↵ | Ginger Bill | 2017-02-26 | 1 | -8/+19 | |
| | | | | | ~ on 64 bit constants; Fix integer casts from smaller to larger size | |||||
| * | v0.1.1v0.1.1 | Ginger Bill | 2017-02-24 | 1 | -4/+4 | |
| | | ||||||
| * | A decent union type with common fields and variants | Ginger Bill | 2017-02-21 | 1 | -145/+153 | |
| | | ||||||
| * | Begin changing `union` syntax | Ginger Bill | 2017-02-19 | 1 | -13/+67 | |
| | | ||||||
| * | Unexported struct fields on selectors | Ginger Bill | 2017-02-19 | 1 | -16/+32 | |
| | | ||||||
| * | Unexported struct fields | Ginger Bill | 2017-02-19 | 1 | -19/+45 | |
| | | ||||||
| * | `delete` for maps | Ginger Bill | 2017-02-19 | 1 | -2/+32 | |
| | | ||||||
| * | Fix overloading bug due to `#import .`; Add sys/wgl.odin | Ginger Bill | 2017-02-19 | 1 | -18/+21 | |
| | | ||||||
| * | Fix overloading bug due to comparison of named types | Ginger Bill | 2017-02-18 | 1 | -4/+1 | |
| | | ||||||
| * | Named return values but do not affect other declarations | Ginger Bill | 2017-02-18 | 1 | -27/+92 | |
| | | ||||||
| * | Ternary expression (removed if and block expression) | Ginger Bill | 2017-02-14 | 1 | -205/+25 | |
| | | ||||||
| * | Ignore previous silly commit :P I shouldn't have move it | Ginger Bill | 2017-02-14 | 1 | -10/+7 | |
| | | ||||||
| * | Move error handling for casting | Ginger Bill | 2017-02-14 | 1 | -79/+83 | |
| | | ||||||
| * | Prevent `cast` on pointer to union types | Ginger Bill | 2017-02-14 | 1 | -3/+14 | |
| | | ||||||
| * | Optional ok for `union_cast` (similar to map indices) | Ginger Bill | 2017-02-14 | 1 | -21/+12 | |
| | | ||||||
| * | Fix immutable rules; add some general documentation | Ginger Bill | 2017-02-14 | 1 | -3/+8 | |
| | | | | | immutable is still a little weird and not completely what you'd expect. Maybe just not having it is better. | |||||
| * | Reimplement `immutable` with different rules. | Ginger Bill | 2017-02-14 | 1 | -22/+21 | |
| | | ||||||
| * | Fix index assignment rules for indirection | Ginger Bill | 2017-02-14 | 1 | -9/+19 | |
| | | ||||||
| * | Use a global to store the build context information | Ginger Bill | 2017-02-12 | 1 | -24/+22 | |
| | | ||||||
| * | Record type field `names` | Ginger Bill | 2017-02-12 | 1 | -19/+12 | |
| | | ||||||
| * | v0.1.0v0.1.0 | Ginger Bill | 2017-02-11 | 1 | -20/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | |||||
| * | Dynamic array syntax [...]Type; make entities private with a prefix of `_`; ↵ | Ginger Bill | 2017-02-11 | 1 | -13/+44 | |
| | | | | | fix extension checking | |||||
| * | Only check files that have been truly imported. | Ginger Bill | 2017-02-11 | 1 | -23/+52 | |
| | | ||||||
| * | Remove need for `type` keyword | Ginger Bill | 2017-02-10 | 1 | -4/+5 | |
| | | ||||||
| * | Remove Maybe type; Enum `names` | Ginger Bill | 2017-02-10 | 1 | -119/+53 | |
| | | ||||||
| * | Fix global maps and initialize the preload types before | Ginger Bill | 2017-02-07 | 1 | -0/+6 | |
| | | ||||||
| * | Map type info and fmt printing | Ginger Bill | 2017-02-07 | 1 | -9/+7 | |
| | | ||||||
| * | `map` literals | Ginger Bill | 2017-02-06 | 1 | -3/+28 | |
| | | ||||||