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
*
Fix `allow_field_separator` for `foreign import`
dev-2023-04
gingerBill
2023-04-03
1
-3
/
+5
|
*
Change help text to output to stdout
Mark Naughton
2023-03-29
1
-3
/
+3
|
*
Fix typo in warning message in parser
Alexander Goussas
2023-03-24
1
-1
/
+1
|
*
Fix typo
gingerBill
2023-03-21
1
-1
/
+1
|
*
Correctly handle end comment for doc generation
gingerBill
2023-03-21
2
-6
/
+19
|
*
Add `@(extra_linker_flags=<string>)`
gingerBill
2023-03-21
4
-0
/
+27
|
*
Change trailing comma require to `-strict-style` only
gingerBill
2023-03-21
1
-1
/
+1
|
*
Improve `llreg` integer type generation for SysV ABI
gingerBill
2023-03-19
1
-58
/
+79
|
*
Improve SysV ABI for multiple return values that fit into a single register; ↵
gingerBill
2023-03-19
1
-4
/
+8
|
|
|
|
Fixes #2384
*
Simplify copy elision on variable declarations
gingerBill
2023-03-16
3
-40
/
+34
|
*
Increase use of `temporary_allocator()` where possible
gingerBill
2023-03-16
4
-38
/
+79
|
*
Minimize severe memory usage by enforcing the `heap_allocator()` in places
gingerBill
2023-03-16
4
-31
/
+37
|
*
Fix minor memory leak
gingerBill
2023-03-16
1
-5
/
+12
|
*
Reserve memory for procedures when generating the LLVM IR
gingerBill
2023-03-16
1
-2
/
+7
|
*
Merge pull request #2380 from flysand7/master
gingerBill
2023-03-14
3
-1
/
+14
|
\
|
|
|
|
Add -no-thread-local flag
|
*
rename -no-tls to -no-thread-local
bumbread
2023-03-14
3
-7
/
+7
|
|
|
*
Added -no-tls flag
bumbread
2023-03-13
3
-1
/
+14
|
|
*
|
Fix missing commas in -target-featues string by adding missing i increment.
Florian Behr
2023-03-14
1
-0
/
+1
|
|
*
|
Allow `case nil` within a type switch statement (experimental idea)
gingerBill
2023-03-12
2
-7
/
+40
|
|
*
|
Improve type checking on polymorphic unions
gingerBill
2023-03-12
1
-0
/
+8
|
/
*
Fix range loop `&` vals debug info
gingerBill
2023-03-09
1
-0
/
+1
|
*
Fix debug symbols for range loops
gingerBill
2023-03-09
1
-9
/
+0
|
*
Fix value elision on declaration
gingerBill
2023-03-09
5
-12
/
+33
|
*
Update help usage
gingerBill
2023-03-07
1
-1
/
+1
|
*
Add `-o:none` optimization mode (useful for `-debug` builds)
gingerBill
2023-03-07
3
-14
/
+25
|
*
Use `atof` in `float_from_string` to allow for debug C-like semantic purposes
gingerBill
2023-03-06
1
-1
/
+32
|
*
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
|
|
[next]