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
...
*
|
|
|
Add 'odin run -help' info for specifying args
Phil H
2022-02-14
1
-0
/
+1
|
|
/
/
|
/
|
|
*
|
|
Set the macOS minimum version to 12 for ARM CPUs
gingerBill
2022-02-14
1
-1
/
+1
|
/
/
*
|
Correct simple boolean intrinsics
gingerBill
2022-02-08
2
-6
/
+3
*
|
Correct `//+private file` bug
gingerBill
2022-02-07
1
-4
/
+4
*
|
Fix constant multi pointer declarations through integers
gingerBill
2022-02-07
1
-4
/
+4
*
|
Support rank-2 arrays (matrix-like) for `transpose`
gingerBill
2022-02-06
3
-2
/
+76
*
|
Correct implicit union cast
gingerBill
2022-02-05
2
-0
/
+20
*
|
Code refactor to aid development
gingerBill
2022-02-05
1
-1580
/
+1650
*
|
Improve printing for unhandled cases by adding a new line before the cases
gingerBill
2022-02-05
2
-2
/
+2
*
|
Minor correction to error message suggestion
gingerBill
2022-02-05
1
-1
/
+1
*
|
Improve union variant assignment determination
gingerBill
2022-02-05
1
-0
/
+36
*
|
Minor clean up
gingerBill
2022-02-05
2
-3
/
+4
*
|
Add check for variables which are both shadowing and unused by default
gingerBill
2022-02-05
1
-9
/
+18
*
|
Correct `add_to_seen_map` logic
gingerBill
2022-02-05
2
-6
/
+10
*
|
Add `#partial [Enum]Type{...}` support to check for missing enumerated array ...
gingerBill
2022-02-05
2
-88
/
+147
*
|
Correct `#sparse` usage and error messages
gingerBill
2022-02-05
2
-0
/
+17
*
|
Rename `#partial[Enum]Type` to `#sparse[Enum]Type` for non-contiguous enum fi...
gingerBill
2022-02-05
4
-8
/
+15
*
|
Change behaviour of `A :: distinct Enum_Type` to be more intuitive
gingerBill
2022-02-05
1
-1
/
+50
*
|
Only check idents in the alias (of alias)+ problem
gingerBill
2022-02-04
3
-4
/
+4
*
|
Correct the type aliasing problem, caused by aliases (of aliases)+
gingerBill
2022-02-04
3
-2
/
+70
*
|
Fix type alias declaration evaluation problem (#854 #1439)
gingerBill
2022-02-03
3
-18
/
+137
*
|
Minor sanity clean up
gingerBill
2022-02-02
1
-0
/
+1
*
|
Add `//+private file` to complement `//+private` (`//+private package`)
gingerBill
2022-02-02
5
-11
/
+32
*
|
Correct debug information logic for procedure parameters
gingerBill
2022-02-01
3
-4
/
+77
*
|
Fix typo
gingerBill
2022-01-31
1
-5
/
+5
*
|
Correct false positive check in `check_unique_package_names`
gingerBill
2022-01-31
3
-2
/
+19
*
|
Remove debug code
gingerBill
2022-01-27
1
-1
/
+0
*
|
Add `#no_type_assert` and `#type_assert` to disable implicit type assertions ...
gingerBill
2022-01-27
8
-46
/
+142
*
|
Support built-in procedures for doc format
gingerBill
2022-01-27
2
-4
/
+24
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2022-01-26
1
-1
/
+2
|
\
\
|
*
|
avoid segfault on map resize
CiD-
2022-01-26
1
-1
/
+2
*
|
|
Update doc format to allow for aliases
gingerBill
2022-01-26
2
-21
/
+25
|
/
/
*
|
Add `ODIN_ERROR_POS_STYLE` constant and change `runtime.print_caller_location...
gingerBill
2022-01-26
2
-0
/
+12
*
|
Remove spurious `)`
gingerBill
2022-01-26
1
-2
/
+2
*
|
Fix double map dereference indexing
gingerBill
2022-01-26
2
-2
/
+8
*
|
Add ODIN_ERROR_POS_STYLE environment variable
gingerBill
2022-01-26
3
-9
/
+54
*
|
Fix #1448
gingerBill
2022-01-25
1
-3
/
+11
*
|
Revert change
gingerBill
2022-01-25
1
-7
/
+6
*
|
Disable early return from `check_proc_info`
gingerBill
2022-01-25
2
-7
/
+8
*
|
Handle line comment better
gingerBill
2022-01-24
1
-5
/
+15
*
|
Parse comments on enums fields
gingerBill
2022-01-24
6
-17
/
+74
*
|
Remove debug code
gingerBill
2022-01-24
2
-4
/
+0
*
|
Correct string_append_token
gingerBill
2022-01-24
1
-11
/
+0
*
|
Update CommentGroup parsing for struct types
gingerBill
2022-01-24
5
-3
/
+21
*
|
Comment out calls
gingerBill
2022-01-24
1
-2
/
+2
*
|
Add `lb_add_debug_local_variable` call to procedure arguments
gingerBill
2022-01-24
1
-0
/
+2
*
|
Fix #1267
gingerBill
2022-01-23
5
-13
/
+35
|
/
*
Add `.Private` information to doc-format
gingerBill
2022-01-19
2
-1
/
+6
*
Unify `are_types_identical_unique_tuples`
gingerBill
2022-01-19
4
-6
/
+16
*
Correct tuple name checking for doc writing
gingerBill
2022-01-19
3
-4
/
+9
[prev]
[next]