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
*
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
|
\
|
*
re-raise signals from the `odin run` binary
Laytan Laats
2024-06-28
1
-6
/
+22
*
|
Merge pull request #3874 from laytan/fix-not-detecting-duplicate-proc-case
Jeroen van Rijn
2024-07-05
1
-1
/
+1
|
\
\
|
*
|
Fix not detecting duplicate proc cases
Laytan Laats
2024-07-05
1
-1
/
+1
*
|
|
Fix assertion false positive
Laytan Laats
2024-07-04
1
-1
/
+0
|
/
/
*
|
Remove `*_test.odin`; always compile it for all targets
gingerBill
2024-07-04
2
-8
/
+0
*
|
Restrict a bit more
gingerBill
2024-07-04
1
-41
/
+44
*
|
Remove `when` check in `check_entity_from_ident_or_selector`
gingerBill
2024-07-04
1
-2
/
+2
*
|
Remove import name cases
gingerBill
2024-07-04
1
-2
/
+0
*
|
Allow `x :: y when cond else proc(...){...}`
gingerBill
2024-07-04
3
-79
/
+189
*
|
Fix `lb_store_type_case_implicit`
gingerBill
2024-07-04
1
-1
/
+2
*
|
Ff `@(disabled=true)`, do not add that entity's dependencies to the set
gingerBill
2024-07-04
1
-0
/
+4
[next]