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
/
gb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update threading.cpp to have helgrind annotations
gingerBill
2023-01-16
1
-2
/
+0
*
fix: Expand OpenBSD include for wait.h to all Unix
Jeroen Ruigrok van der Werven
2022-08-22
1
-1
/
+1
*
Undo changes to common.cpp and move the include of sys/wait.h to gb.h
Ronald1985
2022-07-22
1
-0
/
+4
*
Additional cleanup of microsoft_craziness.h.
Jeroen van Rijn
2022-05-27
1
-1
/
+1
*
Compiler: Add early error for output path being a directory.
Jeroen van Rijn
2022-04-24
1
-11
/
+35
*
provide a simple gb_file_copy() implementation
Sébastien Marie
2022-02-25
1
-4
/
+44
*
initial OpenBSD support
Sébastien Marie
2022-02-25
1
-1
/
+45
*
[report] Fix `odin report` crash if `/usr/lib/os-release` doesn't exist.
Jeroen van Rijn
2022-02-22
1
-0
/
+1
*
src: Add preliminary support for Linux AArch64
Yawning Angel
2021-12-23
1
-0
/
+2
*
fix strip-semicolon using original file handle size
skytrias
2021-10-23
1
-1
/
+4
*
Add some minor sanity checks to the compiler's `heap_allocator_proc` on Darwin
gingerBill
2021-09-08
1
-4
/
+8
*
Change the implementation of `Arena` to use virtual memory, and remove the ol...
gingerBill
2021-08-26
1
-626
/
+0
*
thread_pool.cpp: fix with 1 thread; gb.h: remove buggy /proc/cpuinfo code
nakst
2021-08-23
1
-63
/
+3
*
Migrate and remove more from gb.h
gingerBill
2021-08-19
1
-1052
/
+4
*
Remove unused code from gb.h (which means it is heavily modified now)
gingerBill
2021-08-19
1
-2269
/
+2
*
Improve the C++ to be more correct for clang on Windows, still requiring the ...
gingerBill
2021-08-19
1
-10
/
+31
*
Fix typo
gingerBill
2021-08-07
1
-6
/
+6
*
Inline heap_allocator resize logic on *nix platforms
gingerBill
2021-08-07
1
-15
/
+41
*
Prepare tokenizer for optimizations
gingerBill
2021-08-02
1
-1
/
+1
*
Begin optimizing tokenizer; Replace `gb_utf8_decode` with `utf8_decode` (CC b...
gingerBill
2021-08-01
1
-1
/
+3
*
Fix `gb_shuffle`
gingerBill
2021-07-13
1
-1
/
+1
*
Fix typo in gb_get_env
gingerBill
2021-04-25
1
-2
/
+2
*
Add `gb_get_env`
gingerBill
2021-04-25
1
-0
/
+42
*
Fix potential Typo : S32 ==> I32
Jason Dsouza
2021-04-19
1
-2
/
+2
*
Make size of allocation multiple of the alignment
Nakst
2021-03-14
1
-1
/
+1
*
Remove `bit_field` type from Odin (keyword and dead runtime code still exists)
gingerBill
2021-02-19
1
-3
/
+3
*
Patch up gb.h
gingerBill
2020-11-24
1
-1
/
+22
*
Prepare for M1 Mac
gingerBill
2020-11-24
1
-2
/
+78
*
Add SCOPED_TEMPORARY_BLOCK for temporary allocations within a block
gingerBill
2020-11-15
1
-1
/
+1
*
Add FreeBSD targets, get gb.h working with FreeBSD, fix odin_root_directory f...
Christian Seibold
2020-09-14
1
-1
/
+84
*
Fix `gb_alloc_str_len`
gingerBill
2020-08-05
1
-1
/
+2
*
Update microsoft_craziness.h to work correctly with the rest of the codebase ...
gingerBill
2019-11-27
1
-0
/
+4
*
Clean up thread pool code
gingerBill
2019-09-03
1
-12
/
+3
*
Improve thread pool (volatile hints, etc)
gingerBill
2019-09-02
1
-4
/
+4
*
Minor changes
gingerBill
2019-09-01
1
-7
/
+24
*
ThreadPool for the parser
gingerBill
2019-09-01
1
-1
/
+1
*
Fix race condition; Change `for in` addressing mode
gingerBill
2018-12-24
1
-1
/
+1
*
Hack: union compound literal fix
gingerBill
2018-11-29
1
-1
/
+1
*
Fix poly proc determination by cloning the signature node
gingerBill
2018-11-25
1
-5
/
+8
*
fix macos thread_count value
Hasen Judy
2018-09-15
1
-1
/
+2
*
Fix typo
gingerBill
2018-08-19
1
-3
/
+2
*
Fix gbMutex for *nix
gingerBill
2018-08-19
1
-9
/
+7
*
Uncomment code
gingerBill
2018-07-01
1
-1
/
+1
*
Fix on *nix
gingerBill
2018-07-01
1
-6
/
+12
*
Fix gb.h
gingerBill
2018-06-15
1
-4
/
+3
*
Fix type aliasing comparison; Fix gb_utf8_decode
gingerBill
2018-06-15
1
-1
/
+1
*
Remove code relating to default struct values
gingerBill
2018-05-20
1
-12
/
+14
*
Fix #210
gingerBill
2018-05-06
1
-1
/
+1
*
Fix gb_alloc_str_len
gingerBill
2018-03-07
1
-3
/
+4
*
`-out` and generate executable in the current working directory
gingerBill
2018-02-25
1
-1
/
+1
[next]