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/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
*
Fix timing on macos
Hasen Judy
2018-05-13
1
-3
/
+25
*
Add `typeid` to `Type_Info` struct
gingerBill
2018-05-13
2
-17
/
+17
*
Fix default initialized values for globals (#217)
gingerBill
2018-05-12
4
-50
/
+90
*
Use `__type_info_of` internally
gingerBill
2018-05-12
2
-3
/
+5
*
`type_info_of` allows `typeid`; `typeid_of` allows `^Type_Info`; Otherwise on...
gingerBill
2018-05-12
2
-4
/
+38
*
Make `any` use `typeid` rather than `^Type_Info`
gingerBill
2018-05-12
4
-58
/
+62
*
`typeid`
gingerBill
2018-05-12
6
-2
/
+67
*
Minimal Type Info Dependency handling
gingerBill
2018-05-12
6
-41
/
+226
*
Change semantics for `distinct`ness for pointers, arrays, dynamic arrays, and...
gingerBill
2018-05-12
1
-1
/
+1
*
Complete remove all non required preload stuff from min dep and only use what...
gingerBill
2018-05-12
1
-10
/
+18
*
Improve minimal dependency system
gingerBill
2018-05-12
8
-51
/
+161
*
Fix #210
gingerBill
2018-05-06
5
-99
/
+2
*
Try to fix internal compiler error in #208
gingerBill
2018-04-10
1
-4
/
+3
*
Fix immutable `context` to `any` assignment #214
gingerBill
2018-04-10
1
-4
/
+8
*
Fix internal compiler error trigger for issue #212
gingerBill
2018-04-10
2
-0
/
+8
*
Fix race condition caused by parallelized parser: #211
gingerBill
2018-04-10
1
-7
/
+19
*
Fix #210
gingerBill
2018-04-10
1
-1
/
+3
*
Fix #209 #assert bug
gingerBill
2018-04-10
2
-7
/
+12
*
Move cycle checking to much earlier on in the semantic stage
gingerBill
2018-03-23
10
-177
/
+259
*
Type caching
gingerBill
2018-03-23
4
-18
/
+114
*
Remove allocator parameter to `types.cpp` functions
gingerBill
2018-03-23
8
-359
/
+364
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2018-03-23
3
-19
/
+68
|
\
|
*
update essence bindings
Nakst
2018-03-10
1
-1
/
+1
|
*
fix compile warnings on linux
Nakst
2018-03-10
2
-6
/
+7
|
*
Merge pull request #199 from ThisDrunkDane/resource
gingerBill
2018-03-10
2
-13
/
+61
|
|
\
|
|
*
Missing .rc error message
Mikkel Hjortshoej
2018-03-05
1
-1
/
+1
|
|
*
Calls rc.exe if -resource specified
Mikkel Hjortshoej
2018-03-05
2
-13
/
+61
*
|
|
Fix type cycle bug
gingerBill
2018-03-23
8
-41
/
+83
|
/
/
*
|
Fix gb_alloc_str_len
gingerBill
2018-03-07
1
-3
/
+4
*
|
`__args__: []cstring`
gingerBill
2018-03-04
1
-6
/
+4
*
|
Add `unselector_expr`
gingerBill
2018-03-04
6
-22
/
+23
*
|
Remove dead code; fix referencing of a type assertion in a selector expression
gingerBill
2018-03-04
6
-58
/
+18
*
|
Fix `using` determination order
gingerBill
2018-03-03
6
-29
/
+19
|
/
*
`deprecated` attribute for procedure declarations
gingerBill
2018-03-03
7
-23
/
+72
*
Remove cwd in `odin run` for Linux
gingerBill
2018-03-03
1
-1
/
+1
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2018-03-03
1
-1
/
+1
|
\
|
*
Fixed '_alloc_command_line_arguments()' in os_linux.odin to use the new cstri...
Morten Vassvik
2018-03-01
1
-1
/
+1
*
|
Make irGen.output_base use full path rather than relative
gingerBill
2018-03-03
2
-1
/
+12
|
/
*
Fix comparison against `nil` for `cstring`
gingerBill
2018-02-28
1
-2
/
+8
*
Update core library with `cstring`
gingerBill
2018-02-28
2
-1
/
+5
*
`cstring`
gingerBill
2018-02-28
4
-10
/
+85
*
Fix build_settings.cpp
gingerBill
2018-02-25
1
-4
/
+2
*
Revert demo
gingerBill
2018-02-25
1
-1
/
+1
*
More code tidying with `Array`
gingerBill
2018-02-25
7
-82
/
+89
*
Minor code rearrangement
gingerBill
2018-02-25
2
-79
/
+74
*
`array_make`
gingerBill
2018-02-25
16
-316
/
+173
*
Use Array<irValue *> in ir.cpp
gingerBill
2018-02-25
4
-91
/
+111
*
Fix ir_emit_slice_bounds_check
gingerBill
2018-02-25
1
-1
/
+1
*
Hexadecimal floats for "perfect values" 0h42f60000 == 123; use `bit_cast` in ...
gingerBill
2018-02-25
9
-54
/
+70
*
Change parsing for floats and disallow `x.0`
gingerBill
2018-02-25
2
-4
/
+10
[next]