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 (
Expand
)
Author
Age
Files
Lines
...
*
Add require to 128-bit and f16 casts
gingerBill
2024-02-05
1
-21
/
+21
*
force requiring the 128-bit calls on WASM targets
gingerBill
2024-02-05
1
-21
/
+21
*
Add require flags to 128-bit integer procedures
gingerBill
2024-02-05
1
-1
/
+4
*
Minimize extra dependencies if u128/i128 and f16 are not used
gingerBill
2024-02-02
1
-21
/
+21
*
Merge pull request #3141 from laytan/add-all-packages-flag-for-tests
gingerBill
2024-01-31
1
-33
/
+42
|
\
|
*
Add `odin test -all-packages` to be able to test an entire project
Laytan Laats
2024-01-26
1
-33
/
+42
*
|
Remove cyclic import hack for `package runtime`
gingerBill
2024-01-28
1
-4
/
+4
*
|
`-default-to-panic-allocator`
gingerBill
2024-01-28
1
-13
/
+14
*
|
Move matrix compiler `builtin`s to `intrinsics`; alias within core_builtin_ma...
gingerBill
2024-01-28
1
-0
/
+1
*
|
Move `core:runtime` to `base:runtime`; keep alias around
gingerBill
2024-01-28
1
-3
/
+25
*
|
Remove dead code
gingerBill
2024-01-28
1
-3
/
+7
|
/
*
fix for wasm on llvm 17
Laytan Laats
2024-01-22
1
-1
/
+1
*
Expand -subsystem option on Windows
Jeroen van Rijn
2024-01-18
1
-5
/
+4
*
Add WINDOWS_SUBSYSTEM constant bool
Jeroen van Rijn
2024-01-18
1
-0
/
+2
*
Add frontend stuff instrumentation tooling
gingerBill
2024-01-07
1
-0
/
+44
*
Clean up error block usage
gingerBill
2024-01-05
1
-4
/
+2
*
Add `@(entry_point_only)` for procedures
gingerBill
2024-01-05
1
-0
/
+3
*
fix double execution of tests
Laytan Laats
2023-12-27
1
-3
/
+3
*
Check test procedures after all minimum dependency set calls are done
gingerBill
2023-12-18
1
-5
/
+8
*
Fix: Bill was a numpty
gingerBill
2023-12-15
1
-15
/
+19
*
Remove neighbouring duplicates from neighbouring sorted array of entities; fi...
gingerBill
2023-12-15
1
-20
/
+15
*
Remove duplicates from `init`/`fini` procedure list
gingerBill
2023-12-12
1
-0
/
+26
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2023-12-12
1
-3
/
+5
|
\
|
*
Merge pull request #2946 from laytan/fix-test-name-flag
Jeroen van Rijn
2023-11-24
1
-3
/
+5
|
|
\
|
|
*
fix -test-name flag
Laytan Laats
2023-11-11
1
-3
/
+5
*
|
|
Fix race condition caused by lack of checking specialized parapoly procedures...
gingerBill
2023-12-12
1
-117
/
+147
|
/
/
*
|
Add missing type information for soa structs
gingerBill
2023-11-23
1
-0
/
+5
*
|
-no-crt and assembly compilation on darwin
Laytan Laats
2023-11-15
1
-1
/
+1
|
/
*
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` whe...
gingerBill
2023-07-31
1
-0
/
+22
|
*
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
[prev]
[next]