aboutsummaryrefslogtreecommitdiff
path: root/examples/demo
Commit message (Expand)AuthorAgeFilesLines
* Update import pathgingerBill2021-08-211-1/+1
* Remove json import from demogingerBill2021-08-181-2/+0
* Keep -vet happygingerBill2021-08-151-0/+1
* Add extra example to `or_return_operator`gingerBill2021-08-151-1/+7
* Improve commentgingerBill2021-08-151-2/+2
* Fix typos and improve clarity of `or_return_operator`gingerBill2021-08-151-16/+14
* Add `or_return_operator` to examples/demogingerBill2021-08-151-4/+100
* Make `or_else` and `or_return` operators (binary and suffix respectively)gingerBill2021-08-151-4/+4
* Correct and improve type inference for swizzling expressionsgingerBill2021-08-091-0/+9
* Prefer `..=` over `..`gingerBill2021-08-081-16/+16
* Disallow `using` on an enum declaration.gingerBill2021-08-051-17/+7
* Remove old commentgingerBill2021-08-031-3/+1
* Fix commentsgingerBill2021-07-051-3/+3
* Remove `try`; Replace `try x else y` with `or_else(x, y)`gingerBill2021-07-051-114/+8
* Try `try` and `or_else` built-in procedures with operators `try` and `try else`gingerBill2021-07-041-17/+17
* [Experimental] Add 'try' and `or_else' built-in proceduresgingerBill2021-07-041-0/+141
* Change uses for parapoly records to use `$` alwaysgingerBill2021-06-141-5/+6
* Keep -vet happygingerBill2021-05-191-1/+1
* Add `soa_zip` and `soa_unzip` to demo.odingingerBill2021-05-191-2/+24
* Remove incl/excl usage from demogingerBill2021-05-131-5/+5
* Add clang-11 for Linux; blank out threading_example on darwingingerBill2021-04-241-0/+5
* Deprecate `inline for` in favour of `#unroll for`gingerBill2021-02-231-8/+8
* Remove `"pure"` and `"pure_none"` calling conventionsgingerBill2021-02-231-17/+0
* Fix some typosHéctor M. Monacci2020-11-031-3/+3
* Remove usage of `do` in core librarygingerBill2020-09-231-17/+28
* update essence platformnakst2020-09-151-2/+2
* Add `thread.run*` shorthand procedures; `Thread.init_context` use new `Maybe`...gingerBill2020-06-221-1/+0
* Revert demo.odingingerBill2020-06-161-6/+2006
* Cleanup `package encoding/json`gingerBill2020-06-161-2006/+6
* Revert demo.odingingerBill2020-06-161-21/+1
* Add `hash.djb2` `hash.jenkins`; Add `container.Bloom_Filter`; Add `container....gingerBill2020-06-161-1/+21
* Revert demo.odingingerBill2020-05-231-15/+2
* Add `sort.binary_search` (uses interpolation sort for ordered numeric types)gingerBill2020-05-231-1/+14
* Add `"pure"` procedure typesgingerBill2020-05-231-0/+17
* Revert demo.odingingerBill2020-05-221-23/+1980
* Selector Call Expressions: `x->y(123) == x.y(x, 123)`gingerBill2020-05-221-1980/+23
* Relative pointer and relative slicesgingerBill2020-05-151-1/+21
* Enforce explicit context definition for procedure callsgingerBill2020-05-141-0/+12
* Revert demo.odingingerBill2020-03-191-3/+0
* Change demo.odin to defaultgingerBill2020-03-191-65/+29
* Remove `context.std*` parameters; Fix unary boolean notgingerBill2020-03-191-29/+68
* Fix `context` system; add more to -show-more-timings for LLVM API; Add `ODIN_...gingerBill2020-03-081-1/+1
* Fix nested type declarations name generation, to be internally consistentgingerBill2020-03-081-1/+1
* Fix logical binary expressionsgingerBill2020-03-081-4/+4
* Basic functionality, except for `map` and correct nested typename manglinggingerBill2020-03-071-7/+8
* Add `union #maybe`gingerBill2020-02-011-0/+23
* Allow not_in as keyword over notin, but still allow notin to workgingerBill2020-01-161-1/+1
* Add `thread.Pool` with example in demo.odin; Update linalg to support handnes...gingerBill2020-01-021-24/+52
* Fix typos in demo.odingingerBill2019-12-311-2/+2
* Add #partial tag for enumerated arrays to prevent common errors using non-con...gingerBill2019-12-271-3/+13