aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Merge branch 'master' of github.com:odin-lang/OdinKevin Watters2019-03-266-44/+93
| | |\ \
| | * | | Fix some -vet warnings; change import to core:math/bitsKevin Watters2019-03-254-7/+5
* | | | | Fix `is_operand_value` to support more addressing modesgingerBill2019-04-191-1/+3
|/ / / /
* | | | The Proposal ProcessgingerBill2019-03-311-0/+64
* | | | Remove dead keywords; Fix `min` and `max` for enum typesgingerBill2019-03-313-6/+14
* | | | Minor code organization changegingerBill2019-03-313-11/+17
| |_|/ |/| |
* | | Remove -keep-temp-files from the build.batgingerBill2019-03-311-1/+1
* | | Remove `derived` from `context`; Fix parsing issue for `typeid` specializatio...gingerBill2019-03-314-29/+37
* | | Modify ir_generate_array name logic slightlygingerBill2019-03-311-3/+5
* | | Use `context` for assert-based things.gingerBill2019-03-301-5/+5
* | | Overrideable stdin, stdout, stderr at the `context` levelgingerBill2019-03-303-7/+15
* | | Fix -vet for demo.odingingerBill2019-03-304-10/+9
* | | Disallow ambiguous singularly variadic polymorphic parameters #361gingerBill2019-03-302-2/+36
* | | Fix slicing issue; Change path of math/bits in package json #363gingerBill2019-03-302-2/+2
| |/ |/|
* | Remove *_remove from demo and use built-in versionsgingerBill2019-03-253-16/+4
* | Fix possible buffer overflows in `package strconv`gingerBill2019-03-251-9/+26
* | Modify slice_expr_error_* logic to change depending on which parameters are p...gingerBill2019-03-253-25/+61
* | Remove bounds checks for slice expressions with both indices emptygingerBill2019-03-251-4/+12
* | Fix `runtime.*_expr_error` errorgingerBill2019-03-251-2/+2
|/
* Improve package strconvgingerBill2019-03-243-345/+424
* Move core:bits to core:math/bitsgingerBill2019-03-241-0/+0
* Improve package math/randgingerBill2019-03-243-9/+226
* Improve a tokenizer error message; Add extra tokens for `in` and `notin` for ...gingerBill2019-03-242-15/+15
* Allow implicit selectors to unions with only one enum variantgingerBill2019-03-241-12/+36
* `@(private)` for `foreign` blocks; Improve foreign signature similarity rulesgingerBill2019-03-244-28/+55
* Add error message for when trying to assign a type to a variable.gingerBill2019-03-222-3/+10
* Disallow casting to and from cstring/pointersgingerBill2019-03-191-4/+9
* Fix fmt.println a rawptr causes access violation #356gingerBill2019-03-191-3/+3
* Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2019-03-193-31/+29
|\
| * Merge pull request #355 from mattt-b/masterJeroen van Rijn2019-03-181-6/+6
| |\
| | * Replace calls to deprecated string functions on linuxmatt2019-03-181-6/+6
| |/
| * Vet CELJeroen van Rijn2019-03-172-25/+23
* | Fix bug with assigning certain integers to a bit_field #353gingerBill2019-03-191-1/+1
|/
* Fix Erroneous redeclaration error with `using import` #354gingerBill2019-03-171-1/+1
* Fix bit_field scoping buggingerBill2019-03-171-0/+2
* Fix `using import` behaviour - #352gingerBill2019-03-173-31/+45
* Minor changes to fmt of auto deferencinggingerBill2019-03-161-7/+18
* fmt.printf support for pointer to container (one level deep)gingerBill2019-03-161-0/+27
* Add extra pointer printing options to fmt.printfgingerBill2019-03-151-16/+32
* %h support in fmt.printf for hexadecimal floatsgingerBill2019-03-151-0/+19
* %e and %g support in fmt.printfgingerBill2019-03-153-26/+126
* Disallow attributes on alias declarationsgingerBill2019-03-151-2/+12
* Improve package stringsgingerBill2019-03-155-87/+285
* Fix issue with `deferred_*` attributesgingerBill2019-03-152-12/+10
* Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2019-03-151-1/+1
|\
| * Fix build error on !Windows.Jeroen van Rijn2019-03-151-1/+1
* | Minor adjustmentsgingerBill2019-03-152-3/+3
|/
* Fix `ir_copy_value_to_ptr` usage in `ir_emit_call` #350gingerBill2019-03-141-4/+10
* Add -pdb-name for custom names of PDBsgingerBill2019-03-143-39/+86
* Fix #raw_union bug caused by typo #349gingerBill2019-03-141-1/+1