summaryrefslogtreecommitdiff
path: root/compiler/main
Commit message (Expand)AuthorAgeFilesLines
* Enable external interpreter when TH is requested but no internal interpreter ...cherry-pick-e172a6d1Alp Mestanogullari2019-06-031-2/+9
* base: Remove `Monad(fail)` method and reexport `MonadFail(fail)` insteadHerbert Valerio Riedel2019-04-051-6/+6
* Fix #16219: TemplateHaskell causes indefinite package build errorcherry-pick-d6d735c1Edward Z. Yang2019-04-012-0/+4
* HIE: Save module name and module exportsMatthew Pickering2019-02-201-2/+3
* GhcPlugins: Fix lookup of TH namesBen Gamari2019-02-201-3/+3
* A few typofixesGabor Greif2019-02-201-1/+1
* Add support for ASM foreign files (.s) in TH (#16180)Sylvain Henry2019-02-201-4/+5
* Prepare source-tree for base-4.13 MFP bumpHerbert Valerio Riedel2019-01-181-1/+1
* Change comments as requested by code review. #10857Roland Senn2019-01-161-1/+1
* GHCi ignores cmd line flags XMonomorphismRestr.. XNoExtendedDef..#10857Roland Senn2019-01-161-0/+17
* Refactor GHCi UI to fix #11606, #12091, #15721, #16096Ömer Sinan Ağacan2019-01-134-26/+62
* Add -Wmissing-deriving-strategieschessai2019-01-061-0/+2
* Dump Cmm with -ddump-cmm when building .cmm filesÖmer Sinan Ağacan2019-01-051-0/+1
* Remove an old OPTIONS_GHCÖmer Sinan Ağacan2018-12-201-4/+0
* Fix recompilation checking of pure pluginsDaniel Gröber2018-12-121-0/+7
* Explicitly pass -fno-PIC to C compiler on linuxZejun Wu2018-12-111-1/+3
* Support generating HIE filesAlec Theriault2018-12-116-34/+134
* RTS linker: don't crash early when not finding extra-librariesKyrill Briantsev2018-12-111-0/+3
* Support registering Plugins through the GHC APIDaniel Gröber2018-12-114-22/+56
* Use --no-as-needed with LLD tooSimon Marlow2018-12-071-1/+3
* Add -fno-safe-haskell flagMatthew Pickering2018-12-073-5/+18
* Fix StgLint bound id check, generalize StgLintÖmer Sinan Ağacan2018-12-071-1/+1
* Rename "changed" to "no-change" in HscMainÖmer Sinan Ağacan2018-12-071-8/+8
* Windows: Use the "big" PE object format on amd64Ben Gamari2018-12-061-1/+37
* Fix #15953 by consistently using dumpIfSet_dyn to print debug outputChaitanya Koparkar2018-11-294-24/+32
* Print explicit foralls in type family eqns when appropriateRyan Scott2018-11-261-3/+7
* [TTG: Handling Source Locations] Foundation and PatShayan-Najd2018-11-244-65/+82
* Implement late lambda liftSebastian Graf2018-11-231-0/+26
* Fix unused-import warningsDavid Eichmann2018-11-228-9/+5
* Don't pass -no-pie when -pgmc is suppliedKrzysztof Gogolewski2018-11-221-1/+4
* Calling gcc: Pass optc flags as last options (#14452)Roland Senn2018-11-221-1/+3
* Rename literal constructorsSylvain Henry2018-11-221-3/+3
* Don't track free variables in STG syntax by defaultSebastian Graf2018-11-192-4/+8
* Building GHC with hadrian on FreeBSDKrzysztof Gogolewski2018-11-171-2/+2
* NCG: New code layout algorithm.Andreas Klebinger2018-11-171-5/+100
* compareByPreference: handle the integer-gmp vs -simple caseAlp Mestanogullari2018-11-121-3/+22
* Revert "Remove kind generalisation from tcRnType"Richard Eisenberg2018-10-291-2/+1
* Finish fix for #14880.Tobias Dammers2018-10-281-2/+2
* Plugins: Add documentation and missing exportsBen Gamari2018-10-281-4/+32
* More explicit foralls (GHC Proposal 0007)Matthew Yacavone2018-10-272-3/+2
* 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