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
/
build.bat
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert build.bat
gingerBill
2021-04-25
1
-1
/
+1
*
Remove the need for `LLVM_BACKEND_SUPPORT`
gingerBill
2021-04-25
1
-3
/
+6
*
Add -DUSE_NEW_LLVM_ABI_SYSTEM by default to Windows build for -llvm-api
gingerBill
2021-02-24
1
-1
/
+1
*
Add git sha to `odin version` command
Mikkel Hjortshoej
2020-08-23
1
-7
/
+15
*
Revert build.bat
gingerBill
2020-06-23
1
-10
/
+4
*
`-vet` `sync/channel.odin`
gingerBill
2020-06-22
1
-4
/
+10
*
Revert build.bat
gingerBill
2020-06-22
1
-10
/
+4
*
Add `time.read_cycle_counter`
gingerBill
2020-06-22
1
-4
/
+10
*
Remove dead stuff from build.bat
gingerBill
2020-03-19
1
-6
/
+2
*
Change demo.odin to default
gingerBill
2020-03-19
1
-1
/
+1
*
Add `LLVM_BACKEND_SUPPORT` macro to make the backend optional
gingerBill
2020-03-19
1
-1
/
+3
*
Have different categories for optimization passes
gingerBill
2020-03-19
1
-1
/
+1
*
Integrate linker code with the new LLVM API backend
gingerBill
2020-03-08
1
-4
/
+4
*
Fix `context` system; add more to -show-more-timings for LLVM API; Add `ODIN_...
gingerBill
2020-03-08
1
-4
/
+3
*
Basic functionality, except for `map` and correct nested typename mangling
gingerBill
2020-03-07
1
-1
/
+2
*
Global variable initialization support
gingerBill
2020-02-23
1
-2
/
+2
*
Basic work on obj generation
gingerBill
2020-02-23
1
-1
/
+6
*
Begin LLVM C API integration
gingerBill
2020-02-01
1
-2
/
+5
*
Remove -Wno-writable-strings
gingerBill
2020-01-04
1
-1
/
+1
*
Add the ability to toggle release mode externally when calling build.bat
vassvik
2019-12-22
1
-1
/
+8
*
Fix IR string interning type
gingerBill
2019-12-01
1
-1
/
+1
*
Add `strings.ptr_from_string`
gingerBill
2019-12-01
1
-1
/
+1
*
Add range_cache.cpp
gingerBill
2019-10-26
1
-1
/
+0
*
Fix debug mode for build.bat
gingerBill
2019-09-02
1
-3
/
+3
*
Fix build.bat
gingerBill
2019-09-02
1
-4
/
+3
*
Thread pool fixes
gingerBill
2019-09-01
1
-6
/
+7
*
Remove -keep-temp-files from the build.bat
gingerBill
2019-03-31
1
-1
/
+1
*
Reimplement -collection; remove `static` from Odin tokenizer/parser in core l...
gingerBill
2019-02-23
1
-2
/
+2
*
last fixes to bats and README
Mikkel Hjortshoej
2019-02-06
1
-2
/
+2
*
Create CI files
Mikkel Hjortshoej
2019-02-06
1
-1
/
+0
*
Remove debug printing text
gingerBill
2019-01-05
1
-1
/
+1
*
Support #! comments
gingerBill
2018-12-26
1
-1
/
+1
*
Fix typo for little endian integers
gingerBill
2018-12-02
1
-2
/
+2
*
Update compiler flags for build.bat
gingerBill
2018-09-09
1
-1
/
+1
*
Change build.bat to use release_mode=1 by default
gingerBill
2018-08-05
1
-1
/
+1
*
Fix anonymous procedures
gingerBill
2018-07-01
1
-1
/
+1
*
Change our IR name mangling rules
gingerBill
2018-06-03
1
-1
/
+1
*
Fix build.bat
gingerBill
2018-05-27
1
-1
/
+1
*
Fix delayed assert collection
gingerBill
2018-05-27
1
-1
/
+1
*
Single file "main" file
gingerBill
2018-05-27
1
-1
/
+1
*
IR now builds with the new package system
gingerBill
2018-05-27
1
-1
/
+1
*
Parse directories to be packages
gingerBill
2018-05-21
1
-1
/
+1
*
Demo fix
gingerBill
2018-02-25
1
-2
/
+1
*
Remove unneeded disabled warnings for MSVC
gingerBill
2018-02-25
1
-4
/
+2
*
Reimplement opt stage
gingerBill
2018-01-20
1
-3
/
+1
*
Remove timing for llvm-opt
gingerBill
2018-01-20
1
-1
/
+4
*
Revert to demo.odin
Ginger Bill
2017-09-29
1
-1
/
+1
*
Fix old_demos; Fix `when` bug; Fix enum `.names`
Ginger Bill
2017-09-29
1
-1
/
+1
*
Fix issue #101
Ginger Bill
2017-09-20
1
-1
/
+1
*
Library collections
Ginger Bill
2017-09-07
1
-1
/
+1
[prev]
[next]