summaryrefslogtreecommitdiff
path: root/compiler/main
Commit message (Expand)AuthorAgeFilesLines
* Surprising error message with bang patternSasa Bogicevic2018-10-151-1/+4
* Deprecate -fllvm-pass-vectors-in-regsBen Gamari2018-10-151-5/+4
* Fix typo in documentationJan Path2018-10-141-1/+1
* Include -fwarn-star-is-type in -WcompatVladislav Zavialov2018-10-121-0/+1
* Support builtin classes like KnownNat in backpackPiyush P Kurur2018-10-112-3/+8
* Make GHC (the library) flexible in the choice of integer libraryJoachim Breitner2018-10-032-21/+31
* Drop GHC 8.2 compatibilityRyan Scott2018-10-032-100/+0
* GHCi should not filter instances involving cTuplesAlec Theriault2018-10-021-0/+2
* Add -fkeep-cafsSimon Marlow2018-09-282-1/+7
* Expose wopt_set/unset_fatal in DynFlagsNeil Mitchell2018-09-281-1/+1
* Fix for #13862: Optional "-v" not allowed with :load in GHCiroland2018-09-161-21/+16
* Revert "ghc: Remove warning of StaticPointers not being supported by GHCi"Ben Gamari2018-09-121-3/+12
* Make CoreMonad independent of TcEnv (#14391)Krzysztof Gogolewski2018-09-111-2/+50
* ghc: Remove warning of StaticPointers not being supported by GHCiBen Gamari2018-09-071-10/+3
* Expose 'moduleToPkgConfAll' from 'PackageState'Alec Theriault2018-09-051-1/+1
* Compiler panic on invalid syntax (unterminated pragma)roland2018-09-041-6/+16
* Fix the __GLASGOW_HASKELL__ comparisonKrzysztof Gogolewski2018-08-301-3/+1
* Remove dead code for commandline parsingKrzysztof Gogolewski2018-08-282-16/+1
* ghc, ghc-pkg: use getExecutablePath on Windows when base >= 4.11.0Tamar Christina2018-08-252-4/+28
* Add comments about pretty-printing via IfaceSynSimon Peyton Jones2018-08-241-29/+58
* Revert "driver: unconditionally disable relaxation when linking partially"Ryan Scott2018-08-221-4/+5
* Explicitly tell 'getNameToInstances' mods to loadAlec Theriault2018-08-211-5/+13
* Introduce flag -keep-hscpp-filesroland2018-08-212-0/+7
* Replace most occurences of foldl with foldl'.klebinger.andreas@gmx.at2018-08-215-8/+7
* driver: unconditionally disable relaxation when linking partiallySergei Trofimovich2018-08-211-5/+4
* Turn on MonadFail desugaring by defaultHerbert Valerio Riedel2018-08-072-1/+7
* Improve error message for flags with missing required arguments (#12625)roland2018-08-061-2/+4
* Plugin dependency information is stored separatelyChristiaan Baaij2018-08-013-9/+15
* Fix Ar crashing on odd-sized object files (Trac #15396)Krzysztof Gogolewski2018-07-271-2/+11
* Modifications to support loading GHC into GHCiMichael Sloan2018-07-271-6/+16
* Refactor (~) to reduce the suerpclass stackSimon Peyton Jones2018-07-271-2/+1
* Avoid redundant invocation of 'findTopDir'Michael Sloan2018-07-202-11/+11
* Support the GHCi debugger with -fexternal-interpreterSimon Marlow2018-07-161-6/+8
* Do not imply NoStarIsType by TypeOperators/TypeInTypeVladislav Zavialov2018-07-161-9/+6
* driver: skip -Bsymbolic on unregisterised targets (Trac #15338)Sergei Trofimovich2018-07-161-2/+29
* Fix space leaksSimon Marlow2018-07-162-5/+5
* Run the renamed source plugin after each HsGroupMatthew Pickering2018-07-122-19/+25
* Add flag to show docs of valid hole fitsMatthías Páll Gissurarson2018-07-121-0/+3
* Mark AutoDeriveTypeable as deprecatedKrzysztof Gogolewski2018-07-061-1/+4
* Typofixes in comments and whitespace only [ci skip]Gabor Greif2018-06-261-2/+2
* Remove -Wamp flagroland2018-06-221-3/+0
* Fix gcc.exe: error: CreateProcess: No such file or directoryMoritz Angermann2018-06-204-2/+44
* A few more typofixes in docs/comments [ci skip]Gabor Greif2018-06-201-1/+1
* Typofixes in docs and comments [ci skip]Gabor Greif2018-06-182-2/+2
* Add -Werror=compatVladislav Zavialov2018-06-171-4/+12
* Improve error message when importing an unusable packageSean D Gillespie2018-06-173-32/+128
* Warn about implicit kind variables with -WcompatVladislav Zavialov2018-06-161-0/+3
* Enhanced constant foldingSylvain Henry2018-06-161-0/+3
* Built-in Natural literals in CoreSylvain Henry2018-06-151-46/+57
* Embrace -XTypeInType, add -XStarIsTypeVladislav Zavialov2018-06-143-2/+33