Kevin Watters
|
381fbd3daf
Merge branch 'master' of github.com:odin-lang/Odin
|
6 years ago |
gingerBill
|
dd9113786c
Remove -keep-temp-files from the build.bat
|
6 years ago |
gingerBill
|
1354f53d02
Remove `derived` from `context`; Fix parsing issue for `typeid` specializations in record parameters; Fix runtime printing of types
|
6 years ago |
gingerBill
|
564e85ee29
Modify ir_generate_array name logic slightly
|
6 years ago |
gingerBill
|
ef04d13337
Use `context` for assert-based things.
|
6 years ago |
gingerBill
|
68d4bde82f
Overrideable stdin, stdout, stderr at the `context` level
|
6 years ago |
gingerBill
|
a019059975
Fix -vet for demo.odin
|
6 years ago |
gingerBill
|
7580ec494b
Disallow ambiguous singularly variadic polymorphic parameters #361
|
6 years ago |
gingerBill
|
a9b20c29b1
Fix slicing issue; Change path of math/bits in package json #363
|
6 years ago |
Kevin Watters
|
76a2807b56
Remove unused import from demo.odin.
|
6 years ago |
Kevin Watters
|
14ff561f6c
Merge branch 'master' of github.com:odin-lang/Odin
|
6 years ago |
gingerBill
|
1fd677b42e
Remove *_remove from demo and use built-in versions
|
6 years ago |
gingerBill
|
6b18b90222
Fix possible buffer overflows in `package strconv`
|
6 years ago |
gingerBill
|
9e6d488063
Modify slice_expr_error_* logic to change depending on which parameters are passed
|
6 years ago |
gingerBill
|
4a15689776
Remove bounds checks for slice expressions with both indices empty
|
6 years ago |
gingerBill
|
c785c3569f
Fix `runtime.*_expr_error` error
|
6 years ago |
Kevin Watters
|
e6f9b4fb11
Fix some -vet warnings; change import to core:math/bits
|
6 years ago |
gingerBill
|
b978959fae
Improve package strconv
|
6 years ago |
gingerBill
|
8b09ab6fe7
Move core:bits to core:math/bits
|
6 years ago |
gingerBill
|
2347dca9d9
Improve package math/rand
|
6 years ago |
gingerBill
|
2ada90e094
Improve a tokenizer error message; Add extra tokens for `in` and `notin` for fun!
|
6 years ago |
gingerBill
|
a137a06b00
Allow implicit selectors to unions with only one enum variant
|
6 years ago |
gingerBill
|
b1684fe455
`@(private)` for `foreign` blocks; Improve foreign signature similarity rules
|
6 years ago |
gingerBill
|
886054f0f8
Add error message for when trying to assign a type to a variable.
|
6 years ago |
gingerBill
|
0e1cfa5a0a
Disallow casting to and from cstring/pointers
|
6 years ago |
gingerBill
|
400558abcd
Fix fmt.println a rawptr causes access violation #356
|
6 years ago |
gingerBill
|
d75634ff5e
Merge branch 'master' of https://github.com/odin-lang/Odin
|
6 years ago |
gingerBill
|
0c04b9398a
Fix bug with assigning certain integers to a bit_field #353
|
6 years ago |
Jeroen van Rijn
|
290c111206
Merge pull request #355 from mattt-b/master
|
6 years ago |
matt
|
314d5a778e
Replace calls to deprecated string functions on linux
|
6 years ago |