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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add sanity checks to checker
dev-2021-08
gingerBill
2021-08-02
2
-15
/
+21
*
Merge pull request #1065 from Kelimion/string_cut
Jeroen van Rijn
2021-08-02
1
-0
/
+34
|
\
|
*
string.cut uses context.allocator by default.
Jeroen van Rijn
2021-08-02
1
-2
/
+2
|
*
Add `strings.cut`, which returns a substring.
Jeroen van Rijn
2021-08-01
1
-0
/
+34
*
|
Add `@(warning=<string>)`
gingerBill
2021-08-02
4
-0
/
+21
*
|
Prepare tokenizer for optimizations
gingerBill
2021-08-02
2
-21
/
+37
*
|
Remove the literal conversion logic to the parser from the tokenizer
gingerBill
2021-08-02
4
-44
/
+44
*
|
Replace `line` with `column_minus_one` in `Tokenizer`; Remove dead code
gingerBill
2021-08-02
1
-45
/
+26
*
|
Begin optimizing tokenizer; Replace `gb_utf8_decode` with `utf8_decode` (CC b...
gingerBill
2021-08-01
9
-44
/
+169
*
|
Clean up a bit of the tokenizer code so that the semicolon insertion rules ar...
gingerBill
2021-08-01
1
-127
/
+142
|
/
*
Give `begin_error_block` its own recursive mutex
gingerBill
2021-07-29
2
-3
/
+5
*
Modify MPMCQueue behaviour to use `i32` over `isize`; Correct cache line padd...
gingerBill
2021-07-28
2
-35
/
+46
*
Add mutex for `@(builtin)` attributes
gingerBill
2021-07-28
2
-14
/
+21
*
EXPERIMENT: Set `DEFAULT_TO_THREADED_CHECKER` on all platforms
gingerBill
2021-07-27
1
-2
/
+2
*
Use `DEFAULT_TO_THREADED_CHECKER`
gingerBill
2021-07-27
2
-3
/
+8
*
Add accidentally removed call
gingerBill
2021-07-27
1
-0
/
+3
*
Correct race condition on untyped expr info map logic on global evaluations
gingerBill
2021-07-27
2
-26
/
+67
*
Define which mutexes are blocking and recursive explicitly
gingerBill
2021-07-27
14
-133
/
+151
*
Short circuit `check_with_workers` logic on `worker_count == 0`
gingerBill
2021-07-27
1
-2
/
+13
*
Unify threading logic
gingerBill
2021-07-27
1
-130
/
+45
*
Remove global semaphore and place in CheckerInfo
gingerBill
2021-07-27
2
-12
/
+74
*
Remove dead mutex
gingerBill
2021-07-27
2
-4
/
+0
*
Correct logic for `check_import_entities - collect file decls`
gingerBill
2021-07-27
1
-18
/
+32
*
Big simplification and improvement of the entity collection system, reducing ...
gingerBill
2021-07-27
7
-274
/
+331
*
Improve default scope size
gingerBill
2021-07-27
6
-8
/
+51
*
Fix syntax error for a missing package name
gingerBill
2021-07-26
1
-2
/
+8
*
Manually short circuit in `lb_build_if_stmt` for constant conditions
gingerBill
2021-07-26
1
-10
/
+52
*
Fix typo
gingerBill
2021-07-25
1
-1
/
+1
*
Minor fix
gingerBill
2021-07-25
1
-3
/
+3
*
INTERNAL USE ONLY: `//+lazy` build flag
gingerBill
2021-07-25
8
-71
/
+188
*
Default to using a threaded checker on Windows; Add `-no-threaded-checker` fo...
gingerBill
2021-07-24
2
-0
/
+24
*
Merge pull request #1060 from Kelimion/win_sys
Jeroen van Rijn
2021-07-15
12
-0
/
+12
|
\
|
*
Allow `core:sys/windows` to build on Windows only
Jeroen van Rijn
2021-07-15
12
-0
/
+12
|
/
*
Remove dead code
gingerBill
2021-07-15
3
-20
/
+5
*
Remove need for scope mutex, make Scope singly linked list tree with atomic p...
gingerBill
2021-07-14
2
-18
/
+9
*
Override libtommath allocation procedures
gingerBill
2021-07-14
4
-26
/
+58
*
Remove random load balancing in `thread_proc_body`
gingerBill
2021-07-14
2
-28
/
+29
*
Add Greed Work Stealing and Random Load Balancing for check_procedure_bodies
gingerBill
2021-07-14
1
-9
/
+35
*
Muilthread `check_collect_entities_all`
gingerBill
2021-07-14
1
-2
/
+72
*
Remove duplicate code
gingerBill
2021-07-14
1
-13
/
+0
*
Replace non-recursive mutexes with `BlockingMutex`; Minor improves to initial...
gingerBill
2021-07-14
6
-93
/
+186
*
Remove dead mutexes
gingerBill
2021-07-13
3
-18
/
+0
*
Reduce mutex usage and convert things to queues from arrays
gingerBill
2021-07-13
5
-118
/
+204
*
Minor code clean up to reuse the ProcInfo consumption code
gingerBill
2021-07-13
1
-33
/
+36
*
Require throughput pass results with `-show-more-timings -show-debug-messages...
gingerBill
2021-07-13
1
-1
/
+1
*
Move asserts around
gingerBill
2021-07-13
1
-3
/
+5
*
Correct `lb_big_int_to_llvm`
gingerBill
2021-07-13
1
-9
/
+10
*
Add extra message to assert
gingerBill
2021-07-13
1
-3
/
+1
*
Do manual byte swapping for endianness in `lb_big_int_to_llvm`
gingerBill
2021-07-13
1
-5
/
+12
*
Add (internal flag) -show-debug-messages
gingerBill
2021-07-13
5
-17
/
+35
[next]