index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Also return on unix
Mikkel Hjortshøj
2019-09-08
1
-1
/
+1
|
*
|
Make `odin run` return the process exit code
Mikkel Hjortshøj
2019-09-08
1
-1
/
+1
*
|
|
Update demo.odin
gingerBill
2019-09-08
1
-2
/
+2
*
|
|
Disallow `where` clauses on non-polymorphic records
gingerBill
2019-09-08
1
-2
/
+10
*
|
|
Remove assert
gingerBill
2019-09-08
1
-2
/
+0
*
|
|
Add `where` clauses to `struct` and `union`
gingerBill
2019-09-08
6
-45
/
+81
|
/
/
*
|
Fix Compiler does not complain about missing semicolon #433
gingerBill
2019-09-04
1
-5
/
+10
*
|
Fix Ir panic on using append() from within anonymous function #432
gingerBill
2019-09-04
1
-1
/
+2
*
|
Clean up thread pool code
gingerBill
2019-09-03
3
-75
/
+65
*
|
Fix semaphore posting
gingerBill
2019-09-03
1
-3
/
+10
*
|
Fix Converting addresses to function pointers produces llvm-opt error #431
gingerBill
2019-09-02
1
-1
/
+28
*
|
Improve thread pool (volatile hints, etc)
gingerBill
2019-09-02
3
-22
/
+45
|
/
*
Remove thread naming on thread pool
gingerBill
2019-09-01
1
-0
/
+2
*
Remove custom allocator for thread pool
gingerBill
2019-09-01
1
-17
/
+2
*
Thread pool fixes
gingerBill
2019-09-01
1
-0
/
+169
*
Minor changes
gingerBill
2019-09-01
3
-12
/
+26
*
ThreadPool for the parser
gingerBill
2019-09-01
5
-199
/
+66
*
`where` clauses for procedure literals
gingerBill
2019-08-31
6
-24
/
+185
*
Make `require_results` an attribute rather than a suffix tag for procedures
gingerBill
2019-08-31
4
-5
/
+15
*
Fix variable dependency ordering issues caused by procedure literals
gingerBill
2019-08-31
3
-9
/
+26
*
Merge pull request #425 from thebirk/parser-threading
gingerBill
2019-08-29
1
-21
/
+106
|
\
|
*
Properly removed the semaphore.
thebirk
2019-08-29
1
-1
/
+0
|
*
Removed unused semaphore on Parser.
thebirk
2019-08-29
2
-3
/
+0
|
*
Cleaned up parse_packages and the worker proc.
thebirk
2019-08-29
1
-38
/
+12
|
*
Removed gb_thread_set_name because it segfaults on linux.
thebirk
2019-08-26
1
-3
/
+4
|
*
Im just trying things at this point, Bill should just squash this PR at merge...
thebirk
2019-08-26
1
-5
/
+11
|
*
Fixed error where the parser would end early.
thebirk
2019-08-26
2
-7
/
+28
|
*
Fixed parser creating a new thread for each file.
thebirk
2019-08-26
1
-10
/
+97
*
|
Add intrinsincs.type_is_quaternion
gingerBill
2019-08-29
2
-0
/
+4
*
|
Fix global variable initialization ordering
gingerBill
2019-08-29
5
-39
/
+47
*
|
Add debug information for quaternion types (fixes #428)
gingerBill
2019-08-29
1
-12
/
+43
*
|
Fix nested raw_union with using #428
gingerBill
2019-08-28
1
-3
/
+6
*
|
Fix typo in tokenizer (no actual bug)
gingerBill
2019-08-26
1
-3
/
+2
*
|
`inline for` loops (only for 'in' based for loops)
gingerBill
2019-08-26
6
-24
/
+491
|
/
*
Built-in Quaternions (Not just an April Fool's Joke any more)
gingerBill
2019-08-26
8
-43
/
+748
*
Fix typo
gingerBill
2019-08-23
1
-1
/
+1
*
Improve #assert to show the procedure and signature it was called with; Allow...
gingerBill
2019-08-23
4
-25
/
+179
*
Remove the rule that made any declaration prefixed with an underscore private...
gingerBill
2019-08-23
1
-3
/
+4
*
Fix `~(1 << x)` type inference bug
gingerBill
2019-08-23
2
-8
/
+11
*
Fix compiler crash with #defined #417
gingerBill
2019-08-13
1
-2
/
+2
*
Fix typo in ? array lengths error
gingerBill
2019-08-13
1
-1
/
+1
*
Fix compound literal printing for structs with custom alignment requirements
gingerBill
2019-08-13
1
-1
/
+2
*
`package reflect`; fix substring type bug; fix scoping rules for `using` on p...
gingerBill
2019-08-11
2
-44
/
+76
*
Make structs with the same fields but with different tags distinct types
gingerBill
2019-08-09
1
-0
/
+6
*
Fix global variable initialization for certain types.
gingerBill
2019-08-09
1
-1
/
+17
*
Struct field tags
gingerBill
2019-08-09
5
-15
/
+70
*
Fix bit_field comparison against nil #414
gingerBill
2019-08-09
2
-0
/
+10
*
Improve implementation of `intrinsics.type_*` procedures
gingerBill
2019-08-04
3
-329
/
+98
*
`intrinsics.type_*` constant evaluation procedures
gingerBill
2019-08-04
5
-221
/
+740
*
Add error message for non-constant polymorphic name parameters
gingerBill
2019-08-03
1
-0
/
+1
[prev]
[next]