aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Attempt at fixing #3588gingerBill2024-05-141-0/+2
* | | | | | | Make `..` ranges a complete error rather than a warning now.gingerBill2024-05-131-1/+1
* | | | | | | Extra check for `field` being `nullptr`gingerBill2024-05-131-4/+6
* | | | | | | Make `core:runtime` etc a warning, and an error with `-vet`gingerBill2024-05-132-3/+27
* | | | | | | If only warnings exist on `print_all_errors`, next time it is called, clear t...gingerBill2024-05-131-0/+15
* | | | | | | Fix #3554gingerBill2024-05-131-2/+2
* | | | | | | Fix #3516gingerBill2024-05-131-0/+11
* | | | | | | Fix #3569gingerBill2024-05-131-1/+1
* | | | | | | Merge pull request #3580 from Feoramund/suggest-test-all-packagesgingerBill2024-05-132-4/+5
|\ \ \ \ \ \ \
| * | | | | | | Fix `read_directory()` skipping directories on UNIX-likesFeoramund2024-05-121-4/+1
| * | | | | | | Suggest `-all-packages` if testing empty directoryFeoramund2024-05-121-0/+4
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Fix #3578gingerBill2024-05-131-17/+23
* | | | | | | Fix #3573gingerBill2024-05-131-0/+7
* | | | | | | Minor clean up of `is_terminating` codegingerBill2024-05-131-8/+19
* | | | | | | Fix #3581 due to typogingerBill2024-05-131-1/+1
* | | | | | | Fix #3582 by disallowing itgingerBill2024-05-131-1/+2
* | | | | | | Fix #3585gingerBill2024-05-131-0/+48
* | | | | | | Fix #3584gingerBill2024-05-131-0/+7
|/ / / / / /
* | | | | | Fix `>=` for stringsgingerBill2024-05-121-2/+2
* | | | | | Check for illegal use of `distinct`gingerBill2024-05-121-0/+1
* | | | | | Fix another oversight for `bit_field` endian with 1-byte typesgingerBill2024-05-111-2/+3
* | | | | | Merge pull request #3574 from jasonKercher/i386-syscall6gingerBill2024-05-111-8/+2
|\ \ \ \ \ \
| * | | | | | fix 6 argument syscall on i386jason2024-05-101-8/+2
| | |_|_|/ / | |/| | | |
* | | | | | Make doc writer use the old "Ordered Insertion" based `PtrMap`gingerBill2024-05-112-23/+449
* | | | | | Fix error message handlinggingerBill2024-05-112-3/+3
* | | | | | Generalize to any 1-byte element in `bit_field`gingerBill2024-05-111-1/+2
* | | | | | Allow edge-case where backing type of a `bit_field` is (array of) `u8`, to al...gingerBill2024-05-111-2/+3
* | | | | | Fix #3522gingerBill2024-05-101-2/+32
* | | | | | Fix #3567gingerBill2024-05-101-0/+2
|/ / / / /
* | | | | fix duplicate suggestions and add missing newlineLaytan2024-05-092-3/+7
* | | | | With `-vet-style`, give suggestion of separating where clauses with a comma r...gingerBill2024-05-093-2/+16
* | | | | Add intrinsics `type_bit_set_elem_type` & `type_bit_set_underlying_type`gingerBill2024-05-092-0/+58
* | | | | Fix #3555gingerBill2024-05-094-0/+17
* | | | | Fix #3556gingerBill2024-05-091-1/+5
| |_|_|/ |/| | |
* | | | remove is_packed bodgeLaytan Laats2024-05-071-1/+0
* | | | fix segfault in release builds of the compiler with clang++-18Laytan2024-05-071-0/+5
* | | | fix merge conflictLaytan2024-05-071-1/+0
* | | | fix packed gep loads with wrong alignmentLaytan Laats2024-05-073-1/+3
* | | | revert wrong approach in fixing the load alignmentLaytan Laats2024-05-073-8/+1
* | | | fix packed gep loads with wrong alignmentLaytan2024-05-072-0/+6
* | | | llvm-18: cleanupLaytan Laats2024-05-072-16/+11
* | | | llvm-18: fix windows build error because of includeLaytan Laats2024-05-071-5/+9
* | | | llvm-18: enable static map calls on non amd64sysv targetsLaytan Laats2024-05-071-3/+2
* | | | llvm-18: fix undocumented breaking change on i128 alignmentLaytan2024-05-071-31/+20
* | | | llvm-18: enable sroa and static map callsLaytan Laats2024-05-072-0/+14
* | | | llvm-18: linux (amd64)Laytan2024-05-071-1/+1
* | | | llvm 18: general unix and darwin specificsLaytan Laats2024-05-072-12/+393
* | | | Fix typogingerBill2024-05-071-1/+1
* | | | Add metadata to packed structs field accesses to state it is packedgingerBill2024-05-073-2/+43
* | | | Check for specialization in `typeid/T` for parapoly recordsgingerBill2024-05-071-1/+10