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
/
checker.cpp
Commit message (
Collapse
)
Author
Age
Files
Lines
*
implemented foreign asm imports on linux/osx
flysand7
2023-10-15
1
-2
/
+1
|
*
Add `ERROR_BLOCK()` to `check_unique_package_names`
gingerBill
2023-10-09
1
-0
/
+2
|
*
Merge branch 'master' into llvm-17
gingerBill
2023-09-27
1
-0
/
+3
|
\
|
*
Fix #2820
gingerBill
2023-09-26
1
-0
/
+3
|
|
*
|
Add `ODIN_SANITIZER_FLAGS` global constant
gingerBill
2023-09-21
1
-0
/
+27
|
|
*
|
Add `sanitize_address` attribute to all normal packages
gingerBill
2023-09-21
1
-1
/
+1
|
|
*
|
Update ABI breaking changes for `f16` types (due to LLVM 15+)
gingerBill
2023-09-21
1
-0
/
+3
|
/
*
Fix bug: Disallow non-specialized polymorphic in typeid assignment
gingerBill
2023-09-06
1
-1
/
+6
|
*
Add attribute `@(require) import "foo"` to replace/supplement `_ :: foo`
gingerBill
2023-08-22
1
-4
/
+23
|
*
Add `ODIN_PLATFORM_SUBTARGET`
gingerBill
2023-08-08
1
-0
/
+10
|
*
Remove #relative slices; Replace with #relative multi-pointers
gingerBill
2023-08-05
1
-8
/
+8
|
*
Merge branch 'master' into tilde
gingerBill
2023-08-03
1
-36
/
+63
|
\
|
*
Go through loads of `TODO`s
gingerBill
2023-08-01
1
-5
/
+0
|
|
|
*
Replace a lot of warnings with errors; remove deprecated stuff
gingerBill
2023-08-01
1
-3
/
+3
|
|
|
*
Add require_results for proc groups
gingerBill
2023-07-31
1
-0
/
+6
|
|
|
*
Improve `//+vet`; remove `using` in many places; add `//+vet !using-stmt` ↵
gingerBill
2023-07-31
1
-0
/
+22
|
|
|
|
|
|
|
|
where necessary
|
*
Add separate `-vet` flags; `-vet-using-*` flags; `//+vet` file flags
gingerBill
2023-07-31
1
-9
/
+15
|
|
*
|
Begin working on a minimum build
gingerBill
2023-07-23
1
-0
/
+3
|
|
*
|
Begin work on builtin procedures
gingerBill
2023-07-22
1
-0
/
+1
|
/
*
Fix to allow procedure groups on objective-c types
gingerBill
2023-07-17
1
-0
/
+48
|
*
Fix #2630
gingerBill
2023-07-07
1
-11
/
+0
|
*
Rename `ODIN_DISALLOW_RTTI` to `ODIN_NO_RTTI`; Remove dead command line flags
gingerBill
2023-06-12
1
-4
/
+4
|
*
Add `ODIN_COMPILE_TIMESTAMP` (unix timestamp in nanoseconds)
gingerBill
2023-06-07
1
-0
/
+8
|
*
"Fix" #2580
gingerBill
2023-06-07
1
-0
/
+3
|
*
Fix endianness for wasm64p32
gingerBill
2023-06-07
1
-2
/
+0
|
*
Merge branch 'master' into separate-int-word-sizes
gingerBill
2023-06-06
1
-5
/
+30
|
\
|
*
Fix `@(default_calling_convention)` check on wasm
gingerBill
2023-06-06
1
-5
/
+4
|
|
|
*
Add error requiring an explicit calling convention for foreign procedures
gingerBill
2023-06-06
1
-0
/
+8
|
|
|
*
Merge pull request #2504 from jon-lipstate/attr_error
gingerBill
2023-05-31
1
-0
/
+1
|
|
\
|
|
|
|
|
|
helpful error on custom-attrs
|
|
*
Merge branch 'odin-lang:master' into attr_error
jon lipstate
2023-05-30
1
-2
/
+2
|
|
|
\
|
|
*
|
helpful errors custom-attrs
Jon Lipstate
2023-04-30
1
-0
/
+1
|
|
|
|
|
*
|
|
Improve `check_decl_attributes` logic for `is_runtime`
gingerBill
2023-05-30
1
-1
/
+12
|
|
|
|
|
*
|
|
Don't strip `builtin` attribute form AST
gingerBill
2023-05-30
1
-3
/
+9
|
|
|
/
|
|
/
|
|
*
|
Minor change to handling of propagation of errors with `---` as a value
gingerBill
2023-05-22
1
-2
/
+2
|
|
/
*
/
Begin work on new pseudo-architecture: wasm64p32
gingerBill
2023-04-20
1
-7
/
+7
|
/
*
Add `@(deferred_*_by_ptr=<proc>)`
gingerBill
2023-04-15
1
-111
/
+202
|
*
Add `@(extra_linker_flags=<string>)`
gingerBill
2023-03-21
1
-0
/
+12
|
*
Merge branch 'master' into new-temp-allocator
gingerBill
2023-02-28
1
-8
/
+49
|
\
|
*
Fix overriding procedure information for literals
gingerBill
2023-02-17
1
-2
/
+2
|
|
|
*
Implement `@(fini)` (opposite of `@(init)`)
gingerBill
2023-02-15
1
-6
/
+47
|
|
*
|
Warn on 'expand_to_tuple' has been replaced with 'expand_values'
gingerBill
2023-02-10
1
-0
/
+7
|
/
*
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
1
-2
/
+2
|
*
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
|
*
Add for C++ for loop uses
gingerBill
2023-01-30
1
-8
/
+5
|
*
Update `debugf` usage
gingerBill
2023-01-14
1
-5
/
+4
|
*
Bring `PtrMap` inline with `StringMap`
gingerBill
2023-01-14
1
-4
/
+4
|
*
Minimize `StringMap` structure usage
gingerBill
2023-01-14
1
-5
/
+5
|
*
Clean up use of `StringMap`
gingerBill
2023-01-13
1
-7
/
+4
|
[next]