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 (
Collapse
)
Author
Age
Files
Lines
*
Improve error message on undefined operators
dev-2023-03
gingerBill
2023-03-02
1
-5
/
+4
|
*
Merge branch 'master' into new-temp-allocator
gingerBill
2023-02-28
23
-238
/
+867
|
\
|
*
Add better fallback for `ast_token`
gingerBill
2023-02-27
1
-0
/
+3
|
|
|
*
Improve error line squiggle logic
gingerBill
2023-02-27
3
-22
/
+22
|
|
|
*
Fix typed `#caller_location` bug.
gingerBill
2023-02-26
1
-0
/
+2
|
|
|
*
Allow compound literals to access fields through `using`
gingerBill
2023-02-26
8
-97
/
+219
|
|
|
*
Improve truncated verbose line error
gingerBill
2023-02-22
1
-2
/
+5
|
|
|
*
Change padding of showing the error in line
gingerBill
2023-02-22
1
-1
/
+1
|
|
|
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2023-02-22
1
-1
/
+0
|
|
\
|
|
*
Remove debug print
Tetralux
2023-02-22
1
-1
/
+0
|
|
|
|
*
|
Improve error bounds for `check_comparison`
gingerBill
2023-02-22
3
-8
/
+14
|
|
/
|
*
Override to have ansi colors if env has `ODIN_TERMINAL=ansi`
gingerBill
2023-02-22
1
-0
/
+10
|
|
|
*
Begin work on adding colours to error messages on Windows Terminals
gingerBill
2023-02-22
3
-22
/
+116
|
|
|
*
Make `-verbose-errors` the default; `-terse-errors` to disable it
gingerBill
2023-02-22
5
-12
/
+40
|
|
|
*
Improve errors about conversions of constant integers
gingerBill
2023-02-22
3
-15
/
+82
|
|
|
*
Improve error message for typed constants that cannot be represented by a type
gingerBill
2023-02-21
1
-4
/
+11
|
|
|
*
Improve error messages when trying to access a non-existent field on a type
gingerBill
2023-02-21
1
-14
/
+23
|
|
|
*
Improve some error messages when casting a constant value which needs to be ↵
gingerBill
2023-02-21
1
-8
/
+23
|
|
|
|
|
|
|
|
truncated/rounded
|
*
Fix bug with for in statements and pointer intervals
gingerBill
2023-02-21
2
-8
/
+16
|
|
|
*
Improve error message for accidentally using a type as an expression statement
gingerBill
2023-02-21
1
-1
/
+1
|
|
|
*
Fix #2329
gingerBill
2023-02-19
1
-3
/
+24
|
|
|
*
Check for procedure literals in `$` parameters
gingerBill
2023-02-19
1
-1
/
+11
|
|
|
*
Fix issue that conflicts with constant parapoly procedures and `deferred_*` ↵
gingerBill
2023-02-19
2
-16
/
+2
|
|
|
|
|
|
|
|
procedures
|
*
Allow comparisons between empty `struct{}` and `union{}`
gingerBill
2023-02-17
2
-6
/
+9
|
|
|
*
Reduce stack usage of some type `switch` `case`s
gingerBill
2023-02-17
1
-6
/
+66
|
|
|
*
Improve handling of passing constants to implicit immutable const ref parameters
gingerBill
2023-02-17
1
-2
/
+18
|
|
|
*
Minimize stack wastage with compound literals defining variables
gingerBill
2023-02-17
4
-2
/
+45
|
|
|
*
Fix #2330
gingerBill
2023-02-17
1
-0
/
+11
|
|
|
*
Add constant data to the identifier directly
gingerBill
2023-02-17
1
-17
/
+13
|
|
|
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2023-02-17
1
-0
/
+4
|
|
\
|
|
*
fix #by_ptr argument overrides for Linux
Phil Homan
2023-02-15
1
-0
/
+4
|
|
|
|
*
|
Fix overriding procedure information for literals
gingerBill
2023-02-17
7
-11
/
+33
|
|
/
|
*
Implement `@(fini)` (opposite of `@(init)`)
gingerBill
2023-02-15
6
-11
/
+95
|
|
*
|
Merge branch 'master' into new-temp-allocator
gingerBill
2023-02-14
1
-3
/
+3
|
\
|
|
*
Remove set volatile for store
gingerBill
2023-02-14
1
-1
/
+1
|
|
|
*
Move in_multi_assignment check tighter
gingerBill
2023-02-14
1
-2
/
+2
|
|
*
|
Warn on 'expand_to_tuple' has been replaced with 'expand_values'
gingerBill
2023-02-10
2
-0
/
+11
|
/
*
Fix crash when a variable declaration must be an identifier
gingerBill
2023-02-08
1
-4
/
+3
|
*
Rename to `Type_Info_Parameters`
gingerBill
2023-02-08
3
-6
/
+5
|
*
Rename built-in procedure to `expand_values`
gingerBill
2023-02-07
4
-10
/
+10
|
*
Enforce dynamic map calls for the time being
gingerBill
2023-02-03
2
-2
/
+5
|
*
Minor change to `byval` for readonly parameters
gingerBill
2023-02-03
4
-5
/
+56
|
*
Change attributes for the static map get
gingerBill
2023-02-03
1
-3
/
+3
|
*
Remove internal `readonly` attribute
gingerBill
2023-02-03
2
-6
/
+6
|
*
Temporarily make all `map` get calls dynamic
gingerBill
2023-02-03
2
-4
/
+4
|
*
Make static map calls the default; add `-dynamic-map-calls`
gingerBill
2023-02-03
4
-32
/
+37
|
*
Fix `when` within `foreign` block (again)
gingerBill
2023-02-02
1
-13
/
+9
|
*
Fix `when` within `foreign` blocks at the file scope
gingerBill
2023-02-01
1
-0
/
+8
|
*
Separate `check_stmt` code into separate procedures
gingerBill
2023-02-01
1
-271
/
+288
|
*
Improve ternary logic for untyped nil stuff
gingerBill
2023-01-30
1
-3
/
+5
|
[next]