gingerBill
|
57565b78a6
v0.11.0
|
5 years ago |
gingerBill
|
b5b085914a
Merge pull request #404 from hazeycode/master
|
5 years ago |
Chris Heyes
|
044e64beb0
Add missing foreign import to time_darwin
|
5 years ago |
Chris Heyes
|
adca5b57cd
Move time code from os to time package
|
5 years ago |
gingerBill
|
3b898e5224
Add `@force` to `foreign import`
|
5 years ago |
Chris Heyes
|
153e7525b5
Merge remote-tracking branch 'upstream/master'
|
5 years ago |
gingerBill
|
44a303e577
Add dummy packages purely for documentation of `builtin` and `intrinsics`
|
5 years ago |
gingerBill
|
d63878d0dd
Merge pull request #437 from nakst/master
|
5 years ago |
gingerBill
|
a20c31d6b5
Fix polymorphic record parameter determination bug caused by polymorphic constants not being handled correctly #447
|
5 years ago |
gingerBill
|
560bdc339b
Fix stack overflow bug caused by polymorphic record with polymorphic constant parameters. #447
|
5 years ago |
gingerBill
|
01dfb1dac8
Fix double calling of lhs of logical binary expressions
|
5 years ago |
gingerBill
|
ee8d3e03f8
Delay determination of procedure abi types until as late as possible to prevent type undetermination in self-referential data types #454
|
5 years ago |
gingerBill
|
4aad45e3e7
Merge pull request #453 from kevinw/master
|
5 years ago |
gingerBill
|
fe5c642d9f
Fix `runtime.cstring_len`
|
5 years ago |
Kevin Watters
|
b5fdb3f855
Remove unused variables in utf8.odin.
|
5 years ago |
gingerBill
|
416ff149bd
Fix procedure group "best fit" algorithm for polymorphic procedures
|
5 years ago |
gingerBill
|
233c6e2d3a
Merge branch 'master' of https://github.com/odin-lang/Odin
|
5 years ago |
gingerBill
|
a29a6d9285
Fix typos in `package linalg`; Fix norm_float64 in `package rand`
|
5 years ago |
Mikkel Hjortshøj
|
a7a31e4c23
Set CI shell on windows to cmd.exe
|
5 years ago |
Mikkel Hjortshøj
|
72cad591bd
Update ci.yml
|
5 years ago |
Mikkel Hjortshøj
|
684bf7aa61
Update ci.yml
|
5 years ago |
Mikkel Hjortshøj
|
d760b95e4f
Update ci.yml
|
5 years ago |
gingerBill
|
5e81fc72b9
New `package math` and `package math/linalg`
|
5 years ago |
gingerBill
|
0977ac111a
Fix typo in `package utf8`; add `wchar_t` to `package c`
|
5 years ago |
gingerBill
|
2db16d6a32
Add for `package utf8`: `rune_at_pos`, `rune_string_at_pos`, `rune_at`, `rune_offset`
|
5 years ago |
gingerBill
|
5aa46d31b2
Move `package decimal` to be a subpackage of `package strconv`
|
5 years ago |
gingerBill
|
14e8b299b7
Fix slice and dynamic array lengths determined from ranged compound literals
|
5 years ago |
gingerBill
|
c7cb754514
Fix typos
|
5 years ago |
gingerBill
|
a5e42a0465
Add `ranged_fields_for_array_compound_literals`
|
5 years ago |
gingerBill
|
d808f9eccf
Add range_cache.cpp
|
5 years ago |