summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gitlab-ci: Allow Windows build to fail due to #17777wip/windows-ci-2Ben Gamari2020-02-051-0/+1
* gitlab-ci: Always use mingw64 python on WindowsBen Gamari2020-02-051-0/+3
* gitlab-ci: Build integer-simple job in the validate flavourBen Gamari2020-02-051-0/+1
* gitlab-ci: Allow i386 Windows builds to fail againBen Gamari2020-02-051-0/+2
* rts: Add more debug output to failed path in onIOCompleteBen Gamari2020-02-051-2/+3
* compare-flags: Don't rely on encoding flag of subprocess.check_outputBen Gamari2020-02-051-3/+2
* hadrian: Drop Sphinx flag checking for PDF documentationBen Gamari2020-02-051-2/+0
* testsuite: Assert the opsys names are knownBen Gamari2020-02-051-0/+11
* testsuite: Mark T7702 as fragile on WindowsBen Gamari2020-02-051-1/+1
* hadrian: Fix path to PDF documentation in flag-check logicBen Gamari2020-02-051-1/+1
* users-guide: Fix "invalid file" failureBen Gamari2020-02-051-1/+1
* hadrian: Drop empty arguments from target listBen Gamari2020-02-051-1/+1
* gitlab-ci: Fix various shellcheck warningsBen Gamari2020-02-051-42/+55
* docs/compare-flags: Don't use python f-stringsBen Gamari2020-02-051-4/+4
* users-guide: Fix unknown link targetsBen Gamari2020-02-052-6/+17
* configure: Fix sphinx version testBen Gamari2020-02-051-1/+1
* base: Always clamp reads/writes to 2GB in lengthBen Gamari2020-02-051-9/+6
* Pass -Wno-unused-command-line-arguments during link on FreeBSDBen Gamari2020-02-051-1/+3
* testsuite/T16930: Don't rely on gnu grep specific --includeBen Gamari2020-02-052-12/+12
* testsuite: Mark T6132 as broken on FreeBSDBen Gamari2020-02-051-1/+3
* testsuite: Disable tests that assume name of libstdc++ on FreeBSDBen Gamari2020-02-052-3/+16
* testsuite: Don't ask sed to operate in-place on symlinksBen Gamari2020-02-051-0/+4
* integer-gmp: Fix unused command-line argumentBen Gamari2020-02-051-1/+1
* rts: Use nanosleep instead of usleepBen Gamari2020-02-051-2/+15
* gitlab-ci: Deduplicate nightly job configurationBen Gamari2020-02-051-49/+20
* gitlab-ci: Consolidate CI logicBen Gamari2020-02-055-337/+575
* Rework handling of win32 toolchain tarballsBen Gamari2020-02-056-336/+64
* make: Be more selective in building windows-extra-src tarballBen Gamari2020-02-051-1/+1
* gitlab-ci: Allow Windows builds to fail againBen Gamari2020-02-051-0/+1
* Add regression test for #17773Ryan Scott2020-02-053-0/+32
* Remove CafInfo-related code from STG lambda lift passÖmer Sinan Ağacan2020-02-052-33/+5
* testlib: Extend existing *_opts in extra_*_optsÖmer Sinan Ağacan2020-02-052-7/+10
* PmCheck: Record type constraints arising from existentials in `PmCoreCt`sSebastian Graf2020-02-054-106/+163
* Delete some superfluous helper functions in HscMainJohn Ericson2020-02-041-35/+16
* fixup! fixup! Do not build StgCRunAsm.S for unregisterised buildsStefan Schulze Frielinghaus2020-02-041-0/+2
* Do not build StgCRunAsm.S for unregisterised buildsStefan Schulze Frielinghaus2020-02-041-0/+4
* Refactor HscMain.finishJohn Ericson2020-02-031-30/+32
* Fix docs for FrontendResultJohn Ericson2020-02-031-5/+3
* Improve/fix -fcatch-bottoms documentationÖmer Sinan Ağacan2020-02-011-6/+13
* rts/M32Alloc: Don't attempt to unmap non-existent pagesBen Gamari2020-02-011-1/+3
* Fix scoping of TyCon binders in TcTyClsDeclsSimon Peyton Jones2020-02-0118-298/+625
* Improve pretty-printing for TyConBindersSimon Peyton Jones2020-02-011-2/+2
* Improve skolemisationSimon Peyton Jones2020-02-0118-34/+55
* A few optimizations in STG and Cmm parts:Andreas Klebinger2020-01-319-33/+62
* Do CafInfo/SRT analysis in CmmÖmer Sinan Ağacan2020-01-3177-1030/+1132
* testsuite: Don't crash on encoding failure in printBen Gamari2020-01-311-8/+12
* base: Use one-shot kqueue on macOSBen Gamari2020-01-311-15/+2
* rename: Eliminate usage of mkVarOccUniqueBen Gamari2020-01-311-6/+4
* Refactor package related codeSylvain Henry2020-01-3120-349/+364
* Call `interpretPackageEnv` from `setSessionDynFlags`Sylvain Henry2020-01-312-145/+147