aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Move internal 128-bit stuff to a windows specific filegingerBill2019-06-012-201/+202
* Add i128/u128 support for bit setsgingerBill2019-05-283-8/+21
* Support 128-bit integers `i128` `u128`gingerBill2019-05-283-0/+374
* sync_atomic_* make most ordering parameters compile-time constantgingerBill2019-05-281-12/+51
* Improve tokenizer slightlygingerBill2019-05-281-3/+12
* Update parsersgingerBill2019-05-282-1/+3
* Make core library use `a..<b` rather than doing `a..b-1`gingerBill2019-05-288-40/+40
* make_builder function now properly uses given allocatorZilarrezko2019-05-181-1/+1
* Fix package odin/parsergingerBill2019-05-091-2/+2
* Fix ||= and &&=gingerBill2019-05-061-0/+8
* Add float64_range and float32_range to package math/randgingerBill2019-04-281-0/+3
* Add `#load` to package odin/parsergingerBill2019-04-211-1/+1
* Fix som JSON parsing bugs.Kevin Watters2019-04-061-18/+20
* Merge branch 'master' of github.com:odin-lang/OdinKevin Watters2019-04-061-0/+29
|\
| * call_external_process cleanupJeroen van Rijn2019-04-051-20/+14
| * Add helpers to launch process and open website.Jeroen van Rijn2019-04-051-0/+35
* | Merge branch 'master' of github.com:odin-lang/OdinKevin Watters2019-03-318-49/+64
|\|
| * Remove `derived` from `context`; Fix parsing issue for `typeid` specializatio...gingerBill2019-03-313-27/+34
| * 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-303-9/+9
| * Fix slicing issue; Change path of math/bits in package json #363gingerBill2019-03-302-2/+2
* | Merge branch 'master' of github.com:odin-lang/OdinKevin Watters2019-03-263-14/+54
|\|
| * Remove *_remove from demo and use built-in versionsgingerBill2019-03-252-2/+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-251-5/+26
| * Fix `runtime.*_expr_error` errorgingerBill2019-03-251-2/+2
* | Fix some -vet warnings; change import to core:math/bitsKevin Watters2019-03-254-7/+5
|/
* 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
* `@(private)` for `foreign` blocks; Improve foreign signature similarity rulesgingerBill2019-03-241-2/+2
* Add error message for when trying to assign a type to a variable.gingerBill2019-03-221-3/+2
* Fix fmt.println a rawptr causes access violation #356gingerBill2019-03-191-3/+3
* Replace calls to deprecated string functions on linuxmatt2019-03-181-6/+6
* Vet CELJeroen van Rijn2019-03-172-25/+23
* Fix `using import` behaviour - #352gingerBill2019-03-171-1/+2
* 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
* Improve package stringsgingerBill2019-03-153-80/+270
* Add -pdb-name for custom names of PDBsgingerBill2019-03-141-6/+15
* Minor code clean upgingerBill2019-03-112-20/+37
* Stylistic improvements to new comdlg helpers.Jeroen van Rijn2019-03-091-24/+33
* Add convenience functions for open + save dialogs.Jeroen van Rijn2019-03-091-2/+89
* Add win32.get_cwd to return the current working directoryJeroen van Rijn2019-03-093-0/+34
* Using implicit selector expressions in the core librarygingerBill2019-03-062-8/+6
* Add implicit selector expressions for in/notingingerBill2019-03-062-19/+15