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
/
base
/
runtime
/
print.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add `struct #simple` to force a struct to use simple comparison if all of the...
gingerBill
2026-01-29
1
-0
/
+2
*
Rename `try_copy_*` to `write_*`
gingerBill
2026-01-28
1
-176
/
+176
*
Improve `try_copy_*` logic
gingerBill
2026-01-28
1
-74
/
+172
*
Fix typo in `try_copy_caller_location`
gingerBill
2026-01-28
1
-2
/
+2
*
Use `context.assertion_failure_proc` with type assertions when the `context` ...
gingerBill
2026-01-26
1
-0
/
+331
*
`print_i64` fix getting an OOB index
blob1807
2025-12-15
1
-7
/
+6
*
Add `#all_or_none`
gingerBill
2025-11-05
1
-3
/
+3
*
Change `is_utf16` field to `encoding` and use an enum
gingerBill
2025-08-05
1
-2
/
+3
*
Begin supporting `string16` across the core library
gingerBill
2025-08-02
1
-0
/
+6
*
Remove use of `.no_copy`
gingerBill
2025-07-30
1
-1
/
+1
*
Remove `#relative` types from the compiler
gingerBill
2024-11-14
1
-12
/
+0
*
Reduce the size of `runtime.Type_Info`
gingerBill
2024-07-14
1
-5
/
+6
*
Imply `#no_capture` to all variadic parameters
gingerBill
2024-07-14
1
-2
/
+2
*
Add more uses of `#no_capture`
gingerBill
2024-07-14
1
-2
/
+2
*
fix `@(optimization_mode)` usage in builtin collections
Laytan Laats
2024-07-08
1
-1
/
+1
*
Do not print column of a runtime.Source_Code_Location if the `column == 0`
gingerBill
2024-04-19
1
-4
/
+8
*
Add `@(optimization_mode="size")` to `runtime.print_type`
gingerBill
2024-04-18
1
-0
/
+2
*
Add `#force_no_inline` to many of the runtime print procedures
gingerBill
2024-04-18
1
-12
/
+12
*
Begin work adding `bit_field`
gingerBill
2024-02-22
1
-0
/
+14
*
Rename `runtime.os_write` to `runtime.stderr_write`
gingerBill
2024-01-29
1
-6
/
+6
*
Move `core:runtime` to `base:runtime`; keep alias around
gingerBill
2024-01-28
1
-0
/
+489