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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add prototypes for `intrinsics.fixed_point_*`
dev-2021-05
gingerBill
2021-05-01
1
-0
/
+5
*
PNG: Fix tRNS handling.
Jeroen van Rijn
2021-05-01
2
-19
/
+16
*
Update intrinsics.odin for documentation
gingerBill
2021-05-01
1
-33
/
+43
*
Fix a few more cases in which bKGD wasn't properly applied.
Jeroen van Rijn
2021-05-01
1
-12
/
+71
*
PNG: Fix test for when premultiplication is needed.
Jeroen van Rijn
2021-05-01
1
-2
/
+2
*
Minor stylistic code changes to compress and image packages
gingerBill
2021-04-30
8
-580
/
+575
*
Use regular allocator from png+gzip's `load_from_file`.
Jeroen van Rijn
2021-04-30
2
-5
/
+5
*
Add `compress` and `image` to core.
Jeroen van Rijn
2021-04-30
9
-0
/
+3776
*
Add "naked" calling convention (removes prologue and epilogue)
gingerBill
2021-04-28
1
-0
/
+1
*
Remove unused import
gingerBill
2021-04-27
1
-1
/
+0
*
Implement sync2.Recursive_Mutex using `WaitOnAddress` and friends on Windows
gingerBill
2021-04-27
4
-37
/
+151
*
Max sync2.Sema on windows be `i32` for the counter internally.
gingerBill
2021-04-27
1
-2
/
+2
*
Reimplement sync2.Sema on windows with WaitOnAddress primitives
gingerBill
2021-04-27
4
-22
/
+94
*
Fix #893
gingerBill
2021-04-27
1
-11
/
+0
*
Correct core:os/os2 mock-up
gingerBill
2021-04-26
2
-13
/
+13
*
Correct `\n` ignore rules
gingerBill
2021-04-26
1
-1
/
+1
*
Remove `import "core:runtime"` from `core:math/bits`
gingerBill
2021-04-25
1
-1
/
+0
*
Add `intrinsics.count_zeros`
gingerBill
2021-04-25
1
-64
/
+9
*
Rename intrinsics to count_trailing_zeros and count_leading_zeros
gingerBill
2021-04-25
4
-31
/
+10
*
Replace many `foreign` llvm calls with intrinsics
gingerBill
2021-04-25
8
-247
/
+52
*
Remove `use_llvm_api` related checks and other related things
gingerBill
2021-04-25
2
-32
/
+10
*
Add cast on `S_ISDIR`
gingerBill
2021-04-24
1
-1
/
+1
*
Remove redundant `auto_cast`
gingerBill
2021-04-23
1
-1
/
+1
*
Add truncate_to_byte and truncate_to_rune for packages strings and bytes
gingerBill
2021-04-22
2
-0
/
+30
*
Remove `intrinsics.x86_mmx` type
gingerBill
2021-04-22
6
-29
/
+8
*
Add @(cold) tag
gingerBill
2021-04-22
1
-0
/
+1
*
Add new intrinsics: debug_trap, trap, read_cycle_counter, expect
gingerBill
2021-04-22
2
-6
/
+12
*
fix variable name in path_unix
André
2021-04-20
1
-2
/
+2
*
Fix #906
gingerBill
2021-04-20
3
-17
/
+10
*
Update builtin procedures to support the new allocator features (without brea...
gingerBill
2021-04-19
8
-57
/
+61
*
Improve the `Allocator` interface to support returning `Allocator_Error` to a...
gingerBill
2021-04-19
12
-272
/
+382
*
Add package flags
gingerBill
2021-04-18
1
-2
/
+11
*
Add calling_convention to Type
gingerBill
2021-04-18
1
-3
/
+4
*
Remove dead comment
gingerBill
2021-04-18
1
-1
/
+0
*
Change elem_counts to `i64le` from `u64`
gingerBill
2021-04-18
1
-1
/
+2
*
Change `u32` to `u32le`
gingerBill
2021-04-18
1
-32
/
+32
*
Add `-doc-format` command for the new .odin-doc file format (to be used to ge...
gingerBill
2021-04-18
1
-0
/
+251
*
Clean-up fallback `io.read_at` and `io.write_at` behaviour
gingerBill
2021-04-14
1
-9
/
+13
*
Fix `floattidf`
gingerBill
2021-04-14
2
-11
/
+11
*
Fix style issues; Use new attribute `@(cold)` where appropriate in the new sy...
gingerBill
2021-04-14
3
-94
/
+96
*
Add extra error to io.Error
gingerBill
2021-04-14
1
-0
/
+6
*
Add buffer_read_at buffer_write_at
gingerBill
2021-04-14
1
-0
/
+42
*
Mockup of the new `package os` interface (incomplete and non-functioning)
gingerBill
2021-04-14
21
-0
/
+1621
*
Merge pull request #902 from Kelimion/run_as_user
gingerBill
2021-04-14
5
-2
/
+941
|
\
|
*
Placate -vet for unrelated core:thread update.
Jeroen van Rijn
2021-04-13
1
-1
/
+0
|
*
Placate -vet.
Jeroen van Rijn
2021-04-13
1
-2
/
+0
|
*
Add support to core:windows to add/delete users.
Jeroen van Rijn
2021-04-13
5
-2
/
+943
*
|
Fix typo
gingerBill
2021-04-14
1
-2
/
+2
*
|
Fix typo
gingerBill
2021-04-13
1
-1
/
+1
*
|
Revert *nix thread stuff to old sync
gingerBill
2021-04-13
2
-11
/
+23
[next]