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 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
*
Allow for default parameters that are non-constant entities, but not any non-...
gingerBill
2018-08-28
1
-1
/
+5
*
`auto_cast` prefix for procedure parameters
gingerBill
2018-08-09
1
-0
/
+1
*
Refactor default parameter values
gingerBill
2018-08-05
1
-4
/
+18
*
foreign import x {"foo.lib", "bar.lib"}
gingerBill
2018-07-29
1
-3
/
+3
*
Big renaming: `AstNode` to `Ast`
gingerBill
2018-06-17
1
-6
/
+6
*
Entity aliasing clean up
gingerBill
2018-06-09
1
-10
/
+0
*
Remove dead code
gingerBill
2018-06-07
1
-17
/
+8
*
Split up `init_preload` into specific parts
gingerBill
2018-06-03
1
-2
/
+0
*
Parallelize per file rather than per package
gingerBill
2018-05-28
1
-1
/
+1
*
Move ODIN_* platform constants to `core:os`
gingerBill
2018-05-27
1
-16
/
+1
*
Add basic package support (no IR support yet)
gingerBill
2018-05-26
1
-0
/
+16
*
Move cycle checking to much earlier on in the semantic stage
gingerBill
2018-03-23
1
-38
/
+38
*
Fix type cycle bug
gingerBill
2018-03-23
1
-16
/
+34
*
`deprecated` attribute for procedure declarations
gingerBill
2018-03-03
1
-0
/
+1
*
Replace `compile_assert` with `#assert`
gingerBill
2018-02-24
1
-2
/
+0
*
Cache type size/align; Improve speed of ir_print.cpp
gingerBill
2018-01-20
1
-2
/
+3
*
Named return value act as variables; Code reorganization
gingerBill
2018-01-17
1
-8
/
+9
*
Localize checker data
gingerBill
2017-12-12
1
-0
/
+1
*
Disable struct field reordering (for the time being)
gingerBill
2017-12-12
1
-0
/
+1
*
Fix proc groups from import names
gingerBill
2017-12-10
1
-5
/
+5
*
Explicit procedure group; Remove implicit procedure overloading
gingerBill
2017-12-09
1
-4
/
+4
*
Procedure grouping `foo :: proc[foo16, foo32];`
gingerBill
2017-12-03
1
-0
/
+10
*
Update demo.odin
gingerBill
2017-12-03
1
-2
/
+4
*
Remove `vector` type (will be replaced by something else in the future)
gingerBill
2017-11-30
1
-3
/
+3
*
#const value procedure parameters; $N for polymorphic array lengths
gingerBill
2017-11-05
1
-0
/
+11
*
Custom thread local models
gingerBill
2017-11-03
1
-1
/
+1
[next]