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
*
Replace redundant code
gingerBill
2019-02-06
2
-2
/
+2
*
Extra checks to reduce mem.zero calls
gingerBill
2019-02-06
2
-7
/
+11
*
Minimize mem.zero use
gingerBill
2019-02-06
1
-36
/
+40
*
Remove `inline` from many of the mem.* procedures
gingerBill
2019-02-04
1
-1
/
+0
*
Merge pull request #331 from thebirk/fix-out-linux
gingerBill
2019-02-02
1
-1
/
+1
|
\
|
*
Fixed macOS not compiling.
thebirk
2019-02-01
1
-1
/
+1
*
|
Fix #322, now correctly printing big strings.
thebirk
2019-02-02
1
-0
/
+5
|
/
*
Fixed -out dropping extension on linux.
thebirk
2019-02-01
1
-7
/
+17
*
Allow for @indent for attributes that don't require any parameters; Add -igno...
gingerBill
2019-01-30
4
-20
/
+37
*
Merge pull request #327 from Tetralux/tet/pass-args-to-run
gingerBill
2019-01-29
3
-5
/
+43
|
\
|
*
Allow 'odin run program.odin -- <args-for-program.exe>
Tetralux
2019-01-28
3
-5
/
+43
*
|
Fix typo in parser.cpp
gingerBill
2019-01-29
1
-1
/
+1
|
/
*
Patch minor IR bug
gingerBill
2019-01-28
1
-2
/
+4
*
Pass any and union "by pointer" to make the tag a pointer
gingerBill
2019-01-26
5
-43
/
+17
*
Fix subtyping rules for heavily nested `using` in structs
gingerBill
2019-01-24
1
-11
/
+15
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2019-01-24
1
-0
/
+4
|
\
|
*
Fix printing IR of integer as a pointer with endianness.
Tetralux
2019-01-16
1
-0
/
+4
*
|
Remove dead code
gingerBill
2019-01-24
4
-41
/
+1
|
/
*
Change `deferred_*` scoping behaviour for `if`
gingerBill
2019-01-13
1
-2
/
+4
*
Replace `deferred` with `deferred_none`, `deferred_in`, `deferred_out`
gingerBill
2019-01-13
5
-40
/
+168
*
Check for `_` for import names too
gingerBill
2019-01-13
1
-1
/
+1
*
Change import name determination rules
gingerBill
2019-01-13
1
-11
/
+13
*
Add extra explicit entity usage
gingerBill
2019-01-13
1
-0
/
+2
*
Fix checking `_` constant declarations with a procedure
gingerBill
2019-01-10
2
-4
/
+16
*
Source_Code_Location.hash; %#v printing for Source_Code_Location; allow typei...
gingerBill
2019-01-05
3
-0
/
+21
*
Remove debug printing text
gingerBill
2019-01-05
1
-7
/
+0
*
Add missing types for min dep
gingerBill
2019-01-05
1
-1
/
+11
*
Add missing types to minimum dependency checking
gingerBill
2019-01-05
2
-3
/
+37
*
Remove alignment experiment
gingerBill
2019-01-04
1
-1
/
+1
*
ir_print: Ignore load's align
gingerBill
2019-01-04
1
-1
/
+1
*
Fix TODO ParameterValue_Location
gingerBill
2019-01-04
2
-12
/
+13
*
Remove unused directive
gingerBill
2019-01-03
1
-8
/
+0
*
Update CEL
gingerBill
2019-01-03
1
-0
/
+3
*
Fix `using` struct cycle check
gingerBill
2019-01-02
1
-2
/
+5
*
Fix `using` with `bit_field`
gingerBill
2019-01-01
1
-2
/
+2
*
Fix defer on branching with new scoping rules
gingerBill
2019-01-01
1
-1
/
+1
*
Add entity use when `using` is applied to a variable declaration
gingerBill
2018-12-31
1
-0
/
+2
*
Fix vetting
gingerBill
2018-12-31
1
-4
/
+9
*
Fix parsing issue with stray `}` and `case` at the file scope
gingerBill
2018-12-31
1
-1
/
+14
*
Remove some unneeded zero emits
gingerBill
2018-12-31
1
-18
/
+18
*
Remove useless assertion in find_import_path
gingerBill
2018-12-30
1
-1
/
+3
*
Fix `static` procedure name mangling
gingerBill
2018-12-29
1
-1
/
+3
*
Add `static` to `fix_advance_to_next_stmt`
gingerBill
2018-12-28
1
-2
/
+1
*
`static` variable declarations (Experimental)
gingerBill
2018-12-28
8
-5
/
+104
*
Fix default parameter assignment checking
gingerBill
2018-12-28
2
-3
/
+3
*
min & max for types
gingerBill
2018-12-27
4
-4
/
+132
*
Remove `#[...]` attribute syntax.
gingerBill
2018-12-26
1
-52
/
+48
*
Support `#[...]` as an alternative attribute syntax
gingerBill
2018-12-26
2
-87
/
+93
*
Support #! comments
gingerBill
2018-12-26
1
-45
/
+12
*
Fix race condition; Change `for in` addressing mode
gingerBill
2018-12-24
2
-6
/
+7
[next]