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
*
Fix typo
gingerBill
2022-01-31
1
-5
/
+5
*
Correct false positive check in `check_unique_package_names`
gingerBill
2022-01-31
1
-2
/
+8
*
Add `#no_type_assert` and `#type_assert` to disable implicit type assertions ...
gingerBill
2022-01-27
1
-0
/
+12
*
Add `ODIN_ERROR_POS_STYLE` constant and change `runtime.print_caller_location...
gingerBill
2022-01-26
1
-0
/
+10
*
Revert change
gingerBill
2022-01-25
1
-7
/
+6
*
Disable early return from `check_proc_info`
gingerBill
2022-01-25
1
-6
/
+7
*
Remove debug code
gingerBill
2022-01-24
1
-3
/
+0
*
Fix #1267
gingerBill
2022-01-23
1
-6
/
+18
*
Unify `are_types_identical_unique_tuples`
gingerBill
2022-01-19
1
-2
/
+2
*
Correct `//+private` for `odin doc`
gingerBill
2022-01-17
1
-0
/
+7
*
`ODIN_ENDIAN` changed to an enum constant; `ODIN_ENUM_STRING` is the new stri...
gingerBill
2022-01-15
1
-2
/
+13
*
Make `ODIN_BUILD_MODE` a enum type
gingerBill
2022-01-15
1
-1
/
+63
*
Correct linkage for entry point procedures on Windows
gingerBill
2022-01-12
1
-1
/
+7
*
Begin work to move entry point code to Odin itself rather than in C++ side
gingerBill
2022-01-12
1
-33
/
+41
*
Disable `DEFAULT_TO_THREADED_CHECKER` until race condition is found
gingerBill
2022-01-11
1
-5
/
+5
*
Add mutex guards for signature scopes
gingerBill
2022-01-10
1
-1
/
+1
*
Fix `check_procedure_bodies` to allow multiple threads caused by a typo
gingerBill
2022-01-10
1
-1
/
+0
*
Correct `odin doc` default parameter value `init_string` generation
gingerBill
2021-12-03
1
-0
/
+1
*
Merge pull request #1332 from odin-lang/nasm-support
gingerBill
2021-11-26
1
-0
/
+8
|
\
|
*
Allow `.asm`, `.s`, and `.S` as valid assembly file extensions
gingerBill
2021-11-26
1
-2
/
+1
|
*
Add supported check for `.asm` files
gingerBill
2021-11-26
1
-0
/
+9
*
|
Merge pull request #1296 from kevinsjoberg/do-not-filter-tests-when-empty
gingerBill
2021-11-25
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
Do not filter test procedures when filter is empty
Kevin Sjöberg
2021-11-10
1
-0
/
+4
*
|
`@(tag=<string>)` - dummy attribute for tooling
gingerBill
2021-11-17
1
-6
/
+42
*
|
Improve usage of `file_id`
gingerBill
2021-11-15
1
-2
/
+2
*
|
Remove `scope` field from `Ast`
gingerBill
2021-11-14
1
-4
/
+37
*
|
Begin minimizing `Ast` size
gingerBill
2021-11-14
1
-1
/
+1
|
/
*
Postpone checking test procedures
Kevin Sjöberg
2021-11-10
1
-3
/
+3
*
Improve support for `freestanding_wasm32`
gingerBill
2021-11-07
1
-3
/
+7
*
Remove dead code
gingerBill
2021-11-05
1
-19
/
+0
*
Increase usage of `PtrMap`
gingerBill
2021-11-05
1
-22
/
+18
*
Correct `map_remove(PtrMap)`
gingerBill
2021-11-05
1
-9
/
+9
*
Add `PtrMap`, begin working change `Map` to `PtrMap` where possible
gingerBill
2021-11-05
1
-9
/
+6
*
Reorganize code
gingerBill
2021-11-05
1
-11
/
+13
*
Add `ODIN_BUILD_MODE`
gingerBill
2021-11-04
1
-0
/
+2
*
`@(linkage=<string>)` for procedures and variables; `@(require)` for procedur...
gingerBill
2021-11-04
1
-2
/
+53
*
Add `ODIN_NO_CRT` global constant
gingerBill
2021-11-04
1
-0
/
+1
*
Add procs for wasm32
gingerBill
2021-10-31
1
-0
/
+3
*
Merge branch 'master' into new-matrix-type
gingerBill
2021-10-23
1
-2
/
+11
|
\
|
*
Correct ternary if expression type determination
gingerBill
2021-10-22
1
-5
/
+7
|
*
Fix check_remove_expr_info
gingerBill
2021-10-22
1
-1
/
+8
*
|
Support indexing matrices
gingerBill
2021-10-19
1
-0
/
+1
*
|
Very basic matrix support in backend
gingerBill
2021-10-18
1
-0
/
+8
*
|
Begin work on matrix type
gingerBill
2021-10-18
1
-0
/
+2
|
/
*
Add `runtime._cleanup_runtime` internal call
gingerBill
2021-10-18
1
-1
/
+1
*
Simplify `TIME_SECTION` code
gingerBill
2021-10-12
1
-24
/
+0
*
If an entity is inserted into a scope already exists by the same name, it wil...
gingerBill
2021-10-04
1
-6
/
+15
*
Add @(init) attribute for procedures, allowing for procedures to be called at...
gingerBill
2021-10-03
1
-2
/
+86
*
Correct f64 -> u128/i128 generation
gingerBill
2021-09-25
1
-0
/
+2
*
Begin minimize `Type` size by replacing `Array` with `Slice` etc
gingerBill
2021-09-13
1
-17
/
+22
[next]