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
/
entity.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Compile `wasm64`; Add `lb_run_remove_unused_function_pass`
gingerBill
2021-10-31
1
-1
/
+2
*
Add @(init) attribute for procedures, allowing for procedures to be called at...
gingerBill
2021-10-03
1
-0
/
+1
*
Move redundant `auto_cast` error from `-vet` to `-vet-extra`
gingerBill
2021-09-28
1
-0
/
+1
*
Only store `field_index` remove `field_src_index` (for the time being)
gingerBill
2021-09-13
1
-8
/
+5
*
Add suggestions when trying to take the address the a value from a `for`/`swi...
gingerBill
2021-08-23
1
-0
/
+3
*
Correct atomic usage
gingerBill
2021-08-19
1
-1
/
+1
*
Make `global_entity_id` atomic
gingerBill
2021-08-19
1
-2
/
+2
*
Fix race condition from `add_entity_use` due to Entity.identifier
gingerBill
2021-08-19
1
-1
/
+1
*
Make flags atomic for `Entity` and `Type`
gingerBill
2021-08-16
1
-2
/
+2
*
Add `#any_int` directive to replace `auto_cast` uses on parameters.
gingerBill
2021-08-15
1
-3
/
+4
*
Add `@(warning=<string>)`
gingerBill
2021-08-02
1
-0
/
+1
*
INTERNAL USE ONLY: `//+lazy` build flag
gingerBill
2021-07-25
1
-2
/
+4
*
Experimental support for inline swizzling for array types of len <= 4 e.g. `v...
gingerBill
2021-06-05
1
-16
/
+17
*
Add `@(link_section=<string>)` for global variables
gingerBill
2021-05-24
1
-0
/
+1
*
Fix #893
gingerBill
2021-04-27
1
-0
/
+2
*
Add `optimization_mode` attribute for procedures
gingerBill
2021-04-22
1
-0
/
+9
*
Fix `override_entity_in_scope `behaviour to correctly to report the changes u...
gingerBill
2021-04-19
1
-26
/
+31
*
Improve `init_string` determination for constants
gingerBill
2021-04-18
1
-1
/
+4
*
Add `@(cold)` attribute to procedure declarations
gingerBill
2021-04-14
1
-4
/
+5
*
Change from `test_*` prefix to `@(test)` attribute for `odin test`
gingerBill
2021-03-14
1
-0
/
+2
*
Patch issue with minimum dependency system and how it interacts with para pol...
gingerBill
2021-02-26
1
-0
/
+2
*
Build tag to make all declarations within a file private to the package `//+p...
gingerBill
2021-02-23
1
-0
/
+3
*
Minimize memory usage for AST nodes by using Slice<T> rather than Array<T> wh...
gingerBill
2020-11-16
1
-2
/
+2
*
Begin clarifying allocation patterns by changing from `heap_allocator` to spe...
gingerBill
2020-11-15
1
-1
/
+1
*
Fix default parameters on record types
gingerBill
2020-11-09
1
-0
/
+1
*
Fix and clean up default procedure parameter code for non-constant types
gingerBill
2020-09-22
1
-0
/
+2
*
Fix rules for recursive initialization with procedure entities; Fix executabl...
gingerBill
2020-05-30
1
-1
/
+1
*
Let -vet ignore intentional declaration shadowing #637
gingerBill
2020-05-12
1
-0
/
+1
*
Add experimental atom op tables for llvm-backend
gingerBill
2020-05-02
1
-0
/
+2
*
Basic polymorphic named procedure parameters for procedures and records
gingerBill
2020-04-13
1
-0
/
+20
*
Change behaviour of `switch v in &value` to make `v` have by-reference semantics
gingerBill
2020-03-24
1
-1
/
+6
*
Add `byval`
gingerBill
2020-03-12
1
-6
/
+7
*
Add `proc(#const x: Type)` to enforce a constant parameter (but not polymorph...
gingerBill
2020-02-26
1
-0
/
+1
*
Add `-disable-assert` to disable the code generation of the built-in run-time...
gingerBill
2019-12-29
1
-0
/
+3
*
Remove addressing mode `Addressing_Immutable`
gingerBill
2019-12-01
1
-8
/
+5
*
`#soa[]Type` (Experimental)
gingerBill
2019-11-21
1
-2
/
+4
*
Fix Compiler assertion when applying `using` to `_` procedure parameter. #451
gingerBill
2019-10-26
1
-1
/
+2
*
Remove the rule that made any declaration prefixed with an underscore private...
gingerBill
2019-08-23
1
-3
/
+4
*
Improvement to the Odin calling conventions to pass certain things by "implic...
gingerBill
2019-07-27
1
-1
/
+2
*
-go-to-definitions (OGTD file format)
gingerBill
2019-05-26
1
-0
/
+1
*
Pass any and union "by pointer" to make the tag a pointer
gingerBill
2019-01-26
1
-0
/
+1
*
Replace `deferred` with `deferred_none`, `deferred_in`, `deferred_out`
gingerBill
2019-01-13
1
-2
/
+3
*
`static` variable declarations (Experimental)
gingerBill
2018-12-28
1
-0
/
+1
*
`deferred` procedure attribute
gingerBill
2018-12-14
1
-0
/
+9
*
Labels for block and if statements (break only)
gingerBill
2018-12-08
1
-2
/
+4
*
Subset and superset operators for `bit_set`: < <= > >=
gingerBill
2018-11-25
1
-4
/
+4
*
Move atomic intrinsics to the new built-in package intrinsics
gingerBill
2018-10-20
1
-3
/
+4
*
__atomic_* "intrinsics" using LLVM instructions
gingerBill
2018-10-17
1
-7
/
+7
*
`typeid` as keyword (ready to implement polymorphic name parameters)
gingerBill
2018-09-02
1
-3
/
+1
*
Change memory layout of `map` to be 3 words smaller
gingerBill
2018-08-30
1
-0
/
+5
[next]