DanielGavin
|
8e395cc6e9
Fixed crash in `core:odin/parser` with `#reverse`
|
1 年之前 |
gingerBill
|
feba52002e
Reduce repetition on initializing global type info member arrays
|
1 年之前 |
gingerBill
|
ca2b2c498e
Add `-obfuscate-source-code-locations`
|
1 年之前 |
gingerBill
|
6e9e469abd
Merge pull request #3008 from laytan/fix-stat-struct-layout-linux-arm64
|
1 年之前 |
gingerBill
|
0490ba46f4
Merge pull request #3015 from Lperlind/master
|
1 年之前 |
gingerBill
|
e0652ee2f4
Minor fix to call expr in tilde with variadic parameters
|
1 年之前 |
gingerBill
|
bc99bacb21
Update Tilde
|
1 年之前 |
gingerBill
|
173527d631
Remove random tag
|
1 年之前 |
gingerBill
|
f8cb2bcad2
Add `slice.unique` and `slice.unique_proc`
|
1 年之前 |
gingerBill
|
b011487778
Reimplement `binary_search_by` to be simpler
|
1 年之前 |
gingerBill
|
c8cc130744
Fix the implementation of `binary_search_by` to work with a normal `ordering` call, rather than the backwards version.
|
1 年之前 |
gingerBill
|
fe0244606b
Revert
|
1 年之前 |
gingerBill
|
036fa6482c
Use `cmp_proc` in `binary_search`
|
1 年之前 |
gingerBill
|
04ca22b9ea
Add to `core:slice` `reduce_reverse`, `filter_reverse`, `repeat`
|
1 年之前 |
gingerBill
|
bf9ae77fbd
Remove duplicates from `init`/`fini` procedure list
|
1 年之前 |
gingerBill
|
4adfc120ba
Merge branch 'master' of https://github.com/odin-lang/Odin
|
1 年之前 |
gingerBill
|
d8bb93accc
Fix race condition caused by lack of checking specialized parapoly procedures as a dependency (#2968)
|
1 年之前 |
Lucas Perlind
|
e410908ce8
Add Hidpi to Windows
|
1 年之前 |
Laytan Laats
|
d278c852cc
clean up field names
|
1 年之前 |
Jeroen van Rijn
|
040b90ce76
Merge pull request #3011 from xtactis/binary_search_by_fix/3007
|
1 年之前 |
Matija Dizdar
|
843b2350eb
added #no_bounds_check back into binary_search_by
|
1 年之前 |
Matija Dizdar
|
526d338300
removed incorrect requirement for key type to be ordered in binary_search_by
|
1 年之前 |
Laytan Laats
|
a6aca5d6d1
fix struct stat layout linux arm64
|
1 年之前 |
gingerBill
|
31b1aef44e
Merge pull request #3003 from karl-zylinski/patch-1
|
1 年之前 |
gingerBill
|
a8c09d77ff
Merge pull request #3004 from flysand7/strings-doc
|
1 年之前 |
flysand7
|
2e1b2dc3ba
strings: Fix up documentation of split_n
|
1 年之前 |
Karl Zylinski
|
65333181fc
virtual arena: Actually use DEFAULT_ARENA_STATIC_RESERVE_SIZE as default value on arena_init_static
|
1 年之前 |
gingerBill
|
65afe6f70d
Merge pull request #3002 from laytan/fix-write-on-x86_64-darwin
|
1 年之前 |
Laytan Laats
|
291a064725
fix write on x86_64 Darwin
|
1 年之前 |
Jeroen van Rijn
|
c5c46c5073
Silence writable string warnings when compiling Odin on Linux.
|
1 年之前 |