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
/
gb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update microsoft_craziness.h to work correctly with the rest of the codebase ...
gingerBill
2019-11-27
1
-0
/
+4
*
Clean up thread pool code
gingerBill
2019-09-03
1
-12
/
+3
*
Improve thread pool (volatile hints, etc)
gingerBill
2019-09-02
1
-4
/
+4
*
Minor changes
gingerBill
2019-09-01
1
-7
/
+24
*
ThreadPool for the parser
gingerBill
2019-09-01
1
-1
/
+1
*
Fix race condition; Change `for in` addressing mode
gingerBill
2018-12-24
1
-1
/
+1
*
Hack: union compound literal fix
gingerBill
2018-11-29
1
-1
/
+1
*
Fix poly proc determination by cloning the signature node
gingerBill
2018-11-25
1
-5
/
+8
*
fix macos thread_count value
Hasen Judy
2018-09-15
1
-1
/
+2
*
Fix typo
gingerBill
2018-08-19
1
-3
/
+2
*
Fix gbMutex for *nix
gingerBill
2018-08-19
1
-9
/
+7
*
Uncomment code
gingerBill
2018-07-01
1
-1
/
+1
*
Fix on *nix
gingerBill
2018-07-01
1
-6
/
+12
*
Fix gb.h
gingerBill
2018-06-15
1
-4
/
+3
*
Fix type aliasing comparison; Fix gb_utf8_decode
gingerBill
2018-06-15
1
-1
/
+1
*
Remove code relating to default struct values
gingerBill
2018-05-20
1
-12
/
+14
*
Fix #210
gingerBill
2018-05-06
1
-1
/
+1
*
Fix gb_alloc_str_len
gingerBill
2018-03-07
1
-3
/
+4
*
`-out` and generate executable in the current working directory
gingerBill
2018-02-25
1
-1
/
+1
*
Fix Type info bug for 'llvm bool'
gingerBill
2017-12-23
1
-1
/
+2
*
Fix debug symbol generation
gingerBill
2017-11-19
1
-1
/
+1
*
Add `-debug` command (still in development)
gingerBill
2017-11-19
1
-1
/
+23
*
#alias type declarations; core library additions; `_global` import name for t...
gingerBill
2017-10-29
1
-1
/
+1
*
Fix issues with OSX
Ginger Bill
2017-08-11
1
-1
/
+1
*
Fix compilation issues on OSX
Ginger Bill
2017-08-11
1
-3
/
+5
*
Use pthread mutex
Ginger Bill
2017-08-01
1
-54
/
+8
*
HACK: Ignore Mutex check
Ginger Bill
2017-07-31
1
-4
/
+4
*
Update gb.h
Ginger Bill
2017-07-31
1
-5
/
+6
*
Add -keep-temp-files option
Ginger Bill
2017-07-31
1
-0
/
+19
*
Extra type safety; Fix typos
Ginger Bill
2017-07-31
1
-7
/
+7
*
Update `add_type_info_type` to ignore polymorphic types
Ginger Bill
2017-07-30
1
-1
/
+2
*
Speed up llvm ir printing; Use CRITICAL_SECTION for Mutex on windows
Ginger Bill
2017-07-30
1
-5
/
+36
*
Parallelization of the Parser
Ginger Bill
2017-07-30
1
-10
/
+24
*
Fix struct parameter bugs
Ginger Bill
2017-07-21
1
-1
/
+24
*
Rudimentary para-poly procedures
Ginger Bill
2017-06-25
1
-1
/
+1
*
Basic command line flags: e.g. `-opt=0`
Ginger Bill
2017-06-24
1
-4
/
+4
*
Implement u128/i128 features; Add bits.odin
Ginger Bill
2017-06-01
1
-5
/
+8
*
Fix non-ascii function parameters in LLVM IR
Ginger Bill
2017-04-15
1
-1
/
+1
*
Fix: map key not getting transferred on rehash
Ginger Bill
2017-04-11
1
-4
/
+1
*
Fix `map` assignment bug due to growth
Ginger Bill
2017-04-11
1
-9
/
+48
*
Fix segfault with heap allocation
root
2017-04-10
1
-15
/
+21
*
Change code to match original MSVC
Ginger Bill
2017-04-10
1
-5
/
+6
*
Basic Linux Build!
Ginger Bill
2017-04-09
1
-6
/
+33
*
Merged from upstream, fixed 'args' name colission
Zachary Pierson
2017-04-06
1
-1
/
+3
*
Merge https://github.com/gingerBill/Odin
Zachary Pierson
2017-04-06
1
-2
/
+2
|
\
|
*
Fix ir bugs: global variable names, untyped to any assignment
Ginger Bill
2017-04-06
1
-2
/
+2
*
|
Merge https://github.com/gingerBill/Odin
Zac Pierson
2017-03-21
1
-124
/
+314
|
\
|
|
*
Add branch labels for loops; using list
Ginger Bill
2017-03-19
1
-0
/
+4
|
*
Update gb.h
Ginger Bill
2017-03-17
1
-124
/
+306
|
*
windows.odin TYPE_NAME to Type_Name; More SSA work and SSA printing for debug...
Ginger Bill
2017-03-12
1
-0
/
+4
[next]