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
/
types.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve proc group scoring algorithm
gingerBill
2018-08-21
1
-1
/
+1
*
Disable non-comparison operations for enum (use `bit_set` for flags)
gingerBill
2018-08-17
1
-12
/
+10
*
Add underlying type for `bit_set`
gingerBill
2018-08-17
1
-5
/
+28
*
bit_set['A'..'Z'], bit_set[0..8]
gingerBill
2018-08-16
1
-6
/
+6
*
Fix defer ir bug
gingerBill
2018-08-15
1
-4
/
+4
*
Fix `bit_set` range
gingerBill
2018-08-14
1
-2
/
+3
*
`bit_set` constants
gingerBill
2018-08-14
1
-0
/
+3
*
Add `bit_set` type
gingerBill
2018-08-14
1
-0
/
+67
*
Do `using Foo :: enum` at the `type_decl` stage
gingerBill
2018-07-29
1
-1
/
+0
*
using Foo :: enum {A, B, C}; len(Foo)
gingerBill
2018-07-29
1
-20
/
+2
*
Fix typos
gingerBill
2018-07-28
1
-3
/
+12
*
Big renaming: `AstNode` to `Ast`
gingerBill
2018-06-17
1
-5
/
+5
*
Make source code compile with 32 bit (but not build 32 bit code)
gingerBill
2018-06-15
1
-4
/
+4
*
Fix type aliasing comparison; Fix gb_utf8_decode
gingerBill
2018-06-15
1
-0
/
+16
*
Allow `.allocator` for dynamic arrays; Add `mem.Pool`
gingerBill
2018-06-12
1
-49
/
+59
*
Entity aliasing clean up
gingerBill
2018-06-09
1
-2
/
+2
*
Remove code relating to default struct values
gingerBill
2018-05-20
1
-1
/
+0
*
Fix issues with exact integer bounds and remove dead code
gingerBill
2018-05-13
1
-1
/
+1
*
Disable pointer arithmetic
gingerBill
2018-05-13
1
-2
/
+1
*
Make `any` use `typeid` rather than `^Type_Info`
gingerBill
2018-05-12
1
-12
/
+11
*
`typeid`
gingerBill
2018-05-12
1
-2
/
+14
*
Fix #210
gingerBill
2018-05-06
1
-96
/
+0
*
Fix internal compiler error trigger for issue #212
gingerBill
2018-04-10
1
-0
/
+4
*
Move cycle checking to much earlier on in the semantic stage
gingerBill
2018-03-23
1
-5
/
+14
*
Type caching
gingerBill
2018-03-23
1
-11
/
+106
*
Remove allocator parameter to `types.cpp` functions
gingerBill
2018-03-23
1
-94
/
+98
*
Fix type cycle bug
gingerBill
2018-03-23
1
-6
/
+1
*
Add `unselector_expr`
gingerBill
2018-03-04
1
-1
/
+3
*
Remove dead code; fix referencing of a type assertion in a selector expression
gingerBill
2018-03-04
1
-1
/
+1
*
Fix `using` determination order
gingerBill
2018-03-03
1
-1
/
+0
*
Update core library with `cstring`
gingerBill
2018-02-28
1
-0
/
+2
*
`cstring`
gingerBill
2018-02-28
1
-7
/
+28
*
More code tidying with `Array`
gingerBill
2018-02-25
1
-15
/
+14
*
`array_make`
gingerBill
2018-02-25
1
-8
/
+4
*
Clean up range code for switch
gingerBill
2018-02-17
1
-0
/
+7
*
Remove constant from switch for strings
gingerBill
2018-02-17
1
-6
/
+6
*
#complete switch; Removal of dyncall
gingerBill
2018-02-17
1
-4
/
+3
*
Fix #187
gingerBill
2018-02-14
1
-0
/
+8
*
`enum #export`
gingerBill
2018-01-21
1
-0
/
+1
*
Cache type size/align; Improve speed of ir_print.cpp
gingerBill
2018-01-20
1
-6
/
+19
*
Fix empty union IR bug
gingerBill
2018-01-19
1
-14
/
+18
*
Change to HeapAlloc et al on Windows
gingerBill
2018-01-18
1
-7
/
+1
*
Named return value act as variables; Code reorganization
gingerBill
2018-01-17
1
-0
/
+1
*
Specific sized booleans: b8, b16, b32, b64
gingerBill
2018-01-17
1
-0
/
+9
*
Remove `u128` and `i128`
gingerBill
2018-01-13
1
-15
/
+0
*
"Fix" LLVM boolean bug (more like a bodge)
gingerBill
2017-12-22
1
-0
/
+4
*
Revert `map` to be a value type and not a reference type
gingerBill
2017-12-21
1
-5
/
+2
*
`map` is internally backed by a pointer (i.e. a "reference type")
gingerBill
2017-12-17
1
-8
/
+11
*
Remove `struct #ordered`
gingerBill
2017-12-17
1
-3
/
+0
*
Disable struct field reordering (for the time being)
gingerBill
2017-12-12
1
-10
/
+14
[next]