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
*
Add prototypes for `intrinsics.fixed_point_*`
dev-2021-05
gingerBill
2021-05-01
1
-0
/
+5
*
Add extra check for `#no_bounds_check` etc being followed by a newline or emp...
gingerBill
2021-05-01
1
-16
/
+15
*
Simplify/Fix the state_flag behaviour for code generation
gingerBill
2021-05-01
3
-31
/
+22
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-05-01
2
-19
/
+16
|
\
|
*
Merge pull request #932 from Kelimion/png_blend_test
Jeroen van Rijn
2021-05-01
2
-19
/
+16
|
|
\
|
|
*
PNG: Fix tRNS handling.
Jeroen van Rijn
2021-05-01
2
-19
/
+16
|
|
/
*
/
Add `ODIN_ROOT` information
gingerBill
2021-05-01
1
-1
/
+2
|
/
*
Update old bin/README.md
gingerBill
2021-05-01
1
-3
/
+1
*
Update intrinsics.odin for documentation
gingerBill
2021-05-01
1
-33
/
+43
*
Merge pull request #931 from Kelimion/png_blend_test
Jeroen van Rijn
2021-05-01
1
-12
/
+71
|
\
|
*
Fix a few more cases in which bKGD wasn't properly applied.
Jeroen van Rijn
2021-05-01
1
-12
/
+71
|
/
*
Merge pull request #928 from Kelimion/png_blend_test
Jeroen van Rijn
2021-05-01
1
-2
/
+2
|
\
|
*
PNG: Fix test for when premultiplication is needed.
Jeroen van Rijn
2021-05-01
1
-2
/
+2
|
/
*
Change non-target indentation in Makefile to spaces to fix make error
Mikkel Hjortshøj
2021-04-30
1
-17
/
+17
*
Remove downloading the LLVM binaries in nightly.yml
Mikkel Hjortshøj
2021-04-30
1
-9
/
+0
*
Remove downloading the LLVM binaries in ci.yml
Mikkel Hjortshøj
2021-04-30
1
-7
/
+0
*
Update nightly.yml
Mikkel Hjortshøj
2021-04-30
1
-2
/
+2
*
Minor stylistic code changes to compress and image packages
gingerBill
2021-04-30
8
-580
/
+575
*
Merge pull request #924 from Kelimion/core_compress
Jeroen van Rijn
2021-04-30
9
-0
/
+3776
|
\
|
*
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
|
/
*
Disallow unnamed polymorphic records
gingerBill
2021-04-29
1
-0
/
+31
*
Update Makefile for Linux
gingerBill
2021-04-28
1
-6
/
+7
*
Update `llvm-config` checking on Linux
gingerBill
2021-04-28
1
-1
/
+9
*
Add `-no-pie` flag to linker on Linux
gingerBill
2021-04-28
1
-0
/
+5
*
Remove dead code related to old backend
gingerBill
2021-04-28
2
-140
/
+16
*
Fix #921
gingerBill
2021-04-28
1
-1
/
+11
*
Update build.bat to use `wmic os get LocalDateTime /value` instead of %DATE% ...
gingerBill
2021-04-28
1
-2
/
+6
*
Merge pull request #920 from rasa-silva/patch-1
gingerBill
2021-04-28
1
-1
/
+1
|
\
|
*
Fix Makefile for OSX
Ricardo Silva
2021-04-28
1
-1
/
+1
|
/
*
Allow @(test) to be ran outside of `*_test.odin` files
gingerBill
2021-04-28
1
-1
/
+2
*
Add "naked" calling convention (removes prologue and epilogue)
gingerBill
2021-04-28
7
-1
/
+15
*
Fix procedure entity finding
gingerBill
2021-04-27
1
-8
/
+20
*
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
*
Make atomic compare related intrinsics optional ok
gingerBill
2021-04-27
2
-22
/
+34
*
Fix Makefile for macOs
gingerBill
2021-04-27
1
-1
/
+1
*
Update CI
gingerBill
2021-04-27
1
-1
/
+1
*
Update Makefile
gingerBill
2021-04-27
1
-3
/
+7
*
Fix #893
gingerBill
2021-04-27
6
-32
/
+36
*
Make compound literals require trailing commas if followed by a newline
gingerBill
2021-04-26
1
-0
/
+3
*
Change expr_level increment rules within a compound literal
gingerBill
2021-04-26
1
-2
/
+0
*
Implement `ODIN_ROOT` #913
gingerBill
2021-04-26
2
-3
/
+52
*
Fix constant aliasing for debug information
gingerBill
2021-04-26
3
-3
/
+11
*
Correct core:os/os2 mock-up
gingerBill
2021-04-26
2
-13
/
+13
*
Fix logic for `\n` ignoring
gingerBill
2021-04-26
1
-0
/
+9
*
Correct `\n` ignore rules
gingerBill
2021-04-26
2
-4
/
+11
*
Make -strict-style the default #871
gingerBill
2021-04-26
3
-17
/
+7
[next]