summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump containers submoduleBen Gamari2018-11-231-0/+0
* users guide: Clarify meanings of -g<n> flagsBen Gamari2018-11-231-3/+9
* distrib/configure: Set RanlibCmdBen Gamari2018-11-231-0/+2
* configure: Use LLVM 7.0Ben Gamari2018-11-231-1/+1
* Implement late lambda liftSebastian Graf2018-11-2324-145/+1565
* Typofix in help textGabor Greif2018-11-231-1/+1
* Use handy shortcut llvm_waysGabor Greif2018-11-231-3/+3
* Fix unused-import warningsDavid Eichmann2018-11-2285-238/+275
* Don't pass -no-pie when -pgmc is suppliedKrzysztof Gogolewski2018-11-221-1/+4
* Simplify 'ExtBits' in the lexerAlec Theriault2018-11-223-306/+238
* 'DynFlag'-free version of 'mkParserFlags'Alec Theriault2018-11-223-55/+83
* Doc-only fixesAlec Theriault2018-11-2221-136/+114
* LLVM: Use generic code for small size quot-rem opsPeter Trommler2018-11-221-2/+2
* rts/MachO: Iterate through N (all) symbols, not M external symbolsDario Bertini2018-11-221-1/+1
* rts/MachO: A bit of refactoring in ocGetNamesDario Bertini2018-11-221-8/+7
* rts/MachO: Add a bit more debugging output to getNamesDario Bertini2018-11-221-4/+7
* circleci: Actually build with in-tree GMP on DarwinDario Bertini2018-11-222-3/+2
* llvmGen: Eliminate duplicate definitionGabor Greif2018-11-222-3/+2
* UNREG: PprC: Add support for adjacent floatsJames Clarke2018-11-221-1/+23
* Overhaul -fprint-explicit-kinds to use VKARyan Scott2018-11-2229-546/+677
* Hadrian: Misc. fixes in Haddock rulesAlec Theriault2018-11-222-18/+35
* Remove warnings-silencing flags for code generated by AlexSimon Jakobi2018-11-225-71/+11
* Calling gcc: Pass optc flags as last options (#14452)Roland Senn2018-11-225-1/+15
* Fix #15852 by eta expanding data family instance RHSes, tooRyan Scott2018-11-2214-47/+115
* Refactor TcRnMonad.mapAndRecoverMSimon Jakobi2018-11-222-1/+6
* Fix uninformative hp2ps error when the cmdline contains double quotesZejun Wu2018-11-226-76/+112
* Load plugins in interactive sessionChristiaan Baaij2018-11-2214-6/+112
* Fix deadlock bug when mkFastStringWith is duplicatedZejun Wu2018-11-222-3/+5
* plugins10 no longer brokenChristiaan Baaij2018-11-222-4/+6
* rts.cabal.in: force inclusion of findPtr/_findPtr symbol only with debug flagAlp Mestanogullari2018-11-223-13/+18
* Hadrian: work around Cabal's/GHC's different Arch/OS stringsAlec Theriault2018-11-222-4/+22
* rts: fix Windows megablock allocatorTamar Christina2018-11-221-5/+14
* Don't reverse explicit export lists during renamingSimon Jakobi2018-11-222-24/+33
* Fixup the new code layout patch for SplitObjs.klebinger.andreas@gmx.at2018-11-221-3/+7
* testuite: update more windows tests outputsTamar Christina2018-11-226-4/+53
* rts: Fix bss initialization on WindowsTamar Christina2018-11-221-7/+6
* rts/M32Alloc: Abort if m32 linker mmap failsBen Gamari2018-11-221-0/+3
* Add test for #15437Matthew Pickering2018-11-223-0/+21
* base: Mention openFile throwing does-not-exist-errors on FIFOsBen Gamari2018-11-221-1/+3
* Fix GhostScript detection (Trac #15856)Krzysztof Gogolewski2018-11-223-12/+3
* Rename literal constructorsSylvain Henry2018-11-2240-427/+442
* users guide: We no longer build libraries with -split-objsBen Gamari2018-11-221-1/+1
* Minor performance optimisationGabor Greif2018-11-221-5/+5
* another minor refactoringGabor Greif2018-11-221-4/+4
* Fix heap corruption during stable name allocationÖmer Sinan Ağacan2018-11-211-2/+13
* Remove redundant check in cgCaseÖmer Sinan Ağacan2018-11-201-7/+4
* Don't track free variables in STG syntax by defaultSebastian Graf2018-11-1916-376/+408
* hadrian: make it possible to run the testsuite with quickest and quickAlp Mestanogullari2018-11-191-2/+6
* eventlog: Log the current stack size when stack overflowsMatthew Pickering2018-11-192-1/+10
* Tiny refactor in exitSchedulerÖmer Sinan Ağacan2018-11-191-3/+1