Laytan Laats
|
65e68f11f8
glfw: update from 3.3.8 to 3.4
|
1 年之前 |
gingerBill
|
97be7feb99
Add list of C identifier suggestions (types and keywords)
|
1 年之前 |
gingerBill
|
00344e1323
Add check to people trying to `foreign import` C files.
|
1 年之前 |
gingerBill
|
009b6f44e3
Add loads of checks for common mistakes for C programmer
|
1 年之前 |
gingerBill
|
ebd3065aa2
Add error message for C programmers which do `Foo{.x = 123}` rather than `Foo{x = 123}`
|
1 年之前 |
gingerBill
|
6cb74b63ec
Fix #3286
|
1 年之前 |
gingerBill
|
effc71ca43
Fix `case:` bug with by-ref unions
|
1 年之前 |
gingerBill
|
43d695a990
Fix `for x in y` where `y` is an "optional ok" value, but ignores `#optional_allocator_error` values
|
1 年之前 |
gingerBill
|
19eb2a8890
Fix #3282
|
1 年之前 |
gingerBill
|
3875fb08e8
Fix #3284
|
1 年之前 |
gingerBill
|
04f0fbf23a
Merge pull request #3272 from iansimonson/add_getrusage_darwin
|
1 年之前 |
gingerBill
|
51d6a254cf
Merge pull request #3277 from kavalee/slice-unique-fixes
|
1 年之前 |
Ian Simonson
|
835effdef1
Use c.long rather than int
|
1 年之前 |
Ian Simonson
|
c7bec2962e
Fix __darwin_suseconds_t definition
|
1 年之前 |
Aaron Kavaler
|
ac634acd4b
fixed slice.unique and slice.unique_proc
|
1 年之前 |
Ian Simonson
|
34c4389d75
No need for timeval definition
|
1 年之前 |
Ian Simonson
|
8917a7ef88
Make RUsage more inline with macos man page
|
1 年之前 |
gingerBill
|
45d5066029
Merge pull request #3274 from iansimonson/darwin_munmap_syscall_fix
|
1 年之前 |
gingerBill
|
b47eeac414
Merge pull request #3275 from Chickenkeeper/bit-set-error-message-fix
|
1 年之前 |
Chris
|
5cc936245c
Improve bit_set error message
|
1 年之前 |
gingerBill
|
e68d3c8bbc
Merge pull request #3143 from Pariatech/cgltf-linux-build
|
1 年之前 |
Ian Simonson
|
d7b1901b16
Fix syscall_munmap in darwin
|
1 年之前 |
gingerBill
|
97d6bf6d8f
Merge branch 'master' of https://github.com/odin-lang/Odin
|
1 年之前 |
gingerBill
|
271f84ab5b
Expect `stream` as a field directly on `os2.File`
|
1 年之前 |
gingerBill
|
75b60fdb12
Merge pull request #3273 from Chickenkeeper/mutex-allocator-fix
|
1 年之前 |
Chris
|
55141bdbb1
Make Mutex_Allocator use Ada_Case
|
1 年之前 |
gingerBill
|
5f2496226f
Change `return` to `panic`
|
1 年之前 |
gingerBill
|
dee66b8451
Fix typo due to deletion
|
1 年之前 |
gingerBill
|
4aec2de7bd
Merge branch 'master' of https://github.com/odin-lang/Odin
|
1 年之前 |
gingerBill
|
ac10f504e4
Add infinite loop check and early out in `map_insert_hash_dynamic`
|
1 年之前 |