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 `#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
*
|
|
Allow for entity grouping in structs and procedure signatures with the Odin d...
gingerBill
2022-01-19
4
-5
/
+33
*
|
|
Improve docs_writer.cpp
gingerBill
2022-01-17
2
-10
/
+6
*
|
|
Correct `//+private` for `odin doc`
gingerBill
2022-01-17
1
-0
/
+7
*
|
|
Correct package docs parsing
gingerBill
2022-01-17
1
-0
/
+9
*
|
|
Correct odin doc comment printing
gingerBill
2022-01-17
2
-8
/
+25
*
|
|
`ODIN_ENDIAN` changed to an enum constant; `ODIN_ENUM_STRING` is the new stri...
gingerBill
2022-01-15
2
-13
/
+22
*
|
|
Remove `main` creation in llvm_backend.cpp and have it done purely in the run...
gingerBill
2022-01-15
1
-6
/
+1
*
|
|
Rename architecture `386` to `i386`
gingerBill
2022-01-15
8
-28
/
+28
*
|
|
Make `ODIN_BUILD_MODE` a enum type
gingerBill
2022-01-15
3
-71
/
+128
*
|
|
Add `LLVMAddMergedLoadStoreMotionPass` on `-debug -opt:0`
gingerBill
2022-01-15
1
-10
/
+6
*
|
|
Simplify procedure parameters callee logic
gingerBill
2022-01-15
2
-32
/
+16
*
|
|
Remove unused lbDefer kind
gingerBill
2022-01-15
2
-7
/
+0
*
|
|
Remove dead code
gingerBill
2022-01-15
1
-48
/
+0
*
|
|
Fix swizzle logic within `lb_build_assign_stmt_array`
gingerBill
2022-01-15
1
-2
/
+2
[prev]
[next]