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 (
Collapse
)
Author
Age
Files
Lines
*
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 ↵
gingerBill
2018-08-28
1
-1
/
+5
|
|
|
|
non-constant expression
*
`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
|
*
`link_prefix`; `thread_local`; fix `link_name` for file-scope variables
gingerBill
2017-11-03
1
-0
/
+2
|
*
#alias type declarations; core library additions; `_global` import name for ↵
gingerBill
2017-10-29
1
-0
/
+1
|
|
|
|
the global scope
*
Refactor code to remove entity flag for export
gingerBill
2017-10-15
1
-2
/
+2
|
*
`foreign export` block
gingerBill
2017-10-15
1
-0
/
+1
|
|
|
|
|
|
|
|
|
|
|
``` foreign export { my_i32: i32; my_foo :: proc() -> i32 { return 123; } } ```
*
Minor code reorganization
Ginger Bill
2017-10-08
1
-14
/
+6
|
*
Global variable dependency initialization ordering
Ginger Bill
2017-08-20
1
-0
/
+2
|
|
|
|
Fuck graph theory
*
Fix polymorphic element types usage; Empty `union` as opaque type
Ginger Bill
2017-07-20
1
-0
/
+1
|
*
Allow undefined --- as a struct field default value.
Ginger Bill
2017-07-18
1
-0
/
+1
|
*
Fix aprint* bug; NULL -> nullptr; Better error messages for overloaded functions
Ginger Bill
2017-07-06
1
-7
/
+7
|
*
*_of as keyords; Allow constant aliasing for user/built-in procedures, ↵
Ginger Bill
2017-07-04
1
-0
/
+10
|
|
|
|
import names, and library names
*
`do` keyword for inline statements instead of blocks
Ginger Bill
2017-07-01
1
-0
/
+1
|
*
`#location(..)` and `#call_location`
Ginger Bill
2017-06-18
1
-0
/
+1
|
*
Add foreign variables
Ginger Bill
2017-06-15
1
-2
/
+5
|
*
C-style `c_vararg`s (Not heavily tested)
Ginger Bill
2017-06-13
1
-0
/
+3
|
*
Declaration grouping uses braces rather than parentheses
Ginger Bill
2017-06-13
1
-20
/
+3
|
*
`foreign` blocks for procedures
Ginger Bill
2017-06-12
1
-0
/
+1
|
*
Fix trailing default argument checking
Ginger Bill
2017-06-11
1
-0
/
+1
|
*
Default parameters for procedures
Ginger Bill
2017-06-11
1
-4
/
+5
|
*
Remove unnecessary `typedef` usage
Ginger Bill
2017-06-08
1
-13
/
+12
|
[next]