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 range-based error messages to `-verbose-errors`
gingerBill
2021-05-19
9
-167
/
+429
*
Replace `error` calls with `Token` to use `TokenPos`
gingerBill
2021-05-19
2
-55
/
+52
*
Add `-verbose-errors` which shows the error in the line of code
gingerBill
2021-05-19
4
-2
/
+144
*
Add suggestion for unused expression on `x == y`
gingerBill
2021-05-19
1
-0
/
+22
*
Remove @(static) for global variables
gingerBill
2021-05-19
2
-4
/
+3
*
More minor linkage changes
gingerBill
2021-05-19
1
-22
/
+15
*
Minor change to internal linkage stuff
gingerBill
2021-05-19
1
-9
/
+27
*
Add `intrinsics.mem_copy` and `intrinsics.mem_copy_non_overlapping`
gingerBill
2021-05-19
3
-0
/
+97
*
Add `intrinsics.sqrt` for floating-point values
gingerBill
2021-05-19
3
-0
/
+54
*
Minor ABI change and cleanup
gingerBill
2021-05-17
1
-2
/
+2
*
Improve untyped to typed logic for aiding the backend
gingerBill
2021-05-16
3
-10
/
+79
*
Add concrete type information for untyped values as procedure arguments
gingerBill
2021-05-16
2
-0
/
+7
*
Fix #988
gingerBill
2021-05-16
1
-0
/
+1
*
Allow `..=` alongside `..` as a "full range" operator; Update `core:odin/pars...
gingerBill
2021-05-16
6
-13
/
+24
*
Add missing instruction to pass
gingerBill
2021-05-15
1
-0
/
+6
*
Add missing instructions to pass
gingerBill
2021-05-15
1
-0
/
+2
*
Add custom basic dead instruction elimination pass
gingerBill
2021-05-15
2
-13
/
+108
*
Add space
gingerBill
2021-05-15
1
-1
/
+1
*
Improve semicolon insertion rule for dummy tokens `++` and `--`
gingerBill
2021-05-15
1
-0
/
+2
*
Tokenize `++` and `--` as tokens but disallow them in the parser, and give be...
gingerBill
2021-05-15
2
-11
/
+36
*
Disallow duplicate unary operators for `+`, `-`, and `~`
gingerBill
2021-05-15
1
-3
/
+13
*
Remove old dead code
gingerBill
2021-05-15
9
-415
/
+0
*
Add name to aggregate result pointer to procedures
gingerBill
2021-05-15
1
-1
/
+5
*
Fix #987
gingerBill
2021-05-15
1
-1
/
+1
*
Change `for i in x..y {}` behaviour
gingerBill
2021-05-15
1
-107
/
+89
*
Disallow slicing of constant values
gingerBill
2021-05-15
2
-4
/
+28
*
Add minor ignoring hint on type assertions to get better code generation with...
gingerBill
2021-05-13
3
-3
/
+80
*
Add intrinsics.type_is_variant_of
gingerBill
2021-05-13
2
-0
/
+44
*
Correct default procedure parameter logic
gingerBill
2021-05-13
1
-5
/
+17
*
Fix #814
gingerBill
2021-05-13
1
-3
/
+38
*
Fix #741
gingerBill
2021-05-13
3
-17
/
+17
*
Fix #746
gingerBill
2021-05-12
1
-8
/
+9
*
Add explicit numbers to `enum AddressingMode`
gingerBill
2021-05-12
1
-16
/
+16
*
Improve error message to "fix" #640
gingerBill
2021-05-12
1
-1
/
+1
*
Fix #682
gingerBill
2021-05-12
2
-10
/
+13
*
Fix #713
gingerBill
2021-05-12
2
-3
/
+24
*
Fix #651
gingerBill
2021-05-12
1
-2
/
+11
*
Fix #948
gingerBill
2021-05-12
1
-27
/
+7
*
Remove unneeded assert
gingerBill
2021-05-11
1
-1
/
+0
*
Add `byval` with `align`, `sret` attributes for SysV
gingerBill
2021-05-11
3
-15
/
+52
*
Fix docs for `-lld`
gingerBill
2021-05-11
1
-1
/
+1
*
Remove warning on \*nix
gingerBill
2021-05-11
1
-4
/
+3
*
Remove `LLVMAddLowerConstantIntrinsicsPass`
gingerBill
2021-05-11
1
-1
/
+1
*
Remove test call for LLVM
gingerBill
2021-05-11
1
-1
/
+1
*
Minor change (in preparation for something else) to opt passes
gingerBill
2021-05-11
2
-13
/
+35
*
Improve SysV ABI
gingerBill
2021-05-11
1
-21
/
+41
*
Fix debug information for array types by setting the `DISubrange`
gingerBill
2021-05-10
1
-4
/
+20
*
Correct SysV ABI for `-> (f32, bool)`
gingerBill
2021-05-10
2
-6
/
+26
*
Minor code clean up
gingerBill
2021-05-07
1
-46
/
+33
*
Remove unused hint
gingerBill
2021-05-06
2
-5
/
+0
[prev]
[next]