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
...
*
Prefix named types with package name in debug types
gingerBill
2021-03-23
2
-0
/
+12
*
Improve debug type names for composite types (arrays, map, struct, union)
gingerBill
2021-03-23
2
-46
/
+47
*
Clean up some debug type code
gingerBill
2021-03-23
1
-131
/
+113
*
Add global variables to -llvm-api debug information
gingerBill
2021-03-23
1
-1
/
+2
*
Move LLVM optimization procedures to a separate file to aid with organization
gingerBill
2021-03-23
2
-90
/
+202
*
Fix debug information for `typeid` on -llvm-api
gingerBill
2021-03-22
1
-2
/
+3
*
Correct debug info for basic composite types (e.g. `string`, `any`)
gingerBill
2021-03-22
1
-89
/
+143
*
Add local debug variable support for -llvm-api
gingerBill
2021-03-22
1
-54
/
+151
*
Start work on very basic LLVM debug type information
gingerBill
2021-03-22
2
-31
/
+310
*
Begin integrating work from branch llvm-debug-symbols
gingerBill
2021-03-20
2
-423
/
+580
*
Fix LLVMConstArray usage
gingerBill
2021-03-19
1
-6
/
+12
*
Fix LLVM asserts
gingerBill
2021-03-19
1
-4
/
+7
*
Add ExternC.h
gingerBill
2021-03-19
1
-0
/
+39
*
Fix some LLVM asserts by using LLVMConstNamedStruct everywhere
gingerBill
2021-03-19
3
-67
/
+108
*
Update llvm-c headers for Version 11.0.1
gingerBill
2021-03-19
32
-265
/
+357
*
fix windows
Atil Kurtulmus
2021-03-19
1
-6
/
+7
*
fixtypo
atil
2021-03-19
1
-3
/
+2
*
fixtypo
atil
2021-03-19
1
-1
/
+1
*
early memcpyopt
atil
2021-03-19
2
-4
/
+18
*
return by pointer on linux
atil
2021-03-19
2
-5
/
+3
*
Make `check_single_global_entity` use `create_checker_context`
gingerBill
2021-03-15
1
-6
/
+11
*
Merge pull request #868 from nakst/patch-1
gingerBill
2021-03-15
1
-1
/
+1
|
\
|
*
Make size of allocation multiple of the alignment
Nakst
2021-03-14
1
-1
/
+1
*
|
Similar to the update to gb.h
Nakst
2021-03-14
1
-1
/
+1
|
/
*
Change from `test_*` prefix to `@(test)` attribute for `odin test`
gingerBill
2021-03-14
5
-13
/
+19
*
Add `pkg` field to `testing.Internal_Test`
gingerBill
2021-03-14
2
-5
/
+19
*
`odin test` to work with the new `core:testing` package
gingerBill
2021-03-14
5
-10
/
+134
*
Add support for backslash \ to consume a newline
gingerBill
2021-03-14
2
-7
/
+41
*
Simplify `expect_semicolon_newline_error` rule
gingerBill
2021-03-13
1
-18
/
+13
*
Remove `&& false` from test code
gingerBill
2021-03-13
1
-1
/
+1
*
Add `-strict-style` flag: Enforces code style stricter whilst parsing, requir...
gingerBill
2021-03-13
3
-11
/
+90
*
Fix `is_diverging_stmt` for invalid statements
gingerBill
2021-03-13
1
-4
/
+4
*
Fix formatting of code
gingerBill
2021-03-10
1
-9
/
+7
*
Add LLVM boolean compatibility to result types
Matias Fernandez
2021-03-09
1
-0
/
+12
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-03-09
2
-7
/
+1
|
\
|
*
Merge pull request #862 from Kelimion/kelimion/master
gingerBill
2021-03-06
1
-6
/
+0
|
|
\
|
|
*
Remove double removal of extension when using the -out option.
Jeroen van Rijn
2021-03-06
1
-6
/
+0
|
*
|
Fix nullref access violation when building with no entry point
Jose Luis Rey Mendez
2021-03-06
1
-1
/
+1
|
|
/
*
/
Add `intrinsics.volatile_store` and `intrinsics.volatile_load`
gingerBill
2021-03-09
5
-3
/
+37
|
/
*
Remove test code
gingerBill
2021-03-06
1
-3
/
+0
*
Fix `context` bug with `deferred_*` attributes which caused a new `context` t...
gingerBill
2021-03-06
3
-52
/
+77
*
Fix ir_print.cpp i32 line/column values
gingerBill
2021-03-05
1
-7
/
+7
*
Minimize the size of `runtime.Source_Code_Location` to use `i32` instead of `...
gingerBill
2021-03-05
3
-32
/
+32
*
Minimize TokenPos size by using `i32` for line/column/offset and file_id inst...
gingerBill
2021-03-04
11
-127
/
+179
*
Add `-vet-extra` (checks for unneeded casts and transmutes)
gingerBill
2021-03-03
4
-3
/
+28
*
Clean up logic for `<<` and `>>` behaviour
gingerBill
2021-03-02
2
-8
/
+8
*
Re-enable "LLVM Function Pass"
gingerBill
2021-03-02
1
-1
/
+1
*
Clean up `lb_end_procedure_body` logic
gingerBill
2021-03-02
2
-23
/
+4
*
Fix Addressing for SOA on store; Add intrinsics.type_struct_field_count(T)
gingerBill
2021-03-01
5
-12
/
+68
*
Improve `lb_end_procedure_body` logic
gingerBill
2021-03-01
1
-11
/
+35
[prev]
[next]