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/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
...
|
*
|
|
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
*
|
|
error on type_of(value of untyped type)
Karl Zylinski
2024-07-03
1
-0
/
+8
*
|
|
Fix help text.
Jeroen van Rijn
2024-07-03
1
-1
/
+0
*
|
|
Fix `#soa` assignment bug
gingerBill
2024-07-03
1
-1
/
+1
*
|
|
Merge pull request #3855 from laytan/master
gingerBill
2024-07-02
2
-6
/
+8
|
\
\
\
|
*
|
|
fix llvm assertion failure when const initializer is not the same type
Laytan Laats
2024-07-02
1
-3
/
+1
|
*
|
|
fix llvm assertion about metadata on non-instruction
Laytan Laats
2024-07-02
1
-3
/
+7
*
|
|
|
Merge pull request #3859 from laytan/wasm-stbtt-object-linking-preopens
gingerBill
2024-07-02
6
-16
/
+26
|
\
\
\
\
|
*
|
|
|
wasm: add foreign import and linking of wasm object files
Laytan Laats
2024-07-02
6
-16
/
+26
|
|
/
/
/
*
|
|
|
Force `cl.exe` to parse Odin source as utf-8.
Jeroen van Rijn
2024-07-01
1
-1
/
+1
*
|
|
|
Add UTF-8 BOM for ucg.c, because reasons.
Jeroen van Rijn
2024-07-01
1
-1
/
+1
*
|
|
|
Sanity check for a `nullptr`
gingerBill
2024-07-01
1
-1
/
+3
*
|
|
|
Fix #3515
gingerBill
2024-07-01
1
-7
/
+16
*
|
|
|
Add `intrinsics.type_struct_has_implicit_padding` #3844
gingerBill
2024-07-01
3
-1
/
+29
*
|
|
|
Fix showing error when not meant to
gingerBill
2024-07-01
1
-1
/
+3
*
|
|
|
Add support for `make(#soa[]T)` etc
gingerBill
2024-07-01
1
-2
/
+77
*
|
|
|
Merge pull request #3760 from Feoramund/refactor-show-error-on-line
gingerBill
2024-07-01
6
-58
/
+3536
|
\
\
\
\
|
*
|
|
|
Re-implement the error squiggles with visual width
Feoramund
2024-06-29
2
-164
/
+143
|
*
|
|
|
Add `UCG` library to Odin compiler
Feoramund
2024-06-29
3
-0
/
+3320
|
*
|
|
|
Refactor `show_error_on_line`
Feoramund
2024-06-14
2
-71
/
+243
|
*
|
|
|
Remove unused code from tokenizer
Feoramund
2024-06-14
1
-4
/
+0
|
*
|
|
|
Fix displaying emptiness when error is on first line
Feoramund
2024-06-14
1
-0
/
+5
|
*
|
|
|
Fix displaying error on wrong line with token at EOL
Feoramund
2024-06-14
1
-0
/
+6
*
|
|
|
|
Merge pull request #3848 from laytan/wasm-c-abi-indirect-multifield-struct
gingerBill
2024-07-01
1
-9
/
+9
|
\
\
\
\
\
[prev]
[next]