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
/
_preload.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Parse directories to be packages
gingerBill
2018-05-21
1
-1366
/
+0
*
Disable pointer arithmetic
gingerBill
2018-05-13
1
-37
/
+40
*
Change `FreeAll` to `Free_All`
gingerBill
2018-05-13
1
-3
/
+3
*
Add `typeid` to `Type_Info` struct
gingerBill
2018-05-13
1
-9
/
+3
*
Fix default initialized values for globals (#217)
gingerBill
2018-05-12
1
-12
/
+2
*
Use `__type_info_of` internally
gingerBill
2018-05-12
1
-1
/
+10
*
`type_info_of` allows `typeid`; `typeid_of` allows `^Type_Info`; Otherwise on...
gingerBill
2018-05-12
1
-21
/
+18
*
Make `any` use `typeid` rather than `^Type_Info`
gingerBill
2018-05-12
1
-6
/
+29
*
`typeid`
gingerBill
2018-05-12
1
-0
/
+7
*
`__args__: []cstring`
gingerBill
2018-03-04
1
-2
/
+1
*
`deprecated` attribute for procedure declarations
gingerBill
2018-03-03
1
-0
/
+1
*
Update core library with `cstring`
gingerBill
2018-02-28
1
-1
/
+6
*
`cstring`
gingerBill
2018-02-28
1
-9
/
+23
*
Add `#no_bounds_check` to `__dynamic_map_*` procedures
gingerBill
2018-02-25
1
-5
/
+5
*
Fix slice bounds checking
gingerBill
2018-02-25
1
-12
/
+35
*
Fix zero value initialization in IR
gingerBill
2018-02-11
1
-3
/
+4
*
Minor `context` fix
gingerBill
2018-02-05
1
-7
/
+1
*
Fix issue #181
gingerBill
2018-02-03
1
-3
/
+4
*
Add extra zero init for IR
gingerBill
2018-01-31
1
-5
/
+5
*
Simplify printing for float and complex types
gingerBill
2018-01-28
1
-10
/
+4
*
Add `__print_type` to runtime
gingerBill
2018-01-28
1
-8
/
+164
*
Reduce type info data size in IR
gingerBill
2018-01-28
1
-1
/
+1
*
Improve min-dep for Type Info
gingerBill
2018-01-28
1
-19
/
+82
*
`-no-bounds-check`
gingerBill
2018-01-18
1
-10
/
+0
*
Remove `u128` and `i128`
gingerBill
2018-01-13
1
-19
/
+18
*
Fix issue #167 regarding abs, min, and, max for floats
gingerBill
2017-12-27
1
-7
/
+37
*
Fix `free_map`
gingerBill
2017-12-21
1
-1
/
+0
*
Fix `free_map`
gingerBill
2017-12-21
1
-6
/
+3
*
Revert `map` to be a value type and not a reference type
gingerBill
2017-12-21
1
-34
/
+1
*
Fix len, cap, comparison against nil for `map`
gingerBill
2017-12-18
1
-4
/
+14
*
`map` is internally backed by a pointer (i.e. a "reference type")
gingerBill
2017-12-17
1
-9
/
+36
*
Remove `struct #ordered`
gingerBill
2017-12-17
1
-28
/
+28
*
Change how abs, min, max, and clamp are implemented for floats
gingerBill
2017-12-11
1
-4
/
+14
*
Fix proc groups from import names
gingerBill
2017-12-10
1
-3
/
+3
*
Make core library use procedure groupings rather than normal overloading
gingerBill
2017-12-04
1
-3
/
+5
*
Fix procedure grouping
gingerBill
2017-12-03
1
-20
/
+17
*
`buffer_from_slice`
gingerBill
2017-11-30
1
-0
/
+24
*
Remove `vector` type (will be replaced by something else in the future)
gingerBill
2017-11-30
1
-3
/
+1
*
Remove old slice procedures
gingerBill
2017-11-26
1
-11
/
+0
*
New slice memory layout (ptr+len); `byte`
gingerBill
2017-11-26
1
-47
/
+32
*
`nil_allocator`; Fix IR type checking assert; `append_string`
gingerBill
2017-11-26
1
-7
/
+19
*
Allow for printf style `assert` and `panic`
gingerBill
2017-11-16
1
-12
/
+10
*
Remove `#const`; Minor fixes
gingerBill
2017-11-12
1
-1
/
+0
*
Allow for default arguments after a variadic parameter
gingerBill
2017-11-12
1
-76
/
+76
*
Fix cast to uintptr
gingerBill
2017-11-10
1
-1
/
+1
*
Fix opening file without close; Minor fixes
gingerBill
2017-11-09
1
-24
/
+12
*
Amend allocation procedures with caller location; Compound literals missing t...
gingerBill
2017-11-09
1
-28
/
+39
*
Add Source_Code_Location parameter Allocator_Proc (#138)
gingerBill
2017-11-08
1
-9
/
+11
*
Add array programming
gingerBill
2017-11-05
1
-2
/
+1
*
Fix fmt printing `uintptr` type
gingerBill
2017-11-04
1
-3
/
+4
[next]