summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rts: Fix off-by-one in snwprintf usagewip/windows-finalwip/windows-clang-joinBen Gamari2022-04-071-2/+5
* Accept spurious perf test shifts on WindowsBen Gamari2022-04-070-0/+0
* rts: Fallback to ucrtbase not msvcrtBen Gamari2022-04-071-3/+4
* rts/CloneStack: Ensure that Rts.h is #included firstBen Gamari2022-04-071-2/+2
*---. Merge branches 'wip/windows-high-codegen', 'wip/windows-high-linker', 'wip/wi...Ben Gamari2022-04-0791-1240/+1585
|\ \ \
| | | * testsuite: Lint RTS #includeswip/lint-rts-includesBen Gamari2022-04-063-1/+99
| | | * rts: Fix various #include issuesBen Gamari2022-04-0616-30/+28
| | | * rts: Move __USE_MINGW_ANSI_STDIO definition to PosixSource.hBen Gamari2022-04-062-12/+12
| | * | testsuite: Mark T9405 as broken on WindowsBen Gamari2022-04-071-1/+1
| | * | testsuite: Mark linker unloading tests as broken on WindowsBen Gamari2022-04-072-0/+2
| | * | testsuite: Mark T20918 as broken on WindowsBen Gamari2022-04-071-4/+5
| | * | testsuite: Update expected output from T5435 tests on WindowsBen Gamari2022-04-072-1/+3
| | * | testsuite: Fix exit code of bounds checking tests on WindowsBen Gamari2022-04-071-1/+1
| | * | rts: Adjust RTS symbol table on Windows for ucrtBen Gamari2022-04-072-5/+5
| | * | configure: Make environ decl check more robustBen Gamari2022-04-074-4/+25
| | * | rts: Add missing newline in error messageBen Gamari2022-04-071-1/+1
| | * | rts: Refactor and fix printf attributes on clangBen Gamari2022-04-073-26/+15
| | * | testsuite: Mark T10420 as broken on WindowsBen Gamari2022-04-072-2/+3
| | * | testsuite: Mark TH_spliceE5_prof as unbroken on WindowsBen Gamari2022-04-061-2/+1
| | * | linker/PEi386: More descriptive error messageBen Gamari2022-04-061-1/+1
| | * | hadrian: Build wrappers using ghc rather than ccBen Gamari2022-04-061-2/+2
| | * | Bump text submoduleBen Gamari2022-04-061-0/+0
| | * | Bump bytestring submoduleBen Gamari2022-04-061-0/+0
| | * | hadrian: Disable ghci libraries when object merging is not availableBen Gamari2022-04-063-5/+19
| | * | Bump process submoduleBen Gamari2022-04-061-0/+0
| | * | Bump Cabal submoduleBen Gamari2022-04-061-0/+0
| | * | testsuite/driver: Treat framework failures of fragile tests as non-fatalBen Gamari2022-04-061-1/+3
| | * | testsuite: Mark test-defaulting-plugin as fragile on WindowsBen Gamari2022-04-061-0/+2
| | * | testsuite: Provide module definitions in T10955dynBen Gamari2022-04-064-7/+25
| | * | testsuite: Fix mk-big-objBen Gamari2022-04-061-1/+1
| | * | testsuite: Split T13366 into two testsBen Gamari2022-04-065-17/+30
| | * | testsuite: Clean up tests depending on C++ std libBen Gamari2022-04-068-21/+10
| | * | testsuite: Rework T13606 to avoid gcc dependenceBen Gamari2022-04-061-1/+2
| | * | testsuite: Mark FloatFnInverses as fixedBen Gamari2022-04-061-2/+1
| | * | testsuite: Mark T9405 as fixed on WindowsBen Gamari2022-04-061-1/+1
| | * | testsuite: Mark Windows as a libc++ platformBen Gamari2022-04-061-0/+2
| | * | testsuite: Port T16514 to CBen Gamari2022-04-063-46/+32
| | * | Drop -static-libgccBen Gamari2022-04-061-28/+2
| | * | testsuite: Test that we can build bigobj PE objectsBen Gamari2022-04-062-0/+12
| | * | Windows/Clang: Build system adaptationBen Gamari2022-04-067-268/+212
| | * | driver: Drop hacks surrounding windres invocationBen Gamari2022-04-061-16/+2
| | * | rts: Eliminate use of nested functionsGHC GitLab CI2022-04-061-9/+11
| | |/
| * | rts/linker/LoadArchive: Fix leaking file handlewip/windows-high-linkerBen Gamari2022-04-061-1/+1
| * | rts/linker: Split up object resolution and initializationBen Gamari2022-04-062-15/+61
| * | rts/linker: Report archive member indexBen Gamari2022-04-064-8/+10
| * | rts/PathUtils: Define pathprintf in terms of snwprintf on WindowsBen Gamari2022-04-061-1/+1
| * | rts/linker: More descriptive debug outputBen Gamari2022-04-062-12/+21
| * | Move msvcrt dep out of baseBen Gamari2022-04-061-3/+1
| * | rts/PEi386: Avoid accidentally-quadratic allocation costBen Gamari2022-04-061-19/+45
| * | rts/PEi386: Move allocateBytes to MMap.cBen Gamari2022-04-063-110/+92