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
/
core
/
runtime
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove `#opaque` types
gingerBill
2021-02-23
2
-9
/
+0
*
Deprecate `inline for` in favour of `#unroll for`
gingerBill
2021-02-23
1
-1
/
+1
*
Remove `"pure"` and `"pure_none"` calling conventions
gingerBill
2021-02-23
1
-6
/
+4
*
Remove `bit_field` in type info, runtime, and general core library
gingerBill
2021-02-19
2
-23
/
+0
*
Remove `bit_field` type from Odin (keyword and dead runtime code still exists)
gingerBill
2021-02-19
1
-10
/
+11
*
Change `default_temp_allocator_proc` behaviour to use the `default_allocator`...
gingerBill
2021-02-09
1
-6
/
+1
*
Fix `delete_map`
gingerBill
2021-02-02
1
-1
/
+1
*
Fix typo
gingerBill
2020-12-08
1
-1
/
+1
*
Add `runtime.print_strings`
gingerBill
2020-12-08
1
-0
/
+12
*
Merge branch 'master' into parser-experiments
gingerBill
2020-12-06
10
-1402
/
+1678
|
\
|
*
Add package name and source code location to `Type_Info_Named`
gingerBill
2020-12-05
1
-1
/
+6
|
*
Remove `hash` field in runtime.Source_Code_Location
gingerBill
2020-12-05
2
-6
/
+5
|
*
Deprecate `opaque` in favour of `#opaque` in the core library
gingerBill
2020-12-04
1
-1
/
+1
|
*
Add type_assertion_check2
gingerBill
2020-12-02
1
-0
/
+53
|
*
Revert function passes
gingerBill
2020-11-29
1
-9
/
+9
|
*
Add `_internal` field to `context`
gingerBill
2020-11-29
1
-0
/
+3
|
*
Make 16 simple hasher cases for small types
gingerBill
2020-11-29
1
-1
/
+15
|
*
Support map keys for simple compare types
gingerBill
2020-11-29
1
-1
/
+3
|
*
Simplify hashing approach `map`
gingerBill
2020-11-29
2
-2
/
+14
|
*
Add `intrinsics.type_hasher_proc`; Make `map` work with generic hasher procedure
gingerBill
2020-11-29
2
-25
/
+44
|
*
Minor clean up
gingerBill
2020-11-29
1
-7
/
+3
|
*
Add intrinsics.type_equal_proc; Make `map` use an internal equal procedure to...
gingerBill
2020-11-29
2
-12
/
+9
|
*
Keep -vet happy
gingerBill
2020-11-29
1
-1
/
+0
|
*
Simplify internals of `map[K]V`
gingerBill
2020-11-29
1
-52
/
+49
|
*
Keep -vet happy
gingerBill
2020-11-26
1
-1
/
+1
|
*
Fix typo
gingerBill
2020-11-26
1
-2
/
+2
|
*
Add `__dynamic_map_fix_keys`
gingerBill
2020-11-25
1
-0
/
+17
|
*
Clean up and fix `__dynamic_map_erase`
gingerBill
2020-11-25
2
-6
/
+15
|
*
Clean up `__dynamic_map_rehash` behaviour
gingerBill
2020-11-25
1
-2
/
+2
|
*
Make hash internal key be `uintptr` rather than `u64` to reduce entry size
gingerBill
2020-11-23
2
-34
/
+36
|
*
Change internal layout of `map[K]V`
gingerBill
2020-11-23
2
-61
/
+60
|
*
map type internal reorganization
gingerBill
2020-11-23
2
-51
/
+51
|
*
Add `equal` procedure field to `runtime.Type_Info_Struct`
gingerBill
2020-11-23
1
-0
/
+5
|
*
Add `flags: Type_Info_Flags,` to `runtime.Type_Info`
gingerBill
2020-11-23
1
-0
/
+7
|
*
Add comparisons to structs where all fields are comparable `==` and `!=`
gingerBill
2020-11-23
1
-2
/
+3
|
*
Add %s support for arrays and slices of bytes
gingerBill
2020-11-20
1
-1
/
+15
|
*
Reorganize runtime code into separate files
gingerBill
2020-11-19
4
-1239
/
+1231
|
*
Reorganize package strings
gingerBill
2020-11-12
1
-15
/
+15
|
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2020-11-08
2
-92
/
+227
|
|
\
|
|
*
As per GingerBill's request, copied the files over to a linux-specific file i...
F0x1fy
2020-11-06
2
-0
/
+135
|
|
*
Moved internal_windows to internal_any to allow for manual linking related to...
F0x1fy
2020-11-05
1
-0
/
+0
|
*
|
Fix cyclic check in `is_type_polymorphic`
gingerBill
2020-11-08
1
-6
/
+5
|
|
/
*
/
Add experimental `-insert-semicolon` functionality to tokenizer and parser
gingerBill
2020-11-01
1
-2
/
+2
|
/
*
Add `intrinsics.type_field_index_of`
gingerBill
2020-10-15
1
-3
/
+2
*
Improve default temp allocator; Fix filepath.abs behaviour on Windows
gingerBill
2020-10-13
1
-3
/
+9
*
Add `append_nothing`
gingerBill
2020-10-08
1
-0
/
+8
*
Improve default temp_allocator; make nil loggers do nothing; improve mem.Scra...
gingerBill
2020-10-02
2
-70
/
+90
*
Fix `pop` behaviour, and improve assert messages by using `#caller_location`
gingerBill
2020-10-02
1
-17
/
+14
*
Add new os_specific_*.odin files
gingerBill
2020-10-01
2
-0
/
+191
*
Reimplement the Windows OS dependencies in `package runtime`
gingerBill
2020-10-01
6
-246
/
+214
[prev]
[next]