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
/
print.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename `#partial[Enum]Type` to `#sparse[Enum]Type` for non-contiguous enum fi...
gingerBill
2022-02-05
1
-0
/
+3
*
Add `ODIN_ERROR_POS_STYLE` constant and change `runtime.print_caller_location...
gingerBill
2022-01-26
1
-5
/
+15
*
Change syntax for matrices to `matrix[R, C]T`
gingerBill
2021-10-19
1
-2
/
+2
*
Begin work on matrix type
gingerBill
2021-10-18
1
-0
/
+8
*
Add more `runtime.print_int` procedures
gingerBill
2021-10-07
1
-0
/
+4
*
Strip even more semicolons if followed by a `}` or `)` on the same line
gingerBill
2021-08-31
1
-9
/
+9
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
1
-188
/
+188
*
Add multi pointers to core
gingerBill
2021-08-21
1
-0
/
+3
*
Reorganize code to improve code generation
gingerBill
2021-06-08
1
-3
/
+3
*
Remove `intrinsics.x86_mmx` type
gingerBill
2021-04-22
1
-8
/
+4
*
Remove `#opaque` types
gingerBill
2021-02-23
1
-3
/
+0
*
Remove `bit_field` in type info, runtime, and general core library
gingerBill
2021-02-19
1
-16
/
+0
*
Fix typo
gingerBill
2020-12-08
1
-1
/
+1
*
Add `runtime.print_strings`
gingerBill
2020-12-08
1
-0
/
+12
*
Deprecate `opaque` in favour of `#opaque` in the core library
gingerBill
2020-12-04
1
-1
/
+1
*
Reimplement the Windows OS dependencies in `package runtime`
gingerBill
2020-10-01
1
-162
/
+162
*
Remove usage of `do` in core library
gingerBill
2020-09-23
1
-10
/
+10
*
Move all os specific stuff for the runtime to one file
gingerBill
2020-09-15
1
-99
/
+184
*
Reorganize package runtime
gingerBill
2020-09-15
1
-0
/
+293