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.hpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix #1011 by unifying the logic
gingerBill
2021-06-08
1
-0
/
+1
*
Add `@(link_section=<string>)` for global variables
gingerBill
2021-05-24
1
-0
/
+1
*
Remove old dead code
gingerBill
2021-05-15
1
-1
/
+0
*
Remove unused hint
gingerBill
2021-05-06
1
-1
/
+0
*
Add new intrinsics: debug_trap, trap, read_cycle_counter, expect
gingerBill
2021-04-22
1
-0
/
+1
*
Add `optimization_mode` attribute for procedures
gingerBill
2021-04-22
1
-0
/
+1
*
Remove temporary reference types
gingerBill
2021-04-19
1
-2
/
+2
*
Fix `override_entity_in_scope `behaviour to correctly to report the changes u...
gingerBill
2021-04-19
1
-0
/
+4
*
Add `@(cold)` attribute to procedure declarations
gingerBill
2021-04-14
1
-0
/
+1
*
Change from `test_*` prefix to `@(test)` attribute for `odin test`
gingerBill
2021-03-14
1
-0
/
+1
*
Add `flags: Type_Info_Flags,` to `runtime.Type_Info`
gingerBill
2020-11-23
1
-0
/
+4
*
Begin rudimentary work on implementing `odin test` tooling with `*_test.odin`...
gingerBill
2020-11-17
1
-0
/
+2
*
Improve flags for `odin doc`
gingerBill
2020-11-17
1
-0
/
+3
*
Basic `odin doc` support
gingerBill
2020-11-17
1
-0
/
+1
*
Add `-show-unused` (Shows unused package declarations of all imported packages)
gingerBill
2020-11-17
1
-6
/
+7
*
Minimize memory usage for AST nodes by using Slice<T> rather than Array<T> wh...
gingerBill
2020-11-16
1
-1
/
+1
*
Improve logic for x->y() shorthand
gingerBill
2020-11-15
1
-1
/
+2
*
Add SCOPED_TEMPORARY_BLOCK for temporary allocations within a block
gingerBill
2020-11-15
1
-2
/
+0
*
Begin clarifying allocation patterns by changing from `heap_allocator` to spe...
gingerBill
2020-11-15
1
-2
/
+0
*
Add `deferred_in_out` attribute
gingerBill
2020-06-16
1
-0
/
+1
*
Add `"pure"` procedure types
gingerBill
2020-05-23
1
-0
/
+1
*
Minor fixes to improve hash map/set performance
gingerBill
2020-05-21
1
-4
/
+6
*
Implement Explicit context creation #639
gingerBill
2020-05-14
1
-1
/
+3
*
Fix #561 `where` statements that eval to false do not show incorrect usage lo...
gingerBill
2020-05-13
1
-0
/
+1
*
#591 Improve type switch statement error for `fallthrough`
gingerBill
2020-05-13
1
-0
/
+2
*
(#594) Add `#config` to replace `#defined`; Restrict `#defined` within proced...
gingerBill
2020-05-13
1
-0
/
+1
*
Replace `entity_of_ident` with `entity_of_node`
gingerBill
2020-05-12
1
-1
/
+0
*
Add experimental atom op tables for llvm-backend
gingerBill
2020-05-02
1
-0
/
+11
*
Simplify compiler's `Map` and create a `StringMap` specifically for strings
gingerBill
2020-04-13
1
-7
/
+7
*
Fix enum type info generation
gingerBill
2020-03-19
1
-0
/
+2
*
Merge branch 'master' into llvm-integration
gingerBill
2020-03-15
1
-1
/
+2
|
\
|
*
Add `@require` for global variables
gingerBill
2020-03-12
1
-1
/
+2
*
|
Fix nested type declarations name generation, to be internally consistent
gingerBill
2020-03-08
1
-0
/
+1
|
/
*
Add `-disable-assert` to disable the code generation of the built-in run-time...
gingerBill
2019-12-29
1
-0
/
+2
*
Add `@(private="file")` and `@(private="package")`
gingerBill
2019-12-29
1
-2
/
+8
*
Fix Internal Compiler Error: Type_Info for 'XXX' could not be found #507
gingerBill
2019-12-22
1
-1
/
+1
*
Also allow #no_bounds_check on an expression #499
gingerBill
2019-12-15
1
-1
/
+1
*
Add `@force` to `foreign import`
gingerBill
2019-11-01
1
-0
/
+3
*
Fix procedure group "best fit" algorithm for polymorphic procedures
gingerBill
2019-10-27
1
-0
/
+1
*
`#panic`; Minor change to demo.odin; Fix `#assert` bug at file scope
gingerBill
2019-10-13
1
-0
/
+1
*
Make `require_results` an attribute rather than a suffix tag for procedures
gingerBill
2019-08-31
1
-0
/
+1
*
`inline for` loops (only for 'in' based for loops)
gingerBill
2019-08-26
1
-0
/
+3
*
`intrinsics.type_*` constant evaluation procedures
gingerBill
2019-08-04
1
-212
/
+2
*
-go-to-definitions (OGTD file format)
gingerBill
2019-05-26
1
-0
/
+5
*
`@(private)` for `foreign` blocks; Improve foreign signature similarity rules
gingerBill
2019-03-24
1
-0
/
+1
*
Make `static` an attribute rather than a keyword prefix
gingerBill
2019-02-23
1
-0
/
+1
*
Replace `foreign export {}` with `@export`
gingerBill
2019-02-23
1
-1
/
+1
*
`intrinsics.vector` type (Experimental)
gingerBill
2019-02-23
1
-0
/
+5
*
Replace `deferred` with `deferred_none`, `deferred_in`, `deferred_out`
gingerBill
2019-01-13
1
-1
/
+12
*
min & max for types
gingerBill
2018-12-27
1
-2
/
+2
[next]