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
...
*
Allow `check_expr_with_type_hint` to allow assignment of types to typeid with...
gingerBill
2020-12-17
1
-1
/
+3
*
Make `container.Map` have similar semantics to the built-in `map` type
gingerBill
2020-12-15
1
-0
/
+3
*
Improve text/scanner whitespace parameter to use a bit_set instead; Improve e...
gingerBill
2020-12-15
1
-2
/
+12
*
Fix minor constant value declaration bug
gingerBill
2020-12-14
1
-21
/
+1
*
Fix #811
gingerBill
2020-12-14
1
-1
/
+3
*
Improve -insert-semicolon rules
gingerBill
2020-12-09
1
-6
/
+3
*
Fix typos for `-insert-semicolon`
gingerBill
2020-12-09
1
-10
/
+10
*
If `ir_type_requires_mem_zero` is stored with zero, don't store again with th...
gingerBill
2020-12-08
2
-78
/
+179
*
Fix typo
gingerBill
2020-12-08
1
-1
/
+1
*
Improve rules for zeroing types with the ir.cpp backend with `ir_type_require...
gingerBill
2020-12-08
1
-2
/
+64
*
Remove unused tokens
gingerBill
2020-12-06
1
-10
/
+2
*
Update main.cpp
gingerBill
2020-12-06
1
-1
/
+1
*
Merge branch 'master' into parser-experiments
gingerBill
2020-12-06
26
-1664
/
+5297
|
\
|
*
Add package name and source code location to `Type_Info_Named`
gingerBill
2020-12-05
2
-1
/
+37
|
*
Remove `hash` field in runtime.Source_Code_Location
gingerBill
2020-12-05
3
-29
/
+2
|
*
Remove type name generation for procedures in ir.cpp
gingerBill
2020-12-05
1
-0
/
+3
|
*
Remove the (reserved) keyword `macro`
gingerBill
2020-12-04
1
-1
/
+0
|
*
Deprecate keyword `opaque` in favour of `#opaque`
gingerBill
2020-12-04
1
-0
/
+6
|
*
Remove `const` as a (reserved) keyword
gingerBill
2020-12-04
2
-4
/
+2
|
*
Allow nested procedures to access `@(static)` and `@(thread_local)` variables
gingerBill
2020-12-04
3
-14
/
+35
|
*
Change ExactValue layout for complex/quaternion types to minimize its size
gingerBill
2020-12-03
4
-76
/
+82
|
*
Fix #795
gingerBill
2020-12-03
1
-2
/
+1
|
*
Fix -llvm-api const initialization of `&T{}`
gingerBill
2020-12-02
1
-0
/
+2
|
*
Disable `lb_const_hash` for the time being
gingerBill
2020-12-02
2
-5
/
+32
|
*
Fix typo
gingerBill
2020-12-02
1
-2
/
+2
|
*
Fix xor for constant booleans
gingerBill
2020-12-02
1
-0
/
+2
|
*
Fix typo
gingerBill
2020-12-01
1
-1
/
+1
|
*
Fix Pointer store in LLVM backend
gingerBill
2020-12-01
1
-2
/
+2
|
*
Revert function passes
gingerBill
2020-11-29
1
-51
/
+95
|
*
Improve default pass manager for -llvm-api
gingerBill
2020-11-29
1
-57
/
+25
|
*
Make 16 simple hasher cases for small types
gingerBill
2020-11-29
3
-58
/
+40
|
*
Simplify simple compare hasher code
gingerBill
2020-11-29
2
-186
/
+150
|
*
Support any comparable type for map keys
gingerBill
2020-11-29
4
-28
/
+214
|
*
Sanity check for map key
gingerBill
2020-11-29
1
-1
/
+3
|
*
Support map keys for simple compare types
gingerBill
2020-11-29
4
-6
/
+23
|
*
Improve const hash
gingerBill
2020-11-29
3
-17
/
+68
|
*
Simplify hashing approach `map`
gingerBill
2020-11-29
4
-66
/
+37
|
*
Add `intrinsics.type_hasher_proc`; Make `map` work with generic hasher procedure
gingerBill
2020-11-29
8
-70
/
+289
|
*
Add intrinsics.type_equal_proc; Make `map` use an internal equal procedure to...
gingerBill
2020-11-29
7
-65
/
+135
|
*
Simplify internals of `map[K]V`
gingerBill
2020-11-29
1
-2
/
+2
|
*
Fix for in enum type
gingerBill
2020-11-26
2
-2
/
+2
|
*
Enforce zeroing through memset to ensure padding is zeroed with llvm api
gingerBill
2020-11-25
1
-2
/
+20
|
*
Update package json for new map layout; Correct llvm-api includes for *nix
gingerBill
2020-11-25
3
-0
/
+27
|
*
Patch up gb.h
gingerBill
2020-11-24
2
-2
/
+27
|
*
Prepare for M1 Mac
gingerBill
2020-11-24
2
-4
/
+80
|
*
Make hash internal key be `uintptr` rather than `u64` to reduce entry size
gingerBill
2020-11-23
2
-3
/
+8
|
*
Change internal layout of `map[K]V`
gingerBill
2020-11-23
3
-52
/
+45
|
*
map type internal reorganization
gingerBill
2020-11-23
5
-16
/
+15
|
*
Fix logic for comparisons of struct #raw_union types
gingerBill
2020-11-23
1
-0
/
+3
|
*
Add `equal` procedure field to `runtime.Type_Info_Struct`
gingerBill
2020-11-23
3
-56
/
+66
[prev]
[next]