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
*
Fix #3555
gingerBill
2024-05-09
1
-0
/
+1
*
compiler: improve target features support
Laytan Laats
2024-05-02
1
-3
/
+1
*
Fix `@(static)` error message bug
gingerBill
2024-04-11
1
-1
/
+1
*
Add some basic escape analysis errors for `return &x`
gingerBill
2024-03-23
1
-0
/
+23
*
Update doc-format for `#by_ptr` and `#no_broadcast` parameters
gingerBill
2024-03-21
1
-1
/
+0
*
Add `#no_broadcast` procedure parameter to disallow automatic array programmi...
gingerBill
2024-03-21
1
-0
/
+1
*
Add general support for `bit_field`s
gingerBill
2024-02-22
1
-0
/
+2
*
Implement instrumentation pass
gingerBill
2024-01-07
1
-1
/
+1
*
Add frontend stuff instrumentation tooling
gingerBill
2024-01-07
1
-0
/
+1
*
Add `@(entry_point_only)` for procedures
gingerBill
2024-01-05
1
-0
/
+1
*
Remove temporary assert
gingerBill
2023-08-07
1
-1
/
+0
*
Fix `using` bug
gingerBill
2023-08-07
1
-0
/
+1
*
Merge branch 'master' into tilde
gingerBill
2023-08-03
1
-4
/
+3
|
\
|
*
Go through loads of `TODO`s
gingerBill
2023-08-01
1
-4
/
+3
*
|
Very start of working on Tilde Backend for Odin
gingerBill
2023-07-14
1
-4
/
+8
|
/
*
Allow `switch &v in ...` work to be consistent with `for &e in ...`
gingerBill
2023-06-26
1
-1
/
+3
*
`for &e, i in array` and `for k, &v in map` (alternative to passing the itera...
gingerBill
2023-06-26
1
-0
/
+2
*
Add `@(extra_linker_flags=<string>)`
gingerBill
2023-03-21
1
-0
/
+1
*
Implement `@(fini)` (opposite of `@(init)`)
gingerBill
2023-02-15
1
-0
/
+1
*
Remove `auto_cast` procedure field flag
gingerBill
2023-01-16
1
-1
/
+1
*
Localize `GenProcsData` to the entity itself
gingerBill
2023-01-04
1
-1
/
+4
*
Remove the synchronization primitive init/destroy calls
gingerBill
2023-01-01
1
-1
/
+0
*
Remove dead code in the compiler
gingerBill
2022-12-18
1
-8
/
+0
*
Even more `gb_internal` everywhere
gingerBill
2022-12-18
1
-26
/
+26
*
Add `#by_ptr` procedure attribute to enforce a parameter to be passed by poin...
gingerBill
2022-07-24
1
-0
/
+1
*
`@(require_target_feature=<string>)` `@(enable_target_feature=<string>)`
gingerBill
2022-05-30
1
-3
/
+5
*
Add `@(priority_index=<int>)` for `foreign import`
gingerBill
2022-05-04
1
-0
/
+1
*
`intrinsics.atomic_type_is_lock_free`
gingerBill
2022-04-02
1
-3
/
+3
*
Improve procedure group selection based on the minimum number of arguments
gingerBill
2022-03-18
1
-0
/
+10
*
Add `#subtype` struct field prefix, required to have a COM interface hierarchy
gingerBill
2022-02-16
1
-0
/
+5
*
Add more objc attributes
gingerBill
2022-02-11
1
-0
/
+23
*
Begin work on support objc intrinsics
gingerBill
2022-02-08
1
-0
/
+1
*
Add `//+private file` to complement `//+private` (`//+private package`)
gingerBill
2022-02-02
1
-1
/
+1
*
Parse comments on enums fields
gingerBill
2022-01-24
1
-0
/
+2
*
Update CommentGroup parsing for struct types
gingerBill
2022-01-24
1
-0
/
+2
*
Allow for entity grouping in structs and procedure signatures with the Odin d...
gingerBill
2022-01-19
1
-0
/
+2
*
Correct `odin doc` default parameter value `init_string` generation
gingerBill
2021-12-03
1
-1
/
+0
*
`@(linkage=<string>)` for procedures and variables; `@(require)` for procedur...
gingerBill
2021-11-04
1
-0
/
+6
*
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
[next]