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
*
Merge branch 'master' of https://github.com/odin-lang/Odin
dev-2023-10
gingerBill
2023-10-02
1
-2
/
+2
|
\
|
*
Merge pull request #2839 from Tetralux/aprintf-ally
Jeroen van Rijn
2023-10-02
1
-2
/
+2
|
|
\
|
|
*
[fmt] Add allocator parameter to `fmt.aprintf`
Tetralux
2023-10-02
1
-2
/
+2
*
|
|
Partial pseudo-revert
gingerBill
2023-10-02
1
-4
/
+8
|
/
/
*
|
Remove default value
gingerBill
2023-09-30
1
-1
/
+1
*
|
Minor cleanups to the core library
gingerBill
2023-09-30
7
-86
/
+43
*
|
Use `or_break` and `or_continue` where appropriate in the core library
gingerBill
2023-09-30
14
-142
/
+92
*
|
`or_break` and `or_continue` to `core:odin` packages
gingerBill
2023-09-30
5
-2
/
+45
*
|
Add `or_break` and `or_continue` constructs
gingerBill
2023-09-30
1
-0
/
+4
*
|
Rename simd bitwise operations from `intrinsics.simd_and` to `intrinsics.simd...
gingerBill
2023-09-28
2
-8
/
+8
*
|
Rename bitwise operations to `bit_or` etc
gingerBill
2023-09-28
1
-8
/
+8
*
|
Merge pull request #2805 from odin-lang/llvm-17
gingerBill
2023-09-28
2
-11
/
+29
|
\
\
|
|
/
|
/
|
|
*
Merge branch 'master' into llvm-17
gingerBill
2023-09-27
6
-3
/
+45
|
|
\
|
*
|
Use a giant packed struct working for type info table
gingerBill
2023-09-22
1
-0
/
+1
|
*
|
Add `ODIN_SANITIZER_FLAGS` global constant
gingerBill
2023-09-21
1
-0
/
+13
|
*
|
Update ABI breaking changes for `f16` types (due to LLVM 15+)
gingerBill
2023-09-21
1
-11
/
+15
*
|
|
Fixed up missing output for rand examples
Lucas Perlind
2023-09-27
1
-1
/
+103
|
|
/
|
/
|
*
|
Rename files to not start with `_`
gingerBill
2023-09-26
3
-0
/
+0
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2023-09-26
2
-3
/
+3
|
\
\
|
*
|
Fix for crash when using io.write_u128/io.write_i128 due to buffer being too ...
Karl Zylinski
2023-09-22
1
-2
/
+2
|
*
|
Fix bug with index increment in `unquote_string`
Abdelrahman Farid
2023-09-19
1
-1
/
+1
|
|
/
*
/
Add `cstring` specific comparison procedures to fix comparisons like `cstring...
gingerBill
2023-09-26
1
-0
/
+42
|
/
*
Merge pull request #2769 from RLGingerBiscuit/json-marshal-stuff
gingerBill
2023-09-18
1
-6
/
+6
|
\
|
*
json.marshal: Don't output spaces if pretty=false
RLGingerBiscuit
2023-08-25
1
-6
/
+6
*
|
Merge pull request #2791 from ftphikari/master
gingerBill
2023-09-15
1
-0
/
+15
|
\
\
|
*
|
[core:sys/windows] Added SuspendThread
hikari
2023-09-08
1
-0
/
+1
|
*
|
[core:sys/windows] Added couple of procedures
hikari
2023-09-07
1
-0
/
+14
*
|
|
Merge pull request #2784 from laytan/fmt-memory-sizes
gingerBill
2023-09-14
5
-1
/
+69
|
\
\
\
|
*
|
|
update doc
Laytan Laats
2023-09-12
1
-2
/
+2
|
*
|
|
use KiB etc. instead of KB
Laytan Laats
2023-09-12
1
-4
/
+4
|
*
|
|
use memory formatting in tracking allocator doc
Laytan Laats
2023-09-01
1
-1
/
+1
|
*
|
|
Add formatting of bytes into the best unit of measurement
Laytan Laats
2023-09-01
4
-0
/
+68
*
|
|
|
Merge pull request #2789 from fabiansperber/fix-odin-parser
gingerBill
2023-09-14
2
-7
/
+26
|
\
\
\
\
|
*
|
|
|
Remove auto_cast from field_flags
Fabian Sperber
2023-09-05
2
-6
/
+0
|
*
|
|
|
Add #const field flag
Fabian Sperber
2023-09-05
1
-0
/
+4
|
*
|
|
|
Fix parsing #force_inline call expression with or_return
Fabian Sperber
2023-09-05
2
-1
/
+22
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Fix wrong type
gingerBill
2023-09-12
1
-2
/
+2
*
|
|
|
Make procedures contextless where possible
gingerBill
2023-09-12
1
-11
/
+33
*
|
|
|
Swap order of `prev` and `next`
gingerBill
2023-09-12
1
-1
/
+1
|
/
/
/
*
/
/
Add #reverse to `odin/parser`.
DanielGavin
2023-09-03
2
-0
/
+13
|
/
/
*
|
Merge pull request #2775 from laytan/fix-overlapped-entry-type
Jeroen van Rijn
2023-08-29
1
-2
/
+2
|
\
\
|
*
|
Fix the OVERLAPPED_ENTRY type definition
Laytan Laats
2023-08-29
1
-2
/
+2
*
|
|
Updating to be the correct function name in documentation.
Pix
2023-08-27
1
-1
/
+1
*
|
|
Merge pull request #2773 from Tetralux/minor-net-cleanup
Jeroen van Rijn
2023-08-27
4
-31
/
+18
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[net] Assorted cleanup
Tetralux
2023-08-26
4
-31
/
+18
*
|
|
fix queue reserve always doubling in size when there is enough space
Laytan Laats
2023-08-26
1
-1
/
+1
|
|
/
|
/
|
*
|
Commit `a040be9` but for core:sort
Despacito696969
2023-08-23
1
-1
/
+1
*
|
Fix #2763
Jeroen van Rijn
2023-08-22
1
-5
/
+6
*
|
Add optional `flush := true` to many of the `core:fmt` procedures
gingerBill
2023-08-22
3
-36
/
+45
*
|
Merge pull request #2755 from Lperlind/improve-float-rand
gingerBill
2023-08-19
1
-15
/
+30
|
\
\
[next]