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
...
|
*
Add `flags: Type_Info_Flags,` to `runtime.Type_Info`
gingerBill
2020-11-23
5
-6
/
+45
|
*
Add comparisons to structs where all fields are comparable `==` and `!=`
gingerBill
2020-11-23
6
-51
/
+289
|
*
Re-enable `zeroext` for `i1`
gingerBill
2020-11-22
1
-4
/
+3
|
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2020-11-22
1
-1
/
+1
|
|
\
|
|
*
Merge pull request #787 from dbechrd/dbechrd-mixed-value-error-typo-fix
gingerBill
2020-11-22
1
-1
/
+1
|
|
|
\
|
|
|
*
Update check_expr.cpp
Dan Bechard
2020-11-20
1
-1
/
+1
|
*
|
|
Modify llvm_abi.cpp to work correctly for win64 abi of `i128` types. (it's a ...
gingerBill
2020-11-22
4
-160
/
+202
|
|
/
/
|
*
/
Add `ODIN_TEST` constant for checking if `odin test` is being run
gingerBill
2020-11-21
1
-0
/
+1
|
|
/
|
*
Fix casting of untyped strings
gingerBill
2020-11-20
1
-1
/
+12
|
*
Support string literals for fixed arrays of runes; Add %q support for arrays/...
gingerBill
2020-11-20
5
-27
/
+94
|
*
Allow string literals for `[N]byte`
gingerBill
2020-11-20
6
-7
/
+34
|
*
Update `odin doc` to support multiple package outputs by passing multiple pat...
gingerBill
2020-11-18
5
-109
/
+171
|
*
Improve `system_exec_command_line_app` functionality; Restrict `test_*` proce...
gingerBill
2020-11-17
2
-85
/
+36
|
*
Fix up `system_exec_command_line_app` exit code code
gingerBill
2020-11-17
1
-4
/
+18
|
*
Begin rudimentary work on implementing `odin test` tooling with `*_test.odin`...
gingerBill
2020-11-17
7
-16
/
+102
|
*
Minor fixes
gingerBill
2020-11-17
1
-5
/
+4
|
*
Ignore `+build` flags in packages comments with `odin doc`
gingerBill
2020-11-17
1
-32
/
+8
|
*
Fix proc type printing
gingerBill
2020-11-17
1
-0
/
+19
|
*
Improve file doc logic
gingerBill
2020-11-17
1
-3
/
+6
|
*
Fix parser logic for first comment group line in a file
gingerBill
2020-11-17
2
-11
/
+31
|
*
Fix typo
gingerBill
2020-11-17
1
-0
/
+2
|
*
Add more documentation for odin doc flags
gingerBill
2020-11-17
1
-0
/
+8
|
*
Improve flags for `odin doc`
gingerBill
2020-11-17
4
-24
/
+39
|
*
Basic `odin doc` support
gingerBill
2020-11-17
8
-99
/
+363
|
*
Improve flag handling to check for invalid uses
gingerBill
2020-11-17
3
-56
/
+149
|
*
Add `-show-unused-with-location`
gingerBill
2020-11-17
3
-135
/
+89
|
*
Fix string_compare
gingerBill
2020-11-17
1
-0
/
+1
|
*
Add `-show-unused` (Shows unused package declarations of all imported packages)
gingerBill
2020-11-17
7
-32
/
+207
|
*
Minimize memory usage for AST nodes by using Slice<T> rather than Array<T> wh...
gingerBill
2020-11-16
12
-119
/
+218
|
*
Minimize Ast flags usage
gingerBill
2020-11-16
2
-16
/
+16
|
*
Improve logic for x->y() shorthand
gingerBill
2020-11-15
5
-18
/
+31
|
*
Improve generate_entity_dependency_graph: Calculate edges for graph M - Part 2
gingerBill
2020-11-15
2
-25
/
+58
|
*
Add next_pow2_isize for PtrSet
gingerBill
2020-11-15
1
-1
/
+18
|
*
Fix calling convention for new LLVM ABI, and change`PtrSet` index to be `u32`...
gingerBill
2020-11-15
5
-59
/
+71
|
*
Implement custom temporary allocator using ring buffer
gingerBill
2020-11-15
7
-84
/
+101
|
*
Add SCOPED_TEMPORARY_BLOCK for temporary allocations within a block
gingerBill
2020-11-15
12
-118
/
+159
|
*
Make `set_procedure_abi_types` use the permanent_allocator
gingerBill
2020-11-15
5
-28
/
+30
|
*
Begin clarifying allocation patterns by changing from `heap_allocator` to spe...
gingerBill
2020-11-15
10
-201
/
+209
|
*
Improve lb_abi_to_odin_type
gingerBill
2020-11-14
2
-4
/
+49
|
*
Improve USE_NEW_LLVM_ABI_SYSTEM's System V ABI
gingerBill
2020-11-12
3
-79
/
+198
|
*
Begin work on Sys V for new ABI system
gingerBill
2020-11-12
1
-18
/
+164
|
*
Update LLVM backend to begin work on a generic ABI system
gingerBill
2020-11-12
4
-161
/
+1307
|
*
Force dependency for @(export) entities
gingerBill
2020-11-10
1
-0
/
+16
|
*
Made sure the entry point is not generated when -no-entry-point is specified.
F0x1fy
2020-11-10
1
-3
/
+3
|
*
For the sake of consistency, fixed the placement of the -no-entry-point flag ...
F0x1fy
2020-11-10
1
-1
/
+1
|
*
Removed unnecessary newline from previous commit.
F0x1fy
2020-11-10
1
-1
/
+0
|
*
Added -no-entry-point flag and relevant check.
F0x1fy
2020-11-10
3
-1
/
+9
|
*
Fix `typeid_of` bug
gingerBill
2020-11-10
3
-24
/
+34
|
*
Fix default parameters on record types
gingerBill
2020-11-09
4
-45
/
+142
|
*
Remove debug code causing bug
gingerBill
2020-11-09
1
-4
/
+0
[prev]
[next]