summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Disambiguate typewip/riscvBen Gamari2018-03-081-1/+2
* TargetReg: Fill out case analysesBen Gamari2018-03-081-0/+5
* Fix syntaxBen Gamari2018-03-081-1/+1
* StyleBen Gamari2018-03-081-1/+1
* Place reserved stack size in a registerBen Gamari2018-03-081-1/+1
* Fix assemblerBen Gamari2018-03-081-6/+2
* RISC-V 64 supportBen Gamari2018-03-0813-1/+239
* Fix typo in description of -V RTS flagTej Chajed2018-03-071-1/+1
* Users Guide: Add that --numa is available on Windows tooSimon Jakobi2018-03-071-1/+1
* Fix a typo about pattern synonyms in documentation.HE, Tao2018-03-071-1/+1
* Use docker images with non-root usermrkkrp2018-03-073-31/+27
* Schedule.c: remove unreachable code blockÖmer Sinan Ağacan2018-03-072-22/+0
* Add bindist-list.uniq to .gitignoreÖmer Sinan Ağacan2018-03-071-0/+1
* Add perf test for #14052Ömer Sinan Ağacan2018-03-074-0/+3512
* Fix interpreter with profilingSimon Marlow2018-03-066-28/+35
* Bump nofib submoduleBen Gamari2018-03-061-0/+0
* Make accumArray and accum stricterDavid Feuer2018-03-061-7/+23
* cmm/: Avoid using lazy left foldsMichal Terepeta2018-03-066-21/+27
* Correct -g flag descriptionBartosz Nitka2018-03-061-2/+3
* Allow top level ticked string literalsBartosz Nitka2018-03-0615-50/+183
* Schedule.c: remove a redundant CPP guardÖmer Sinan Ağacan2018-03-061-2/+0
* add CCX=$(CXX) to integer-gmpMoritz Angermann2018-03-061-1/+1
* `--via-asm` only for windows targetsMoritz Angermann2018-03-061-2/+6
* Fixup include of gmp/config.mk to use new locationHerbert Valerio Riedel2018-03-051-1/+1
* Simplify rnLHsInstTypeSimon Peyton Jones2018-03-056-20/+25
* Fix #14888 by adding more special cases for ArrowTRyan Scott2018-03-055-0/+33
* Respect Note [The tcType invariant]Simon Peyton Jones2018-03-053-14/+95
* Wombling around in Trac #14808Simon Peyton Jones2018-03-053-17/+33
* Bump Cabal submoduleBen Gamari2018-03-031-0/+0
* Bump Cabal submodule to 2.2Moritz Angermann2018-03-039-12/+34
* Bump hsc2hs submoduleMoritz Angermann2018-03-041-0/+0
* Parenthesize (() :: Constraint) in argument positionRyan Scott2018-03-034-7/+13
* Fix the coverage checker's treatment of existential tyvarsRyan Scott2018-03-024-6/+188
* Correct default -A value in RTS flag usage infoSimon Jakobi2018-03-021-1/+1
* doCorePass: Expand catch-allSimon Jakobi2018-03-021-1/+7
* Compile with `--via-asm` when cross compiling.Moritz Angermann2018-03-021-2/+6
* Fix #14838 by marking TH-spliced code as FromSourceRyan Scott2018-03-028-17/+67
* Permit conversion of partially applied PromotedTupleTsRyan Scott2018-03-023-0/+13
* Adds *-cross-ncg flavour.Moritz Angermann2018-03-024-4/+63
* Add Applicative, Semigroup, and Monoid instances in GHC.GenericsLysxia2018-03-022-1/+61
* configure: Enable LD_NO_GOLD is set in all codepathsBen Gamari2018-03-021-0/+4
* rts/win32: Assert that the IO manager has been initialisedSimon Jakobi2018-03-021-18/+15
* Add @since annotations for derived instances in baseChaitanya Koparkar2018-03-0262-148/+735
* Improve missing-home-modules warning formattingMatthew Pickering2018-03-021-4/+9
* GHCi info: Use src file for cache invalidationalexbiehl2018-03-021-1/+3
* DynFlags: Support British spelling of GeneralisedNewtypeDerivingBen Gamari2018-03-024-2/+7
* Various Windows / Cross Compile to Windows fixesMoritz Angermann2018-03-024-1/+12
* Fix #14817 by not double-printing data family instance kind signaturesRyan Scott2018-03-024-1/+18
* Add regression test for #12790Ryan Scott2018-03-022-0/+49
* Improve exhaustive checking for guards in pattern bindings and MultiIf.HE, Tao2018-03-0211-16/+91