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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Mock out `#no_capture` for future use
gingerBill
2024-07-14
7
-39
/
+54
*
|
|
Imply `#no_capture` to all variadic parameters
gingerBill
2024-07-14
3
-4
/
+12
*
|
|
Add `f16` to `#c_vararg` promotion rules
gingerBill
2024-07-14
1
-0
/
+3
*
|
|
Add `#no_capture args: ..T` to reuse the backing array stack memory
gingerBill
2024-07-14
9
-4
/
+83
|
/
/
*
|
Fix #3902
gingerBill
2024-07-11
1
-1
/
+2
*
|
Merge pull request #3900 from Kelimion/winres
gingerBill
2024-07-11
5
-26
/
+48
|
\
\
|
*
|
#if WINDOWS
Jeroen van Rijn
2024-07-10
1
-9
/
+10
|
*
|
Allow precompiled resources with -resource:foo.res
Jeroen van Rijn
2024-07-10
3
-8
/
+21
|
*
|
Allow using precompiled .res file.
Jeroen van Rijn
2024-07-10
3
-26
/
+34
*
|
|
Merge pull request #3904 from laytan/make-instrumentation-work-on-wasm
gingerBill
2024-07-11
1
-8
/
+12
|
\
\
\
|
*
|
|
make instrumentation "work" on wasm
Laytan Laats
2024-07-11
1
-8
/
+12
*
|
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2024-07-10
7
-34
/
+19
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Merge pull request #3895 from laytan/fix-optimization-mode-attribute
gingerBill
2024-07-10
7
-34
/
+19
|
|
\
\
\
|
|
*
|
|
remove misleading `@(optimization_mode)` values and make "none" inhibit optim...
Laytan Laats
2024-07-08
7
-34
/
+19
*
|
|
|
|
Improve warning handling for possible `default:` typo
gingerBill
2024-07-10
1
-0
/
+6
|
/
/
/
/
*
|
|
|
Merge pull request #3898 from laytan/fix-enable-target-features-for-poly-procs
gingerBill
2024-07-10
1
-7
/
+9
|
\
\
\
\
|
*
|
|
|
fix require/enable target feature attribute on poly procs
Laytan Laats
2024-07-09
1
-7
/
+9
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #3899 from laytan/fix-more-attributes-not-applied-to-poly-...
gingerBill
2024-07-10
1
-0
/
+10
|
\
\
\
\
|
*
|
|
|
fix optimization mode, cold, and disabled not being applied to poly procs
Laytan Laats
2024-07-09
1
-0
/
+10
|
|
/
/
/
*
|
|
|
Give better syntax error messages for things like `#define Example 123`
gingerBill
2024-07-10
1
-1
/
+33
*
|
|
|
Give error message suggestion when doing `^x` instead of `x^` if `x` is an r-...
gingerBill
2024-07-10
1
-0
/
+4
*
|
|
|
Change `..` variadic logic; comment out unneeded error message
gingerBill
2024-07-10
1
-17
/
+19
|
/
/
/
*
|
|
#3892 - Use temporary directory for asm file generation
gingerBill
2024-07-09
1
-2
/
+31
*
|
|
Fix #3894
gingerBill
2024-07-09
1
-0
/
+2
*
|
|
Merge pull request #3896 from odin-lang/cached-builds
gingerBill
2024-07-09
8
-18
/
+530
|
\
\
\
|
*
|
|
Add `RPROMPT` to blacklist
gingerBill
2024-07-09
1
-3
/
+3
|
*
|
|
Check for `PROMPT`
gingerBill
2024-07-09
1
-5
/
+12
|
*
|
|
`environ` is only for Linux
gingerBill
2024-07-09
1
-1
/
+3
|
*
|
|
Mock out \*nix stuff for cached.cpp
gingerBill
2024-07-09
1
-1
/
+7
|
*
|
|
Add `gb_internal` to procedures
gingerBill
2024-07-09
2
-13
/
+12
|
*
|
|
Add `debugf` calls
gingerBill
2024-07-09
1
-3
/
+13
|
*
|
|
Check for `CURR_DATE_TIME`
gingerBill
2024-07-09
1
-0
/
+3
|
*
|
|
Cache files, env, and args
gingerBill
2024-07-09
5
-29
/
+175
|
*
|
|
Check for bounds check error
gingerBill
2024-07-09
1
-0
/
+3
|
*
|
|
Add `odin clear-cache`
gingerBill
2024-07-09
2
-0
/
+83
|
*
|
|
Add subtarget to cached executable
gingerBill
2024-07-08
1
-0
/
+5
|
*
|
|
Add `-internal-cached`
gingerBill
2024-07-08
6
-17
/
+265
*
|
|
|
Merge pull request #3893 from laytan/temporary-directory-non-windows
gingerBill
2024-07-08
1
-4
/
+16
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
implement `temporary_directory` on non-windows
Laytan Laats
2024-07-08
1
-4
/
+16
|
|
/
/
*
|
|
Add #load cache files to `-export-dependencies:json`
gingerBill
2024-07-08
2
-23
/
+72
*
|
|
Default to `-o:none` for all builds
gingerBill
2024-07-08
2
-2
/
+2
*
|
|
Clean up timings messages showing used module count
gingerBill
2024-07-08
2
-2
/
+13
*
|
|
Correct `-use-separate-module` behaviour
gingerBill
2024-07-08
5
-6
/
+16
|
/
/
*
|
Experiment with different uses of `-use-separate-modules`
gingerBill
2024-07-08
4
-13
/
+23
*
|
Use a temporary directory for -use-separate-modules
gingerBill
2024-07-08
2
-25
/
+66
*
|
Add sort for global types and procedures
gingerBill
2024-07-08
2
-1
/
+25
*
|
Update to LLVM 18.1.8
gingerBill
2024-07-08
33
-113
/
+651
*
|
Add `-print-linker-flags`
gingerBill
2024-07-08
2
-2
/
+52
*
|
Forbid `$T=` parameter from crashing compiler
Feoramund
2024-07-06
1
-1
/
+11
*
|
Merge pull request #3828 from laytan/re-raise-signals-from-odin-run
gingerBill
2024-07-06
1
-6
/
+22
|
\
\
[prev]
[next]