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
...
*
Make `for init; ; {}` an error without an explicit cond or post
gingerBill
2023-08-08
1
-0
/
+7
*
Remove `switch in` in favour of `switch _ in`
gingerBill
2023-08-08
1
-1
/
+4
*
Disallow `for in` in favour of `for _ in`
gingerBill
2023-08-08
1
-0
/
+3
*
Add experimental `-subtarget:ios`
gingerBill
2023-08-08
2
-2
/
+69
*
Fix tilde extension when trying to build as assembly (unsupported currently)
gingerBill
2023-08-08
1
-3
/
+3
*
Fix read_cycle_counter intrinsic on arm64
William Roe
2023-08-07
1
-1
/
+1
*
Remove temporary assert
gingerBill
2023-08-07
1
-1
/
+0
*
Fix `using` bug
gingerBill
2023-08-07
2
-1
/
+2
*
Tilde: #soa pointers
gingerBill
2023-08-07
2
-13
/
+85
*
Tilde: Begin work on #soa
gingerBill
2023-08-07
6
-15
/
+160
*
Tilde: `for in` for `enum` types
gingerBill
2023-08-07
1
-1
/
+53
*
Tilde: Fix type info for enums
gingerBill
2023-08-07
1
-35
/
+33
*
Tilde: Add `in`/`not_in` for maps
gingerBill
2023-08-07
2
-9
/
+13
*
Mock out map get/set functionality
gingerBill
2023-08-07
8
-21
/
+299
*
Remove #relative slices; Replace with #relative multi-pointers
gingerBill
2023-08-05
22
-328
/
+266
*
Fix #2699
gingerBill
2023-08-05
1
-3
/
+9
*
Fix #2690
gingerBill
2023-08-05
1
-5
/
+5
*
Add `raw_data(^matrix[R, C]T) -> [^]T`
gingerBill
2023-08-05
1
-0
/
+3
*
Fix #2697
gingerBill
2023-08-04
1
-1
/
+1
*
Disallow `import` declarations within a `when` statement
gingerBill
2023-08-04
2
-0
/
+8
*
Add hasher proc generation
gingerBill
2023-08-03
4
-2
/
+241
*
Generate equal proc for unions
gingerBill
2023-08-03
2
-1
/
+45
*
Toggle tilde backend in the build script
gingerBill
2023-08-03
1
-1
/
+1
*
Merge branch 'master' into tilde
gingerBill
2023-08-03
19
-219
/
+389
|
\
|
*
Merge pull request #2669 from laytan/check-disabled-when-generating-parapoly
dev-2023-08
gingerBill
2023-08-01
1
-0
/
+4
|
|
\
|
|
*
Fix #2666 by checking for disabled when generating parapoly procs
Laytan Laats
2023-07-19
1
-0
/
+4
|
*
|
Merge pull request #2686 from ryuukk/patch-8
gingerBill
2023-08-01
1
-1
/
+1
|
|
\
\
|
|
*
|
Assign element to Slice not Array when alloc a Type_Slice
ryuukk
2023-07-27
1
-1
/
+1
|
|
|
/
|
*
|
Add -show-system-calls flag info to cli usage help
Hasan Yasin Ozturk
2023-08-01
1
-5
/
+9
|
*
|
Go through loads of `TODO`s
gingerBill
2023-08-01
13
-77
/
+36
|
*
|
Remove `-strict-style-init-only`
gingerBill
2023-08-01
3
-21
/
+1
|
*
|
Replace a lot of warnings with errors; remove deprecated stuff
gingerBill
2023-08-01
6
-39
/
+8
|
*
|
Add `-vet-style` and `-vet-semicolon`
gingerBill
2023-08-01
4
-38
/
+77
|
*
|
Fix typo
gingerBill
2023-07-31
1
-1
/
+1
|
*
|
Add require_results for proc groups
gingerBill
2023-07-31
1
-0
/
+6
|
*
|
Remove debug code
gingerBill
2023-07-31
1
-1
/
+1
|
*
|
Clean up usage of `using` throughout core and vendor
gingerBill
2023-07-31
1
-2
/
+2
|
*
|
Improve `//+vet`; remove `using` in many places; add `//+vet !using-stmt` whe...
gingerBill
2023-07-31
7
-25
/
+48
|
*
|
Add separate `-vet` flags; `-vet-using-*` flags; `//+vet` file flags
gingerBill
2023-07-31
10
-22
/
+203
|
|
/
*
|
Update Tilde for the new TB_Passes approach
gingerBill
2023-07-28
8
-116
/
+330
*
|
BODGE for finding procedure symbols
gingerBill
2023-07-28
5
-25
/
+49
*
|
Fix dependency issue; Allow polymorphic procedures in tilde
gingerBill
2023-07-25
7
-175
/
+233
*
|
Support non-constant global slices
gingerBill
2023-07-25
5
-21
/
+77
*
|
Basic support for global variables
gingerBill
2023-07-25
1
-7
/
+22
*
|
Move mutable value decl stuff to a separate procedure
gingerBill
2023-07-25
1
-124
/
+131
*
|
Implement `@(static)` local variables
gingerBill
2023-07-25
3
-7
/
+68
*
|
Generate anonymous procedure literals
gingerBill
2023-07-25
5
-17
/
+112
*
|
Fill out type information data
gingerBill
2023-07-25
2
-47
/
+196
*
|
Continue filling in the global type info data
gingerBill
2023-07-25
3
-131
/
+338
*
|
Update tilde
gingerBill
2023-07-25
3
-45
/
+43
[prev]
[next]