aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Add to check to fix crashgingerBill2025-02-181-2/+3
* Fix for weird builtin typesgingerBill2025-02-181-4/+10
* Add offset for nested thingsgingerBill2025-02-181-11/+10
* Remove debug printgingerBill2025-02-181-1/+0
* Update the commentsgingerBill2025-02-182-51/+59
* Add `TypeWriter` stream to allow for in-place hashing and string generationgingerBill2025-02-185-271/+361
* Use `TypeSet` for DeclInfo depsgingerBill2025-02-184-60/+71
* Minor code clean upgingerBill2025-02-181-47/+15
* Fix typosgingerBill2025-02-181-1/+1
* Simplify type info table constructiongingerBill2025-02-175-85/+146
* Begin work on `TypeSet`gingerBill2025-02-173-17/+246
* Begin work on hash typesgingerBill2025-02-178-23/+114
* Clean up rules for name manglinggingerBill2025-02-172-179/+64
* Use new name canonicalization approachgingerBill2025-02-172-3/+5
* Work on making name mangling deterministicgingerBill2025-02-1711-275/+475
* Begin work on nested declarationsgingerBill2025-02-171-0/+15
* Fill in more canonical typesgingerBill2025-02-151-2/+49
* Begin work on producing a canonicalized type string for hashing types.gingerBill2025-02-141-27/+248
* Merge pull request #4797 from laytan/improve-abs-of-floatgingerBill2025-02-082-2/+30
|\
| * reorganize tests and handle endianLaytan Laats2025-02-061-8/+5
| * apply abs fix to constant system tooLaytan Laats2025-02-062-5/+8
| * improve abs() on floats for more correct and faster resultsLaytan Laats2025-02-051-0/+28
* | Merge branch 'master' into bill/sdl3gingerBill2025-02-076-45/+36
|\ \
| * \ Merge pull request #4786 from korvahkh/fix-variants2ptrsgingerBill2025-02-071-0/+3
| |\ \
| | * | Preserve `#no_nil` in `intrinsics.type_convert_variants_to_pointers`korvahkh2025-02-031-0/+3
| * | | Merge pull request #4796 from laytan/obfuscate-moregingerBill2025-02-073-43/+25
| |\ \ \
| | * | | -obfuscate-source-code-locations on bounds checks and type assertionsLaytan Laats2025-02-053-43/+25
| | |/ /
| * | / make corrected linkage with -use-separate-modules apply hidden visibilityLaytan Laats2025-02-061-0/+6
| | |/ | |/|
| * | fix odin report macos version reporting unknown when release isn't a 3 pointLaytan Laats2025-02-051-2/+2
| |/
* | Remove transmute suggestion with `-vet-cast` when transmuting native <-> endi...gingerBill2025-02-052-1/+23
* | Remove debug codegingerBill2025-02-051-1/+1
* | Merge branch 'master' into bill/sdl3gingerBill2025-02-043-2/+19
|\|
| * Fix `gb.h`'s `gb_fprintf_va` to allocate if the string is larger than the def...gingerBill2025-01-311-1/+12
| * Fix #4750gingerBill2025-01-311-1/+3
| * Fix #4763gingerBill2025-01-311-0/+4
| * Add `@(export) foreign import`gingerBill2025-01-311-3/+13
* | Clean up `@(export) foreign import` codegingerBill2025-01-301-8/+9
* | `@(export) foreign import` to be package scope levelgingerBill2025-01-302-2/+12
|/
* Fix #4773 - Change order of evaluation for slicing indicesgingerBill2025-01-291-10/+11
* Merge pull request #4580 from tf2spi/4485-fix-exact-value-floatLaytan2025-01-291-1/+4
|\
| * Fix early overwrite of dst w/ exp_u64misomosi2024-12-211-1/+4
* | Print frameworks first on Darwin targetsgingerBill2025-01-281-1/+23
* | Add `@(ignore_duplicates)` for `foreign import` declarationsgingerBill2025-01-283-0/+11
* | optimize fixLaytan Laats2025-01-243-42/+35
* | fix separate modules with objc codeLaytan Laats2025-01-243-45/+63
* | Add `-use-single-module`gingerBill2025-01-222-2/+24
* | Enable `-use-separate-modules` as default for all platformsgingerBill2025-01-221-2/+0
* | Remove duplicates of .framework/.dynlib/.so in linkergingerBill2025-01-221-1/+10
* | fix grammar in error messagejason2025-01-211-1/+1
* | fixes compiler crash on syntax error (issue 4738)jason2025-01-211-1/+3