summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* hadrian: Tell Cabal about integer-gmp library locationwip/numa-pathBen Gamari2020-02-201-4/+17
* hadrian: Refactor gmp argumentsBen Gamari2020-02-191-10/+14
* hadrian: Allow libnuma library path to be specifiedBen Gamari2020-02-195-1/+49
* Modules: Llvm (#13009)Sylvain Henry2020-02-1816-68/+73
* Fix testsuite driver output (#17847)Vladislav Zavialov2020-02-181-1/+1
* Fix unboxed tuple size limit (#17837)Joshua Price2020-02-183-3/+55
* Remove the MonadFail P instanceVladislav Zavialov2020-02-184-27/+11
* Hadrian: refactor GMP in-tree build support (#17756)Sylvain Henry2020-02-188-117/+145
* If a :reload finds syntax errors in the module graph, remove the loaded modul...Roland Senn2020-02-185-20/+40
* Fix the "unused terminals: 2" warning in Parser.yVladislav Zavialov2020-02-161-3/+1
* testsuite: Probe whether symlinks are usable on WindowsBen Gamari2020-02-161-1/+23
* Revert "users-guide: Document -ddump-srts"Ömer Sinan Ağacan2020-02-161-6/+0
* testsuite: Sort test names in expected change outputBen Gamari2020-02-151-3/+3
* Accept performance changesBen Gamari2020-02-150-0/+0
* users-guide: Fix broken referenceBen Gamari2020-02-141-1/+1
* users-guide: Document -ddump-srtsBen Gamari2020-02-141-0/+6
* compare-flags: Fix outputBen Gamari2020-02-141-6/+9
* Bump Cabal submoduleBen Gamari2020-02-141-0/+0
* Revert "compiler: Disable atomic renaming on Windows"Tamar Christina2020-02-141-13/+1
* SysTools: Use "process job" when spawning processes on WindowsTamar Christina2020-02-141-3/+16
* Bump process submoduleBen Gamari2020-02-141-0/+0
* gitlab-ci: Drop unnecessary GHC_VERSION checkBen Gamari2020-02-141-4/+0
* gitlab-ci: Allow Windows build to fail due to #17777Ben Gamari2020-02-141-0/+1
* gitlab-ci: Always use mingw64 python on WindowsBen Gamari2020-02-141-0/+3
* gitlab-ci: Build integer-simple job in the validate flavourBen Gamari2020-02-141-0/+1
* gitlab-ci: Allow i386 Windows builds to fail againBen Gamari2020-02-141-0/+2
* rts: Add more debug output to failed path in onIOCompleteBen Gamari2020-02-141-2/+3
* compare-flags: Don't rely on encoding flag of subprocess.check_outputBen Gamari2020-02-141-3/+2
* testsuite: Assert the opsys names are knownBen Gamari2020-02-141-0/+11
* testsuite: Mark T7702 as fragile on WindowsBen Gamari2020-02-141-1/+1
* users-guide: Fix "invalid file" failureBen Gamari2020-02-141-1/+1
* hadrian: Drop empty arguments from target listBen Gamari2020-02-141-1/+1
* gitlab-ci: Fix various shellcheck warningsBen Gamari2020-02-141-42/+55
* docs/compare-flags: Don't use python f-stringsBen Gamari2020-02-141-4/+4
* users-guide: Fix unknown link targetsBen Gamari2020-02-142-6/+17
* configure: Fix sphinx version testBen Gamari2020-02-141-1/+1
* base: Always clamp reads/writes to 2GB in lengthBen Gamari2020-02-141-9/+6
* Pass -Wno-unused-command-line-arguments during link on FreeBSDBen Gamari2020-02-141-1/+3
* testsuite/T16930: Don't rely on gnu grep specific --includeBen Gamari2020-02-142-12/+12
* testsuite: Mark T6132 as broken on FreeBSDBen Gamari2020-02-141-1/+3
* testsuite: Disable tests that assume name of libstdc++ on FreeBSDBen Gamari2020-02-142-3/+16
* testsuite: Don't ask sed to operate in-place on symlinksBen Gamari2020-02-141-0/+4
* integer-gmp: Fix unused command-line argumentBen Gamari2020-02-141-1/+1
* gitlab-ci: Deduplicate nightly job configurationBen Gamari2020-02-141-49/+20
* gitlab-ci: Consolidate CI logicBen Gamari2020-02-145-336/+575
* Rework handling of win32 toolchain tarballsBen Gamari2020-02-146-336/+64
* make: Be more selective in building windows-extra-src tarballBen Gamari2020-02-141-1/+1
* Hadrian: drop Sphinx flag checking for PDF documentation (#17825)Sylvain Henry2020-02-141-2/+0
* De-duplicate overlapping NotesSimon Peyton Jones2020-02-142-44/+26
* Module hierarchy: HsToCore (cf #13009)Sylvain Henry2020-02-1460-240/+254