aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Switched to native futex on NetBSDAndreas T Jonsson2024-04-251-4/+9
| * | | | | | Use PHYSMEM64 on NetBSDAndreas T Jonsson2024-04-221-1/+9
| * | | | | | Added build tagAndreas T Jonsson2024-04-221-2/+2
| * | | | | | Fixed bug report information for NetBSDAndreas T Jonsson2024-04-191-4/+8
| * | | | | | Added thread nameAndreas T Jonsson2024-04-171-6/+4
| * | | | | | Initial commit of NetBSD portAndreas T Jonsson2024-04-165-5/+69
* | | | | | | Fix #3586gingerBill2024-05-141-20/+21
* | | | | | | Fix #3587gingerBill2024-05-141-1/+28
* | | | | | | 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