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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the need for a look ahead
gingerBill
2018-06-11
1
-19
/
+3
*
Change how `context <-` is parsed to remove the need for a look-ahead
gingerBill
2018-06-11
2
-27
/
+29
*
Remove `using in` stuff
gingerBill
2018-06-11
4
-262
/
+37
*
Use global arena for AstNode allocations
gingerBill
2018-06-09
11
-119
/
+128
*
Entity aliasing clean up
gingerBill
2018-06-09
9
-169
/
+68
*
Remove dead code
gingerBill
2018-06-07
5
-33
/
+18
*
Fix type info generation for empty structs
gingerBill
2018-06-07
1
-32
/
+33
*
Fix min type info for polymorphic procedures and named types
gingerBill
2018-06-03
3
-17
/
+9
*
Revert name mangling
gingerBill
2018-06-03
1
-12
/
+5
*
Change our IR name mangling rules
gingerBill
2018-06-03
1
-7
/
+16
*
Fix minor possible issue
gingerBill
2018-06-03
1
-1
/
+1
*
Rename os.default_allocator to os.heap_allocator
gingerBill
2018-06-03
2
-2
/
+2
*
Merge branch 'packages' of github.com:odin-lang/Odin into packages
Brett R. Toomey
2018-06-03
2
-17
/
+18
|
\
|
*
Use gbString for opt_flags
gingerBill
2018-06-03
1
-14
/
+10
|
*
Add -debug-compile parameter for llc
gingerBill
2018-06-03
2
-4
/
+9
*
|
Dsymutil fixes for macOS
Brett R. Toomey
2018-06-03
1
-0
/
+15
|
/
*
Remove special shared scope for runtime stuff
gingerBill
2018-06-03
6
-133
/
+186
*
Split up `init_preload` into specific parts
gingerBill
2018-06-03
5
-126
/
+109
*
Remove need for __llvm_core
gingerBill
2018-06-03
4
-18
/
+17
*
Use const & for Array<AstNode *> parameters
gingerBill
2018-06-03
7
-21
/
+24
*
Re-allow `when` statements at the file scope
gingerBill
2018-06-02
4
-24
/
+281
*
Remove dead code from checker
gingerBill
2018-06-02
5
-288
/
+139
*
Handle multiple +build package tags with '!' (nots)
gingerBill
2018-05-28
1
-37
/
+55
*
Comment based build tags for packages (basic and temporary)
gingerBill
2018-05-28
4
-13
/
+91
*
Remove clutter parameters and begin parallelizing the type checker
gingerBill
2018-05-28
7
-91
/
+204
*
Refactor: use CheckerContext rather than Checker in type checking part
gingerBill
2018-05-28
7
-785
/
+799
*
Remove `tmp_allocator` from `Checker`
gingerBill
2018-05-28
10
-313
/
+209
*
Parallelize per file rather than per package
gingerBill
2018-05-28
8
-221
/
+220
*
Change import lookup
gingerBill
2018-05-27
2
-4
/
+7
*
Remove unused packages
gingerBill
2018-05-27
1
-14
/
+30
*
Clean up name mangling by using unique package names per project
gingerBill
2018-05-27
6
-28
/
+94
*
Reorganize `runtime` package
gingerBill
2018-05-27
10
-134
/
+200
*
Err on empty directory packages
gingerBill
2018-05-27
2
-5
/
+8
*
Fix delayed assert collection
gingerBill
2018-05-27
2
-25
/
+15
*
Remove dead code
gingerBill
2018-05-27
3
-117
/
+36
*
Single file "main" file
gingerBill
2018-05-27
5
-26
/
+62
*
Allow for either .odin file or directory as the initial start
gingerBill
2018-05-27
4
-6
/
+36
*
Move ODIN_* platform constants to `core:os`
gingerBill
2018-05-27
8
-59
/
+35
*
IR now builds with the new package system
gingerBill
2018-05-27
7
-12
/
+44
*
Add file scopes for the packages
gingerBill
2018-05-27
6
-150
/
+133
*
Add basic package support (no IR support yet)
gingerBill
2018-05-26
13
-666
/
+552
*
Parse directories to be packages
gingerBill
2018-05-21
7
-76
/
+271
*
Fix demo for removing default struct values
gingerBill
2018-05-20
1
-3
/
+2
*
Remove code relating to default struct values
gingerBill
2018-05-20
6
-305
/
+32
*
Disable default struct field values; Update README.md
gingerBill
2018-05-20
2
-2
/
+2
*
Remove old dependency
gingerBill
2018-05-20
1
-1
/
+0
*
now return 1 if there were errors
Joshua Mark Manton
2018-05-17
1
-1
/
+5
*
whitespace
Joshua Mark Manton
2018-05-16
1
-0
/
+2
*
removed unneeded block
Joshua Mark Manton
2018-05-16
1
-4
/
+0
*
added compiler command for only parsing and typechecking
Joshua Mark Manton
2018-05-16
2
-1
/
+20
[next]