summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Turn on -XMonoLocalBinds by default (#18430)wip/mono-local-bindsSebastian Graf2020-09-017-11/+17
* document how build system find toolchains on WindowsTamar Christina2020-08-288-12/+83
* Fix use distro toolchianTamar Christina2020-08-288-4/+19
* Add missing primop documentation (#18454)Krzysztof Gogolewski2020-08-288-56/+137
* Make {hsExpr,hsType,pat}NeedsParens aware of boxed 1-tuplesRyan Scott2020-08-276-1/+53
* Consolidate imports in getMinimalImports (#18264)Aditya Gupta2020-08-275-3/+54
* primops: Remove Monadic and Dyadic categoriesKrzysztof Gogolewski2020-08-268-207/+152
* PPC and X86: Portable printing of IEEE floatsPeter Trommler2020-08-264-43/+34
* Bignum: fix BigNat subtraction (#18604)Sylvain Henry2020-08-267-19/+31
* Refactor UnitId pretty-printingSylvain Henry2020-08-2624-185/+202
* users-guide: Color the logo on the front page of the PDFTakenobu Tani2020-08-261-0/+0
* linters: Make CPP linter skip image filesTakenobu Tani2020-08-261-0/+3
* Add a test for #18585Krzysztof Gogolewski2020-08-252-0/+49
* Use LIdP rather than (XRec p (IdP p))Simon Peyton Jones2020-08-2513-83/+71
* Use tcView, not coreView, in the pure unifier.Richard Eisenberg2020-08-252-3/+24
* SysTools.Process: Handle exceptions in readCreateProcessWithExitCode'Ben Gamari2020-08-251-3/+18
* Avoid roundtrip through SDocSylvain Henry2020-08-241-3/+1
* Add a test for #18397Krzysztof Gogolewski2020-08-242-0/+24
* Perf: make SDoc monad one-shot (#18202)Sylvain Henry2020-08-241-1/+13
* Fix types in silly shifts (#18589)Krzysztof Gogolewski2020-08-243-9/+26
* Move pprTyTcApp' inside pprTyTcAppKrzysztof Gogolewski2020-08-231-44/+39
* Do not print synonyms in :i (->), :i Type (#18594)Krzysztof Gogolewski2020-08-2311-8/+61
* Utils: clarify docs slightlyCraig Ferguson2020-08-221-1/+1
* Add ubuntu 20.04 jobs for nightly and releaseWander Hillen2020-08-221-1/+30
* mkUnique refactoring (#18362)Aditya Gupta2020-08-2237-171/+277
* gitlab-ci: Test master branch as wellBen Gamari2020-08-211-0/+1
* Import qualified Prelude in Cmm/Parser.yVladislav Zavialov2020-08-212-1/+2
* Fix -ddump-stg flagSylvain Henry2020-08-216-9/+20
* NCG: Dwarf configurationSylvain Henry2020-08-2113-72/+120
* Don't use DynFlags in CmmToAsm.BlockLayout (#17957)Sylvain Henry2020-08-213-22/+28
* Put CFG weights into their own module (#17957)Sylvain Henry2020-08-2111-179/+186
* Add right-to-left rule for pattern bindingsSimon Peyton Jones2020-08-1914-64/+169
* Implement -Wredundant-bang-patterns (#17340)nineonine2020-08-199-46/+298
* DynFlags: refactor GHC.CmmToAsm (#17957, #10143)Sylvain Henry2020-08-1832-503/+644
* testsuite: Only run llvm ways if llc is availableBen Gamari2020-08-184-19/+14
* Expose UnitInfoMap as it is part of the public APIFendor2020-08-181-0/+1
* gitlab-ci: Use MR base commit as performance baselineBen Gamari2020-08-184-2/+33
* testsuite: Allow baseline commit to be set explicitlyBen Gamari2020-08-184-15/+32
* install: do not install sphinx doctreesEli Schwartz2020-08-181-0/+5
* testsuite: Add test for #18291Ben Gamari2020-08-182-0/+8
* Allow unsaturated runRW# applicationsBen Gamari2020-08-184-69/+111
* llvm-targets: Add i686 targetsBen Gamari2020-08-142-0/+6
* testsuite: Drop --io-manager flag from testsuite configurationBen Gamari2020-08-141-1/+1
* Make IOEnv monad one-shot (#18202)Sylvain Henry2020-08-131-1/+11
* Add HomeUnit typeSylvain Henry2020-08-1342-392/+672
* Re-add BangPatterns to CodePage.hsHécate2020-08-131-0/+2
* PmCheck: Better long-distance info for where bindings (#18533)Sebastian Graf2020-08-1315-146/+211
* parser: Suggest ImportQualifiedPost in prepositive import warningBen Gamari2020-08-132-0/+2
* ApiAnnotations: Fix parser for new GHC 9.0 featuresAlan Zimmerman2020-08-121-4/+5
* Rewrite and move the monad-state hack noteSylvain Henry2020-08-124-75/+176