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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct `does_field_type_allow_using`
dev-2021-07
gingerBill
2021-06-29
1
-4
/
+0
*
Improve `linalg.transpose` type determination for square matrices
gingerBill
2021-06-28
1
-2
/
+1
*
Fix #1042
gingerBill
2021-06-28
2
-19
/
+35
*
Fix #1043
gingerBill
2021-06-28
1
-0
/
+3
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-06-28
7
-332
/
+550
|
\
|
*
Merge pull request #1047 from Kelimion/zlib_optimize
Jeroen van Rijn
2021-06-27
1
-6
/
+4
|
|
\
|
|
*
ZLIB: Fix edge case where initial buffer < 258 bytes.
Jeroen van Rijn
2021-06-27
1
-6
/
+4
|
*
|
Merge pull request #1046 from Kelimion/zlib_optimize
Jeroen van Rijn
2021-06-27
7
-332
/
+552
|
|
\
|
|
|
*
Merge branch 'master' into zlib_optimize
Jeroen van Rijn
2021-06-27
5
-24
/
+178
|
|
|
\
|
|
|
/
|
|
/
|
|
|
*
ZLIB: cleanup.
Jeroen van Rijn
2021-06-27
5
-59
/
+67
|
|
*
PNG: Inform `inflate` about expected output size for extra speed.
Jeroen van Rijn
2021-06-27
1
-26
/
+28
|
|
*
PNG: Let PNG use the new compress I/O routines.
Jeroen van Rijn
2021-06-27
4
-342
/
+32
|
|
*
ZLIB: Split up input from stream and memory into own code paths.
Jeroen van Rijn
2021-06-27
5
-74
/
+475
|
|
*
Refactor compress.Context struct.
Jeroen van Rijn
2021-06-26
3
-11
/
+15
|
|
*
ZLIB: Moar faster.
Jeroen van Rijn
2021-06-26
3
-159
/
+109
|
|
*
ZLIB: Remove superfluous code.
Jeroen van Rijn
2021-06-26
4
-150
/
+69
|
|
*
So far, so good.
Jeroen van Rijn
2021-06-26
2
-30
/
+138
|
|
*
Merge branch 'master' into zlib_optimize
Jeroen van Rijn
2021-06-26
3
-21
/
+430
|
|
|
\
|
|
*
|
ZLIB: If output size is known, reserve that much.
Jeroen van Rijn
2021-06-26
5
-28
/
+166
*
|
|
|
Fix swizzling of pointers to arrays
gingerBill
2021-06-28
1
-2
/
+7
|
/
/
/
*
|
|
Modify scope finding rules for distinct types in lb_debug_type
gingerBill
2021-06-27
1
-3
/
+23
*
|
|
Add `bufio.Lookahead_Reader`
gingerBill
2021-06-26
1
-0
/
+83
*
|
|
Fix #1044
gingerBill
2021-06-26
1
-4
/
+17
*
|
|
Allow alternative syntax for `offset_of`: `offset_of(Type, field)`, `offset_o...
gingerBill
2021-06-26
2
-12
/
+50
*
|
|
Fix semicolon insertion rule for `---`
gingerBill
2021-06-26
1
-5
/
+5
|
|
/
|
/
|
*
|
Support compound literals for `struct #raw_union` types
gingerBill
2021-06-26
2
-6
/
+60
*
|
Fix compiler errors
gingerBill
2021-06-25
1
-3
/
+3
*
|
Add `bufio.Scanner`
gingerBill
2021-06-25
1
-0
/
+340
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-06-24
1
-5
/
+38
|
\
|
|
*
Merge pull request #1040 from Kelimion/zlib_optimize
Jeroen van Rijn
2021-06-24
1
-5
/
+38
|
|
\
|
|
*
Adler32 speedup.
Jeroen van Rijn
2021-06-24
1
-5
/
+38
*
|
|
Change logic for comparison against `nil` for array-like data types (compare ...
gingerBill
2021-06-24
1
-12
/
+27
|
/
/
*
|
Allow `bufio.Reader` and `bufio.Writer` to have a configurable `max_consecuti...
gingerBill
2021-06-24
2
-4
/
+16
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-06-24
2
-5
/
+24
|
\
|
|
*
Merge pull request #1039 from Kelimion/zlib_optimize
Jeroen van Rijn
2021-06-24
2
-5
/
+24
|
|
\
|
|
*
ZLIB: Another 10%+ faster.
Jeroen van Rijn
2021-06-24
2
-5
/
+24
|
|
/
*
/
Add helper procedures for `strings.Reader` creation
gingerBill
2021-06-24
1
-0
/
+22
|
/
*
Update hash.crc32 to use slicing-by-8 algorithm to improve throughput by ~3.5x
gingerBill
2021-06-24
2
-74
/
+401
*
Merge pull request #1036 from Kelimion/zlib_optimize
Jeroen van Rijn
2021-06-23
4
-14
/
+58
|
\
|
*
ZLIB: More faster.
Jeroen van Rijn
2021-06-23
4
-14
/
+58
*
|
Merge pull request #1035 from Kelimion/zlib_optimize
Jeroen van Rijn
2021-06-23
7
-185
/
+293
|
\
|
|
*
All reads now skip stream if in memory.
Jeroen van Rijn
2021-06-23
4
-51
/
+52
|
*
Most reads now go through buffer for zlib.
Jeroen van Rijn
2021-06-23
2
-15
/
+66
|
*
All reads now go through `read_slice`.
Jeroen van Rijn
2021-06-23
1
-17
/
+10
|
*
Introduce `read_slice`, make `read_u8` use it.
Jeroen van Rijn
2021-06-23
1
-1
/
+21
|
*
Refactor ZLIB structs.
Jeroen van Rijn
2021-06-23
6
-132
/
+175
|
/
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-06-23
2
-211
/
+24
|
\
|
*
Merge pull request #1034 from Kelimion/bytes_util
Jeroen van Rijn
2021-06-22
2
-211
/
+24
|
|
\
|
|
*
Move `bytes` utils back to EXR code for the time being.
Jeroen van Rijn
2021-06-22
2
-211
/
+24
|
|
/
*
/
Add documentation for `-verbose-errors`
gingerBill
2021-06-23
1
-0
/
+4
|
/
[next]