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
*
Remove assertion from constant parameter
gingerBill
2018-09-10
1
-1
/
+0
*
Constant polymorphic names
gingerBill
2018-09-10
1
-4
/
+29
*
Fix cloning of `auto_cast` Ast
gingerBill
2018-09-10
1
-0
/
+3
*
Procedure inlining on call site
gingerBill
2018-09-09
5
-14
/
+83
*
Disallow `inline` for recursive procedures
gingerBill
2018-09-09
1
-1
/
+13
*
Make diverging procedure types different from ones without a return type
gingerBill
2018-09-09
6
-16
/
+17
*
Diverging procedures `proc() -> !` (no return)
gingerBill
2018-09-08
6
-5
/
+26
*
Parametric polymorphic union type
gingerBill
2018-09-08
6
-58
/
+292
*
Fix array_ordered_remove typo
gingerBill
2018-09-08
1
-1
/
+1
*
Fix minor parsing issue for polymorphic identifiers
Ginger Bill
2018-09-04
1
-1
/
+1
*
Add `$T: typeid/[]$E`; Deprecate `T: type/[]$E`
gingerBill
2018-09-02
2
-13
/
+86
*
`typeid` as keyword (ready to implement polymorphic name parameters)
gingerBill
2018-09-02
11
-45
/
+218
*
Remove test code
gingerBill
2018-08-30
1
-1
/
+1
*
Change memory layout of `map` to be 3 words smaller
gingerBill
2018-08-30
8
-34
/
+69
*
Prevent other parameters being the default value
gingerBill
2018-08-30
1
-3
/
+25
*
Add `default_assertion_failure_proc` to the minimum dependency build
gingerBill
2018-08-29
2
-5
/
+12
*
Temporary allocator for `context`
gingerBill
2018-08-29
2
-3
/
+15
*
Allow for default parameters that are non-constant entities, but not any non-...
gingerBill
2018-08-28
3
-7
/
+30
*
Add `-lld` flag for using "bin\lld-link.exe" on Windows
gingerBill
2018-08-28
2
-29
/
+49
*
Allow enums for array lengths
llvm-windows
gingerBill
2018-08-26
1
-1
/
+1
*
Allow bitwise operation on enums
gingerBill
2018-08-26
2
-24
/
+32
*
Disable for in over cstring
gingerBill
2018-08-26
3
-6
/
+34
*
Remove assert
gingerBill
2018-08-26
1
-1
/
+0
*
`runtime.Typeid_Bit_Field` layout to store more information into the typeid
gingerBill
2018-08-25
1
-2
/
+85
*
Allow for variadic `min` `max` procs
gingerBill
2018-08-25
3
-105
/
+176
*
Fix comparisons with union
gingerBill
2018-08-25
1
-2
/
+2
*
Disable `abs` for arrays #254
gingerBill
2018-08-25
1
-1
/
+1
*
Improve error messages for using on fields
gingerBill
2018-08-24
1
-4
/
+67
*
Allow using in structs on arrays with count <= 4
gingerBill
2018-08-24
1
-1
/
+14
*
Fix file scope #assert
gingerBill
2018-08-24
1
-4
/
+7
*
Fix for in enum iteration
gingerBill
2018-08-22
2
-24
/
+8
*
Allow casting to and from rawptr and cstring #249
gingerBill
2018-08-22
1
-2
/
+10
*
Fix default return values #250
gingerBill
2018-08-22
1
-2
/
+2
*
Improve min dep for min/max/abs/clamp
gingerBill
2018-08-21
1
-8
/
+8
*
Improve proc group scoring algorithm
gingerBill
2018-08-21
2
-24
/
+47
*
Parallelize parser on *nix
gingerBill
2018-08-19
1
-2
/
+1
*
Fix typo
gingerBill
2018-08-19
1
-3
/
+2
*
Fix gbMutex for *nix
gingerBill
2018-08-19
1
-9
/
+7
*
All enums in array indices
gingerBill
2018-08-17
1
-1
/
+1
*
Disable non-comparison operations for enum (use `bit_set` for flags)
gingerBill
2018-08-17
2
-13
/
+11
*
Add underlying type for `bit_set`
gingerBill
2018-08-17
8
-72
/
+135
*
Minor refactor
gingerBill
2018-08-16
1
-14
/
+9
*
bit_set['A'..'Z'], bit_set[0..8]
gingerBill
2018-08-16
8
-68
/
+181
*
Fix typos in parser
gingerBill
2018-08-16
1
-7
/
+7
*
Constant evaluation for `in` expression for `bit_set`s
gingerBill
2018-08-16
1
-0
/
+16
*
Fix default value bug
gingerBill
2018-08-15
1
-2
/
+2
*
Fix defer ir bug
gingerBill
2018-08-15
7
-48
/
+32
*
Fix issue #244 with constant array comparisons
gingerBill
2018-08-14
1
-1
/
+5
*
Improve type hinting for compound literals
gingerBill
2018-08-14
1
-1
/
+13
*
Cleaning type hinting for assignments
gingerBill
2018-08-14
2
-7
/
+7
[next]